ff1c1b8d1b57ca4587bd50e930a72665da96eafa
[gnus] / lisp / ChangeLog
1 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * imap.el (imap-logout-timeout): New variable.
4         (imap-logout, imap-logout-wait): New functions.
5         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6
7         * nnimap.el (nnimap-logout-timeout): New server variable.
8         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9         nnimap-logout-timeout.
10
11         * gnus-art.el (gnus-article-summary-command-nosave)
12         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13
14 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * gnus.el (gnus-maximum-newsgroup): New variable.
17
18         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
19         according to gnus-maximum-newsgroup.
20
21         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
22         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Limit
23         the range of articles according to gnus-maximum-newsgroup.
24
25 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
26
27         * gnus-art.el (gnus-sticky-article): Fixed problems described in
28         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
29         Don't perform gnus-configure-windows here; reuse existing sticky
30         article buffer.
31
32         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
33         it doesn't exist in gnus-article-mode.
34
35 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
38         (gnus-agent-decoded-group-name): New function.
39         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
40         (gnus-agent-expire-group-1): Use it; decode group name in messages.
41
42 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
43
44         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
45         Add binding for gnus-sticky-article.
46         (gnus-summary-exit): Don't kill sticky article buffers.
47
48         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
49         article buffer.
50         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
51         (gnus-kill-sticky-article-buffers): New commands.
52
53 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * nntp.el (nntp-xref-number-is-evil): New server variable.
56         (nntp-find-group-and-number): If it is non-nil, don't trust article
57         numbers in the Xref header.
58
59 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * gnus-agent.el (gnus-agent-read-group): New function.
62         (gnus-agent-flush-group, gnus-agent-expire-group)
63         (gnus-agent-regenerate-group): Use it.
64         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
65         nnmail-pathname-coding-system.
66
67 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
70
71         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
72         that are unread as unread, and also as selected so that information of
73         marks having been changed by a user may be updated when exiting group.
74
75 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * gnus-art.el (gnus-mime-display-single): Pass part number that is
78         calculated ignoring signature parts to gnus-treat-article.
79
80 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
81
82         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
83         a point here in order to keep the window start.
84         (gnus-insert-mime-security-button): Make a button overlay without the
85         front stickiness.
86         (gnus-mime-display-security): Goto the end of a button.
87
88         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
89
90 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
93         group-name-at-point.
94         (gnus-group-completing-read): New function that offers decoded
95         non-ASCII group names for completion.
96         (gnus-fetch-group, gnus-group-read-ephemeral-group)
97         (gnus-group-jump-to-group, gnus-group-make-group-simple)
98         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
99         (gnus-group-fetch-control): Use it.
100         (gnus-fetch-group): Use group-name-at-point for the initial value
101         rather than the default value; use gnus-alive-p.
102
103         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
104         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
105         (gnus-summary-post-news): Use gnus-group-completing-read.
106
107         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
108         (gnus-read-move-group-name): Decode group name for completion.
109
110 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
111
112         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
113         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
114         Yamaoka slightly modified the code).
115
116 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
119         (nnmail-split-incoming): Bind it.
120
121         * nnml.el (nnml-group-name-charset): New function.
122         (nnml-decoded-group-name): Use it; don't decode group name if
123         nnmail-group-names-not-encoded-p is non-nil.
124         (nnml-encoded-group-name): New function.
125         (nnml-group-pathname): Inline nnml-decoded-group-name.
126         (nnml-request-expire-articles): Decode group name in message.
127         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
128         nnmail-pathname-coding-system.
129         (nnml-save-mail, nnml-active-number): Work with decoded group names and
130         not decoded ones according to nnmail-group-names-not-encoded-p.
131         (nnml-generate-active-info): Use nnml-encoded-group-name.
132
133 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * gnus-sum.el (gnus-summary-move-article): Make
136         gnus-summary-respool-article work.
137
138 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
139
140         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
141         string.
142
143 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
144
145         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
146         that should be ignored when comparing distant RSS articles with local
147         ones.
148         (nnrss-make-hash-index): New function.  Create a hash index according
149         to the ignored fields.
150         (nnrss-check-group): Use it.
151
152 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
153
154         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
155
156         * gnus-art.el (article-decode-group-name): Decode Xref header too.
157
158         * gnus-group.el (gnus-group-make-group): Encode group name here unless
159         the new optional argument ENCODED is non-nil.
160         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
161         coding system for encoding group name.
162         (gnus-group-make-rss-group): Pass un-encoded group name to
163         gnus-group-make-group.
164         (gnus-group-set-info): Tell gnus-group-make-group that group name is
165         encoded.
166
167         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
168         Encode group name to which articles are moved or copied.
169         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
170         coding system for encoding Newsgroup, Followup-To and Xref headers.
171
172         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
173         marks; use nnheader-file-coding-system to write a file.
174         (nnagent-retrieve-headers): Bind file-name-coding-system to
175         nnmail-pathname-coding-system.
176
177         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
178
179         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
180         (nnml-request-article, nnml-request-create-group)
181         (nnml-request-rename-group, nnml-find-id)
182         (nnml-possibly-change-directory, nnml-possibly-create-directory)
183         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
184         (nnml-save-marks): Use nnml-group-pathname instead of
185         nnmail-group-pathname.
186
187         (nnml-request-create-group, nnml-request-expire-articles)
188         (nnml-request-move-article, nnml-request-delete-group)
189         (nnml-deletable-article-p, nnml-possibly-create-directory)
190         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
191         (nnml-open-marks): Bind file-name-coding-system to
192         nnmail-pathname-coding-system.
193
194         (nnml-request-article): Pass server argument to nnml-find-group-number.
195         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
196         server argument to nnml-possibly-create-directory.
197         (nnml-request-accept-article): Pass server argument to
198         nnml-active-number and nnml-save-mail.
199         (nnml-find-group-number): Pass server argument to nnml-find-id.
200         (nnml-request-update-info): Pass server argument to
201         nnml-marks-changed-p.
202
203         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
204         (nnml-save-mail, nnml-active-number): Add server argument.
205
206         (nnml-request-delete-group): Warn if group is missing.
207         (nnml-get-nov-buffer): Decode group name.
208         (nnml-generate-active-info): Encode group name.
209         (nnml-open-marks): Decode group name in messages.
210
211 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
214         if it is not specified.
215         (gnus-article-pipe-part, gnus-article-save-part)
216         (gnus-article-interactively-view-part, gnus-article-copy-part)
217         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
218         (gnus-article-inline-part, gnus-article-save-part-and-strip)
219         (gnus-article-replace-part, gnus-article-delete-part)
220         (gnus-article-view-part-as-type): Pass raw prefix argument to
221         gnus-article-part-wrapper.
222
223 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * gnus-agent.el (gnus-agent-save-active): Bind
226         nnheader-file-coding-system to gnus-agent-file-coding-system.
227
228         * gnus-cache.el (gnus-cache-save-buffers)
229         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
230         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
231         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
232         (gnus-cache-braid-nov, gnus-cache-braid-heads)
233         (gnus-cache-generate-active, gnus-cache-rename-group)
234         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
235         (gnus-cache-update-overview-total-fetched-for): Bind
236         file-name-coding-system to nnmail-pathname-coding-system.
237         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
238         variables.
239         (gnus-cache-decoded-group-name): New function.
240         (gnus-cache-file-name): Use it.
241         (gnus-cache-generate-active): Use non-decoded group name for active.
242
243         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
244         right place.
245         (gnus-write-active-file): Don't break non-ASCII group names.
246
247         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
248         nnmail-pathname-coding-system.
249
250         * lpath.el: Bind default-file-name-coding-system,
251         file-name-coding-system and language-info-alist for XEmacs.
252
253         * gnus-uu.el (gnus-uu-decode-save): Typo.
254
255 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
256
257         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
258
259 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
262         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
263         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
264         (gnus-agent-flush-group, gnus-agent-flush-cache)
265         (gnus-agent-fetch-headers, gnus-agent-load-alist)
266         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
267         (gnus-agent-retrieve-headers, gnus-agent-request-article)
268         (gnus-agent-regenerate-group)
269         (gnus-agent-update-files-total-fetched-for)
270         (gnus-agent-update-view-total-fetched-for): Bind
271         file-name-coding-system to nnmail-pathname-coding-system.
272         (gnus-agent-group-pathname): Don't encode file names by
273         nnmail-pathname-coding-system.
274         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
275         coding-system-for-write instead of buffer-file-coding-system to
276         gnus-agent-file-coding-system.
277
278         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
279         Decode group name.
280
281         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
282
283         * gnus-start.el (gnus-update-active-hashtb-from-killed)
284         (gnus-read-newsrc-el-file): Make group names unibyte.
285
286         * nnmail.el (nnmail-group-pathname): Don't encode file names by
287         nnmail-pathname-coding-system.
288
289         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
290         (nnrss-request-delete-group): Bind file-name-coding-system to
291         nnmail-pathname-coding-system.
292         (nnrss-read-server-data, nnrss-read-group-data): Bind
293         file-name-coding-system correctly.
294         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
295
296         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
297         (nntp-server-to-method-cache): New variable.
298         (nntp-group-pathname): New function that decodes non-ASCII group names.
299         (nntp-possibly-create-directory, nntp-marks-changed-p)
300         (nntp-save-marks, nntp-open-marks): Use it.
301         (nntp-possibly-create-directory, nntp-open-marks):
302         Bind file-name-coding-system to nnmail-pathname-coding-system.
303         (nntp-open-marks): Decode group names when bootstrapping marks.
304
305         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
306         Newsgroups and Folowup-To headers.
307
308 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
311         (gnus-server-closed-face, gnus-server-denied-face)
312         (gnus-server-offline-face): Remove variable.
313         (gnus-server-font-lock-keywords): Use faces that are not aliases.
314
315         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
316         of modifying message-stack directly for XEmacs.
317
318         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
319         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
320         if the coding-system argument is nil for XEmacs.
321
322         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
323         mm-charset-override-alist.
324
325         * rfc2047.el: Don't require base64; require rfc2045 for the function
326         rfc2045-encode-string.
327         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
328         to quote the parameter value.
329
330 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
333         form in gnus-group-name-charset-method-alist.
334
335         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
336         overrides the default layout edit-form.
337
338         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
339
340         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
341
342 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
345         as unfetched articles.
346
347 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
348
349         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
350
351 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
352
353         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
354         original back end that keeps marks in the local system.
355
356 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
359         arg of pop-to-buffer for XEmacs.
360         (gnus-article-read-summary-keys): Ditto; don't restore window
361         configuration if summary command ends up with neither article buffer
362         nor summary buffer; describe bindings if summary keys end with C-h.
363
364 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * message.el (message-fix-before-sending): Skip raw message part to be
367         forwarded while checking illegible text.
368         (message-forward-make-body-mime, message-forward-make-body): Mark
369         signed or encrypted raw message as having no illegible text.
370
371 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
374         (gnus-message-with-timestamp-1): New macro.
375         (gnus-message-with-timestamp): New function.
376         (gnus-message): Use them.
377
378         * nnheader.el (nnheader-message): Use them.
379
380 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
381
382         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
383         .newsrc.eld file.
384
385 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * gnus-agent.el (gnus-agent-fetch-headers)
388         (gnus-agent-retrieve-headers): Bind
389         gnus-decode-encoded-address-function to identity.
390
391         * nntp.el (nntp-send-xover-command): Recognize an xover command is
392         available also when the server returns simply a dot.
393
394         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
395
396 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
399
400 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * gnus-ems.el (gnus-x-splash): Make it work.
403
404         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
405         from being used.
406
407         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
408
409 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
412         4th and the 5th arguments.
413
414         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
415         the front stickiness.
416         (gnus-article-summary-command-nosave): Correct the order of the
417         arguments passed to pop-to-buffer.
418         (gnus-article-read-summary-keys): Ditto; make it work properly when the
419         summary command ends up with the article buffer.
420
421         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
422         the same faces.
423
424 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
425
426         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
427
428 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
429
430         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
431         * gnus-sum.el (gnus-summary-highlight):
432         * pgg.el (pgg-sign-region, pgg-sign):
433         * mail-source.el (mail-source-delete-old-incoming-confirm):
434         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
435
436 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * gnus-art.el (gnus-mime-view-part-externally)
439         (gnus-mime-view-part-internally): Fix predicate function passed to
440         completing-read.
441
442         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
443
444         * gnus.el (gnus-update-message-archive-method): Add :version.
445
446 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * gnus.el (gnus-update-message-archive-method): New variable.
449
450         * gnus-start.el (gnus-setup-news): Update saved "archive" method
451         according to gnus-message-archive-method if
452         gnus-update-message-archive-method is non-nil.
453
454 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
457         by Loic Dachary <loic@dachary.org>.
458         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
459
460 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * message.el (message-pop-to-buffer): Add switch-function argument.
463         (message-mail): Pass switch-function argument to it.
464
465 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
466
467         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
468         Improve doc string.
469
470 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
473         (gnus-header-content)
474         * gnus-cite.el (gnus-cite-10)
475         * gnus-srvr.el (gnus-server-closed)
476         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
477         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
478         (gnus-group-mail-3-empty, gnus-group-mail-low)
479         (gnus-group-mail-low-empty, gnus-splash)
480         * message.el (message-header-to, message-header-cc)
481         (message-header-subject, message-header-other, message-header-name)
482         (message-header-xheader, message-separator, message-cited-text)
483         (message-mml): Lighten colors of faces used for dark background.
484
485 2007-05-24  Simon Josefsson  <simon@josefsson.org>
486
487         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
488         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
489
490 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * message.el (message-narrow-to-headers-or-head): Ignore
493         mail-header-separator in the body.
494
495 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
498         same as window size.
499
500 2007-05-22  Kevin Ryde  <user42@zip.com.au>
501
502         * message.el (message-font-lock-keywords): Use message-header-xheader
503         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
504         ahead of the anything pattern, to get it recognised.
505
506 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
509         spam.el loads uses it in the compiled defadvice form.
510
511 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
512
513         * gnus-sum.el (gnus-articles-to-read)
514         (gnus-summary-insert-old-articles): Don't truncate group name for
515         `read-string'.
516
517         * gnus-util.el (gnus-limit-string): Delete this function.
518
519         * gnus-sum.el (gnus-simplify-subject-fully): Use
520         `truncate-string-to-width' instead.
521
522 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
523
524         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
525         summary exit, the next group has to be selected.
526         (gnus-summary-exit): Use it.
527
528 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
529
530         * gnus-art.el (gnus-article-mode): Fix comment about displaying
531         non-break space.
532
533 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
536         Check if group is not a directory.
537         (nnfolder-request-expire-articles): Don't delete articles if the target
538         group is not available.
539
540         * nnml.el (nnml-request-create-group): Properly check if group is not a
541         file.
542         (nnml-request-expire-articles): Don't delete articles if the target
543         group is not available.
544
545         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
546         Don't quote characters that are within parentheses.
547
548 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
551         (gnus-handle-ephemeral-exit): Select article according to it.
552
553 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
554
555         * message.el (message-insert-formated-citation-line): Remove newline.
556         (message-citation-line-format): Add final \n here so that the user can
557         avoid a blank line.
558
559 2007-05-03  Dan Christensen  <jdc@uwo.ca>
560
561         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
562         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
563         Update lanl/arXiv support.
564
565 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
566
567         * gnus.el: Bump version number.
568
569 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * gnus.el (gnus-version-number): Bump version.
572
573 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
574
575         * gnus.el: No Gnus v0.6 is released.
576
577 2007-04-27  Didier Verna  <didier@xemacs.org>
578
579         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
580         * gmm-utils.el (gmm-regexp-concat): here.
581         * message.el: Don't require 'gnus-util.
582         (message-dont-reply-to-names): Handle name change above.
583         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
584
585 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
588         since the initial value varies according to the system.
589
590 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * mm-util.el (mm-charset-synonym-alist): Defcustom.
593
594 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
595
596         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
597
598 2007-04-24  Didier Verna  <didier@xemacs.org>
599
600         Improve the type of gnus-ignored-from-addresses.
601         * gnus-util.el (gnus-orify-regexp): New function.
602         * message.el (gnus-util): Require it.
603         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
604         * gnus-sum.el (gnus-ignored-from-addresses): New function.
605         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
606
607 2007-04-24  Didier Verna  <didier@xemacs.org>
608
609         * gnus-sum.el:
610         * gnus-utils.el: Fix some trailing whitespaces.
611
612 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
615         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
616         article's Message-ID; refer parent article in summary buffer.
617
618         * message.el (message-bounce): Call mime-to-mml.
619
620         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
621         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
622         optimize and/or forms properly.
623
624 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
625
626         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
627         URL.
628
629 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
632
633 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
636         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
637         displayed of multipart/alternative part if it is invoked from summary
638         buffer.
639
640         * mm-view.el (mm-inline-text-html-render-with-w3m)
641         (mm-inline-text-html-render-with-w3m-standalone)
642         (mm-inline-render-with-function): Use mail-parse-charset by default.
643
644 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
645
646         * parse-time.el (parse-time-string-chars): Check if CHAR
647         is less than the length of parse-time-syntax.
648
649 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
652         from gnus-newsgroup-processable.
653
654 2007-04-16  Didier Verna  <didier@xemacs.org>
655
656         * gnus-msg.el (gnus-configure-posting-styles): Handle
657         message-signature-directory properly with :file syntax. Reported by
658         "Leo".
659
660 2007-04-11  Didier Verna  <didier@xemacs.org>
661
662         New user option: message-signature-directory.
663         * gnus-msg.el (gnus-configure-posting-styles): Support it.
664         * message.el (message-insert-signature): Ditto.
665         * message.el (message-signature-file): Doc update.
666         * message.el (message-signature-directory): New.
667
668 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * gnus-msg.el (gnus-inews-yank-articles): Use
671         message-exchange-point-and-mark instead of exchange-point-and-mark.
672
673 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * message.el (message-yank-original): Make sure cited text ends with
676         newline; don't exchange point and mark.
677
678 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
679
680         * tls.el (open-tls-stream): Properly handle case where there
681         is no associated buffer.
682
683 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
684
685         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
686         message-yank-original, make sure (< mark TEXT point).
687
688 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
689
690         * message.el (message-fill-column): New variable.
691         (message-mode): Use it.  Add comment on a possible new hook.
692
693         * nnmail.el (nnmail-spool-file): Mark as obsolete.
694         (nnmail-get-new-mail): Reformat.
695
696         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
697
698         * gmm-utils.el: Fix Commentary.
699         (gmm-tool-bar-from-list): Fix typo in doc string.
700
701 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
702
703         * message.el (message-yank-original): Don't switch point and mark
704         unnecessarily to put point and mark as documented.
705
706 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
709         from the message heads.
710
711 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
712
713         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
714         article buffer does not have a window.  This may not be the best
715         solution but is certainly better than setting the start of the null,
716         that is the current, window.
717
718 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
719
720         * gnus-draft.el (gnus-draft-setup-hook): New hook.
721         (gnus-draft-setup): Run it.
722
723         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
724         gnus-score-fast-scoring.  Allow regexp.
725         (gnus-score-headers): Use it.
726
727         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
728         XEmacs.
729
730         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
731         string.
732         (gnus-button-alist): Also catch `<f1> k ...'.
733         (gnus-treat-display-x-face): Fix doc string.
734
735 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
736
737         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
738         evaluation of gnus-extended-version to ensure correct generation of the
739         User-Agent header when message-generate-headers-first is used.
740
741 2007-03-24  Simon Josefsson  <simon@josefsson.org>
742
743         * hashcash.el (hashcash-generate-payment-async): Don't crash if
744         hashcash-path is nil.  Don't call callback with incorrect number of
745         parameters if val is 0.
746
747 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
748
749         * message.el (message-required-news-headers):
750         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
751
752 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
753
754         * tls.el (open-tls-stream): In handshake-waiting loop,
755         don't wait more if there is output available to process.
756
757 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
758
759         * tls.el (tls-program): Doc fix.
760
761 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * message.el (message-generate-new-buffers): Change the meaning of the
764         nil value; add `standard' to the choices; treat t as `unique'; improve
765         doc string.
766         (gnus-select-frame-set-input-focus): Autoload.
767         (message-buffer-name): Search for the existing message buffer if
768         message-generate-new-buffers is nil or `standard'; treat the value t of
769         message-generate-new-buffers as `unique'.
770         (message-pop-to-buffer): Raise the frame already displaying the message
771         buffer; clear the echo area after querying.
772         (message-setup): Pass the `continue' argument to compose-mail.
773         (message-mail): Prefer `switch-function' if it is given; search for the
774         existing message buffer if the `continue' argument is non-nil; pass
775         continue and switch-function arguments to compose-mail by way of
776         message-setup.
777         (message-mail-other-window): Adjust argument of message-setup.
778         (message-mail-other-frame): Ditto.
779
780 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
783         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
784         to turn font-lock on when turning gnus-message-citation-mode on.
785
786 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
787
788         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
789         (mml-smime-function-alist): New variable; add epg as the backend.
790         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
791         mml-smime- functions instead.
792         * mm-view.el: Require smime.
793
794 2007-03-05  Didier Verna  <didier@xemacs.org>
795
796         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
797         instead of just inheritance for posting styles.
798         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
799
800 2007-02-24  Chris Moore  <dooglus@gmail.com>
801
802         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
803         * pgg-pgp.el (pgg-pgp-encrypt-region):
804         * pgg-gpg.el (pgg-gpg-encrypt-region):
805         Check pgg-encrypt-for-me if no other recipients.
806
807 2007-02-24  John Paul Wallington  <jpw@pobox.com>
808
809         * tls.el (tls-certtool-program): Fix custom type.
810
811 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
814         and point-at-eol instead of line-(beginning|end)-position.
815
816         * assistant.el (assistant-parse-buffer): Ditto.
817
818         * netrc.el (netrc-parse-services): Ditto.
819
820 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
821
822         * mml2015.el (mml2015-epg-find-usable-key): New function.
823         (mml2015-epg-sign): Use it.
824         (mml2015-epg-encrypt): Use it.
825
826 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * message.el (message-make-in-reply-to): Quote name containing
829         non-ASCII characters.  It will make the RFC2047 encoder cause an error
830         if there are special characters.  Reported by NAKAJI Hiroyuki
831         <nakaji@jp.freebsd.org>.
832
833 2007-02-27  Didier Verna  <didier@xemacs.org>
834
835         Include the group parameters as well as the topic ones in the
836         inheritance filter process.
837         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
838         argument GROUP-PARAMS-LIST.
839         * gnus-topic.el (gnus-group-topic-parameters): Use it.
840
841 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
842
843         * nntp.el (nntp-never-echoes-commands)
844         (nntp-open-connection-functions-never-echo-commands): New variables.
845         (nntp-send-command): Use them.
846
847 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
848
849         * mml2015.el (mml2015-epg-verify): Simplified.
850
851 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * mml.el (mml-content-disposition-alist): New user option.
854         (mml-content-disposition): New function.
855         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
856         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
857
858 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
859
860         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
861         verification.
862
863 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
864
865         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
866         articles posted in the last 24 hours.
867
868 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
869
870         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
871
872 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
873
874         * nntp.el (nntp-send-command): Don't wait for echoes when
875         nntp-open-ssl-stream is used.
876
877 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * gnus-cite.el (gnus-test-font-lock-add-keywords)
880         (gnus-message-add-citation-keywords)
881         (gnus-message-remove-citation-keywords): Remove.
882         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
883         directly, make the variables in font-lock-defaults buffer-local, add
884         gnus-message-citation-keywords to them and then update the value of
885         font-lock-keywords.
886
887 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * message.el (message-cite-original-1): Don't call
890         gnus-article-highlight-citation.
891
892         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
893         citations; fix line count.
894
895 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
898         (gnus-message-add-citation-keywords)
899         (gnus-message-remove-citation-keywords): Use it; fix the emulating
900         versions of font-lock-add-keywords and font-lock-remove-keywords to
901         work with XEmacs correctly.
902
903 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
904
905         * gnus-cite.el (gnus-cite-face-list): Set the values of
906         gnus-message-max-citation-depth and gnus-message-citation-keywords.
907         (gnus-message-max-citation-depth): Use defvar rather than defconst.
908         (gnus-message-cite-prefix-regexp): New variable.
909         (gnus-message-search-citation-line): Use it; protect against long
910         citation prefix; fill match data with nil rather than 0 for XEmacs; set
911         the 0th match data for Emacs.
912         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
913         (gnus-message-add-citation-keywords): Append keywords rather than
914         prepending; emulate font-lock-add-keywords if it is not available.
915         (gnus-message-remove-citation-keywords): Emulate
916         font-lock-remove-keywords if it is not available.
917
918         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
919
920         * message.el (message-cite-prefix-regexp): Set the value of
921         gnus-message-cite-prefix-regexp.
922
923 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
924
925         * nnweb.el (nnweb-google-parse-1): Update parser.
926
927 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
928
929         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
930
931 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
932
933         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
934         regexp.
935
936 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * uudecode.el (uudecode-string-to-multibyte): New function emulating
939         string-to-multibyte.
940         (uudecode-decode-region-internal): Use it.
941
942         * lpath.el: Fbind string-as-multibyte for XEmacs.
943
944 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
945
946         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
947         custom choice.
948
949         * gnus-art.el (gnus-signature-limit): Fix custom choice.
950
951 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
952
953         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
954
955         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
956         `write-region' to respect `mm-inhibit-file-name-handlers'.
957
958 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
959
960         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
961         Use gnus-home-directory instead of "~/" or "$HOME".
962
963 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
964
965         * encrypt.el (encrypt-insert-file-contents): Add better prompt
966         to mention filename.
967         Add comments at beginning regarding usage.
968         (encrypt-write-file-contents): Change interactive so a string is
969         acceptable.  If the file has no associated model, show an error instead
970         of a nonsense prompt.
971
972 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
973
974         * spam.el (spam-bsfilter-ham-switch): Fix typo.
975         Thanks to Yoshihiko Yamada for kind notification of this typo.
976
977 2007-01-12  Kenichi Handa  <handa@m17n.org>
978
979         * uudecode.el (uudecode-decode-region-internal): Make it work in a
980         multibyte buffer.
981
982 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
983
984         * gnus-score.el (gnus-score-fast-scoring): New variable.
985         (gnus-score-headers): Use it.
986
987         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
988
989         * message.el (message-cite-original-1): Call
990         gnus-article-highlight-citation if requested.
991
992         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
993
994         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
995         bugs to doc string.
996         (gnus-button-alist): Add mid\\|message-id.
997         (gnus-button-fetch-group): Extend for use in
998         `browse-url-browser-function'.
999         (gnus-button-url-regexp): Try to catch paired parentheses like in
1000         Wikipedia URLs.
1001
1002         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1003         Suggested by Simon Krahnke <overlord@gmx.li>.
1004
1005 2007-01-13  Romain Francoise  <romain@orebokech.com>
1006
1007         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1008         Update copyright.
1009
1010 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1011
1012         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1013
1014 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1015
1016         * gnus-registry.el (gnus-registry-unfollowed-groups)
1017         (gnus-registry-split-fancy-with-parent): Fix documentation.
1018
1019 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1022         from nnweb groups.
1023
1024 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1025
1026         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1027         Xref urls.  Erase buffer before requesting head.
1028
1029 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1030
1031         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1032         customizable.
1033
1034 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1035
1036         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1037         no signing key is found.
1038         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1039         no encrypting and/or signing key is found.
1040
1041 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1042
1043         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1044
1045 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1046
1047         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1048         headers read from disk with the ones newly found in the current search.
1049         This should no longer cause problems, because the article numbers in
1050         Gmane's `nov.php' output are ignored since the previous change.
1051
1052 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1053
1054         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1055
1056 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1059         replace-regexp-in-string; bind url-version; fbind display-images-p and
1060         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1061         find-face and set-itimer-function for Emacs; bind itimer-list for
1062         Emacs.
1063
1064         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1065
1066 2007-01-01  Romain Francoise  <romain@orebokech.com>
1067
1068         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1069
1070 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1071
1072         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1073         `define-minor-mode' macro definition expanded properly.
1074         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1075         exclude it there.
1076
1077         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1078         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1079         `fboundp' test.
1080         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1081         This is OK to autoload in (S)XEmacs now.
1082
1083 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1084
1085         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1086         keystroke.
1087         (gnus-summary-limit-to-singletons): Fix typo.
1088
1089         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1090         else fails.
1091
1092 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1093
1094         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1095         docstring.
1096
1097         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1098         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1099         (gnus-summary-insert-dormant-articles): Fix typo in message.
1100
1101 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1102
1103         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1104         nil for XEmacs.
1105         (gnus-message-citation-mode): Don't autoload in XEmacs.
1106
1107         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1108
1109 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1110
1111         * nnimap.el (nnimap-expunge-search-string): Mention
1112         nnimap-search-uids-not-since-is-evil in docstring.
1113
1114 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1115
1116         * spam.el: Revert to make-obsolete-variable because
1117         define-obsolete-variable-alias is not supported in Emacs 21.
1118
1119         * spam.el (spam-ifile-path, spam-ifile-database-path)
1120         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1121         make-obsolete-variable.
1122         (spam-bsfilter-path, spam-bsfilter-program)
1123         (spam-spamassassin-path, spam-spamassassin-program)
1124         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1125         use "path" inappropriately.
1126         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1127         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1128         variable names.
1129
1130 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1131
1132         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1133         summary buffer.
1134
1135         * password.el (password-cache-remove): Use clear-string to burn
1136         password, if available.
1137
1138 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1139
1140         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1141
1142         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1143
1144         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1145         (gnus-message-highlight-citation): Move defcustom here from
1146         gnus-cite.el.
1147         (gnus-message-citation-mode): Autoload.
1148
1149         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1150         checks to make it compile with XEmacs.
1151         (gnus-message-citation-mode): New minor mode.
1152         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1153         (gnus-message-highlight-citation): New variables.
1154         (gnus-message-search-citation-line)
1155         (gnus-message-add-citation-keywords)
1156         (gnus-message-remove-citation-keywords)
1157         (turn-on-gnus-message-citation-mode)
1158         (turn-off-gnus-message-citation-mode): New functions.
1159
1160 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1161
1162         * gnus-cite.el: Enable highlighting of different citation levels in
1163         message-mode.
1164
1165 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1166
1167         * message.el (message-make-fqdn): Fix comment.
1168         (message-bogus-system-names): Add ".local".
1169
1170         * spam.el (spam-ifile-path, spam-ifile-program)
1171         (spam-ifile-database-path, spam-ifile-database)
1172         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1173         Don't use "path" inappropriately.
1174         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1175         strings.
1176         (spam-check-ifile, spam-ifile-register-with-ifile)
1177         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1178         new variable names.
1179
1180         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1181         (gnus-treat-display-smileys): Simplify using
1182         gnus-image-type-available-p.
1183
1184         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1185         available.
1186
1187         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1188         `display-images-p' if available.
1189
1190 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1193         one after turning on the buffer's multibyteness instead of decoding
1194         them directly in the unibyte buffer that causes unexpected conversion
1195         in Emacs 23 (unicode).
1196
1197 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1198
1199         * message.el (message-generate-hashcash): Fix custom type.
1200
1201 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1202
1203         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1204
1205 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1206
1207         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1208         disconnect icons.  Add help text.
1209
1210 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1211
1212         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1213         negated to be consistent with the others we handle.
1214
1215 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1216
1217         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1218         version of gnus-summary-buffer to something, so that we can use two
1219         article buffers at the same time.
1220
1221 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1222
1223         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1224         trigger all the extra headers.
1225         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1226         sorting.
1227
1228 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1229
1230         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1231         solid groups.
1232
1233 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1234
1235         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1236
1237 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1238
1239         * legacy-gnus-agent.el: Add Copyright notice.
1240
1241 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1242
1243         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1244
1245 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1248
1249         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1250         to make it work reliably in CVS Emacs.
1251         (gnus-summary-limit-strange-charsets-predicate)
1252         (gnus-summary-limit-to-predicate): New functions.
1253
1254 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1255
1256         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1257         specifying array size.
1258         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1259         array if it is too small.
1260         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1261         (gnus-sort-threads-loop): New function.
1262
1263 2006-12-06  Chris Moore  <dooglus@gmail.com>
1264
1265         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1266         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1267
1268 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1269
1270         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1271         options.
1272
1273 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1274
1275         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1276         DOS-ing the recipient.
1277
1278         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1279         the headers when creating the mapping to avoid mismappings.
1280         (nnweb-gmane-create-mapping): Always nix out old mapping.
1281
1282 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1285         and mm-verify-option to never.
1286
1287 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1288
1289         * message.el (message-signed-or-encrypted-p): New function.
1290         (message-forward-make-body): Use it.
1291
1292         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1293         Replace encode-coding-string with mm-encode-coding-string.
1294
1295 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * nneething.el (nneething-decode-file-name): Replace
1298         decode-coding-string with mm-decode-coding-string.
1299
1300         * gnus-int.el (gnus-open-server): Say failed server's name.
1301
1302 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1303
1304         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1305         strings to a single string.  Quote `errors-file-name'.
1306         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1307         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1308         Adjust calls.  Use `shell-quote-argument'.
1309
1310 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1311
1312         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1313         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1314
1315         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1316         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1317         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1318         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1319         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1320         (gnus-subscribe-newsgroup, gnus-1):
1321         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1322         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1323         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1324         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1325
1326 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1329         keystroke.
1330         (gnus-summary-limit-to-bodies): Implement headersp.
1331
1332 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1335
1336 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1337
1338         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1339
1340 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341
1342         * message.el (message-generate-hashcash): Expand range of values to
1343         include `opportunistic'.
1344         (message-send-mail): Use it.
1345
1346 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1347
1348         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1349         and comment it.
1350
1351         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1352
1353 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1354
1355         * gnus-util.el (gnus-extract-address-components): Improve comment.
1356
1357 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * gnus-util.el (gnus-extract-address-components): Work with address in
1360         which the name portion contains @.
1361
1362         * lpath.el: Fbind custom-autoload.
1363
1364 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1365
1366         * gnus.el (gnus-start): Move custom group up.
1367         (gnus-select-method): Don't autoload, but make it available for
1368         `customize-variable'.
1369         (gnus-getenv-nntpserver): Don't autoload.
1370
1371 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1372
1373         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1374
1375 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1376
1377         * message.el (message-sendmail-extra-arguments): New variable.
1378         (message-send-mail-with-sendmail): Use it.
1379
1380 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1383         mm-with-unibyte-current-buffer to make string unibyte.
1384
1385         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1386         mm-string-as-multibyte.
1387
1388 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1389
1390         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1391         Reported by Werner Koch <wk@gnupg.org>.
1392
1393 2006-11-14  Daiki Ueno  <ueno@p360>
1394
1395         * mml2015.el: Autoload epa-select-keys when compiling.
1396
1397 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1398
1399         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1400         message-options.
1401         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1402
1403 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1404
1405         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1406         EasyPG (< 0.0.6).
1407         (mml2015-always-trust): New user option.
1408         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1409         prompt.
1410
1411 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * nntp.el (nntp-authinfo-force): New variable.
1414         (nntp-send-authinfo): Use it.
1415
1416 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1417
1418         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1419         decode encoded words.  Improve prompt.  Add comment about forwarding.
1420         (message-replacement-char): Move up.
1421
1422 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1423
1424         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1425         instead of gnus-intersection because arguments of gnus-sorted-nunion
1426         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1427
1428 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1429
1430         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1431         (message-simplify-subject-functions): Enable
1432         message-strip-subject-encoded-words by default.
1433
1434 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1435
1436         * message.el (message-strip-subject-encoded-words): New function
1437         (message-simplify-subject-functions): New variable.
1438         (message-simplify-subject): Use it.  Fix typo in doc string.
1439         Support message-strip-subject-encoded-words.
1440
1441 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1442
1443         * gnus-diary.el (gnus-diary-delay-format-function):
1444         * nndiary.el (nndiary-reminders):
1445         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1446
1447 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1448
1449         * gnus-art.el (article-hide-boring-headers): Fetch date from
1450         gnus-original-article-buffer to avoid problems with localized date
1451         strings.
1452
1453 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1456
1457 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1458
1459         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1460         New variables.
1461         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1462         (mm-charset-synonym-alist): Move some entries to
1463         mm-codepage-iso-8859-list.
1464         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1465         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1466
1467 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1470
1471 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1472
1473         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1474         with Emacs 21 and XEmacs.
1475
1476 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1477
1478         * spam.el (spam-parse-address): New function for better parsing,
1479         catching errors, etc.
1480         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1481
1482 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1483
1484         * mm-view.el: Add interactive arg to html2text autoload.
1485
1486 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1489
1490 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1491
1492         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1493         variables.
1494         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1495         (mm-charset-synonym-alist): Move some entries to
1496         mm-codepage-iso-8859-list.
1497
1498         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1499
1500 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1501
1502         * message.el (message-citation-line-format)
1503         (message-insert-formated-citation-line): Fix implementation of %E, %N
1504         and %n according to the doc string.
1505
1506 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1507
1508         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1509         car-safe to avoid bad parses.
1510
1511 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1514         names.
1515
1516         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1517
1518 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1521         header.
1522
1523         * message.el (message-draft-headers): Add Date.
1524         (message-headers-to-generate): Fix typo in docstring.
1525
1526         * nndraft.el (nndraft-required-headers): New variable.
1527         (nndraft-generate-headers): Use it.
1528
1529         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1530
1531 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1532
1533         * gnus-registry.el (gnus-registry-wash-for-keywords)
1534         (gnus-registry-find-keywords): New functions to allow easy searching of
1535         articles that are in the registry.
1536
1537 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1538
1539         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1540         ietf-drums-parse-address instead of gnus-extract-address-components.
1541         Reported by Damien Elmes <damien@repose.cx>.
1542
1543 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1544
1545         * gnus.el (gnus-mime): Remove unused custom group.
1546
1547 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1548
1549         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1550         "blank line" when searching for end of armor headers.
1551
1552 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1553
1554         * gmm-utils.el (gmm-write-region): Fix variable name.
1555
1556 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1557
1558         * gmm-utils.el (gmm-write-region): New function based on compatibility
1559         code from `mm-make-temp-file'.
1560
1561         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1562
1563         * nnmaildir.el (nnmaildir--update-nov)
1564         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1565         Use `gmm-write-region'.
1566
1567 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1568
1569         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1570         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1571
1572         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1573
1574         * message.el (message-replacement-char): New variable.
1575         (message-fix-before-sending): Use it.
1576         (message-simplify-subject): New function to remove duplicate code.
1577         (message-reply, message-followup): Use it.
1578
1579         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1580         gnus-summary-limit-to-articles.
1581
1582 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * gnus-util.el (gnus-with-local-quit): New macro.
1585
1586         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1587
1588 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1589
1590         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1591         ignore non-string data.
1592
1593 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1594
1595         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1596         non-string data (needs to be done in the registry too).
1597
1598 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1599
1600         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1601         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1602         (gnus-registry-split-fancy-with-parent)
1603         (gnus-registry-fetch-simplified-message-subject-fast)
1604         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1605         Remove text properties on ingress into the registry and when it's saved.
1606         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1607         registry from entries with no groups.
1608
1609 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1610
1611         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1612         function to remove string properties.
1613
1614 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1615
1616         * gmm-utils.el (gmm): Adjust custom version.
1617
1618         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1619         custom version.
1620
1621         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1622
1623 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1624
1625         * gnus-art.el (gnus-insert-prev-page-button)
1626         (gnus-insert-next-page-button): Simplify.  Reformat.
1627
1628 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1629
1630         * gnus-art.el (gnus-insert-prev-page-button)
1631         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1632
1633 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1634
1635         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1636
1637 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1638
1639         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1640         gnus-article-button-face to MIME and security buttons.
1641
1642 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1643
1644         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1645         readable.
1646
1647 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1650
1651 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1652
1653         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1654         `browse-url-of-file' instead of `browse-url'.
1655
1656 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1657
1658         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1659         regexp.  Articles containing quotation were cut prematurely.
1660
1661 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1662
1663         * message.el (message-cite-original-1): Use nobody by default for the
1664         value of From header.
1665         (message-reply): Ditto.
1666
1667 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1668
1669         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1670         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1671         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1672
1673 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1674
1675         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1676         mails in the doc string.  Add some URLs in comment.
1677         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1678
1679 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1680
1681         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1682         backslashes handling and the way to find boundaries of quoted strings.
1683
1684 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1685
1686         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1687         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1688         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1689         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1690
1691 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1692
1693         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1694         doc string.
1695         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1696
1697 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * lpath.el: Fbind epg-check-configuration.
1700
1701 2006-09-06  Simon Josefsson  <jas@extundo.com>
1702
1703         * mml2015.el (mml2015-use): Doc fix, mention epg.
1704
1705 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1706
1707         * mml2015.el (mml2015-use): Default to epg, if available.
1708
1709 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1710
1711         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1712         message-sender.
1713         (mml1991-epg-encrypt): Ditto.
1714         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1715         message-sender.
1716         (mml2015-epg-encrypt): Ditto.
1717
1718 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1719
1720         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1721         several common directories.
1722
1723 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1724
1725         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1726         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1727
1728 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1729
1730         * gnus-art.el (article-decode-encoded-words): Make it fast.
1731
1732 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1733
1734         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1735
1736         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1737         in quoted string into `\'.
1738
1739 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1740
1741         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1742         Use standard-syntax-table.
1743
1744 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1745
1746         * gnus-art.el (gnus-decode-address-function): New variable.
1747         (article-decode-encoded-words): Use it to decode headers which are
1748         assumed to contain addresses.
1749         (gnus-mime-delete-part): Remove useless `or'.
1750
1751         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1752         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1753         (gnus-nov-parse-line): Use it to decode From header.
1754         (gnus-get-newsgroup-headers): Ditto.
1755         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1756
1757         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1758         (mail-decode-encoded-address-string): New alias.
1759
1760         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1761         New function.
1762         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1763         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1764         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1765         (rfc2047-decode-string): Ditto.
1766         (rfc2047-decode-address-region): New function.
1767         (rfc2047-decode-address-string): New function.
1768
1769 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1770
1771         * message.el (message-caesar-buffer-body): Allow rotating headers.
1772
1773         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1774
1775         * message.el (message-insert-formated-citation-line): Fix %f.
1776         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1777
1778 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1781         (gnus-bookmark-mouse-available-p): New macro.
1782         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1783         (gnus-bookmark-bmenu-show-infos): Use it.
1784         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1785         (gnus-bookmark-bmenu-hide-infos): Ditto.
1786         (gnus-bookmark-remove-properties): New function.
1787         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1788         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1789         (gnus-bookmark-write-file): Bind coding-system-for-write.
1790         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1791         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1792         group before selecting it.
1793         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1794         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1795         quit-window if it is not available; use gnus-mouse-2 and bind it to
1796         gnus-bookmark-bmenu-select-by-mouse.
1797         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1798         (gnus-bookmark-bmenu-select-by-mouse): New function.
1799
1800 2006-08-13  Romain Francoise  <romain@orebokech.com>
1801
1802         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1803         space.
1804
1805 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * compface.el (uncompface): Use binary rather than raw-text-unix.
1808
1809 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * compface.el (uncompface): Make sure the eol conversion doesn't take
1812         place when communicating with the external programs.  Reported by
1813         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1814
1815 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1816
1817         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1818
1819 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1820
1821         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1822         Make it more robust by parsing author and date independently.
1823
1824 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1825
1826         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1827
1828 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1829
1830         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1831         first matching secret key.
1832         (mml2015-epg-encrypt): Ditto.
1833
1834         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1835         first matching secret key.
1836         (mml1991-epg-encrypt): Ditto.
1837
1838         * mml2015.el (mml2015-encrypt-to-self): New user option.
1839         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1840         mml2015-epg-encrypt-to-self is set.
1841
1842         * mml1991.el (mml1991-encrypt-to-self): New variable.
1843         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1844         mml1991-epg-encrypt-to-self is set.
1845
1846         * mml2015.el (mml2015-signers): New user option.
1847         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1848         (mml2015-epg-encrypt): Allow to select signing keys.
1849
1850         * mml1991.el (mml1991-signers): New variable.
1851         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1852         (mml1991-epg-encrypt): Allow to select signing keys.
1853
1854 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * nnheader.el (nnheader-insert-head): Make it work even if the file
1857         uses CRLF for the line-break code.
1858
1859 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1860
1861         * mml2015.el: Require mml-sec instead of password.
1862         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1863         (mml2015-cache-passphrase): Inherit the default value from
1864         mml-secure-cache-passphrase.
1865         (mml2015-passphrase-cache-expiry): Inherit the default value from
1866         mml-secure-passphrase-cache-expiry.
1867
1868         * mml1991.el: Require mml-sec instead of password.
1869         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1870         (mml1991-cache-passphrase): Inherit the default value from
1871         mml-secure-cache-passphrase.
1872         (mml1991-passphrase-cache-expiry): Inherit the default value from
1873         mml-secure-passphrase-cache-expiry.
1874
1875         * mml-sec.el: Require password.
1876         (mml-secure-verbose): New user option.
1877         (mml-secure-cache-passphrase): New user option.
1878         (mml-secure-passphrase-cache-expiry): New user option.
1879
1880 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1881
1882         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1883         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1884         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1885
1886         FIXME: Use `tiny change'?
1887
1888 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1889
1890         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1891         workaround for the url package included with Emacs.
1892
1893         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1894
1895 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1898         correctly.  This fixes a bug caused by the 2006-05-12 change.
1899
1900 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1901
1902         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1903         some information about the error when saying that the `bogus' mail
1904         group will be used.
1905
1906 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1907
1908         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1909         string.
1910
1911 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1912
1913         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1914
1915 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1916
1917         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1918
1919 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1920
1921         * mml1991.el (mml1991-function-alist): Add epg.
1922         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1923         (mml1991-epg-encrypt): New functions.
1924
1925 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1926
1927         * mml2015.el (mml2015-verbose): New variable.
1928         (mml2015-cache-passphrase): Ditto.
1929         (mml2015-passphrase-cache-expiry): Ditto.
1930         (mml2015-function-alist): Add epg.
1931         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1932         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1933         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1934         functions.
1935
1936 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1937
1938         * message.el (message-cite-original-1): Preserve region when removing
1939         quoted text due to X-No-Archive in order to avoid bogus attribution
1940         when citing multiple messages.
1941
1942 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1943
1944         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1945         Kenneth Jacker <khj@be.cs.appstate.edu>.
1946
1947 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1948
1949         * gnus-diary.el (gnus-user-format-function-d)
1950         (gnus-user-format-function-D): Autoload.
1951
1952         * imap.el (Commentary): Fix typo.
1953
1954         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1955         2006-04-22 contribution.
1956
1957 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1958
1959         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1960         It didn't really fix the bogosity I'm seeing with solid web groups.
1961
1962 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1963
1964         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1965         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1966         created using server names.  If we use the feature without declaring
1967         it, Gnus does not properly manage server and group state.
1968
1969         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1970         bound.
1971
1972 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1973
1974         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1975         looking up the method using GROUP's prefix before inventing a new one.
1976         It is used on killed/unknown groups in various places where returning
1977         an all-new method isn't expected by the caller.
1978
1979         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1980         and match semantics of gnus-group-real-prefix.
1981
1982 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1983
1984         * nnmail.el (nnmail-broken-references-mailers): New variable.
1985         (nnmail-ignore-broken-references): New function generalizing
1986         nnmail-fix-eudora-headers.
1987         (nnmail-fix-eudora-headers): Now obsolete.
1988
1989         * gnus-art.el (gnus-button-handle-custom): Support
1990         `customize-apropos*'.
1991
1992 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1995
1996         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1997         articles.
1998
1999 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2000
2001         * message.el (message-cite-reply-above): New variable.
2002         (message-yank-original): Use it.
2003
2004 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2007
2008 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2009
2010         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2011         as read.
2012
2013         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2014
2015 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2016
2017         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2018         (gnus-bookmark-default-file): Use gnus-directory.
2019         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2020         Remove "*" in doc string.
2021         (gnus-bookmark-write-file): Simplify.
2022         (gnus-bookmark-maybe-sort-alist): Use `when'.
2023         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2024         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2025         FIXME about Emacs 21 and XEmacs compatibility.
2026         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2027         compatibility.
2028         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2029         compatibility.
2030         (gnus-bookmark-menu-heading): Fix version.
2031
2032 2006-06-19  Bastien Guerry  <bzg@altern.org>
2033
2034         * gnus-bookmark.el: New file.
2035
2036 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * message.el (message-syntax-checks): Doc fix.
2039
2040 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2041
2042         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2043         unsubscribed groups as if they were killed ones.  It causes duplicate
2044         entries in gnus-newsrc-alist.
2045
2046 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * message.el (message-syntax-checks): Doc fix.
2049         (message-send-mail): Add check for continuation headers.
2050         (message-check-news-header-syntax): Fix regexp used to check for
2051         continuation headers.
2052
2053 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2054
2055         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2056
2057 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2058
2059         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2060
2061 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2064         default-truncate-lines.
2065
2066 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2069         to fill the utf-8 entry.
2070
2071         * lpath.el: Fbind unicode-precedence-list.
2072
2073 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2074
2075         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2076
2077 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2078
2079         * gnus-agent.el (directory-files-and-attributes): Move all the way
2080         forward (the third and final move).
2081         (gnus-agent-read-agentview): Trap reconstruction errors due to
2082         nonexistant directory.  Handle by returning nil.
2083
2084 2006-05-30  Didier Verna  <didier@xemacs.org>
2085
2086         * message.el (message-dont-reply-to-names): Update the custom type.
2087         * message.el (message-dont-reply-to-names): New defsubst: potentially
2088         convert a list of regexps into a single one.
2089         * message.el (message-get-reply-headers): Use it.
2090         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2091
2092 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * gnus-agent.el (directory-files-and-attributes): Move forward.
2095
2096 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2097
2098         * gnus-ml.el (gnus-mailing-list-subscribe)
2099         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2100         (gnus-mailing-list-message): Fix doc strings.
2101
2102 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2103
2104         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2105         of doing it manually.
2106
2107 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2108
2109         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2110         comment.
2111
2112 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2113
2114         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2115         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2116         (gnus-agent-read-local): All symbols allocated in my-obarray
2117         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2118         (gnus-agent-regenerate-group): Check numeric names to see if they are
2119         messages or groups.
2120         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2121         better way of do this...)
2122
2123         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2124         'dummy.group' (there should be a better way of do this...)
2125
2126 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2127
2128         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2129         (gnus-saved-headers): Ditto.
2130         (gnus-default-article-saver): Mention functions may have properties.
2131         (gnus-article-save): Override gnus-save-all-headers and
2132         gnus-saved-headers by :headers property which saver function may have.
2133         (gnus-summary-save-in-file): Add :headers property.
2134         (gnus-summary-write-to-file): Ditto.
2135
2136         * gnus-sum.el (gnus-summary-save-article): Bind
2137         gnus-prompt-before-saving to t when saving many articles in a file;
2138         always show all headers.
2139
2140         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2141
2142 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2143
2144         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2145         marks.
2146
2147         * message.el (message-indent-citation): Add optional arguments to allow
2148         using it outside of message buffers.
2149
2150         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2151         (gnus-article-treat-unfold-headers): Use it.
2152         (gnus-article-truncate-lines): New variable.
2153         (gnus-article-mode): Use it.
2154         (gnus-article-toggle-truncate-lines): New function.
2155
2156         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2157         gnus-article-toggle-truncate-lines.
2158
2159         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2160         coding system in XEmacs, use binary.
2161
2162 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2165         after-load-alist.
2166
2167         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2168         this function should save decoded articles.
2169         (gnus-summary-write-to-file): Use property to specify this function
2170         should save decoded articles and specify gnus-summary-save-in-file
2171         should be used to save articles other than the first one when saving
2172         many articles.
2173         (gnus-summary-save-body-in-file): Use property to specify this
2174         function should save decoded articles.
2175         (gnus-summary-write-body-to-file): Use property to specify this
2176         function should save decoded articles and specify
2177         gnus-summary-save-body-in-file should be used to save articles other
2178         than the first one when saving many articles.
2179
2180         * gnus-sum.el (gnus-summary-save-article): Simplify.
2181
2182 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-art.el (gnus-default-article-saver): Add
2185         gnus-summary-write-body-to-file.
2186         (gnus-article-save-coding-system): Don't use coding system object
2187         in XEmacs.
2188         (gnus-read-save-file-name): Add optional `dir-var' argument which
2189         specifies directory in which files are saved; work even if optional
2190         `variable' argument is not specified.
2191         (gnus-summary-write-to-file): Read file name.
2192         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2193         (gnus-summary-write-body-to-file): New function.
2194
2195         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2196         (gnus-summary-local-variables): Add it.
2197         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2198         (gnus-summary-save-article): Remove optional `decode' argument;
2199         determine whether to decode articles by the value of
2200         gnus-default-article-saver; when saving many files using
2201         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2202         it first and use gnus-summary-save-in-file or
2203         gnus-summary-save-body-in-file thereafter unless
2204         gnus-prompt-before-saving is always; move point to article which
2205         will be saved.
2206         (gnus-summary-save-article-file): Revert.
2207         (gnus-summary-write-article-file): Revert.
2208         (gnus-summary-save-article-body-file): Revert.
2209         (gnus-summary-write-article-body-file): New function.
2210
2211 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * gnus-art.el (gnus-default-article-saver): Doc fix.
2214         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2215         from gnus-summary-save-article-coding-system, and default to a
2216         certain coding system.
2217         (gnus-output-to-file): Add coding cookie and encode text according
2218         to gnus-article-save-coding-system; don't use mm-append-to-file.
2219
2220         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2221         gnus-art.el and rename to gnus-article-save-coding-system.
2222         (gnus-summary-save-article): Require gnus-art; don't show all
2223         headers if it decodes articles; don't add coding cookie here;
2224         don't bind mm-text-coding-system-for-write.
2225         (gnus-summary-save-article-file): Save decoded articles.
2226         (gnus-summary-write-article-file): When saving many files, use
2227         gnus-summary-write-to-file first and gnus-summary-save-in-file
2228         thereafter unless gnus-prompt-before-saving is always.
2229         (gnus-summary-save-article-body-file): Save decoded articles.
2230
2231         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2232
2233 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2234
2235         * nnrss.el (nnrss-check-group): Bind hash-index.
2236
2237 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2238
2239         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2240         its hash index.  Store this hash in `nnrss-group-data'.
2241         (nnrss-read-group-data): Update accordingly.
2242
2243 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2244
2245         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2246         entry.
2247
2248         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2249         gnus-article-browse-html-article.
2250
2251 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2252
2253         * gnus-sum.el (gnus-summary-mime-map): Add
2254         gnus-article-browse-html-article.
2255
2256         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2257
2258 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2259
2260         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2261         suitable coding systems in customize.
2262
2263 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2264
2265         * mail-source.el (mail-sources): Fix custom type.
2266
2267 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2268
2269         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2270         (gnus-summary-expire-articles-now): Shorten prompt.
2271
2272         * gmm-utils.el (wid-edit): Require.
2273         (defun-gmm): Renamed from `gmm-defun-compat'.
2274         (gmm-image-search-load-path): Use it.
2275         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2276
2277 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2280         variable.
2281         (gnus-summary-save-article): Add optional `decode' argument.  If
2282         it is set and gnus-summary-save-article-coding-system is non-nil,
2283         save decoded article.
2284         (gnus-summary-write-article-file): Save decoded article if
2285         gnus-summary-save-article-coding-system is non-nil.
2286
2287         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2288         type.
2289
2290 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2293
2294 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2297         first to test gnus-single-article-buffer which may be buffer-local.
2298
2299         * gnus-sum.el (gnus-summary-setup-buffer): Make
2300         gnus-single-article-buffer buffer-local and nil in ephemeral
2301         group; make gnus-article-buffer, gnus-article-current, and
2302         gnus-original-article-buffer always buffer-local.
2303         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2304         group.
2305         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2306
2307 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2308
2309         * nnml.el (nnml-request-compact-group): Compressed files might not
2310         have .gz extension.
2311
2312 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2313
2314         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2315         (mm-copy-to-buffer): Use with-current-buffer.
2316         (mm-display-part): Simplify.
2317         (mm-inlinable-p): Add optional arg `type'.
2318
2319 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2320
2321         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2322         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2323         Try harder to show the attachment internally or externally using
2324         gnus-mime-view-part-as-type.
2325
2326 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2327
2328         * message.el (message-from-style, message-signature-separator)
2329         (message-user-organization-file, message-send-mail-function)
2330         (message-citation-line-function, message-yank-prefix)
2331         (message-indent-citation-function, message-signature)
2332         (message-signature-file, message-signature-insert-empty-line):
2333         Remove autoloads.
2334
2335         * gnus-art.el (gnus-buttonized-mime-types): Remove
2336         "multipart/signed".  Revert 2006-04-26 change.
2337
2338 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * gnus.el (gnus-version-number): Bump version.
2341
2342 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2343
2344         * gnus.el: No Gnus v0.5 is released.
2345
2346 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2347
2348         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2349         fetching articles by message-id.
2350
2351 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * message.el (hashcash): Require hashcash as normal.
2354
2355         * ecomplete.el (ecomplete-highlight-match-line): Use
2356         point-at-eol.
2357         (ecomplete-highlight-match-line): Use `highlight', because that
2358         face exists in both Emacs and XEmacs.
2359
2360         * message.el (message-display-abbrev): Use point-at-bol.
2361
2362         * mail-source.el: Don't require timer/timer-funcs.
2363
2364         * gnus-async.el: Ditto.
2365
2366         * password.el: Ditto.
2367
2368         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2369
2370         * mm-url.el: Ditto.
2371
2372         * gnus-xmas.el: Don't require timer-funcs.
2373
2374         * mm-util.el: Require timer/timer-funcs.
2375
2376 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2377
2378         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2379         Close.
2380
2381 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2384         unibyte after clear-decrypt function runs.
2385
2386         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2387         returns as a unibyte string.
2388
2389 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * lpath.el: Revert.
2392
2393         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2394         (pgg-gpg-process-sentinel): Revert.
2395
2396         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2397         (pgg-pgp-lookup-key): Revert.
2398
2399         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2400         (pgg-pgp5-lookup-key): Revert.
2401
2402         * pgg.el (pgg-fetch-key): Revert.
2403
2404 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2405
2406         * lpath.el: Fbind string-as-multibyte for XEmacs.
2407
2408         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2409         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2410         (mml1991-pgg-encrypt): Ditto.
2411
2412         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2413         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2414         a multibyte buffer.
2415
2416         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2417         (pgg-pgp-lookup-key): Ditto.
2418
2419         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2420         (pgg-pgp5-lookup-key): Ditto.
2421
2422         * pgg.el (pgg-fetch-key): Ditto.
2423
2424 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2425
2426         * message.el (message-user-organization-file): Check several
2427         locations of the organization file.
2428
2429         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2430         Add gnus-article-view-part-as-type.
2431
2432         * gnus-art.el (gnus-article-view-part-as-type): New function.
2433
2434         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2435         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2436
2437         * mml.el: Simplify autoload.
2438         (mml-mode): defvar dnd-protocol-alist instead of using
2439         symbol-value.
2440         (mml-default-directory): New variable.
2441         (mml-minibuffer-read-file): Use it.
2442         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2443
2444         * message.el (message-citation-line-format): New variable.
2445         (message-insert-formated-citation-line): New function.
2446         (message-citation-line-function): Add
2447         `message-insert-formated-citation-line' to custom type.
2448
2449         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2450         to doc string.
2451
2452         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2453         depending on mm-verify-option.
2454
2455 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2458         binding pgg-* variables; reimplement the section which prevents
2459         MIME header from being signed.
2460         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2461         pgg-text-mode; remove a blank line at the top of body.
2462
2463         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2464         lines at the top of body; use gnus-newsgroup-charset if there's no
2465         Charset header.
2466
2467 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2468
2469         * message.el (message-self-insert-commands): Doc fix.
2470
2471         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2472         (mm-uu-pgp-encrypted-test): Ditto.
2473         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2474         between header and body; return application/pgp-encrypted handle
2475         if decryption failed; decode decrypted body by charset.
2476
2477         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2478         element match to application/pgp-*.
2479
2480 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2481
2482         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2483         HTML.
2484
2485 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486
2487         * mail-source.el (mail-source-call-script): Message the error
2488         string.
2489
2490 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2491
2492         * gnus-util.el (gnus-byte-compile): Use it.
2493
2494 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2495
2496         * gnus-util.el (kill-empty-logs): New function.
2497
2498 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499
2500         * message.el (message-mail-alias-type): Doc fix.
2501         (message-mail-alias-type-p): New function.
2502         (message-send): Use it.
2503         (message-mode): Ditto.
2504         (message-strip-forbidden-properties): Ditto.
2505
2506         * ecomplete.el (ecomplete-database-file-coding-system): New
2507         variable.
2508         (ecomplete-save): Use it.
2509         (ecomplete-setup): Use it.
2510
2511 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * message.el (message-self-insert-commands): New variable.
2514         (message-strip-forbidden-properties): Use it.
2515
2516 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2517
2518         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2519         that doesn't make XEmacs choke.
2520
2521 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2522
2523         * gnus-util.el (gnus-replace-in-string):
2524         Prefer replace-regexp-in-string over of replace-in-string.
2525
2526 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * gnus-util.el (gnus-select-frame-set-input-focus):
2529         Use select-frame-set-input-focus if it is available in XEmacs; use
2530         definition defined in Emacs 22 for old Emacsen.
2531
2532         * dgnushack.el: Autoload unmorse-region for XEmacs.
2533
2534         * lpath.el: Bind cursor-in-non-selected-windows and
2535         select-frame-set-input-focus for XEmacs.
2536
2537 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2540
2541 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2542
2543         * gnus-registry.el (gnus-registry-cache-save): Remove text
2544         properties when saving via the temp buffer.
2545
2546 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2547
2548         * message.el (message-generate-hashcash): Honor custom type.
2549
2550 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * message.el (message-generate-hashcash): Default to non-nil when
2553         hashcash is found.
2554
2555         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2556         (gnus-refer-thread-limit): Increase default to 500.
2557
2558         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2559
2560         * flow-fill.el (fill-flowed): Allow delete-space.
2561
2562 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2563
2564         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2565         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2566         Remove autoloads.
2567
2568 2006-04-18  Simon Josefsson  <jas@extundo.com>
2569
2570         * message.el (message-generate-hashcash): Default to.
2571
2572 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2575         concatenating segments rather than before concatenating them.
2576
2577 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2578
2579         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2580
2581 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2582
2583         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2584
2585         * message.el (message-forward-make-body-plain): Allow
2586         message-forward-ignored-headers to be a list.
2587         (message-remove-ignored-headers): Factor out into function.
2588         (message-forward-make-body-mml): Use it.
2589
2590         * imap.el (imap-quote-specials): New function.
2591         (imap-login-auth): Quote specials.
2592
2593         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2594         (rfc2231-parse-string): Allow concatanation of parameters that
2595         aren't contiguous.  The test case is
2596           (mail-header-parse-content-type "message/external-body;
2597             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2598             access-type=LOCAL-FILE;
2599             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2600
2601 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2602
2603         * nntp.el (nntp-accept-process-output): Return the value of
2604         `nnheader-accept-process-output'.
2605
2606 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2609         (gnus-button-alist): Recognize more diff formats.
2610         (gnus-button-patch): Strip directory.
2611
2612 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2613
2614         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2615         Emacs 22 when setting focus.
2616
2617 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * gnus-art.el (gnus-article-treat-types): Do treatment of
2620         text/x-verbatim parts.
2621         (gnus-button-patch): New command.
2622
2623         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2624         addresses that contain invalid characters.
2625
2626 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * message.el (message-put-addresses-in-ecomplete): Use
2629         gnus-replace-in-string.
2630         (message-is-yours-p): Use the more correct
2631         mail-header-parse-address instead of
2632         mail-extract-address-components.
2633         (message-put-addresses-in-ecomplete): Fix typo.
2634
2635         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2636         keystroke.
2637
2638         * gnus-art.el (gnus-treatment-function-alist): Change order of
2639         newsgroups/generic header folding to avoid double-folding.
2640
2641         * message.el (message-hidden-headers): Add X-Draft-From.
2642
2643         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2644         command.
2645         (gnus-summary-repeat-search-article-backward): New command.
2646
2647         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2648         groups in the parent topic.
2649
2650 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2651
2652         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2653         (spam-extra-header-to-number): Return the CRM114 number as a
2654         number instead of a string.
2655
2656 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * gnus-art.el (gnus-face-properties-alist): Moved here from
2659         gnus-fun.
2660
2661         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2662
2663 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * message.el (message-strip-forbidden-properties): Only display on
2666         self-insert-command.
2667
2668         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2669         reindent.
2670         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2671
2672 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2673
2674         * smiley.el (smiley-style): Fix typo.
2675
2676 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * hashcash.el (hashcash-insert-payment-async-2): Use
2679         message-goto-eoh instead of doing it manually.
2680         (mail-add-payment): Use message-narrow-to-header instead of trying
2681         to do the same itself.
2682
2683         * message.el (message-hidden-headers): Add Face.
2684
2685         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2686         reparenting code.
2687         (gnus-summary-reparent-children): Refactored out code.
2688         (gnus-summary-thread-map): New keystroke.
2689         (gnus-summary-reparent-children): Make into command.
2690
2691         * smiley.el (smiley-style): Default to `medium' if using a large
2692         font.
2693
2694         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2695         does it itself.
2696
2697         * message.el (message-point-in-header-p): Simplify definition.
2698
2699 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2700
2701         * nnagent.el (nnagent-request-set-mark): Silence log file
2702         writing.
2703         (nnagent-request-set-mark): Use write-region instead of
2704         append-to-file.
2705
2706         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2707         strange select method.
2708
2709         * ecomplete.el (ecomplete-display-matches): Get highlightling
2710         right.
2711         (ecomplete-display-matches): Use literals.
2712         (ecomplete-display-matches): Disable message logging.
2713
2714         * message.el (message-display-abbrev): Small optimization.
2715
2716         * ecomplete.el (ecomplete-display-matches): Allow automatic
2717         display.
2718
2719         * message.el (message-strip-forbidden-properties): Display
2720         abbrevs.
2721         (message-display-abbrev): Get automatic display right.
2722
2723         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2724         keystrokes.
2725
2726 2006-04-13  Romain Francoise  <romain@orebokech.com>
2727
2728         TODO: Backport to v5-10!
2729
2730         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2731         Moved here (and renamed) from gnus-registry.el.
2732
2733         * gnus-registry.el: Require gnus-util.
2734         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2735
2736 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * gnus-group.el (gnus-group-catchup-current): Change
2739         if-then-else-if-then-else into cond.
2740         (gnus-group-catchup): Indent.
2741         (group-name-at-point): New function.
2742         (gnus-fetch-group): Provide default from thing at point.
2743
2744 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745
2746         * message.el (message-display-abbrev): Fix regexp.
2747
2748         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2749         choosing.
2750         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2751         dead variables.
2752
2753         * message.el (message-newline-and-indent): Remove debugging.
2754         (message-display-abbrev): Use new implementation.
2755
2756 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2757
2758         * gnus-art.el (gnus-article-mode): Set
2759         cursor-in-non-selected-windows to nil.
2760
2761         * smiley.el: Revert previous change.
2762         (smiley-data-directory): defvar it before using it in the
2763         defcustom of `smiley-style'.
2764
2765 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2766
2767         * message.el (message-newline-and-indent): New function.
2768
2769         * ecomplete.el: Implement more bits.
2770
2771         * message.el (message-put-addresses-in-ecomplete): Clean up the
2772         string.
2773
2774         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2775
2776         * gnus-sum.el (gnus-summary-save-parts): Bind
2777         gnus-summary-save-parts-counter and use it to make unique file
2778         names.
2779
2780         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2781
2782         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2783         parameter to say whether to actually parse the individual
2784         addresses.
2785
2786         * message.el (message-put-addresses-in-ecomplete): New function.
2787         (ecomplete): Require.
2788         (message-mail-alias-type): Add ecomplete as an option.
2789
2790 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2791
2792         * flow-fill.el (fill-flowed): Remove trailing space from blank
2793         quoted lines.
2794
2795 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * smiley.el (smiley-style): Move definition later to avoid a
2798         compilation warning.
2799
2800 2006-04-12  Kenichi Handa  <handa@m17n.org>
2801
2802         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2803         buffer and then decode the buffer text if necessary.
2804         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2805         first, and after mm-encode-body, change the buffer to unibyte.
2806         Use mm-disable-multibyte instead of set-buffer-multibyte.
2807
2808 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2811         Content-Type header instead of Content-Disposition header.
2812         (gnus-mime-inline-part): Ditto.
2813         (gnus-mime-view-part-as-charset): Ignore charset that the part
2814         specifies.
2815
2816         * mm-decode.el (mm-display-part): Work with external parts and
2817         usual parts similarly.
2818
2819         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2820         instead of gnus-display-mime.
2821
2822         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2823         instead of with-temp-buffer.
2824
2825         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2826         tag to summarized topics part in order to encode non-ASCII text.
2827
2828 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2829
2830         * smiley.el (smiley-style): New variable.
2831         (smiley-directory): New function.
2832         (smiley-data-directory): Derive from `smiley-style' using
2833         `smiley-directory'.
2834         (smiley-regexp-alist): Add new entries.
2835
2836         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2837         (gnus-article-browse-delete-temp): Add :version.
2838
2839 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2840
2841         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2842         the sieve region.
2843
2844 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2845
2846         * gnus.el (gnus-version-number): Bump version.
2847
2848 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2849
2850         * gnus.el: No Gnus v0.4 is released.
2851
2852 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2855         layout.
2856
2857         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2858         unknown charset.
2859
2860         * message.el (message-header-synonyms): Add Original-To to the
2861         default.
2862
2863         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2864         optional parameter.
2865
2866 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2867
2868         * gnus-fun.el (gnus): Require it for gnus-directory.
2869
2870 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2873
2874 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2875
2876         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2877
2878 2006-04-05  Simon Josefsson  <jas@extundo.com>
2879
2880         * password.el (password-reset): New function.
2881
2882 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2883
2884         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2885         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2886
2887 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2888
2889         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2890         Some whitespace was matched into the url, which broke browsing hits
2891         > 100 when mm-url-use-external was nil.
2892
2893 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2894
2895         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2896         gnus-extra-headers for 'Newsgroups.
2897
2898         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2899         bound.
2900
2901 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2902
2903         * pgg-gpg.el: Clean up process buffers every time gpg processes
2904         complete.
2905
2906 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2907
2908         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2909         doc string.
2910
2911 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2912
2913         * pgg-gpg.el (pgg-gpg-process-filter)
2914         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2915
2916         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2917         lines, temporary fix.
2918
2919 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2920
2921         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2922
2923 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2924
2925         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2926         default-enable-multibyte-characters.  This reverts the change from
2927         revision 6.17 which is no longer necessary because the passphrase
2928         is sent separately now.  GnuPG messages are unreadable under
2929         multibyte locales with default-enable-multibyte-characters set to
2930         nil.
2931
2932 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2933
2934         * message.el (message-tool-bar-gnome): Move "spell".
2935
2936 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2937
2938         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2939         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2940         instead.
2941
2942 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2943
2944         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2945         newsgroups handling for NNTP overviews which don't include
2946         Newsgroups.
2947
2948 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2949
2950         * message.el (message-resend): Bind message-generate-hashcash to nil.
2951
2952 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2953
2954         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2955         when searching for already-paid recipients.
2956
2957 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2958
2959         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2960         passphrases when it is not needed.
2961         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2962         passphrase stuff from gpg, should only be necessary when you use
2963         gpg with a smartcard.
2964
2965 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * mml.el (mml-insert-mime): Ignore cached contents of
2968         message/external-body part.
2969
2970         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2971         (mm-insert-part): Ditto.
2972
2973 2006-03-23  Simon Josefsson  <jas@extundo.com>
2974
2975         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2976         Reiner.
2977         (pgg-gpg-use-agent-p): Use it again.
2978
2979 2006-03-23  Simon Josefsson  <jas@extundo.com>
2980
2981         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2982         older emacsen.
2983         (pgg-gpg-use-agent-p): Don't use it.
2984
2985 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2986
2987         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2988         if we can.
2989
2990 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2991
2992         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2993         (pgg-gpg-update-agent): New function.
2994         (pgg-gpg-use-agent-p): New function.
2995         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2996         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2997         (pgg-gpg-sign-region): Use it.
2998
2999 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3002         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3003
3004 2006-03-21  Simon Josefsson  <jas@extundo.com>
3005
3006         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3007         <wilde@sha-bang.de>.
3008         (pgg-gpg-use-agent): New variable.
3009         (pgg-gpg-process-region): Use it.
3010         (pgg-gpg-encrypt-region): Likewise.
3011         (pgg-gpg-encrypt-symmetric-region): Likewise.
3012         (pgg-gpg-decrypt-region): Likewise.
3013         (pgg-gpg-sign-region): Likewise.
3014         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3015
3016 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3017
3018         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3019
3020         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3021         Add comment on version.
3022
3023 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3024
3025         * smiley.el: Add missing test smiley.
3026
3027 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * mm-decode.el (mm-with-part): New macro.
3030         (mm-get-part): Use it; work with message/external-body as well.
3031         (mm-save-part): Treat name and filename equally.
3032
3033         * mm-extern.el (mm-extern-cache-contents): New function.
3034         (mm-inline-external-body): Use it; force the part to be displayed;
3035         move undisplayer added to the cached handle to the parent.
3036
3037         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3038         (gnus-mime-view-part-as-type): Work with message/external-body.
3039
3040         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3041
3042 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3043
3044         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3045         images in image-load-path.  [Sync with image.el, revision 1.60, in
3046         Emacs.]
3047
3048 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3049
3050         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3051         path rather than symbol.  Always return list of directories.
3052         Guarantee that image directory comes first.  [Sync with image.el,
3053         revision 1.59, in Emacs.]
3054
3055         * message.el (message-make-tool-bar): Adjust to new API of
3056         `gmm-image-load-path-for-library'.
3057
3058         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3059
3060         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3061
3062 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3063
3064         * gnus-art.el (gnus-article-only-boring-p):
3065         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3066         intangible text.
3067         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3068
3069 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3070
3071         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3072         `defun' instead of `gmm-defun-compat'.
3073
3074 2006-03-14  Simon Josefsson  <jas@extundo.com>
3075
3076         * message.el (message-unique-id): Don't use message-number-base36
3077         if (user-uid) is a float.
3078         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3079
3080 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3083
3084         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3085         empty line between a part and a message part.
3086
3087 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3088
3089         * smiley.el: Add more test smileys.
3090         (smiley-data-directory, smiley-regexp-alist)
3091         (gnus-smiley-file-types): Fix doc strings.
3092         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3093         adding new elements.
3094         (smiley-mouse-map): Unused code.  Make it a comment.
3095
3096 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3097
3098         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3099         scan latest NoCeM messages instead of old ones.
3100         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3101         delimiters that are recently used.
3102         (gnus-nocem-load-cache): Add autoload cookie.
3103
3104         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3105
3106         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3107         level which is larger than gnus-use-nocem is specified.
3108
3109         * gnus-group.el (gnus-group-get-new-news): Ditto.
3110
3111 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3112
3113         * gnus-util.el (gnus-tool-bar-update): New function.
3114
3115         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3116         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3117
3118         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3119
3120         * gnus-group.el (gnus-group-redraw-when-idle)
3121         (gnus-group-redraw-check): Remove.
3122         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3123
3124 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3125
3126         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3127         if optional last element is specified in splits (FIELD VALUE...).
3128
3129 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3130
3131         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3132         to gmm-image-load-path-for-library.  Call with no-error argument.
3133         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3134
3135         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3136
3137         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3138
3139         * gmm-utils.el (gmm-image-load-path): Remove alias.
3140
3141 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3142
3143         * gmm-utils.el (gmm-image-load-path): Add alias.
3144
3145         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3146         nnml-generate-nov-databases-1.
3147         (nnml-generate-nov-databases): Use it.
3148         (nnml-generate-nov-databases-directory): Document no-active
3149         argument.
3150
3151         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3152         directory if path is t.  Add no-error.
3153
3154         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3155         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3156
3157         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3158         resetting gnus-article-browse-html-temp-list.
3159
3160         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3161         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3162         Add example to docstring.  Rename local variables.  Move error
3163         checks to default case in cond and simplify.
3164
3165 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3168         handle is multipart when calling it recursively.
3169         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3170
3171 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3172
3173         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3174         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3175
3176 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3179         is loaded.
3180
3181         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3182         loaded.
3183
3184 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3185
3186         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3187         to "Emacs 23 (unicode)" in doc string.
3188
3189         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3190         "Emacs 23 (unicode)" in comment.
3191
3192 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3195
3196         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3197         characters 160 through 255 in Emacs 23.
3198
3199 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3200
3201         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3202         gnus-article-browse-html-temp.
3203         (gnus-article-browse-delete-temp): Make it customizable.  Add
3204         `file'.  Adjust doc string.
3205         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3206         query for each file.  Adjust doc string.
3207         (gnus-article-browse-html-parts): Add
3208         `gnus-article-browse-delete-temp-files' to
3209         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3210
3211 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3212
3213         * gnus-art.el (gnus-article-browse-html-temp)
3214         (gnus-article-browse-delete-temp): New variables.
3215         (gnus-article-browse-delete-temp-files): New function.
3216         (gnus-article-browse-html-parts): Use it.
3217
3218 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3219
3220         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3221
3222         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3223         string.
3224
3225         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3226         gnus-summary-insert-new-articles when unplugged.  Remove
3227         gnus-summary-search-article-forward.
3228
3229         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3230         display-visual-class instead of display-color-cells.
3231
3232 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * dgnushack.el: Autoload customize-group for XEmacs.
3235
3236         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3237         message/* containing non-ASCII text properly.
3238
3239 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3240
3241         * message.el: Require gmm-utils, remove autoloads.
3242         (message-tool-bar): Set default based on
3243         gmm-tool-bar-style.
3244         (message-tool-bar-gnome): Add gmm-customize-mode.
3245
3246         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3247         gmm-tool-bar-style.
3248         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3249
3250         * gnus-group.el (gnus-group-tool-bar): Set default based on
3251         gmm-tool-bar-style.
3252         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3253
3254         * gmm-utils.el (gmm-image-directory): Rename variable from
3255         gmm-image-load-path.
3256         (gmm-image-load-path): Use gmm-image-directory.
3257         (gmm-customize-mode): New function.
3258         (gmm-tool-bar-style): New variable.
3259
3260         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3261         gnus-group-redraw-line-number.
3262         (gnus-group-redraw-check): Simplify.
3263         (gnus-group-tool-bar-update): Remove redraw check.
3264         (gnus-group-make-tool-bar): Add redraw check.
3265
3266 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3267
3268         * gnus-art.el (gnus-button): Add missing parentheses.
3269
3270 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * lpath.el: Fbind line-number-at-pos.
3273
3274 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3277
3278 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3279
3280         * gnus-art.el (gnus-button): New face.
3281         (gnus-article-button-face): Use it.
3282
3283         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3284         gnus-summary-next-page.  Re-order.
3285
3286         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3287         next-node are now included.
3288         (gnus-group-redraw-line-number): New internal variable.
3289         (gnus-group-redraw-check): Helper function for updating the tool
3290         bar.
3291         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3292
3293         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3294
3295         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3296         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3297         Use it to match format of Spamassassin 3.0 and later.  Reported by
3298         IRIE Tetsuya <irie@t.email.ne.jp>.
3299         (spam-check-bogofilter)
3300         (spam-bogofilter-register-with-bogofilter): Fix args of
3301         `gnus-error' calls.
3302
3303 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3304
3305         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3306         unnecessary interaction when sending queued mails.  Reported by
3307         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3308
3309 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3310
3311         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3312         first or last are nil.
3313
3314 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3315
3316         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3317
3318 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319
3320         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3321
3322 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * dns.el (query-dns): Protect more against buggy tcp output.
3325
3326 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3327
3328         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3329         nov.php.
3330
3331 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3332
3333         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3334         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3335         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3336         output on the server side.
3337         (nnweb-google-create-mapping): Update regexps and add some
3338         progress indication.
3339
3340 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3341
3342         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3343         gnus-agent-toggle-plugged.  Re-order icons.
3344         (gnus-group-tool-bar-gnome): Add
3345         gnus-group-{prev,next}-unread-group.
3346         (gnus-group-tool-bar-gnome): Re-order icons.
3347
3348         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3349         gnus-summary-insert-new-articles.
3350
3351         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3352         comments.
3353
3354         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3355         also available in Emacs 21.3.
3356
3357         * message.el (message-fix-before-sending): Change "Emacs 22" to
3358         "Emacs 23 (unicode)" in comment.
3359
3360         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3361         "Emacs 23 (unicode)" in comment.
3362
3363         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3364         comment.
3365         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3366
3367         * mm-view.el (mm-fill-flowed): Add :version.
3368
3369 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3372         and load-path.
3373
3374 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3375
3376         * message.el: Autoload gmm-image-load-path.
3377         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3378         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3379         consitency.
3380
3381         * gmm-utils.el (gmm-image-load-path): Also search in
3382         "../etc/images".  Don't set gmm-image-load-path if we don't find
3383         the image.
3384
3385 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * gmm-utils.el (gmm-image-load-path): Don't make
3388         `gmm-image-load-path' include subdirectories which the second arg
3389         `image' might specify.
3390
3391         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3392         subdirectory to icon file names.
3393
3394         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3395
3396 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3397
3398         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3399         gmm-image-load-path calls.
3400
3401         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3402
3403         * message.el (message-make-tool-bar): Ditto.
3404
3405         * mml.el (mml-preview): Added comment concerning tool bar icons.
3406
3407         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3408         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3409
3410         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3411         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3412
3413         * message.el (message-tool-bar-gnome): Use new icon names.
3414         (message-make-tool-bar): Use `gmm-image-load-path'.
3415
3416         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3417         functions from MH-E.
3418         (gmm-image-load-path): New variable from MH-E.
3419         (gmm-image-load-path): New function from MH-E.  Added arguments
3420         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3421         *-image-load-path-called-flag.
3422
3423 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3424
3425         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3426
3427 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3428
3429         * nnimap.el (nnimap-request-move-article): Change folder back to
3430         source group before deleting.
3431
3432 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3433
3434         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3435
3436         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3437         mm-url.
3438
3439         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3440
3441 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3444         coding system which mm-charset-to-coding-system returns for a
3445         given charset is valid.
3446
3447 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3448
3449         * html2text.el (html2text-remove-tag-list):
3450         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3451
3452 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3453
3454         * gnus-cus.el: Revert 2005-10-17 change.
3455
3456 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3457
3458         * gnus-art.el (article-strip-banner): Call
3459         article-really-strip-banner only when the regexp match is made.
3460
3461 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3462
3463         * gnus-art.el (article-strip-banner): Use
3464         gnus-extract-address-components instead of
3465         mail-header-parse-addresses to make it work with non-ASCII text;
3466         remove mail-encode-encoded-word-string.
3467
3468         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3469         values which are surrounded with \"...\"; make it never cause a
3470         Lisp error; give up parsing of parameters if it failed in
3471         extracting type.
3472
3473 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3474
3475         * smime.el (smime-cert-by-ldap-1): Fix bug where
3476         `smime-ldap-search' returns results without userCertificates.
3477
3478 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3481
3482 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3483
3484         * spam.el (spam-check-spamassassin-headers): Adapt format for
3485         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3486         <ari@mbf.ocn.ne.jp>.
3487         (spam-list-of-processors): Add spam-use-gmane.
3488
3489 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3492         make-temp-file; make it work with XEmacs as well.
3493
3494         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3495         mm-make-temp-file.
3496
3497         * mm-decode.el (mm-display-external): Use the 3rd arg of
3498         mm-make-temp-file.
3499         (mm-create-image-xemacs): Ditto.
3500
3501 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3504         with message-narrow-to-headers.
3505         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3506         (gnus-draft-check-draft-articles): New function.
3507         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3508
3509 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3510
3511         * gnus-art.el (gnus-article-browse-html-parts):
3512         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3513         Don't use suffix argument for mm-make-temp-file for Emacs 21
3514         compatibility.  Remove useless `format'.
3515
3516 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3517
3518         * nnweb.el (nnweb-google-wash-article): Update regexps.
3519         (nnweb-group-alist): Use defvoo instead of defvar.
3520
3521 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3524         re-loading nn* modules.
3525
3526 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3527
3528         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3529         for `tool-bar-mode' and don't check it's default-value.
3530
3531         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3532
3533         * message.el (message-make-tool-bar): Ditto.
3534
3535         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3536         `substring'.  Shorten tmp-file name.
3537
3538         * gnus.el: Remove bogus comment.
3539
3540 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3541
3542         * gnus-art.el (gnus-article-browse-html-parts): New function.
3543         (gnus-article-browse-html-article): New function for viewing html
3544         articles with a browser.
3545
3546 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3547
3548         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3549         in elisp.
3550         (pgg-gpg-encrypt-symmetric-region): Ditto.
3551         (pgg-gpg-sign-region): Ditto.
3552
3553         * pgg-def.el (pgg-text-mode): New variable.
3554
3555         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3556         (mml2015-pgg-encrypt): Ditto.
3557
3558         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3559         (mml1991-pgg-encrypt): Ditto.
3560
3561 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3564         message-make-date instead of current-time-string.
3565
3566         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3567         to gnus-decoded which mm-uu might set.
3568
3569 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3572         don't decode quoted parameters; remove misimported Emacs code.
3573         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3574         (rfc2231-decode-encoded-string): Don't use split-string which
3575         behaves differently according to Emacs version; use
3576         mm-decode-coding-region to convert charset to coding-system.
3577         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3578         (rfc2231-encode-string): Remove misimported Emacs code.
3579
3580 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3583         when calling mail-header-parse-content-type.
3584         (article-de-quoted-unreadable): Ditto.
3585         (article-de-base64-unreadable): Ditto.
3586         (article-wash-html): Ditto.
3587
3588         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3589         calling mail-header-parse-content-type and
3590         mail-header-parse-content-disposition.
3591         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3592         mail-header-parse-content-type.
3593
3594         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3595         insert charset and format parameters; encode description after
3596         inserting it to buffer.
3597         (mml-insert-parameter): Fold lines properly even if a parameter is
3598         segmented into two or more lines; change the max column to 76.
3599
3600         * rfc1843.el (rfc1843-decode-article-body): Don't use
3601         ignore-errors when calling mail-header-parse-content-type.
3602
3603         * rfc2231.el (rfc2231-parse-string): Return at least type if
3604         possible; don't cause an error even if it fails in parsing of
3605         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3606         (rfc2231-encode-string): Don't break lines at the beginning, leave
3607         it to mml-insert-parameter.
3608
3609         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3610         calling mail-header-parse-content-type.
3611
3612 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3613
3614         * spam-report.el (spam-report-gmane-use-article-number):
3615         Improve doc string.
3616         (spam-report-gmane-internal): Check if a suitable header was found
3617         in the article.
3618
3619 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3622         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3623
3624 2006-02-05  Romain Francoise  <romain@orebokech.com>
3625
3626         Update copyright notices of all files in the gnus directory.
3627
3628 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3629
3630         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3631
3632 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3635         segmented lines of parameter value to cope with Thunderbird 1.5
3636         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3637         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3638         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3639
3640 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3641
3642         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3643         parts.
3644
3645 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3646
3647         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3648         there's only one active file for all servers.
3649         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3650         solid groups.  Gnus might have used a FAST request to select the group.
3651         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3652         and nnweb-search redundantly in the active file.
3653         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3654         (nnweb-request-create-group): Don't use ARGS.
3655         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3656         initialisations.  Let nnoo do the work.
3657
3658 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3661         Say the part has been decoded.
3662
3663         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3664
3665 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3666
3667         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3668         mailcap-viewer-test-cache when there's no 'test clause, since that
3669         will invert the meaning of a "nil" test previously determined by
3670         mailcap-mailcap-entry-passes-test.
3671
3672 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3675         compiling.
3676
3677         * gnus-sum.el: Ditto.
3678
3679         * message.el: Don't bind tool-bar-map when compiling.
3680
3681 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3682
3683         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3684
3685 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3686
3687         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3688         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3689         current Google Groups.
3690
3691 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3692
3693         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3694         and tool-bar-mode.
3695
3696         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3697         and tool-bar-mode.
3698
3699         * message.el (message-tool-bar-update): Simplify.
3700         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3701
3702         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3703         gnus-summary-buffer.
3704         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3705         gnus-summary-reply.
3706
3707         * gmm-utils.el (gmm): Add :version.
3708
3709 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * Makefile.in (clean): New rule.
3712         (distclean): Use it.
3713
3714 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3715
3716         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3717         autoload.
3718
3719 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * gmm-utils.el (gmm-verbose): Add :group.
3722
3723 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3724
3725         * message.el: Change some comments WRT tool-bars.
3726
3727         * gnus-sum.el (gnus-summary-tool-bar)
3728         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3729         (gnus-summary-tool-bar-zap-list): New variables.
3730         (gnus-summary-make-tool-bar): Complete rewrite using
3731         `gmm-tool-bar-from-list'.
3732
3733         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3734         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3735         variables.
3736         (gnus-group-make-tool-bar): Complete rewrite using
3737         `gmm-tool-bar-from-list'.
3738         (gnus-group-tool-bar-update): New function.
3739
3740         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3741
3742 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3745         is dissected into a single part of which the type is the same as
3746         the given one; decode charset.
3747
3748 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3749
3750         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3751         into alists as symbol not string, since that's what
3752         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3753         look for.
3754
3755 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3756
3757         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3758         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3759
3760         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3761
3762 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3765         (gnus-xmas-mime-security-button-menu): New function.
3766
3767         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3768         (gnus-mime-security-button-menu): New definition.
3769         (gnus-mime-security-button-map): Use them.
3770         (gnus-mime-security-button-menu): New function.
3771         (gnus-insert-mime-security-button): Addition to help echo.
3772         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3773         (gnus-mime-security-pipe-part): New functions.
3774
3775         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3776         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3777
3778         * mm-decode.el (mm-handle-set-disposition): Remove.
3779         (mm-handle-set-description): Remove.
3780
3781 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3784         (mm-w3m-standalone-supports-m17n-p): New function.
3785         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3786         w3m usage.
3787
3788         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3789         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3790
3791 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3792
3793         * message.el (message-tool-bar-zap-list): Use
3794         gmm-tool-bar-zap-list as custom type.
3795         (message-tool-bar-update): New function.
3796         (message-tool-bar, message-tool-bar-gnome)
3797         (message-tool-bar-retro): Add message-tool-bar-update.
3798         (message-tool-bar-gnome): Add flyspell-buffer.
3799
3800         * gnus-util.el (gnus-error): Describe `args'.
3801
3802         * gmm-utils.el (gmm-error): Describe `args'.
3803         (gmm-tool-bar-zap-list): New widget.
3804         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3805
3806 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3809         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3810         the number of recursive calls.
3811
3812         * mm-decode.el (mm-handle-set-disposition): New macro.
3813         (mm-handle-set-description): New macro.
3814
3815 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3818         encoding.
3819
3820 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3821
3822         * message.el (message-tool-bar-zap-list, message-tool-bar)
3823         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3824         (message-tool-bar-local-item-from-menu): Remove.
3825         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3826         (message-make-tool-bar): New function.
3827         (message-mode): Use `message-make-tool-bar'.
3828
3829         * gmm-utils.el: New file.
3830         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3831         (gmm-lazy): New widget copied from `nnmail.el'.
3832         (gmm-tool-bar-from-list): New function for creating customizable
3833         tool bars.
3834         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3835         output.
3836         (gmm): Add :prefix to defgroup.
3837
3838 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3839
3840         * gmm-utils.el (gmm-widget-p): New function.
3841
3842 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3843
3844         * mml.el (mml-attach-file): Describe `description' in doc string.
3845         (mml-menu): Add Emacs MIME manual and PGG manual.
3846
3847 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3848
3849         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3850
3851 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3852
3853         * nntp.el (nntp-end-of-line): Doc fix.
3854
3855 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3856
3857         * imap.el (imap-open): Handle case where buffer is a buffer
3858         object.
3859
3860 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3861
3862         * gnus-delay.el (gnus-delay): Don't autoload.
3863         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3864         to be re-loaded when customizing the `gnus-delay' group.
3865
3866 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3867
3868         * message.el (message-insert-citation-line): Use newlines.
3869
3870 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3871
3872         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3873         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3874         these routines, so the passphrase can be managed externally and
3875         passed in to the system.
3876         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3877         pgg-add-passphrase-to-cache function.
3878
3879         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3880         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3881         these routines, so the passphrase can be managed externally and
3882         passed in to the system.
3883         (pgg-pgp5-sign-region): Use new name of
3884         pgg-add-passphrase-to-cache function.
3885
3886 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3887
3888         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3889         part of the decoded armor to find the key-identifier.
3890         (pgg-gpg-lookup-key-owner): New function to return the
3891         human-readable identifier of a key owner.
3892         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3893         itself.
3894         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3895         the key value) if we have a key and can match it against a secret
3896         key.  Also, added a note pointing out fact that the prompt only
3897         indicates the first matching key.
3898
3899         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3900         pgg-decrypt-region.
3901         (pgg-add-passphrase-to-cache): Rename from
3902         `pgg-add-passphrase-cache' to reduce confusion (all callers
3903         changed).
3904         (pgg-remove-passphrase-from-cache): Rename from
3905         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3906         changed).
3907         (pgg-read-passphrase, pgg-add-passphrase-cache)
3908         (pgg-remove-passphrase-cache): Add informative docstrings.
3909         (pgg-decrypt): Convey provided passphrase in subordinate call to
3910         pgg-decrypt-region.
3911
3912 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3913
3914         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3915         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3916         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3917         'passphrase' argument, so the passphrase can be managed externally
3918         and then passed in to the system.
3919
3920         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3921         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3922         so the passphrase cache can be used reliably with identifiers
3923         besides a pgp packet's key id.
3924
3925         * pgg-gpg.el (pgg-gpg-encrypt-region)
3926         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3927         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3928         these routines, so the passphrase can be managed externally and
3929         passed in to the system.
3930
3931         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3932         'notruncate' argument, so the passphrase cache can be used
3933         reliably with identifiers besides a pgp packet's key id.
3934
3935 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3936
3937         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3938         symmetric encryption.
3939         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3940         encrypted session key.
3941         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3942         message ask for the passphrase in a proper way.
3943
3944         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3945         New user commands for symmetric encryption.
3946
3947 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3948
3949         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3950
3951         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3952
3953 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3954
3955         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3956
3957 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * mm-decode.el (mm-inlined-types): Add application/pgp.
3960         (mm-automatic-display): Ditto.
3961
3962         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3963         part as text.
3964
3965 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * nnrss.el: Update copyright.
3968         (nnrss-opml-import): Query whether to subscribe to each entry.
3969
3970         * gnus-art.el:
3971         * gnus-sum.el:
3972         * gnus-xmas.el:
3973         * messagexmas.el:
3974         * mm-uu.el:
3975         * mm-view.el: Update copyright.
3976
3977 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3978
3979         * message.el (message-info): New function.
3980         (message-mode-menu): Add it.
3981         Update copyright.
3982
3983         * ChangeLog: Fix and update copyright.
3984
3985 2006-01-13  Romain Francoise  <romain@orebokech.com>
3986
3987         * message.el (message-forward-subject-name-subject): Prefer the
3988         address to 'nowhere' if the sender has no name.
3989         Fix typo.  Update copyright year.
3990
3991 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * gnus-art.el (article-wash-html): Use
3994         gnus-summary-show-article-charset-alist if a numeric arg is given.
3995         (gnus-article-wash-html-with-w3m-standalone): New function.
3996
3997         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3998         mm-inline-text-html-render-with-w3m-standalone.
3999         (mm-text-html-washer-alist): Map w3m-standalone to
4000         gnus-article-wash-html-with-w3m-standalone.
4001         (mm-inline-text-html-render-with-w3m-standalone): New function.
4002
4003 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4004
4005         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4006         Improve LaTeX.
4007
4008 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4011         (nnrss-request-article): Render text/plain parts as HTML.
4012
4013         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4014         the buffer.
4015
4016 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4017
4018         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4019         custom definition of `gnus-posting-styles'.
4020
4021         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4022         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4023
4024 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4025
4026         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4027         Use nntp for bug archive.
4028
4029 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4032         parts.
4033         (nnrss-normalize-date): New function converts ISO 8601 date into
4034         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4035         (nnrss-check-group): Use it.
4036
4037 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4040
4041         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4042         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4043         (nnrss-insert-w3): Ditto.
4044
4045 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4048         the articles to be forwarded including the case where neither a
4049         number of articles nor a region is specified.
4050
4051 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * nnrss.el (nnrss-request-article): Fix last change; fill
4054         text/plain parts.
4055
4056 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4059         in text/plain part.
4060         (nnrss-check-group): Don't add excessive newline to dc:subject.
4061
4062 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4063
4064         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4065         article.
4066
4067 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4068
4069         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4070         (nnml-use-compressed-files, nnml-save-mail): Support other
4071         comression programs such as bzip2.
4072
4073 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4074
4075         * dns.el (query-dns): Make sure we check the buffer size before
4076         removing tcp headers.
4077
4078 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4081         remove MIME buttons associated with multipart/alternative parts.
4082         (gnus-mime-display-alternative): Tag buttons using `article-type'
4083         text property.
4084
4085         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4086         associated with multipart/alternative parts.
4087
4088         * gnus-art.el (gnus-signature-separator): Fix custom type.
4089
4090         * mm-decode.el (mm-inlined-types): Fix custom type.
4091         (mm-keep-viewer-alive-types): Ditto.
4092         (mm-automatic-display): Ditto.
4093         (mm-attachment-override-types): Ditto.
4094         (mm-inline-override-types): Ditto.
4095         (mm-automatic-external-display): Ditto.
4096
4097 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4098
4099         * spam-report.el (spam-report-user-mail-address)
4100         (spam-report-user-agent): New variables.
4101         (spam-report-url-ping-plain): Use spam-report-user-agent.
4102
4103 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4104
4105         * gnus-art.el (gnus-button-handle-custom): Do not just use
4106         `customize-apropos' for any "M-x customize-*" button but the
4107         function called for.  Accept both the function name and its
4108         argument in order to achieve this.
4109         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4110         function name to `gnus-button-handle-custom' in case of "M-x
4111         customize-*" buttons.
4112
4113 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4114
4115         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4116         multipart/alternative and add xref to mm-discouraged-alternatives
4117         in doc string.
4118
4119         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4120         gnus-buttonized-mime-types in doc string.
4121
4122 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4123
4124         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4125         Suggest image/.* in the doc string.
4126
4127 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4128
4129         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4130         message-marks (Debian bug #342521).
4131
4132 2005-12-12  Simon Josefsson  <jas@extundo.com>
4133
4134         * password.el (password-read-from-cache): Add.
4135         (password-read): Use it.
4136
4137 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4140         us-ascii as a MIME charset.
4141
4142         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4143         against the case where the 2nd arg TYPE is nil.
4144
4145 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4146
4147         * pop3.el (pop3-stream-type): Fix custom version.
4148
4149         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4150
4151 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4152
4153         * mm-decode.el (mm-display-external): Add missing cdr.
4154
4155 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4158         RFC1524) if it is in mailcap or add a suffix according to
4159         mailcap-mime-extensions when generating a temp filename; postpone
4160         deleting a temp file for 2 seconds for some wrappers, shell
4161         scripts, and so on, which might exit right after having started a
4162         viewer command as a background job.
4163
4164 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4165
4166         * nntp.el (nntp-marks-directory): Fix custom group.
4167
4168         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4169         steps when < 10.
4170
4171         * gnus-start.el (gnus-no-server-1): Mention
4172         `gnus-level-default-subscribed' in doc string.
4173
4174 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4175
4176         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4177         parens.
4178
4179 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * gnus-xmas.el (gnus-use-toolbar): Revert.
4182         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4183         gnus-use-toolbar is default.
4184
4185         * messagexmas.el (message-use-toolbar): Revert.
4186         (message-setup-toolbar): Use global default-toolbar if
4187         message-use-toolbar is default.
4188
4189 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4192         according to default-toolbar-visible-p.
4193
4194         * messagexmas.el (message-use-toolbar): Ditto.
4195
4196 2005-11-26  Dave Love  <fx@gnu.org>
4197
4198         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4199         (tls-program, tls-success): Provide openssl alternative.
4200
4201         * starttls.el: Doc fixes.
4202         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4203         SERVICE to PORT.
4204
4205         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4206         port null or service name.
4207         (starttls-negotiate): Autoload.
4208
4209 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * message.el (message-kill-to-signature): Fix interactive spec.
4212
4213 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * pop3.el (pop3-open-server): Recognize a string as a service name.
4216
4217 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4218
4219         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4220
4221 2005-11-23  Dave Love  <fx@gnu.org>
4222
4223         Add pop3s, pop3/starttls.
4224
4225         * pop3.el (pop3-authentication-scheme): Clarify doc.
4226         (open-tls-stream, starttls-open-stream): Autoload.
4227         (pop3-stream-type): New.
4228         (pop3-open-server): Use it.
4229
4230         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4231         for POP.
4232         (mail-source-keyword-map): Add :stream for POP.
4233         (mail-source-fetch-pop): Use pop3-stream-type.
4234
4235 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4238         of current-time-string.
4239
4240 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4241
4242         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4243         date header.
4244
4245 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4246
4247         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4248         it can seriously impact performance as it bypasses the agent's
4249         local caches.
4250
4251 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4252
4253         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4254         must be explicitly online rather than "not explicitly offline" for
4255         its flags to be synchronized.
4256
4257         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4258         that gnus-uu-unmark-thread will function correctly.
4259
4260         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4261         1024K is instead displayed as 1M.
4262
4263 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4266
4267 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4268
4269         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4270
4271 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4272
4273         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4274         error message to display actual error condition.
4275         (gnus-agent-save-local): Avoid saving symbols that are bound to
4276         nil as they simply result in a warning message in
4277         gnus-agent-read-local.
4278
4279 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4282         rather than make-variable-buffer-local for file-precious-flag.
4283
4284 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4285
4286         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4287         for duplicates which are removed.  The invalid sort check then
4288         triggers a rescan after the sort as sorting may have moved
4289         duplicate entries such that they can be cheaply detected.
4290
4291 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4294
4295 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4296
4297         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4298         internal variable to a custom variable.  Changed default value
4299         from compressed(2) to uncompressed(1).
4300         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4301         support for uncompressed agentview files.  Taken together, reading
4302         the agentview file should now be 6-7 times faster.
4303
4304 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4305
4306         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4307         as a buffer-local variable.  This avoids creating truncated
4308         dribble files as a result of a hang up, eg.
4309
4310 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4311
4312         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4313         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4314         XEmacs.
4315
4316 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4317
4318         * gnus-start.el (gnus-start-draft-setup): Enforce
4319         `gnus-draft-mode' for nndraft:drafts at startup.
4320
4321         * gnus.el (gnus-splash): Change custom group.
4322         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4323         allow-list argument.
4324
4325         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4326         string.
4327
4328 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4329
4330         * gnus-art.el (gnus-default-article-saver): Add user-defined
4331         `function' to custom type.
4332
4333 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4334
4335         * imap.el (imap-open): Handle case where buffer is a buffer
4336         object.
4337
4338 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4339
4340         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4341         long lines.
4342         (gnus-cache-delete-group): Wrap doc strings.
4343
4344         * gnus-agent.el (gnus-agent-rename-group)
4345         (gnus-agent-delete-group): Wrap doc strings.
4346
4347
4348 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * messagexmas.el (message-use-toolbar): Change the valid values
4351         into default, top, bottom, left, and right.
4352         (message-toolbar-thickness): New variable.
4353         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4354         well.
4355         (message-setup-toolbar): Make it work.
4356
4357         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4358         (gnus-use-toolbar): Change the valid values into default, top,
4359         bottom, left, and right.
4360         (gnus-toolbar-thickness): New variable.
4361         (gnus-xmas-setup-toolbar): New function.
4362         (gnus-xmas-setup-group-toolbar): Use it.
4363         (gnus-xmas-setup-summary-toolbar): Use it.
4364
4365 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * gnus-start.el (gnus-1): Add "native" to
4368         gnus-predefined-server-alist.
4369
4370         * gnus.el (gnus-method-to-server): Don't add "native" to the
4371         lists here, because that leads to problems when
4372         gnus-select-method is bound.
4373
4374 2005-11-09  Simon Josefsson  <jas@extundo.com>
4375
4376         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4377         use (not sort-by-date) instead.
4378
4379 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4380
4381         * gnus-delay.el (gnus-delay-group): Don't autoload.
4382         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4383         to be re-loaded when customizing the `gnus-delay' group.
4384
4385 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4386
4387         * message.el: Revert last changes.
4388         (message-insert-citation-line): Use newlines.
4389
4390 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4391
4392         * message.el (message-courtesy-message)
4393         (message-mark-insert-begin, message-mark-insert-end)
4394         (message-elide-ellipsis, message-cancel-message)
4395         (message-add-header, message-change-subject)
4396         (message-cross-post-followup-to-header)
4397         (message-cross-post-insert-note, message-reduce-to-to-cc)
4398         (message-widen-reply, message-delete-not-region)
4399         (message-kill-to-signature, message-insert-signature)
4400         (message-insert-importance-high, message-insert-importance-low)
4401         (message-insert-or-toggle-importance)
4402         (message-insert-disposition-notification-to)
4403         (message-indent-citation, message-yank-original)
4404         (message-cite-original-without-signature, message-cite-original)
4405         (message-insert-citation-line, message-position-on-field)
4406         (message-fix-before-sending, message-send-mail-partially)
4407         (message-send-mail, message-send-mail-with-sendmail)
4408         (message-send-mail-with-qmail, message-send-news)
4409         (message-check-news-header-syntax, message-generate-headers)
4410         (message-insert-courtesy-copy, message-fill-address)
4411         (message-fill-header, message-shorten-references)
4412         (message-setup-1, message-cancel-news)
4413         (message-forward-make-body-plain, message-forward-make-body-mime)
4414         (message-forward-make-body-mml, message-encode-message-body)
4415         (message-forward-make-body-digest-plain)
4416         (message-forward-make-body-digest-mime)
4417         (message-use-alternative-email-as-from): Insert `hard-newline'
4418         instead of ordinary newlines.
4419
4420 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * message.el (message-generate-headers): Downcase the argument
4423         given to message-check-element.
4424
4425 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4426
4427         * nntp.el (nntp-authinfo-rejected): New error condition.
4428         (nntp-wait-for): Use new error condition to signal authentication
4429         error.
4430         (nntp-retrieve-data): Rethrow new error condition to break out of
4431         recursive call to nntp-send-authinfo.
4432
4433 2005-11-08  Romain Francoise  <romain@orebokech.com>
4434
4435         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4436         (gnus-summary-exit-map): Bind to `Z p'.
4437         (gnus-summary-make-menu-bar): Add menu item.
4438
4439 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4440
4441         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4442         (gnus-treat-*): Add `first' in all doc strings.
4443
4444         * gnus-group.el (gnus-group-compact-group): Fix typo.
4445
4446 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * gnus.el (gnus-parameters-case-fold-search): New variable.
4449         (gnus-parameters-get-parameter): Use it.
4450
4451         * gnus-score.el (gnus-home-score-file): Doc fix.
4452
4453 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4454
4455         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4456
4457 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * mm-util.el (mm-special-display-p): New function.
4460
4461         * mml.el (mml-preview): Use it; doc fix.
4462
4463 2005-10-29  Romain Francoise  <romain@orebokech.com>
4464
4465         * message.el (message-fix-before-sending): Fix comment.
4466
4467 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4468
4469         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4470
4471 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4472
4473         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4474         Used in gnus-score.el.
4475
4476 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4477
4478         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4479
4480 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4481
4482         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4483         whitespace removed in revision 7.8.  Use concatenated string to
4484         protect trailing whitespace.
4485
4486 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4487
4488         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4489         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4490         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4491         Courier IMAP ("some version from 2004").  Mostly based on similar
4492         code in the same function.
4493
4494 2005-10-26  Didier Verna  <didier@xemacs.org>
4495
4496         * gnus-group.el (gnus-group-compact-group): invalidate original
4497         article buffer.
4498         * gnus-srvr.el (gnus-server-compact-server): ditto.
4499         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4500         NOV database and in article itself.
4501         Invalidate article backlog.
4502
4503 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4504
4505         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4506
4507 2005-10-26  Simon Josefsson  <jas@extundo.com>
4508
4509         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4510         part of 2004-07-25 change.
4511
4512 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * message.el (message-display-completion-list): New function.
4515         (message-expand-group): Use it; make sure the Completions buffer
4516         is modifiable.
4517
4518 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4519
4520         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4521         user-mail-name is an empty string.
4522
4523 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4524
4525         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4526         depending on gnus-score-decay-constant.
4527
4528         * encrypt.el (encrypt-insert-file-contents)
4529         (encrypt-write-file-contents): Don't use `gnus-message'.
4530
4531         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4532         arguments.
4533         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4534         arguments to mm-uu-verbatim-marks-extract.
4535         (mm-uu-hide-markers): New variable.
4536         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4537
4538         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4539         (gnus-convert-image-to-face-command): Use "convert" by default to
4540         allow other input image formats.
4541         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4542         accordingly.
4543
4544 2005-10-23  Simon Josefsson  <jas@extundo.com>
4545
4546         * imap.el (imap-gssapi-program): Align command line parameters
4547         with latest GNU SASL.
4548         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4549
4550 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4551
4552         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4553         HTML.
4554         (nnslashdot-request-article): Ditto.
4555
4556         * lpath.el (featurep): Add nobreak-char-display.
4557
4558 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4559
4560         * mail-source.el (mail-source-fetch-pop): Require pop3.
4561         (mail-source-check-pop): Ditto.
4562
4563 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4564
4565         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4566         errors.
4567
4568 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4569
4570         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4571         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4572
4573         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4574
4575         * mm-bodies.el (mm-decode-string): Call
4576         `mm-charset-to-coding-system' with allow-override argument.
4577
4578 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4581         (rfc2047-charset-to-coding-system): New function.
4582         (rfc2047-decode-encoded-words): New function.
4583         (rfc2047-decode-region): Use them.
4584         (rfc2047-decode-cte): Remove.
4585         (rfc2047-parse-and-decode): Remove.
4586         (rfc2047-decode): Remove.
4587
4588 2005-10-15  Kenichi Handa  <handa@m17n.org>
4589
4590         * rfc2047.el (rfc2047-decode-cte): New function.
4591         (rfc2047-decode-region): Change the way to decode successive
4592         encoded-words: decode B- or Q-encoding in each encoded-word,
4593         concatenate them, and decode it as charset.
4594
4595 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * lpath.el: Fbind codepage-setup for XEmacs.
4598
4599 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4600
4601         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4602         widget-move-and-invoke.
4603         (gnus-custom-mode): Use gnus-custom-map.
4604
4605 2005-10-15  Bill Wohler  <wohler@newt.com>
4606
4607         * message.el (message-tool-bar-map): Renamed image file from
4608         mail_send to mail/send.
4609
4610 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4611
4612         * message.el (message-expand-group): Pass the common
4613         prefix substring of completion to `display-completion-list'.
4614
4615 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4616
4617         * mml-sec.el (mml-secure-method): New internal variable.
4618         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4619         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4620         functions using mml-secure-method.
4621
4622         * mml.el (mml-mode-map): Add key bindings for those functions.
4623         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4624         Harder <harder@myrealbox.com>.
4625         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4626         end of message if point is the headers of the message.
4627
4628         * message.el (message-in-body-p): New function.
4629
4630         * assistant.el: Autoload gnus-util and netrc.
4631
4632         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4633         Use `mm-charset-override-alist' only when decoding.
4634
4635         * mm-bodies.el (mm-decode-body): Call
4636         `mm-charset-to-coding-system' with allow-override argument.
4637
4638         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4639         `filename' from Content-Disposition if Content-Type doesn't
4640         provide `name'.
4641         (gnus-mime-view-part-as-type): Set default instead of
4642         initial-input.
4643
4644 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4645
4646         * format-spec.el (format-spec): Propagate text properties of % spec.
4647
4648 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4649
4650         * gnus-art.el (gnus-treat-predicate): Add `first'.
4651
4652 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4653
4654         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4655         (mm-charset-override-alist): New variable.
4656         (mm-charset-to-coding-system): Use it.
4657         (mm-codepage-setup): New helper function.
4658         (mm-charset-eval-alist): New variable.
4659         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4660         about unknown charsets.
4661
4662         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4663
4664 2005-10-04  David Hansen  <david.hansen@gmx.net>
4665
4666         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4667         (nnrss-check-group): Ditto.
4668
4669 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4670
4671         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4672         Rename x-gnus-verbatim to x-verbatim.
4673         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4674
4675         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4676         x-verbatim.
4677
4678         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4679
4680         * gnus-util.el (gnus-remove-duplicates): Remove.
4681
4682         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4683         instead of gnus-remove-duplicates.
4684
4685         * message.el (message-remove-duplicates): Remove.
4686         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4687         message-remove-duplicates.
4688
4689         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4690         available, else use implementation from `delete-dups'.
4691
4692         * message.el (message-insert-expires): New function.
4693         (message-mode-map): Add key binding.
4694         (message-mode-field-menu): Add menu entry.
4695         (message-mode): Document it.
4696         (message-make-expires-date): Use `message-make-date'.
4697
4698 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4699
4700         * message.el (message-make-expires-date): New function.
4701
4702 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * Makefile.in (list-installed-shadows): New entry.
4705         (install): Use it.
4706         (remove-installed-shadows): New entry.
4707
4708         * dgnushack.el (dgnushack-default-load-path): New variable.
4709         (dgnushack-find-lisp-shadows): New function.
4710         (dgnushack-remove-lisp-shadows): New function.
4711
4712 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * Makefile.in (install-el-elc): New entry.
4715         (install): Use it so that .el files are necessarily installed.
4716
4717 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4720
4721 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4722
4723         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4724         function rather than the diff-mode.el package.
4725         (mm-display-external): Use with-current-buffer.
4726         (mm-viewer-completion-map, mm-viewer-completion-map):
4727         Move initialization inside declaration.
4728
4729 2005-09-29  Simon Josefsson  <jas@extundo.com>
4730
4731         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4732         autoload mail-check-payment.
4733         (spam-check-hashcash): Define unconditionally, since hashcash.el
4734         is part of Gnus now.  Ignore errors from payment checking.
4735
4736 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4737
4738         * message.el (message-bold-region, message-unbold-region): Rename
4739         from `bold-region' and `unbold-region'.
4740
4741         * message.el: Remove useless autoloads.
4742
4743 2005-09-28  Simon Josefsson  <jas@extundo.com>
4744
4745         * message.el (message-use-idna): Default to t.
4746         (message-use-idna): Test whether encoding works too.  Doc fix.
4747
4748 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * nntp.el (nntp-warn-about-losing-connection): Remove.
4751
4752 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4753
4754         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4755         customizable.  Change default value.
4756         (mm-uu-diff-groups-regexp): Change default value.
4757         (mm-uu-type-alist): Add doc string.
4758         (mm-uu-configure): Add doc string.  Make it interactive.
4759         (mm-uu-tex-groups-regexp): New variable.
4760         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4761         (mm-uu-type-alist): Add LaTeX documents.
4762         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4763         of "text/verbatim".
4764         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4765
4766         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4767         instead of "text/verbatim".
4768
4769         * message.el (message-mark-inserted-region)
4770         (message-mark-insert-file): Use slrn style marks when called with
4771         prefix argument.
4772
4773 2005-09-27  Simon Josefsson  <jas@extundo.com>
4774
4775         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4776
4777 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4778
4779         * message.el (message-remove-duplicates): New function.
4780         Implementation borrowed from `gnus-remove-duplicates'.
4781         (message-idna-to-ascii-rhs): Also encode idna addresses in
4782         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4783         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4784         only ask about the same idna domain once per header and also tell
4785         in what header to replace the idna domain.
4786
4787         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4788         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4789         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4790         a header is decoded and not just the last one.
4791
4792 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4795         has been decoded.
4796
4797         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4798         (mm-insert-part): Don't modify text if it has been decoded.
4799
4800         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4801         decoded.
4802
4803         * mm-view.el (mm-inline-text): Don't strip text props unless
4804         decoding enriched or richtext parts.
4805
4806 2005-09-25  Romain Francoise  <romain@orebokech.com>
4807
4808         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4809         * gnus-start.el (gnus-subscribe-interactively):
4810         * gnus-uu.el (gnus-uu-grab-articles):
4811         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4812         space.
4813
4814 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4815
4816         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4817         * mm-view.el (mm-view-pkcs7-decrypt):
4818         * gnus-sum.el (gnus-summary-limit-to-extra)
4819         (gnus-summary-respool-article, gnus-read-move-group-name):
4820         * gnus-score.el (gnus-summary-increase-score):
4821         * gnus-util.el (gnus-completing-read-with-default):
4822         * gnus-art.el (gnus-read-save-file-name)
4823         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4824         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4825         * message.el (message-check-news-header-syntax):
4826         Follow convention for reading with the minibuffer.
4827
4828 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4829
4830         * spam-report.el (spam-report-url-ping-plain):
4831         Use gnus-extended-version as User-Agent.
4832
4833         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4834         default value is nil.
4835
4836         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4837         (mm-uu-verbatim-marks-extract): New function.
4838         (mm-uu-extract): New face.
4839         (mm-uu-copy-to-buffer): Use it.
4840
4841         * spam-report.el (spam-report-gmane-ham): Renamed from
4842         `spam-report-gmane-unspam'.
4843         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4844         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4845
4846         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4847         Autoload.
4848         (spam-report-gmane-unregister-routine): Renamed
4849         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4850
4851 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4852
4853         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4854         (spam-report-gmane-unregister-routine): Add support for gmane
4855         unregistration.
4856
4857         * spam-report.el (spam-report-gmane-unspam)
4858         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4859         (spam-report-gmane): Change to take a single article and do unspam
4860         registration.
4861
4862 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4863
4864         * mm-url.el (mm-url-decode-entities): Fix regexp.
4865
4866 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4867
4868         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4869         default to nil, to be able to use Gnus at all.  If the default
4870         switches to something else, then the function should be fixed not
4871         be exceedingly slow.
4872
4873 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4874
4875         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4876         fail hard.
4877
4878         * spam-report.el: Add better Keywords line.
4879
4880         * spam.el: Add Maintainer and better Keywords line.
4881
4882 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4883
4884         * gnus-art.el (gnus-article-replace-part)
4885         (gnus-mime-replace-part): New functions.
4886         (gnus-mime-action-alist, gnus-mime-button-commands)
4887         (gnus-mime-save-part-and-strip): Added file argument.
4888         (gnus-article-part-wrapper): Added interactive argument.
4889
4890         * gnus-sum.el (gnus-summary-mime-map): Add
4891         `gnus-article-replace-part'.
4892
4893 2005-09-19  Didier Verna  <didier@xemacs.org>
4894
4895         The nnml compaction feature:
4896         * nnml.el (nnml-request-compact-group): New function.
4897         * nnml.el (nnml-request-compact): New function.
4898         * gnus-int.el (gnus-request-compact-group): New function.
4899         * gnus-int.el (gnus-request-compact): New function.
4900         * gnus-group.el (gnus-group-compact-group): New function.
4901         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4902         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4903         * gnus-srvr.el (gnus-server-compact-server): New function.
4904         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4905         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4906
4907 2005-09-18  Deepak Goel  <deego@gnufans.org>
4908
4909         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4910         format spec.
4911
4912 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4915
4916 2005-09-15  Romain Francoise  <romain@orebokech.com>
4917
4918         * message.el (message-fill-paragraph): Clarify docstring.
4919
4920 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-art.el (gnus-mime-display-part): Protect against broken
4923         MIME messages.
4924
4925 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4928         before parsing header.
4929
4930 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4931
4932         * html2text.el: (html2text-replace-list): Add new entities.
4933
4934 2005-09-11  Romain Francoise  <romain@orebokech.com>
4935
4936         * message.el (message-alternative-emails): Improve docstring.
4937         (message-setup-1): Call `message-use-alternative-email-as-from'
4938         after `message-setup-hook' to give it precedence over posting
4939         styles, etc.
4940         (message-use-alternative-email-as-from): Add docstring.  Remove
4941         the original From header if present.
4942
4943         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4944         (nnml-save-mail): Use it.
4945
4946         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4947         articles.  Add new argument `silent'.
4948         (gnus-uu-mark-all): Report the total number of marked articles.
4949
4950 2005-09-10  Romain Francoise  <romain@orebokech.com>
4951
4952         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4953         (gnus-uu-mark-series): Likewise.
4954
4955 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4956
4957         * spam-report.el (spam-report-gmane): Fix generation of spam
4958         report URL.
4959
4960 2005-09-10  Simon Josefsson  <jas@extundo.com>
4961
4962         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4963         t, based on discussion on the ding list with Robert Epprecht
4964         <epprecht@solnet.ch>.
4965
4966 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4967
4968         * spam-report.el (spam-report-gmane): Make it work without
4969         X-Report-Spam header.  Gmane now only provides Archived-At.
4970         This is only used if `spam-report-gmane-use-article-number' is nil.
4971         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4972
4973         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4974         make `gnus-summary-sort-by-recipient' work with threading.
4975
4976         * nnweb.el (nnweb-google-wash-article): Print a message if article
4977         is not available.
4978
4979 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4980
4981         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4982         change.  Decode text/* parts content before displaying.
4983
4984 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4985
4986         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4987
4988 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4991
4992         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4993         url-package-name, url-package-version,
4994         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4995         w3m-display-inline-images, and w3m-minor-mode-map.
4996
4997 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4998
4999         * message.el (message-tab-body-function): Fixed mismatched custom
5000         type.
5001
5002         * gnus.el (gnus-group-change-level-function): Ditto.
5003
5004         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5005
5006         * gnus-art.el (gnus-signature-limit)
5007         (gnus-article-mime-part-function): Ditto.
5008
5009 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * mml.el (mml-mode): Silence the byte compiler.
5012
5013         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5014         using `(sit-for 0)' before moving the point to the specified part;
5015         skip unbuttonized parts.
5016         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5017         return to the summary window if gnus-auto-select-part is non-nil.
5018
5019 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5020
5021         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5022         variables.
5023         (mml-dnd-attach-file, mml-mode): Use them.
5024
5025         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5026         Make fetching article by MID work again for Google Groups.  Added
5027         FIXME concerning gnus-group-make-web-group.
5028
5029         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5030         Don't depend on Gnus by using mail-extract-address-components if
5031         gnus-extract-address-components is not bound.
5032
5033 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5034
5035         * gnus-art.el (gnus-mime-display-security): Don't display the
5036         signature, but only the signed part.
5037
5038 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5041
5042         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5043         list, not listp.
5044
5045 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5046
5047         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5048         when encoding.
5049
5050         * mm-bodies.el (mm-decode-content-transfer-encoding):
5051         De-canonicalize CRLF for all text content types, not just
5052         text/plain.
5053
5054 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5057         valid article; point arrow and cursor at the MIME button.
5058
5059 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5062         Suggested by Dan Christensen <jdc@uwo.ca>.
5063
5064         * mm-decode.el (mm-save-part): Enable change of prompt.
5065
5066 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5067
5068         * gnus-msg.el (gnus-inews-add-send-actions): Made
5069         `message-post-method' lambda parameter ARG `&optional'.
5070
5071 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5072
5073         * gnus-sum.el (gnus-summary-mime-map): Added
5074         gnus-article-save-part-and-strip, gnus-article-delete-part and
5075         gnus-article-jump-to-part.
5076
5077         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5078         (gnus-article-edit-part): Use it.
5079         (gnus-article-part-wrapper): Added no-handle argument.
5080         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5081         functions.
5082
5083 2005-08-29  Romain Francoise  <romain@orebokech.com>
5084
5085         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5086         docstring.
5087         (gnus-face-from-file): Likewise.
5088
5089 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5092         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5093         non-nil.
5094         (gnus-auto-select-part): New variable.
5095         (gnus-article-jump-to-part): New function.
5096         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5097         (gnus-mime-delete-part): Allow selecting specified part after
5098         deleting or stripping parts.
5099         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5100         part if argument is bogus.
5101
5102 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5103
5104         * gnus-art.el (w3m-minor-mode-map):
5105         * gnus-spec.el (gnus-newsrc-file-version):
5106         * gnus-util.el (nnmail-active-file-coding-system)
5107         (gnus-original-article-buffer, gnus-user-agent):
5108         * gnus.el (gnus-ham-process-destinations)
5109         (gnus-parameter-ham-marks-alist)
5110         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5111         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5112         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5113         * mm-decode.el (gnus-current-window-configuration):
5114         * mm-extern.el (gnus-article-mime-handles):
5115         * mm-url.el (url-current-object, url-package-name)
5116         (url-package-version):
5117         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5118         (smime-keys, w3m-cid-retrieve-function-alist)
5119         (w3m-current-buffer, w3m-display-inline-images)
5120         (w3m-minor-mode-map):
5121         * mml-smime.el (gnus-extract-address-components):
5122         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5123         (gnus-newsrc-hashtb, message-default-charset)
5124         (message-deletable-headers, message-options)
5125         (message-posting-charset, message-required-mail-headers)
5126         (message-required-news-headers):
5127         * mml1991.el (mc-pgp-always-sign):
5128         * mml2015.el (mc-pgp-always-sign):
5129         * nnheader.el (nnmail-extra-headers):
5130         * rfc1843.el (gnus-decode-encoded-word-function)
5131         (gnus-decode-header-function, gnus-newsgroup-name):
5132         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5133
5134 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5135
5136         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5137         the end of the date treatments.
5138
5139 2005-08-15  Simon Josefsson  <jas@extundo.com>
5140
5141         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5142         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5143         Capello and Romain Francoise.
5144         (pgg-fetch-key-function): Removed, not used?
5145         (pgg-insert-url-with-w3): Require url, to get
5146         url-insert-file-contents regardless of where it is defined.
5147
5148 2005-08-13  Romain Francoise  <romain@orebokech.com>
5149
5150         * message.el (message-cite-original-1): New function.
5151         (message-cite-original): Use it.
5152         (message-cite-original-without-signature): Ditto.
5153
5154 2005-08-08  Romain Francoise  <romain@orebokech.com>
5155
5156         * message.el (message-yank-empty-prefix): New variable.
5157         (message-indent-citation): Use it.
5158         (message-cite-original-without-signature): Respect X-No-Archive.
5159
5160 2005-08-08  Simon Josefsson  <jas@extundo.com>
5161
5162         * pgg.el: Autoload url-insert-file-contents instead of loading
5163         w3/url.
5164         (pgg-insert-url-with-w3): Don't load url here.
5165
5166 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5167
5168         * message.el (message-kill-to-signature): Don't insert newline at
5169         bol.
5170         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5171
5172 2005-08-06  Romain Francoise  <romain@orebokech.com>
5173
5174         * message.el (message-user-fqdn): Fix typo in docstring.
5175
5176 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5177
5178         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5179
5180         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5181
5182 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * mm-bodies.el (mm-encode-body): Use coding system rather than
5185         charset to encode text.
5186
5187         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5188         number of charsets if utf-8 is available (XEmacs).
5189
5190 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5191
5192         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5193         taken from `gnus-button-mid-or-mail-regexp'.
5194         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5195         (gnus-button-alist): Improve regexp for domain part of the MIDs
5196         for news:localpart@domain buttons.
5197         (gnus-button-ctan-directory-regexp): Update.
5198
5199 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * sieve-manage.el (sieve-manage-interactive-login): Use
5202         make-local-variable rather than make-variable-buffer-local.
5203         (sieve-manage-open): Ditto.
5204         (sieve-manage-authenticate): Ditto.
5205
5206         * mml.el (mml-generate-mime-1): Make the content type default to
5207         text/plain if the filename is not specified.
5208
5209 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5212         instead of insert-buffer.
5213
5214         * message.el (message-yank-original): Ditto; set the mark at the
5215         end of the yanked message.
5216
5217 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5220         lines to scroll rather than to stop it.
5221
5222         * mml.el (mml-generate-default-type): Add doc string.
5223         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5224         default to application/octet-stream when determining the content
5225         type if it is not specified for the part or the mml contents; add
5226         a comment about mml-generate-default-type.
5227
5228 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5229
5230         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5231         make it default to application/octet-stream when determining the
5232         content type if it is not specified for the external contents.
5233
5234 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5237         segmented parameter but also other parameters might be there.
5238
5239 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * mm-decode.el (mm-display-external): Delete temp file, directory
5242         and buffer immediately if the external process is exited.
5243
5244 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5247         fewer lines than that of scroll-margin.
5248         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5249
5250 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * gnus-art.el (gnus-article-next-page): Revert.
5253         (gnus-article-beginning-of-window): New macro.
5254         (gnus-article-next-page-1): Use it.
5255         (gnus-article-prev-page): Ditto.
5256         (gnus-article-edit-part): Use insert-buffer-substring instead of
5257         insert-buffer.
5258         (gnus-article-edit-exit): Ditto.
5259
5260         * gnus-util.el (gnus-beginning-of-window): Remove.
5261         (gnus-end-of-window): Remove.
5262
5263         * lpath.el: Don't bind header-line-format and scroll-margin.
5264
5265 2005-07-25  Simon Josefsson  <jas@extundo.com>
5266
5267         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5268         to have the url package without w3.  Reported by Daiki Ueno
5269         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5270
5271 2005-07-20  Didier Verna  <didier@xemacs.org>
5272
5273         * gnus-diary.el: Remove the description comment (nndiary is now
5274         properly documented in the Gnus manual).
5275         Fix the spelling of "Back End".
5276         * nndiary.el: Ditto.
5277         Fix the copyright notice.
5278
5279 2005-07-18  Romain Francoise  <romain@orebokech.com>
5280
5281         * gnus-sum.el (gnus-summary-to-prefix,
5282         gnus-summary-newsgroup-prefix): New variables.
5283         (gnus-summary-from-or-to-or-newsgroups): Use them.
5284
5285 2005-07-17  Romain Francoise  <romain@orebokech.com>
5286
5287         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5288         space as it's generally not especially interesting to the user.
5289
5290 2005-07-16  Romain Francoise  <romain@orebokech.com>
5291
5292         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5293         nil to avoid prompting and file modification if one of the
5294         messages at the top of the nnfolder file contains a copyright
5295         notice.
5296         Update copyright notice.
5297
5298         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5299         instead of `current-time-string' as the latter creates a time
5300         string that is not RFC 2822 compliant (it lacks the zone).
5301         Update copyright notice.
5302
5303 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5304
5305         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5306         for text/rtf.  Display default in prompt.  Pass default for M-n.
5307
5308         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5309
5310 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5311
5312         * gnus-msg.el (gnus-button-mailto): Remove
5313         save-selected-window-window hackery because it relies on
5314         save-selected-window internals.
5315
5316 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5319         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5320         (gnus-article-prev-page): Ditto.
5321
5322         * gnus-util.el (gnus-beginning-of-window): New function.
5323         (gnus-end-of-window): New function.
5324
5325         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5326
5327 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5328
5329         * gnus-score.el (gnus-score-edit-all-score): Set
5330         gnus-score-edit-exit-function to gnus-score-edit-done and call
5331         gnus-message.
5332
5333 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5334
5335         * gnus-msg.el (gnus-button-mailto): Remove
5336         save-selected-window-window hackery because it relies on
5337         save-selected-window internals.
5338
5339 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5342         add-minor-mode.
5343         (gnus-binary-mode): Ditto.
5344
5345         * gnus-topic.el (gnus-topic-mode): Ditto.
5346
5347 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5348
5349         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5350         (gnus-article-prev-page): Take scroll-margin into consideration.
5351
5352 2005-07-04  Lute Kamstra  <lute@gnu.org>
5353
5354         Update FSF's address in GPL notices.
5355
5356 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5357
5358         * gnus.el (gnus-exit):
5359         * gnus-group.el (gnus-group-icons):
5360         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5361
5362         * gnus-nocem.el (gnus-nocem):
5363         * message.el (message-various, message-buffers, message-sending)
5364         (message-interface, message-forwarding, message-insertion)
5365         (message-headers, message-news, message-mail):
5366         * pgg-gpg.el (pgg-gpg):
5367         * pgg-parse.el (pgg-parse):
5368         * pgg-pgp.el (pgg-pgp):
5369         * pgg-pgp5.el (pgg-pgp5):
5370         * pop3.el (pop3): Finish `defgroup' description with period.
5371
5372 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-art.el (article-display-face): Improve the efficiency.
5375         (article-display-x-face): Ditto; remove grey x-face stuff.
5376
5377 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * gnus-art.el (article-display-face): Correct the position in
5380         which Faces are inserted.
5381
5382 2005-06-29  Didier Verna  <didier@xemacs.org>
5383
5384         * gnus-art.el (article-display-face): Display faces in correct
5385         order.
5386
5387 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5390         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5391         (gnus-nocem-check-article): Fetch the Type header.
5392         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5393         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5394         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5395         make sure gnus-nocem-hashtb is initialized.
5396         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5397         (gnus-nocem-unwanted-article-p): Ditto.
5398
5399         * pgg.el (pgg-verify): Return the verification result.
5400
5401 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5402
5403         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5404         is ascii.
5405
5406 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5407
5408         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5409         `show-nonbreak-escape'.
5410
5411 2005-06-23  Lute Kamstra  <lute@gnu.org>
5412
5413         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5414
5415         * dig.el (dig-mode):
5416         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5417
5418 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5419
5420         * nnimap.el (nnimap-split-download-body): Fix spellings.
5421
5422 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5423
5424         * gnus-art.el (gnus-article-encrypt-body):
5425         * gnus-cus.el (gnus-score-customize):
5426         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5427         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5428
5429 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5430
5431         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5432         header by looking for magic "MII" at the beginnig.
5433
5434 2005-06-16  Miles Bader  <miles@gnu.org>
5435
5436         * gnus-xmas.el (gnus-xmas-group-startup-message):
5437         Use renamed gnus-splash face.
5438
5439         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5440         (assistant-field-face): New backward-compatibility alias for renamed
5441         face.
5442         (assistant-render-text): Use renamed assistant-field face.
5443
5444         * spam.el (spam): Remove "-face" suffix from face name.
5445         (spam-face): New backward-compatibility alias for renamed face.
5446         (spam-face, spam-initialize): Use renamed spam face.
5447
5448         * message.el (message-header-to, message-header-cc)
5449         (message-header-subject, message-header-newsgroups)
5450         (message-header-other, message-header-name)
5451         (message-header-xheader, message-separator, message-cited-text)
5452         (message-mml): Remove "-face" suffix from face names.
5453         (message-header-to-face, message-header-cc-face)
5454         (message-header-subject-face, message-header-newsgroups-face)
5455         (message-header-other-face, message-header-name-face)
5456         (message-header-xheader-face, message-separator-face)
5457         (message-cited-text-face, message-mml-face):
5458         New backward-compatibility aliases for renamed faces.
5459         (message-font-lock-keywords): Use renamed message faces.
5460
5461         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5462         (sieve-test-commands, sieve-tagged-arguments):
5463         Remove "-face" suffix from face names.
5464         (sieve-control-commands-face, sieve-action-commands-face)
5465         (sieve-test-commands-face, sieve-tagged-arguments-face):
5466         New backward-compatibility aliases for renamed faces.
5467         (sieve-control-commands-face, sieve-action-commands-face)
5468         (sieve-test-commands-face, sieve-tagged-arguments-face):
5469         Use renamed sieve faces.
5470
5471         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5472         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5473         (gnus-group-news-3-empty, gnus-group-news-4)
5474         (gnus-group-news-4-empty, gnus-group-news-5)
5475         (gnus-group-news-5-empty, gnus-group-news-6)
5476         (gnus-group-news-6-empty, gnus-group-news-low)
5477         (gnus-group-news-low-empty, gnus-group-mail-1)
5478         (gnus-group-mail-1-empty, gnus-group-mail-2)
5479         (gnus-group-mail-2-empty, gnus-group-mail-3)
5480         (gnus-group-mail-3-empty, gnus-group-mail-low)
5481         (gnus-group-mail-low-empty, gnus-summary-selected)
5482         (gnus-summary-cancelled, gnus-summary-high-ticked)
5483         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5484         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5485         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5486         (gnus-summary-low-undownloaded)
5487         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5488         (gnus-summary-low-unread, gnus-summary-normal-unread)
5489         (gnus-summary-high-read, gnus-summary-low-read)
5490         (gnus-summary-normal-read, gnus-splash):
5491         Remove "-face" suffix from face names.
5492         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5493         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5494         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5495         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5496         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5497         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5498         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5499         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5500         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5501         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5502         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5503         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5504         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5505         (gnus-summary-normal-ticked-face)
5506         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5507         (gnus-summary-normal-ancient-face)
5508         (gnus-summary-high-undownloaded-face)
5509         (gnus-summary-low-undownloaded-face)
5510         (gnus-summary-normal-undownloaded-face)
5511         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5512         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5513         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5514         (gnus-splash-face):
5515         New backward-compatibility aliases for renamed faces.
5516         (gnus-group-startup-message): Use renamed gnus faces.
5517
5518         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5519         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5520         (gnus-server-agent): Remove "-face" suffix from face names.
5521         (gnus-server-agent-face, gnus-server-opened-face)
5522         (gnus-server-closed-face, gnus-server-denied-face)
5523         (gnus-server-offline-face):
5524         New backward-compatibility aliases for renamed faces.
5525         (gnus-server-agent-face, gnus-server-opened-face)
5526         (gnus-server-closed-face, gnus-server-denied-face)
5527         (gnus-server-offline-face): Use renamed gnus faces.
5528
5529         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5530         Remove "-face" suffix from face names.
5531         (gnus-picon-xbm-face, gnus-picon-face):
5532         New backward-compatibility aliases for renamed faces.
5533
5534         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5535         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5536         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5537         (gnus-cite-11): Remove "-face" suffix from face names.
5538         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5539         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5540         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5541         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5542         New backward-compatibility aliases for renamed faces.
5543         (gnus-cite-attribution-face, gnus-cite-face-list)
5544         (gnus-article-boring-faces): Use renamed gnus faces.
5545
5546         * gnus-art.el (gnus-signature, gnus-header-from)
5547         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5548         (gnus-header-content): Remove "-face" suffix from face names.
5549         (gnus-signature-face, gnus-header-from-face)
5550         (gnus-header-subject-face, gnus-header-newsgroups-face)
5551         (gnus-header-name-face, gnus-header-content-face):
5552         New backward-compatibility aliases for renamed faces.
5553         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5554
5555         * gnus-sum.el (gnus-summary-selected-face)
5556         (gnus-summary-highlight): Use renamed gnus faces.
5557         * gnus-group.el (gnus-group-highlight): Likewise.
5558
5559 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5560
5561         * gnus-sieve.el (gnus-sieve-article-add-rule):
5562         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5563         * spam-stat.el (spam-stat-buffer-change-to-spam)
5564         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5565
5566         * message.el (message-is-yours-p):
5567         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5568
5569 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * mm-view.el (mm-inline-text): Withdraw the last change.
5572
5573 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5576         executing enriched-decode.
5577
5578 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5581         charset of tar files.
5582
5583 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5584
5585         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5586
5587 2005-06-04  Lute Kamstra  <lute@gnu.org>
5588
5589         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5590         information is never recorded.
5591
5592 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5593
5594         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5595
5596 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * pop3.el (pop3-apop): Run md5 in the binary mode.
5599
5600         * starttls.el (starttls-set-process-query-on-exit-flag):
5601         Use eval-and-compile.
5602
5603 2005-05-31  Simon Josefsson  <jas@extundo.com>
5604
5605         * smime.el (smime-replace-in-string): Define.
5606         (smime-cert-by-ldap-1): Use it.
5607
5608 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * gnus-art.el (article-display-x-face): Replace
5611         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5612
5613         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5614         set-process-query-on-exit-flag or process-kill-without-query.
5615
5616         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5617         loop instead of replace-regexp.
5618
5619         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5620         instead of process-kill-without-query if it is available.
5621
5622         * lpath.el: Fbind ldap-search-entries.
5623
5624         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5625         instead of find-file-hooks if it is available.
5626
5627         * mml1991.el: Bind pgg-default-user-id when compiling.
5628
5629         * mml2015.el: Bind pgg-default-user-id when compiling.
5630
5631         * nndraft.el (nndraft-request-associate-buffer):
5632         Use write-contents-functions instead of write-contents-hooks if it is
5633         available.
5634
5635         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5636         instead of find-file-hooks if it is available.
5637
5638         * nntp.el (nntp-open-connection): Replace
5639         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5640         (nntp-open-ssl-stream): Ditto.
5641         (nntp-open-tls-stream): Ditto.
5642
5643         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5644         set-process-query-on-exit-flag or process-kill-without-query.
5645         (starttls-open-stream-gnutls): Use it instead of
5646         process-kill-without-query.
5647         (starttls-open-stream): Ditto.
5648
5649 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5650
5651         * smime.el (smime-cert-by-ldap-1): Don't use
5652         replace-regexp-in-string.
5653
5654 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5655
5656         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5657
5658         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5659         in PEM format. Adjust to the XEmacs compability.
5660
5661 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5662
5663         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5664         by `string-to-number'.
5665         * gnus-agent.el (gnus-agent-regenerate-group)
5666         (gnus-agent-fetch-articles): Ditto.
5667         * gnus-art.el (gnus-button-fetch-group): Ditto.
5668         * gnus-cache.el (gnus-cache-generate-active)
5669         (gnus-cache-articles-in-group): Ditto.
5670         * gnus-group.el (gnus-group-set-current-level)
5671         (gnus-group-insert-group-line): Ditto.
5672         * gnus-score.el (gnus-score-set-expunge-below)
5673         (gnus-score-set-mark-below, gnus-summary-score-effect)
5674         (gnus-summary-score-entry): Ditto.
5675         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5676         (gnus-soup-pack): Ditto.
5677         * gnus-spec.el (gnus-xmas-format): Ditto.
5678         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5679         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5680         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5681         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5682         * nndb.el (nndb-get-remote-expire-response): Ditto.
5683         * nndiary.el (nndiary-parse-schedule-value)
5684         (nndiary-string-to-number, nndiary-request-replace-article)
5685         (nndiary-request-article): Ditto.
5686         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5687         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5688         * nneething.el (nneething-make-head): Ditto.
5689         * nnfolder.el (nnfolder-request-article)
5690         (nnfolder-retrieve-headers): Ditto.
5691         * nnheader.el (nnheader-file-to-number): Ditto.
5692         * nnkiboze.el (nnkiboze-request-article): Ditto.
5693         * nnmail.el (nnmail-process-unix-mail-format)
5694         (nnmail-process-babyl-mail-format): Ditto.
5695         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5696         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5697         (nnmh-request-create-group, nnmh-request-list-1)
5698         (nnmh-request-group, nnmh-request-article): Ditto.
5699         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5700         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5701         * nnsoup.el (nnsoup-make-active): Ditto.
5702         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5703         * nntp.el (nntp-find-group-and-number)
5704         (nntp-retrieve-headers-with-xover): Ditto.
5705         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5706         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5707         (pgg-format-key-identifier): Ditto.
5708         * pop3.el (pop3-last, pop3-stat): Ditto.
5709         * qp.el (quoted-printable-decode-region): Ditto.
5710
5711         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5712         of concat.
5713
5714 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5717
5718         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5719
5720         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5721
5722         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5723
5724         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5725
5726         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5727
5728         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5729         (gnus-carpal-mode): Ditto.
5730
5731         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5732         (gnus-browse-mode): Ditto.
5733
5734         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5735
5736         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5737
5738 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5739
5740         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5741
5742 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * gnus-util.el (gnus-run-mode-hooks): New function.
5745
5746         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5747
5748         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5749         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5750
5751 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5752
5753         * gnus-agent.el (gnus-agent-make-mode-line-string):
5754         Use mode-line-highlight as mouse-face.
5755
5756 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * canlock.el (canlock): Change the parent group to news.
5759
5760         * deuglify.el (gnus-outlook-deuglify): Add :group.
5761
5762         * dig.el (dig): Add :group.
5763
5764         * dns-mode.el (dns-mode): Add :group.
5765
5766         * encrypt.el (encrypt): Add :group.
5767
5768         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5769         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5770         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5771         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5772         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5773
5774         * gnus-diary.el (gnus-diary): Add :group.
5775
5776         * gnus.el (gnus-group-news-1-face): Add :group.
5777         (gnus-group-news-1-empty-face): Ditto.
5778         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5779         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5780         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5781         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5782         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5783         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5784         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5785         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5786         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5787         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5788         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5789         (gnus-summary-high-ticked-face): Ditto.
5790         (gnus-summary-low-ticked-face): Ditto.
5791         (gnus-summary-normal-ticked-face): Ditto.
5792         (gnus-summary-high-ancient-face): Ditto.
5793         (gnus-summary-low-ancient-face): Ditto.
5794         (gnus-summary-normal-ancient-face): Ditto.
5795         (gnus-summary-high-undownloaded-face): Ditto.
5796         (gnus-summary-low-undownloaded-face): Ditto.
5797         (gnus-summary-normal-undownloaded-face): Ditto.
5798         (gnus-summary-high-unread-face): Ditto.
5799         (gnus-summary-low-unread-face): Ditto.
5800         (gnus-summary-normal-unread-face): Ditto.
5801         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5802         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5803
5804         * hashcash.el (hashcash): New custom group.
5805         (hashcash-default-payment): Add :group.
5806         (hashcash-payment-alist): Ditto.
5807         (hashcash-default-accept-payment): Ditto.
5808         (hashcash-accept-resources): Ditto.
5809         (hashcash-path): Ditto.
5810         (hashcash-extra-generate-parameters): Ditto.
5811         (hashcash-double-spend-database): Ditto.
5812         (hashcash-in-news): Ditto.
5813
5814         * message.el (message-minibuffer-local-map): Add :group.
5815
5816         * netrc.el (netrc): Add :group.
5817
5818         * sieve-manage.el (sieve-manage-log): Add :group.
5819         (sieve-manage-default-user): Diito.
5820         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5821         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5822         (sieve-manage-authenticators): Ditto.
5823         (sieve-manage-authenticator-alist): Ditto.
5824         (sieve-manage-default-port): Ditto.
5825
5826         * sieve-mode.el (sieve-control-commands-face): Add :group.
5827         (sieve-action-commands-face): Ditto.
5828         (sieve-test-commands-face): Ditto.
5829         (sieve-tagged-arguments-face): Ditto.
5830
5831         * smime.el (smime): Add :group.
5832
5833         * spam-report.el (spam-report): Add :group.
5834
5835         * spam.el (spam, spam-face): Add :group.
5836
5837 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5838
5839         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5840         return \n.\n.\n at the end of articles.  Protect against that.
5841         (nntp-with-open-group): Allow debugging.
5842
5843         * nnheader.el (mail-header-set-extra): Make into a function
5844         because I just could't understand how to quote the list properly.
5845
5846         * dns.el (query-dns-cached): New function.
5847
5848 2005-05-26  Lute Kamstra  <lute@gnu.org>
5849
5850         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5851
5852 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5855
5856         * gnus-art.el: Don't autoload mail-extract-address-components.
5857
5858         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5859         eval-and-compile to evaluate it.
5860
5861         * hashcash.el: Don't autoload executable-find.
5862
5863         * nndb.el: Don't declare the nndb back end two or more times; don't
5864         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5865
5866         * nntp.el: Autoload format-spec instead of format; use
5867         eval-and-compile to evaluate autoload forms.
5868
5869 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5870
5871         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5872
5873 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5874
5875         * gnus.el (gnus-version-number): Bump version.
5876
5877 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5878
5879         * gnus.el: No Gnus v0.3 is released.
5880
5881 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5882
5883         * lpath.el (featurep): Bind show-nonbreak-escape.
5884
5885 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * gnus-art.el (gnus-article-edit-part): Disable undo.
5888
5889 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5892         gnus-article-date-lapsed-new-header is t if date timer is active;
5893         skip headers in which the original date value is empty.
5894         (gnus-article-save-original-date): Redefine it as a macro.
5895         (gnus-display-mime): Use it.
5896
5897 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * gnus-art.el (article-date-ut): Support converting date in
5900         forwarded parts as well.
5901         (gnus-article-save-original-date): New function.
5902         (gnus-display-mime): Use it.
5903
5904 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5905
5906         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5907         enclosure element of <item>.
5908
5909 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5910
5911         * message.el (message-kill-buffer-query): Renamed from
5912         `message-kill-buffer-query-if-modified'.  Added :version.
5913
5914 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5917         window layout.
5918
5919 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * mml.el: Autoload dnd when compiling.
5922
5923 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5926         x-dnd-*.
5927
5928 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * qp.el (quoted-printable-encode-region): Save excursion.
5931
5932 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5933
5934         * message.el (message-kill-buffer-query-if-modified): Add new variable
5935         so the user can kill a modified message buffer quickly.
5936         (message-kill-buffer): Use it.
5937
5938 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * lpath.el: Fbind display-time-event-handler; don't fbind
5941         string-to-multibyte.
5942
5943         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5944
5945 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5948         contained in text because xml.el decodes entities) with LFs.
5949
5950 2005-04-11  Lute Kamstra  <lute@gnu.org>
5951
5952         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5953         differently.
5954
5955 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5956
5957         * mm-util.el (mm-detect-coding-region): Typo.
5958
5959 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5962
5963 2005-04-06  D Goel  <deego@gnufans.org>
5964
5965         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5966         user-function allow user modifications of the scores.
5967         (spam-stat-score-buffer-user): New function, to allow
5968         user-computed modifications to the score.
5969         (spam-stat-score-buffer-user-functions): list of additional
5970         scoring functions
5971         (spam-stat-error-holder): global temporary error holder
5972         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5973         variable
5974
5975 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5976
5977         * gnus-registry.el (gnus-registry-clean-empty-function)
5978         (gnus-registry-trim, gnus-registry-fetch-groups)
5979         (gnus-registry-delete-group): Groups that match
5980         `gnus-registry-ignored-groups' are removed from the registry
5981         entries, not just ignored for splitting.  This helps clean up the
5982         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5983         to get all the groups a message ID is in.
5984
5985         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5986         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5987         (spam-stat-score-buffer-user-functions): Add :number custom type.
5988
5989 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5992         argument in XEmacs.
5993
5994         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5995         (nnrss-request-group): Decode group name first.
5996         (nnrss-request-article): Make a text/plain article if mml-to-mime
5997         failed.
5998         (nnrss-get-encoding): Return a compatible encoding according to
5999         nnrss-compatible-encoding-alist.
6000         (nnrss-find-el): Use consp instead of listp.
6001         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6002
6003 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6006         which Emacs 20 doesn't support.
6007         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6008
6009 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6010
6011         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6012         silence the byte compiler inside the defun
6013
6014         * gnus-demon.el (parse-time-string): Add autoload.
6015
6016         * gnus-delay.el (parse-time-string): Add autoload.
6017
6018         * gnus-art.el (parse-time-string): Add autoload.
6019
6020         * nnultimate.el (parse-time): Require for `parse-time-string'.
6021
6022 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6023
6024         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6025
6026         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6027
6028         * smime.el (smime-ldap-host-list): Add :version.
6029
6030 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6031
6032         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6033         pass it to `gnus-browse-read-group'.
6034         (gnus-browse-read-group): Add NUMBER argument and pass it to
6035         `gnus-group-read-ephemeral-group'.
6036
6037         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6038         argument and pass it to `gnus-group-read-group'.
6039
6040 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6041
6042         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6043         mm-xemacs-find-mime-charset-1 if we have the mule feature
6044         available at runtime.
6045
6046 2005-03-25  Werner Lemberg  <wl@gnu.org>
6047
6048         * nnmaildir.el: Replace `illegal' with `invalid'.
6049
6050 2005-03-23  Lute Kamstra  <lute@gnu.org>
6051
6052         * time-date.el: Add comment on time value formats.
6053         Don't require parse-time.
6054         (with-decoded-time-value): New macro.
6055         (encode-time-value): New function.
6056         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6057         (days-to-time): Return a valid time value when arg is huge.
6058         (time-since): Use time-subtract.
6059         (time-to-number-of-days): Use time-to-seconds.
6060
6061 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6062
6063         * gnus-start.el (gnus-display-time-event-handler):
6064         Check display-time-timer at runtime rather than only at load time
6065         in case display-time-mode is turned off in the mean time.
6066
6067 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6070         used.
6071
6072         * nneething.el (nneething-map-file-directory): Derive from
6073         `gnus-directory'.
6074
6075         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6076         the To/Cc button.
6077
6078 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6079
6080         * nnmaildir.el (nnmaildir-request-accept-article):
6081         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6082
6083 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6084
6085         * gnus-async.el: Require timer-funcs at compile time when in
6086         XEmacs for `run-with-idle-timer'.
6087
6088 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6089
6090         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6091         autoloaded function.
6092
6093 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6094
6095         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6096
6097 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6098
6099         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6100
6101 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6104         gnus-expert-user to default.
6105
6106 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6107
6108         * nnimap.el (nnimap-open-server): Ditto.
6109
6110         * imap.el (imap-authenticate): Fix typo.
6111
6112 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6113
6114         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6115         buffer (since IMAP server might return FETCH response out of
6116         order, and the nntp buffer must be sorted).
6117
6118 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6119
6120         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6121         comparison on string.
6122
6123         * gnus-agent.el (gnus-agent-long-article,
6124         gnus-agent-short-article, gnus-agent-score): Renamed category
6125         keywords to match gnus-cus.
6126         (gnus-agent-summary-fetch-series): Modified to protect against
6127         gnus-agent-summary-fetch-group clearing processable flags.
6128         (gnus-agent-synchronize-group-flags): Update live group buffer as
6129         synchronization may occur due to the user toggle the plugged
6130         status.
6131         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6132         successfully downloaded.
6133         (gnus-agent-expire-group-1): Avoid using markers when the overview
6134         is in ascending order; greatly improves performance.
6135         (gnus-agent-regenerate-group): Use
6136         gnus-agent-synchronize-group-flags to reset read status in both
6137         gnus and server.
6138         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6139
6140 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * message.el: Don't autoload former message-utils variables.
6143         (message-strip-subject-trailing-was): Change doc string.
6144
6145         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6146         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6147         (nnweb-google-search): Add "hl=en" here.
6148         (nnweb-google-parse-1, nnweb-google-create-mapping):
6149         Don't hardcode URL.
6150
6151 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6152
6153         * message.el (message-get-reply-headers, message-followup):
6154         Mention related variables `message-use-followup-to' and
6155         `message-use-mail-followup-to', in the information buffer.
6156
6157         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6158         of broken groups(-beta).google.com.
6159
6160 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6161
6162         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6163         parameter to invoked gnus-request-move-article; remove the
6164         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6165         all at once instead of once per article.
6166         (gnus-summary-remove-process-mark): Accept a list of articles as
6167         well as a single article for processing.
6168
6169         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6170         parameter.
6171
6172         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6173
6174         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6175
6176         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6177         parameter.
6178
6179         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6180         parameter.
6181
6182         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6183         parameter and remove the gnus-sum-hint-move-is-internal variable.
6184
6185         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6186         parameter.
6187
6188         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6189         parameter.
6190
6191         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6192         parameter.
6193
6194         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6195
6196         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6197         parameter.
6198
6199         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6200         parameter.
6201
6202 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6203
6204         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6205         a more conservative way.
6206
6207 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6208
6209         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6210         buffer, so it moves the window's cursor.
6211
6212 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6213
6214         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6215         `mm-dissect-multipart' and receive the from field as an (optional)
6216         argument from `mm-dissect-multipart'.
6217         (mm-dissect-multipart): Receive the from field as an argument and
6218         pass it on when we call `mm-dissect-buffer' on MIME parts.
6219         Fixes verification/decryption of signed/encrypted MIME parts.
6220
6221 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6222
6223         * gnus-sum.el (gnus-summary-move-article): Set
6224         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6225         whatever it calls (right now, only nnimap-request-move article
6226         respects it).
6227
6228         * nnimap.el (nnimap-request-move-article): When
6229         gnus-sum-hint-move-is-internal is set, don't do the extra
6230         nnimap-request-article.
6231
6232 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6233
6234         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6235
6236         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6237         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6238
6239         * gnus-sum.el (gnus-summary-caesar-message):
6240         Apply `gnus-treat-article' after rotation.
6241
6242         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6243         doc string.
6244
6245 2005-02-22  Simon Josefsson  <jas@extundo.com>
6246
6247         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6248         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6249         <arne@arnested.dk>.
6250         (encrypt): Add password-cache and password-cache-expiry as group
6251         members.
6252
6253 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6254
6255         * smime.el (smime-ldap-host-list): Doc fix.
6256         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6257         cache) password.
6258         (smime-sign-region): Use it.
6259         (smime-decrypt-region): Use it.
6260         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6261         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6262         fails.
6263         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6264         certificate from DER to PEM format rather than calling openssl.
6265
6266         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6267
6268         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6269         for signing/encryption.
6270
6271         * mml.el (mml-parse-1): Use them.
6272
6273 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6274
6275         * nnrss.el (nnrss-verbose): Removed.
6276         (nnrss-request-group): Use `nnheader-message' instead.
6277
6278 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6279
6280         * nnrss.el (nnrss-verbose): New variable.
6281         (nnrss-request-group): Make it say nnrss is requesting a group.
6282
6283 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6284
6285         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6286         Handle news URL with given port correctly.
6287
6288 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6291         containing special characters.
6292
6293         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6294
6295         * mml.el (mime-to-mml): Ditto.
6296
6297         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6298         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6299         (rfc2047-decode-region): Quote decoded words containing special
6300         characters when rfc2047-quote-decoded-words-containing-tspecials
6301         is non-nil.
6302
6303 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6304
6305         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6306
6307         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6308
6309 2005-02-15  Simon Josefsson  <jas@extundo.com>
6310
6311         * nnimap.el (nnimap-debug): Doc fix.
6312
6313         * imap.el (imap-debug): Doc fix.
6314
6315 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6318
6319 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6320
6321         * gnus.el (spam-contents): Improve docs for spam-contents
6322         parameter in its variable incarnation.
6323
6324 2005-02-14  Simon Josefsson  <jas@extundo.com>
6325
6326         * smime-ldap.el: Use require instead of load-library for ldap.
6327         (smime-ldap-search): Indent.
6328         (smime-ldap-search-internal): Shorten line.
6329
6330         * smime.el (smime-cert-by-dns): Add doc-string.
6331         (smime-cert-by-ldap-1): Indent.
6332
6333         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6334         mml-smime-get-dns-ldap.
6335         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6336
6337 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6338
6339         * smime.el: Require smime-ldap.
6340         (smime-ldap-host-list): New variable.
6341         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6342
6343         * mml-smime.el (mml-smime-encrypt-query): New function.
6344         (mml-smime-encrypt-query): Use it.
6345
6346         * smime-ldap.el: New file.
6347
6348 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6351
6352 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6353
6354         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6355         argument in doc string.  Make query for type more clear.
6356
6357 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6358
6359         * gnus.el (gnus-group-startup-message): Search for gnus images in
6360         etc/images/gnus.
6361         * mm-util.el (mm-image-load-path): Likewise.
6362         * smiley.el (smiley-data-directory): Search for smilies in
6363         etc/images/smilies.
6364
6365 2005-02-09  Kim F. Storm  <storm@cua.dk>
6366
6367         Change Emacs release version from 21.4 to 22.1 throughout.
6368         Change Emacs development version from 21.3.50 to 22.0.50.
6369
6370 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6373
6374         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6375         non-Mule XEmacs as well.
6376         (mm-decompress-buffer): Signal an error intentionally if it does
6377         not decompress compressed data because auto-compression-mode is
6378         disabled.
6379
6380 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6381
6382         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6383         an ID in the registry even if it has no groups.
6384
6385 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6388         merge it into mm-decompress-buffer.
6389         (gnus-mime-copy-part): Use the MIME part charset, the value which
6390         a user specified or gnus-newsgroup-charset for decoding, like
6391         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6392         save-buffer what was used.  Suggested by Kevin Ryde
6393         <user42@zip.com.au>.
6394         (gnus-mime-inline-part): Allow the name parameter as well as the
6395         filename parameter; force decompressing of compressed data; always
6396         display contents being not decoded as unibyte.
6397
6398         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6399         as well as the filename parameter.
6400
6401         * mm-util.el (mm-decompress-buffer): Merge
6402         gnus-mime-jka-compr-maybe-uncompress.
6403         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6404         of compressed data.
6405
6406 2005-02-08  Simon Josefsson  <jas@extundo.com>
6407
6408         * imap.el (imap-log): Doc fix.
6409
6410 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6413         the coding cookies; decompress compressed parts.
6414
6415         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6416         to the value which a user specified manually or the coding cookie.
6417
6418         * mm-util.el (mm-string-to-multibyte): New function.
6419         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6420         (mm-coding-system-to-mime-charset): New function.
6421         (mm-decompress-buffer): New function.
6422         (mm-find-buffer-file-coding-system): New function.
6423
6424         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6425         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6426         parts.
6427
6428 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6429
6430         * mm-view.el (mm-display-inline-fontify): Decode a part according
6431         to the charset parameter.
6432
6433 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6436         prefix arg is neither nil nor a number, as info specifies.
6437
6438 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6441         timestamps.
6442
6443 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6444
6445         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6446         groups error checking and notify user.
6447
6448 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6449
6450         * message.el (message-send-mail-function): Check existence of
6451         sendmail-program first before using default value
6452         `message-send-mail-with-sendmail'.  Otherwise use more generic
6453         `smtpmail-send-it'.
6454
6455 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * nntp.el (nntp-request-update-info): Always return nil.
6458
6459 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6460
6461         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6462
6463 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6464
6465         * message.el (message-beginning-of-line): Change the behavior when
6466         invoked between BOL and : so that it first moves backward.
6467
6468 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6471         article buffer when editing of the article is discarded.
6472         (gnus-article-prepare): Revert.
6473
6474 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * gnus-art.el (gnus-article-prepare):
6477         Remove message-strip-forbidden-properties from the local hook.
6478
6479 2005-01-27  Simon Josefsson  <jas@extundo.com>
6480
6481         * password.el (password-cache-add): Only start one timer per key.
6482         Reported by Derek Atkins <warlord@MIT.EDU>.
6483
6484 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6485
6486         * run-at-time.el: Removed.  It is no longer needed as
6487         timer-funcs.el in the xemacs-base package has a working version of
6488         `run-at-time'.
6489
6490         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6491
6492         * password.el: Require timer-funcs instead of run-at-time in
6493         XEmacs.
6494         Remove `password-run-at-time' macro.
6495         (password-cache-add): Use `run-at-time' instead of
6496         `password-run-at-time'.
6497
6498         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6499         Remove `nnheader-cancel-function-timers' alias,
6500         `cancel-function-timers' exists in XEmacs in timer-funcs.
6501
6502         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6503         for `run-with-idle-timer'.
6504
6505         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6506         for `run-at-time'.
6507
6508         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6509         for `with-timeout'.
6510
6511         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6512         the same as for XEmacs 21.4.
6513         No need to ignore `run-with-idle-timer', this function exists in
6514         XEmacs now in timer-funcs.el in the xemacs-base package.
6515         (dgnushack-compile): No need to delete
6516         run-at-time.el from the list of files to compile because it
6517         doesn't exist anymore.
6518
6519 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6522         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6523
6524 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6525
6526         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6527         sensitively.
6528
6529 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6530
6531         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6532
6533 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6536         which will be inserted according to the multibyteness of a buffer
6537         rather than the type of contents.  Suggested by ARISAWA Akihiro
6538         <ari@mbf.ocn.ne.jp>.
6539
6540         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6541         of string which old xml.el may return rather than a string.
6542
6543 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6546
6547 2005-01-16  Simon Josefsson  <jas@extundo.com>
6548
6549         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6550         idn/idna.el isn't available.
6551         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6552         <michael@waxrat.com>.
6553
6554         * hashcash.el: Remove non-FSF copyright header.
6555
6556         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6557         (hashcash-generate-payment): Use it.
6558         (hashcash-generate-payment-async): Use it.
6559
6560 2005-01-15  Simon Josefsson  <jas@extundo.com>
6561
6562         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6563         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6564
6565         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6566         gnus-summary-idna-message.
6567         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6568         (gnus-summary-idna-message): New function.
6569
6570 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6571
6572         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6573         gnus-novice-user.
6574
6575 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * nnrss.el (nnrss-request-delete-group): Delete entries in
6578         nnrss-group-alist as well.
6579         (nnrss-save-server-data): Insert newline.
6580
6581 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6582
6583         * gnus.el (gnus-user-agent): Use list of symbols instead of
6584         symbols.  Display full version number for (S)XEmacs.  Optionally
6585         display (S)XEmacs codename.
6586
6587         * gnus-util.el (gnus-emacs-version): Update for new
6588         `gnus-user-agent'.
6589
6590         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6591         Gnus version.
6592
6593 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6594
6595         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6596         which is unreadable in some setups.
6597
6598 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * gnus-spec.el (gnus-update-format-specifications): Flush the
6601         group format spec cache if it doesn't support decoded group names.
6602
6603 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6604
6605         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6606         to apply decay on score files matching a regexp.
6607
6608 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6611         compatibility in %g and %c.
6612
6613 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6616         name for only %g and %c.
6617         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6618         of gnus-tmp-group to decoded group name.
6619         (gnus-group-make-rss-group): Exclude `/'s from group names.
6620
6621 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * nnrss.el (nnrss-get-encoding): Fix regexp.
6624
6625 2004-12-27  Simon Josefsson  <jas@extundo.com>
6626
6627         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6628         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6629         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6630
6631 2004-12-17  Kim F. Storm  <storm@cua.dk>
6632
6633         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6634
6635         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6636
6637 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6638
6639         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6640
6641 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * nnrss.el: Require rfc2047 and mml.
6644         (nnrss-file-coding-system): New variable.
6645         (nnrss-format-string): Redefine it as an inline function.
6646         (nnrss-decode-group-name): New function.
6647         (nnrss-string-as-multibyte): Remove.
6648         (nnrss-retrieve-headers): Decode group name; don't use
6649         nnrss-format-string.
6650         (nnrss-request-group): Decode group name.
6651         (nnrss-request-article): Decode group name; allow a Message-ID as
6652         well as an article number; don't use nnrss-format-string; encode a
6653         Message-ID string which may contain non-ASCII characters; use
6654         mml-to-mime to compose a MIME article.
6655         (nnrss-request-expire-articles): Decode group name.
6656         (nnrss-request-delete-group): Decode group name.
6657         (nnrss-fetch): Clarify error message.
6658         (nnrss-read-server-data): Use insert-file-contents instead of load;
6659         bind file-name-coding-system; use multibyte buffer.
6660         (nnrss-save-server-data): Bind coding-system-for-write to the
6661         value of nnrss-file-coding-system; bind file-name-coding-system;
6662         add coding cookie.
6663         (nnrss-read-group-data): Use insert-file-contents instead of load;
6664         bind file-name-coding-system; use multibyte buffer.
6665         (nnrss-save-group-data): Bind coding-system-for-write to the
6666         value of nnrss-file-coding-system; bind file-name-coding-system.
6667         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6668         make it work with non-ASCII text.
6669         (nnrss-find-el): Make it work with old xml.el as well.
6670
6671 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6672
6673         * nnrss.el (nnrss-get-encoding): New function.
6674         (nnrss-fetch): Use unibyte buffer initially; bind
6675         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6676         decode contents according to the encoding attribute.
6677         (nnrss-save-group-data): Add coding cookie.
6678         (nnrss-mime-encode-string): New function.
6679         (nnrss-check-group): Use it to encode subject and author.
6680
6681 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6682
6683         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6684         imaginary variable.
6685
6686 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6689         correctly even if there are wide characters.
6690
6691 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6692
6693         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6694         downcased symbol names; make a new cache instead of reusing
6695         bbdb-hashtable.
6696
6697 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6700         concatenating segments rather than before concatenating them.
6701         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6702
6703         * message.el (message-get-reply-headers): Bind `extra'.
6704
6705 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6706
6707         * message.el (message-extra-wide-headers): New variable.
6708         (message-get-reply-headers): Use it.
6709
6710 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6713         (gnus-agent-group-pathname): Ditto.
6714
6715         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6716
6717         * gnus-group.el (gnus-group-make-group): Decode group name.
6718         (gnus-group-make-rss-group): Register the group data after opening
6719         the nnrss group.
6720
6721 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6722
6723         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6724         by expiry now get marked as read.
6725
6726 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6729
6730 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6731
6732         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6733         unify Latin characters in XEmacs.
6734         (mm-find-mime-charset-region): Use it.
6735
6736 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * gnus-util.el (gnus-delete-directory): New function.
6739
6740         * gnus-agent.el (gnus-agent-delete-group): Use it.
6741
6742         * gnus-cache.el (gnus-cache-delete-group): Use it.
6743
6744 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6747         names.
6748
6749 2004-12-16  Simon Josefsson  <jas@extundo.com>
6750
6751         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6752
6753 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6756
6757         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6758         (gnus-group-set-current-level): Decode group name.
6759
6760 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6761
6762         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6763         failed.
6764
6765 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * gnus-group.el (gnus-group-delete-group): Decode group name.
6768         (gnus-group-make-rss-group): Encode group name.
6769         (gnus-group-catchup-current): Decode group name.
6770         (gnus-group-kill-group): Decode group name.
6771
6772 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6773
6774         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6775
6776 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * gnus-group.el (gnus-group-make-rss-group):
6779         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6780
6781         * gnus-start.el (gnus-setup-news): Honor user's setting to
6782         gnus-message-archive-method.  Suggested by Lute Kamstra
6783         <lute@gnu.org>.
6784
6785 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6786
6787         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6788         global counterparts of the buffer-local variables.
6789
6790 2004-11-16  Romain Francoise  <romain@orebokech.com>
6791
6792         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6793         counterparts of the buffer-local variables.
6794
6795 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6796
6797         * message.el (message-forbidden-properties): Fixed typo in doc
6798         string.
6799
6800 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6801
6802         * gnus-util.el (gnus-replace-in-string): Added doc string.
6803
6804         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6805         to avoid problems when splitting mails with many recipients.
6806
6807 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6808
6809         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6810         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6811
6812 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6813
6814         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6815         if there is no hashtable in memory or file modification time is
6816         newer than cached timestamp.
6817
6818 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6819
6820         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6821         not-matching option.
6822
6823 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6826         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6827         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6828         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6829         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6830         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6831
6832 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * message.el (message-forward-make-body-mml): Remove headers
6835         according to message-forward-ignored-headers if a message is decoded.
6836
6837 2004-12-02  Romain Francoise  <romain@orebokech.com>
6838
6839         * message.el (message-forward-make-body-plain): Always remove
6840         headers according to message-forward-ignored-headers.
6841
6842 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6843
6844         * spam.el (spam-summary-prepare-exit): Remove the
6845         gnus-summary-limit pop for now, it has problems with ham marks for
6846         me.
6847
6848 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6849
6850         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6851         correctly.
6852
6853 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6854
6855         * format-spec.el (format-spec): Message the char.
6856
6857 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6858
6859         * gnus-art.el (gnus-split-methods): Reformat comments.
6860
6861         * spam.el (spam-summary-prepare-exit): Remove article limits
6862         before exiting the summary buffer.
6863
6864 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6867         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6868
6869         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6870         order to silence the byte compiler.
6871
6872         * spam.el: Fix the way to silence the byte compiler, which
6873         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6874         bbdb-search-simple, spam-BBDB-register-routine,
6875         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6876         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6877         spam-stat-buffer-is-spam, spam-stat-load,
6878         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6879         spam-stat-save and spam-stat-split-fancy.
6880
6881 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6884         which may confuse users.
6885         (canlock-password-for-verify): Ditto.
6886
6887         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6888
6889         * gnus-art.el (gnus-emphasis-alist): Ditto.
6890
6891         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6892
6893         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6894
6895         * gnus-start.el (gnus-save-killed-list): Ditto.
6896
6897         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6898         (gnus-sum-thread-tree-root): Ditto.
6899         (gnus-sum-thread-tree-false-root): Ditto.
6900         (gnus-sum-thread-tree-single-indent): Ditto.
6901
6902         * message.el (message-courtesy-message): Ditto.
6903         (message-archive-note): Ditto.
6904         (message-subscribed-address-file): Ditto.
6905         (message-user-fqdn): Ditto.
6906
6907         * spam-report.el (spam-report-gmane-regex): Ditto.
6908
6909         * spam.el (spam-blackhole-good-server-regex): Ditto.
6910
6911 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * mml.el (mml-preview): Widen the message buffer before copying
6914         the contents to the preview buffer; sort headers before previewing.
6915
6916         * message.el (message-hidden-headers): Fix the way to avoid a bug
6917         in the `repeat' widget in Emacs 21.3 or earlier.
6918
6919 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * message.el (message-hidden-headers): Default to "^References:".
6922         Improve customization type.  Suggested by Reiner Steib
6923         <Reiner.Steib@gmx.de>.
6924
6925 2004-11-25  Romain Francoise  <romain@orebokech.com>
6926
6927         * message.el (message-strip-forbidden-properties): Remove check for
6928         obsolete `message-hidden' text property, hidden headers are not
6929         accessible in the buffer anymore.
6930
6931 2004-11-22  Romain Francoise  <romain@orebokech.com>
6932
6933         * message.el (message-header-format-alist): Add `From' in list
6934         so that it can be sorted.
6935         (message-fix-before-sending): Widen and sort headers before
6936         sending.
6937         (message-hide-headers): Use narrowing to hide headers by moving
6938         them to the top of the buffer and narrowing to the region
6939         underneath.
6940
6941 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942
6943         * message.el (message-strip-forbidden-properties): Bind
6944         buffer-read-only (etc) to nil.
6945
6946 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6949         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6950
6951 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6952
6953         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6954
6955 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6956
6957         * dns.el (query-dns): Use sit-for to time instead of
6958         accept-process-output, since that doesn't seem to work on udp
6959         sockets.
6960
6961 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6964
6965 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6966
6967         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6968         doc string.  Improve doc string.
6969
6970 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * nntp.el (nntp-request-update-info): Return nil if
6973         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6974         may not call gnus-activate-group which uselessly issues the GROUP
6975         commands for all nntp groups and wastes time.  Reported by Romain
6976         Francoise <romain@orebokech.com>.
6977
6978         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6979
6980 2004-11-15  Simon Josefsson  <jas@extundo.com>
6981
6982         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6983         headers separately.
6984         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6985         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6986
6987 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6988
6989         * gnus-start.el (gnus-convert-old-newsrc):
6990         Assign legacy-gnus-agent to 5.10.7.
6991
6992 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6993
6994         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6995         start of the lines.
6996
6997 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6998
6999         * hashcash.el (hashcash-default-payment): Change default to 20
7000         (hashcash-default-accept-payment): Change default to 20
7001         (hashcash-process-alist): New variable
7002         (hashcash-generate-payment-async): Add
7003         (hashcash-already-paid-p): Add
7004         (hashcash-insert-payment): Don't generate payments twice
7005         (hashcash-insert-payment-async): Add
7006         (hashcash-insert-payment-async-2): Add
7007         (hashcash-cancel-async): Add
7008         (hashcash-wait-async): Add
7009         (hashcash-processes-running-p): Add
7010         (hashcash-wait-or-cancel): Add
7011         (mail-add-payment): New optional argument.  Conditionally start
7012         asynchronous calculation.
7013         (mail-add-payment-async): Add
7014
7015         * message.el (message-send-mail): Wait for asynchronous hashcash
7016         results.  Don't clobber existing X-Hashcash headers.
7017         (message-setup-1): Call mail-add-payment-async when
7018         message-generate-hashcash is non-nil.
7019
7020 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7021
7022         * message.el (message-use-alternative-email-as-from): Examine the
7023         From header as well; use message-make-from in order to include a
7024         user's full name.
7025
7026 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7029         default; improve customization type.
7030         (gnus-emphasis-custom-with-format): New macro.
7031         (gnus-emphasis-custom-value-to-external): New function.
7032         (gnus-emphasis-custom-value-to-internal): New function.
7033
7034 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7035
7036         * dns.el (query-dns): Resolve reverse addresses.
7037
7038 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7039
7040         * gnus-group.el (gnus-group-get-new-news): Use it.
7041
7042         * gnus-start.el (gnus-check-reasonable-setup): New function.
7043
7044 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7047         "Args out of range" error.  Reported by Arnaud Giersch
7048         <arnaud.giersch@free.fr>.
7049
7050 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7051
7052         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7053
7054 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7055
7056         * spam.el (spam group): Add :version.
7057
7058         * pgg-def.el (pgg group): Add :version.
7059
7060 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * gnus-art.el (gnus-article-edit-article): Don't associate the
7063         article buffer with a draft file.  This is a temporary measure
7064         against the 2004-08-22 change to gnus-article-edit-mode.
7065
7066 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7069         (html2text-format-tags): Remove unused variable `attr'.
7070
7071 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7072
7073         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7074
7075         * tls.el (tls-process-connection-type, tls-success)
7076         (tls-certtool-program): Add :version.
7077
7078         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7079         (starttls-extra-arguments, starttls-process-connection-type)
7080         (starttls-connect, starttls-failure, starttls-success):
7081
7082         * spam-stat.el (spam-stat): Add :version.
7083
7084         * sieve.el (sieve): Add :version.
7085
7086         * sha1.el (sha1): Add :version.
7087         (sha1-use-external): Remove redundant version.
7088
7089         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7090         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7091         (nnmail-split-fancy-match-partial-words)
7092         (nnmail-split-lowercase-expanded): Add :version.
7093
7094         * nndiary.el (nndiary): Add :version.
7095
7096         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7097
7098         * mml-sec.el (mml-default-sign-method)
7099         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7100         Add :version.
7101
7102         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7103
7104         * mm-url.el (mm-url-use-external, mm-url-program)
7105         (mm-url-arguments): Add :version.
7106
7107         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7108         (mm-attachment-file-modes, mm-decrypt-option)
7109         (mm-w3m-safe-url-regexp): Add :version.
7110
7111         * message.el (message-cite-prefix-regexp)
7112         (message-sendmail-envelope-from, message-minibuffer-local-map)
7113         (message-user-fqdn, message-completion-alist): Add :version.
7114
7115         * gnus-win.el (gnus-configure-windows-hook)
7116         (gnus-use-frames-on-any-display): Add :version.
7117
7118         * gnus-art.el (gnus-article-address-banner-alist)
7119         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7120         (gnus-treat-from-picon, gnus-treat-mail-picon)
7121         (gnus-treat-x-pgp-sig): Add :version.
7122
7123         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7124         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7125         (gnus-summary-article-delete-hook)
7126         (gnus-summary-display-while-building): Add :version.
7127
7128         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7129         (gnus-get-top-new-news-hook):Add :version.
7130
7131         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7132         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7133
7134         * gnus-registry.el (gnus-registry): Add :version.
7135
7136         * gnus-spec.el (gnus-use-correct-string-widths)
7137         (gnus-make-format-preserve-properties): Add :version.
7138
7139         * gnus.el (gnus-group-charter-alist)
7140         (gnus-group-fetch-control-use-browse-url)
7141         (gnus-install-group-spam-parameters): Add :version.
7142
7143         * gnus-diary.el (gnus-diary): Add :version.
7144
7145         * gnus-delay.el (gnus-delay): Add :version.
7146
7147         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7148         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7149         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7150         Add :version.
7151
7152         * gnus-agent.el (gnus-agent-max-fetch-size)
7153         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7154         (gnus-agent-prompt-send-queue): Add :version.
7155
7156         * deuglify.el (gnus-outlook-deuglify): Add :version.
7157
7158         * html2text.el: Beautify code.  Improve doc strings.  Some
7159         checkdoc cleanup.
7160         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7161
7162 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7163
7164         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7165
7166 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7167
7168         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7169         when package is loaded.
7170
7171         * spam.el (spam-summary-score-preferred-header): Add global preference
7172         for people who want to override the default SpamAssassin over
7173         Bogofilter preference (when both are set).
7174         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7175         (spam-user-format-function-S): Check
7176         spam-summary-score-preferred-header.
7177         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7178         (spam-user-format-function-S): Format the score correctly.
7179
7180 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7183         signature file.  Suggested by Manoj Srivastava
7184         <srivasta@golden-gryphon.com>.
7185
7186         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7187         iso-2022-jp even in the Japanese language environment.
7188         Suggested by Jason Rumney <jasonr@gnu.org>.
7189
7190 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7193         use the same characters as the dummy marks; make it free from
7194         getting affected by the language environment.
7195         (gnus-summary-read-group-1): Update mark positions only when the
7196         format spec is updated.
7197
7198         * gnus-spec.el (gnus-update-format-specifications): Return a list
7199         of updated types.
7200
7201 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7204         of boundp to check if display-warning is available.
7205
7206 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7207
7208         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7209
7210 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * nnspool.el (nnspool-spool-directory): Use news-path if the
7213         news-directory variable is not bound.
7214
7215         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7216         function instead of display-warning if it is not available.
7217
7218 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7219
7220         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7221         v5-10: Use `point-at-bol'.
7222
7223 2004-10-26  Simon Josefsson  <jas@extundo.com>
7224
7225         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7226         <chenggao@gmail.com>.
7227
7228 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7229
7230         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7231         instead.
7232
7233 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7234
7235         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7236         to remove a server from the nnimap-server-buffer-alist.
7237         (nnimap-open-connection, nnimap-close-server): Use it.
7238
7239         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7240
7241 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7244         running the major-mode function.
7245
7246 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7249         dummy marks in the right way.
7250
7251 2004-10-18  David Edmondson  <dme@dme.org>
7252
7253         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7254         excessively.
7255
7256 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7257
7258         * gnus-util.el (gnus-split-references): Accept a nil references
7259         string and go on blissfully.
7260
7261         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7262         cases where the references string is non-nil but has no references.
7263
7264         * encrypt.el: Add autoload tags.
7265
7266         * spam.el (spam-resolve-registrations-routine): Remove article
7267         from unregistration list too.  Reported by David Hanak
7268         <dhanak@isis.vanderbilt.edu>
7269
7270 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7271
7272         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7273         nil.  Changed custom type.
7274
7275 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7276
7277         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7278
7279         * gnus-sum.el (gnus-summary-move-article): Use it.
7280
7281 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7282
7283         * encrypt.el: Add autoload cookies.
7284
7285         * spam.el (spam-backend-article-list-property)
7286         (spam-backend-get-article-todo-list)
7287         (spam-backend-put-article-todo-list, )
7288         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7289         Resolve registrations separately.
7290         (spam-register-routine): Format comments.
7291         (spam-unregister-routine, spam-register-routine): Always call with
7292         specific-articles, no default list.
7293         (spam-summary-prepare-exit): Use the spam-classifications function.
7294
7295         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7296         gnus-encrypt.el.
7297
7298         * encrypt.el: copied from gnus-encrypt.el
7299
7300         * gnus-encrypt.el: commented that it's obsolete
7301
7302 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7305         (gnus-score-save): Use it.
7306
7307         * message.el (message-bury): Use `window-dedicated-p'.
7308
7309 2004-10-15  Simon Josefsson  <jas@extundo.com>
7310
7311         * pop3.el (top-level): Don't require nnheader.
7312         (pop3-read-timeout): Add.
7313         (pop3-accept-process-output): Add.
7314         (pop3-read-response, pop3-retr): Use it.
7315
7316 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7317
7318         * spam.el (spam-register-routine): Move comment.
7319         (spam-verify-bogofilter): Use 'unknown for the initial
7320         spam-bogofilter-valid state, not 'never.
7321
7322         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7323         for netrc-machine.
7324
7325         * nnimap.el (nnimap-open-connection): Use
7326         netrc-machine-user-or-password.
7327
7328 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7329
7330         * gnus-registry.el (gnus-registry-unload-hook):
7331         Set as a variable with add-hook.
7332
7333         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7334         of news-path.
7335
7336         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7337
7338         * spam.el: Delete duplicate `provide'.
7339         (spam-unload-hook): Set as a variable with add-hook.
7340
7341 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7344         in the doc string.
7345
7346         * message.el (message-ignored-news-headers)
7347         (message-ignored-supersedes-headers)
7348         (message-ignored-resent-headers)
7349         (message-forward-ignored-headers): Improve custom type.
7350
7351 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * message.el (message-tokenize-header): Fix 2004-09-06 change
7354         which used point-min in the wrong place.
7355
7356 2004-10-12  Simon Josefsson  <jas@extundo.com>
7357
7358         * tls.el (tls-certtool-program): New variable.
7359         (tls-certificate-information): New function, based on
7360         ssl-certificate-information.
7361
7362 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7363
7364         * compface.el: Move the version of ELisp-based uncompface program
7365         to the contrib directory because of the copyright problem.
7366
7367 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7368
7369         * message.el (message-kill-buffer): Raise the current frame.
7370
7371 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7374
7375         * gnus.el (message-y-or-n-p): Autoload.
7376
7377         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7378         (pop3-password-required, pop3-authentication-scheme)
7379         (pop3-leave-mail-on-server): Made customizable.
7380         (pop3): New custom group.
7381         (pop3-retr): Remove `sleep-for' statements.
7382         Suggested by Dave Love <fx@gnu.org>.
7383
7384         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7385         Windows/DOS.
7386
7387         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7388         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7389         Dave Love <fx@gnu.org>.
7390
7391         * mml.el (mml-minibuffer-read-disposition): Require match.
7392         Suggested by Dave Love <fx@gnu.org>.
7393
7394 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7395
7396         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7397         doc string.
7398
7399 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7402
7403 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7404
7405         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7406         instead of calling `mm-insert-inline', to decode text/* parts
7407         before displaying them.
7408
7409 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * mm-uu.el (mm-uu-text-plain-type): New variable.
7412         (mm-uu-pgp-signed-extract-1): Use it.
7413         (mm-uu-pgp-encrypted-extract-1): Use it.
7414         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7415         bind mm-uu-text-plain-type with that value.
7416         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7417         mm-uu-dissect.
7418
7419 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * gnus-group.el (gnus-update-group-mark-positions):
7422         * gnus-sum.el (gnus-update-summary-mark-positions):
7423         * message.el (message-check-news-body-syntax):
7424         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7425         of string-as-multibyte.
7426
7427 2004-10-05  Juri Linkov  <juri@jurta.org>
7428
7429         * gnus-group.el (gnus-update-group-mark-positions):
7430         * gnus-sum.el (gnus-update-summary-mark-positions):
7431         * message.el (message-check-news-body-syntax):
7432         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7433         8-bit unibyte values to a multibyte string for search functions.
7434
7435 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7438         (mm-uu-dissect-text-parts): New function.
7439
7440         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7441         dissect text parts.
7442
7443         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7444         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7445
7446         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7447
7448         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7449         gnus-current-topics instead of gnus-current-topic.
7450
7451 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7452
7453         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7454
7455 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7456
7457         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7458         where approriate.
7459
7460         * nnml.el (nnml-generate-active-info): do.
7461
7462         * nndiary.el (nndiary-generate-active-info): do.
7463
7464         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7465         (gnus-topic-move): do.
7466
7467         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7468         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7469
7470         * gnus-srvr.el (gnus-server-prepare)
7471         (gnus-server-open-all-servers): do.
7472
7473         * gnus-msg.el (gnus-summary-cancel-article)
7474         (gnus-summary-resend-message)
7475         (gnus-summary-mail-crosspost-complaint): do.
7476
7477         * gnus-move.el (gnus-change-server): do.
7478
7479         * gnus-group.el (gnus-group-unmark-all-groups)
7480         (gnus-group-set-current-level): do.
7481
7482 2004-10-04  Simon Josefsson  <jas@extundo.com>
7483
7484         * message.el (message-generate-hashcash): Doc fix.
7485
7486 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7487
7488         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7489         avoid infinite recursion via gnus-get-function.
7490
7491 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7492
7493         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7494
7495         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7496
7497         * nnmail.el (nnmail-split-history): do.
7498
7499         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7500         (nnml-request-delete-group): do.
7501
7502         * nnslashdot.el (nnslashdot-read-groups): do.
7503
7504         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7505         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7506
7507         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7508         (nnspool-sift-nov-with-sed): Use last
7509         (nnspool-retrieve-headers-with-nov): Use mapc.
7510         (nnspool-request-newgroups): Use dolist.
7511         (nnspool-request-group): Use last.
7512
7513         * nntp.el (nntp-read-server-type): Use dolist.
7514
7515         * nnvirtual.el (nnvirtual-create-mapping)
7516         (nnvirtual-update-read-and-marked): Use dolist.
7517         (nnvirtual-convert-headers): Simplify.
7518
7519 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7520
7521         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7522         support for sync'ing tick marks.
7523
7524 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7527         there's no visible header.
7528
7529 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7530
7531         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7532         necessary, pass full group name to gnus-request-set-marks.
7533
7534 2004-10-01  Simon Josefsson  <jas@extundo.com>
7535
7536         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7537         acroread.
7538
7539 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7540
7541         * spam-report.el (spam-report-gmane): Fix interactive.
7542
7543         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7544
7545         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7546         when writing file.
7547         (gnus-agent-synchronize-flags): Don't default to being
7548         interactive.
7549
7550 2004-09-30  Simon Josefsson  <jas@extundo.com>
7551
7552         * message.el (message-generate-hashcash): Add.
7553         (message-send-mail): Use it, call mail-add-payment.
7554
7555 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7556
7557         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7558
7559 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7560
7561         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7562         gnus-requst-update-info with explicit code to sync the in-memory
7563         info read flags with the marks being sync'd to the backend.
7564
7565         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7566
7567 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7568
7569         * spam.el (spam-verify-bogofilter): Add new function.
7570         (spam-check-bogofilter)
7571         (spam-bogofilter-register-with-bogofilter): Use it.
7572         (spam-verify-bogofilter): Add small fixes.
7573
7574 2004-09-28  Simon Josefsson  <jas@extundo.com>
7575
7576         * hashcash.el (hashcash-generate-payment): Revert.
7577
7578 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7579
7580         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7581         gnus-extract-references instead of gnus-split-references.
7582
7583         * gnus-util.el (gnus-extract-references): Add new function, analogous
7584         to gnus-split-references but extracts only the message-ID without
7585         anything extra.
7586
7587         * hashcash.el (hashcash-generate-payment)
7588         (hashcash-check-payment): Do the right thing if hashcash-path is
7589         nil (because the hashcash program could not be found).
7590
7591         * spam.el (spam-use-hashcash): Remove comment.
7592
7593 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7594
7595         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7596         (gnus-cache-enter-article, gnus-cache-remove-article)
7597         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7598
7599         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7600
7601         * gnus-art.el (article-hide-boring-headers)
7602         (article-translate-strings, article-display-face)
7603         (gnus-article-mime-match-handle-first)
7604         (gnus-article-highlight-headers)
7605         (gnus-article-add-buttons-to-head): do.
7606
7607 2004-09-27  Simon Josefsson  <jas@extundo.com>
7608
7609         * hashcash.el: New version, from
7610         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7611         ../contrib/.
7612
7613 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7616
7617 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7618
7619         * gnus-dup.el (gnus-dup-open): Use mapc.
7620         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7621
7622         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7623         Reported by Stefan Wiens <s.wi@gmx.net>.
7624
7625         * gnus.el (gnus-shutdown): Use dolist.
7626
7627         * gnus-undo.el (gnus-undo): Use mapc.
7628
7629         * nnrss.el (nnrss-generate-active): do.
7630
7631         * message.el (message-cite-original-without-signature)
7632         (message-cite-original): Use mapc.
7633         (message-do-actions, message-make-forward-subject): Use dolist.
7634
7635 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7636
7637         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7638         deletion to remove entire duplicate line.  Fixes merged article
7639         number bug.
7640
7641 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7642
7643         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7644         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7645         first ask if you want to open a server and then, even when you
7646         responded with no, asking if you want to synchronize the server's
7647         flags.
7648         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7649         multi-line expressions.
7650         (gnus-agent-synchronize-group-flags): New internal function.
7651         Updates marks in memory (in the info structure) AND in the
7652         backend.
7653
7654         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7655
7656         * nnagent.el (nnagent-request-set-mark): Use
7657         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7658         method, to ensure that synchronization updates marks in the
7659         backend and in the info (in memory) structure.
7660
7661 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7664         convention fully; don't miss the root article of a thread; make
7665         the X-Draft-From header with correct article numbers.
7666
7667 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7668
7669         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7670         unless plugged.  Disable the agent so that an open failure causes
7671         an error.
7672
7673         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7674         Reverted 2004-09-21 change.  The backend must be opened while
7675         synchronizing flags even when the backend stores the flags
7676         locally.
7677
7678 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7679
7680         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7681         in `header' match.  Reported by Svend Tollak Munkejord.
7682
7683         * message.el (message-cite-original): Fix use of
7684         `message-cite-articles-with-x-no-archive'.
7685
7686 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7689         (gnus-window-to-buffer): Ditto.
7690
7691         * mml.el (mml-preview-buffer): New variable.
7692         (mml-preview): Manage window layout with gnus-buffer-configuration.
7693
7694         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7695         X-Draft-From header even if those articles aren't quoted.
7696
7697 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7698
7699         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7700         (gnus-request-set-mark, gnus-request-update-mark): Use new
7701         g-s-t-u-l-m to decide to use backend even when unplugged.
7702
7703 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7706         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7707
7708 2004-09-20  Simon Josefsson  <jas@extundo.com>
7709
7710         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7711         "utf-16-le".
7712
7713 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7714
7715         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7716
7717 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7718
7719         * uudecode.el (uudecode-use-external): Add :version.
7720
7721         * smime.el (smime-CA-file, smime-encrypt-cipher)
7722         (smime-dns-server): Add :version.
7723
7724         * smiley.el (gnus-smiley-file-types): Add :version.
7725
7726         * sha1.el (sha1-use-external): Add :version.
7727
7728         * pgg-def.el (pgg-query-keyserver): Add :version.
7729
7730         * nnmail.el (nnmail-fancy-expiry-targets)
7731         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7732         Add :version.
7733
7734         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7735         (nnimap-retrieve-groups-asynchronous): Add :version.
7736         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7737
7738         * mml.el (mml-content-disposition-parameters)
7739         (mml-insert-mime-headers-always): Add :version.
7740
7741         * mm-util.el (mm-coding-system-priorities): Add :version.
7742
7743         * mm-decode.el (mm-inline-text-html-with-images)
7744         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7745         (mm-verify-option): Add :version.
7746         (mm-text-html-renderer): Change :version.
7747
7748         * message.el (message-fcc-externalize-attachments)
7749         (message-required-headers, message-draft-headers)
7750         (message-subject-trailing-was-query)
7751         (message-subject-trailing-was-ask-regexp)
7752         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7753         (message-mark-insert-end, message-archive-header)
7754         (message-archive-note, message-cross-post-default)
7755         (message-cross-post-note, message-followup-to-note)
7756         (message-cross-post-note-function, message-use-mail-followup-to)
7757         (message-subscribed-address-functions)
7758         (message-subscribed-address-file, message-subscribed-addresses)
7759         (message-subscribed-regexps, message-allow-no-recipients)
7760         (message-yank-cited-prefix, message-signature-insert-empty-line)
7761         (message-hidden-headers, message-hierarchical-addresses)
7762         (message-mail-user-agent, message-use-idna)
7763         (message-valid-fqdn-regexp)
7764         (message-strip-special-text-properties, message-header-synonyms)
7765         (message-beginning-of-line, message-tab-body-function): Add :version.
7766         (message-insert-canlock, message-wide-reply-confirm-recipients):
7767         Change :version.
7768
7769         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7770         and :version.
7771         (mail-source-delete-old-incoming-confirm)
7772         (mail-source-movemail-program): Add :version.
7773
7774         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7775         (gnus-agent-cache, gnus-agent): Change :version.
7776
7777         * gnus-util.el (gnus-use-byte-compile): Change :version.
7778
7779         * gnus-sum.el (gnus-summary-make-false-root-always)
7780         (gnus-summary-default-high-score)
7781         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7782         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7783         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7784         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7785         (gnus-sum-thread-tree-single-indent)
7786         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7787         (gnus-sum-thread-tree-leaf-with-other)
7788         (gnus-sum-thread-tree-single-leaf): Add :version.
7789         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7790         (gnus-article-loose-mime): Change :version.
7791
7792         * gnus-start.el (gnus-backup-startup-file)
7793         (gnus-save-startup-file-via-temp-buffer): Add :version.
7794
7795         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7796         (gnus-server-offline-face): Add :version.
7797
7798         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
7799
7800         * gnus-msg.el (gnus-gcc-externalize-attachments)
7801         (gnus-debug-files, gnus-debug-exclude-variables)
7802         (gnus-discouraged-post-methods): Change :version.
7803         (gnus-confirm-mail-reply-to-news)
7804         (gnus-confirm-treat-mail-like-news): Add :version.
7805
7806         * gnus-int.el (gnus-server-unopen-status): Add :version.
7807
7808         * gnus-group.el (gnus-group-jump-to-group-prompt)
7809         (gnus-large-ephemeral-newsgroup)
7810         (gnus-fetch-old-ephemeral-headers): Add :version.
7811
7812         * gnus-fun.el (gnus-x-face-directory)
7813         (gnus-convert-pbm-to-x-face-command)
7814         (gnus-convert-image-to-x-face-command)
7815         (gnus-convert-image-to-face-command): Add :version.
7816
7817         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7818
7819         * gnus-cite.el (gnus-cite-blank-line-after-header)
7820         (gnus-article-boring-faces): Add :version.
7821
7822         * gnus-art.el (gnus-buttonized-mime-types)
7823         (gnus-inhibit-mime-unbuttonizing)
7824         (gnus-treat-display-face)
7825         (gnus-treat-body-boundary): Change :version.
7826         (gnus-body-boundary-delimiter, gnus-picon-databases)
7827         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7828         (gnus-treat-date-english, gnus-treat-fold-headers)
7829         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7830         (gnus-treat-mail-picon, gnus-treat-wash-html)
7831         (gnus-article-encrypt-protocol)
7832         (gnus-use-idna, gnus-article-over-scroll)
7833         (gnus-mime-display-multipart-alternative-as-mixed)
7834         (gnus-mime-display-multipart-related-as-mixed)
7835         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7836         (gnus-ctan-url, gnus-button-ctan-handler)
7837         (gnus-button-handle-ctan-bogus-regexp)
7838         (gnus-button-ctan-directory-regexp)
7839         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7840         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7841         (gnus-button-man-level, gnus-button-emacs-level)
7842         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7843
7844         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7845         (gnus-agent-go-online): Change :version.
7846         (gnus-agent-expire-unagentized-dirs)
7847         (gnus-agent-auto-agentize-methods): Add :version.
7848
7849         * flow-fill.el (fill-flowed-display-column)
7850         (fill-flowed-encode-column): Add :version.
7851
7852         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7853         (gnus-outlook-deuglify-unwrap-max)
7854         (gnus-outlook-deuglify-cite-marks)
7855         (gnus-outlook-deuglify-unwrap-stop-chars)
7856         (gnus-outlook-deuglify-no-wrap-chars)
7857         (gnus-outlook-deuglify-attrib-cut-regexp)
7858         (gnus-outlook-deuglify-attrib-verb-regexp)
7859         (gnus-outlook-deuglify-attrib-end-regexp)
7860         (gnus-outlook-display-hook): Add :version.
7861
7862         * binhex.el (binhex-use-external): Add :version.
7863
7864 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7867         and `invisible'.
7868
7869 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7870
7871         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7872         in gnus-registry-trim.
7873
7874 2004-09-13  Simon Josefsson  <jas@extundo.com>
7875
7876         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7877
7878         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7879
7880         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7881         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7882         <yamaoka@jpl.org>.
7883         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7884         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7885         <yamaoka@jpl.org>.
7886
7887         * sieve.el (sieve-manage-mode): Ditto.
7888
7889 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7892
7893 2004-09-11  Simon Josefsson  <jas@extundo.com>
7894
7895         * dns-mode.el: Add.
7896
7897         * mm-view.el (mm-display-dns-inline): Add.
7898
7899         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7900         (mm-automatic-display): Ditto.
7901
7902         * mailcap.el (mailcap-mime-data): Add text/dns.
7903         (mailcap-mime-extensions): Map .soa to text/dns.
7904
7905 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7906
7907         * gnus-art.el (article-decode-mime-words, article-babel)
7908         (gnus-article-highlight-signature, gnus-article-add-buttons)
7909         (gnus-signature-toggle): Remove unnecessary bindings of
7910         `inhibit-read-only' inherited from v5.10 merge.
7911
7912 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7913
7914         * nntp.el (nntp): New customization group.
7915         (nntp-authinfo-file): Add customization group.
7916
7917         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7918
7919         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7920
7921         * gnus.el (to-address, to-list, subscribed)
7922         (large-newsgroup-initial): Ditto.
7923
7924         * flow-fill.el (fill-flowed-display-column)
7925         (fill-flowed-encode-column): Ditto.
7926
7927 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7928
7929         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7930         Use point-min rather than 1.
7931         (message-send-mail): Use buffer-size rather than point-max.
7932
7933         * gnus-sum.el (gnus-summary-search-article-forward):
7934         Signal a specific `search-failed' rather than a generic `error'.
7935
7936         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7937         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7938         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7939
7940 2004-09-10  Simon Josefsson  <jas@extundo.com>
7941
7942         * nndb.el (require): Remove tcp and duplicate cl.
7943
7944 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * gnus-agent.el (directory-files-and-attributes): Move forward.
7947
7948 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7949
7950         * gnus-agent.el (directory-files-and-attributes): Optionally
7951         defined to support XEmacs.
7952
7953 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7954
7955         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7956         to avoid run-time CL dependencies.
7957         (gnus-agent-unfetch-articles): New function.
7958         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7959         article numbers even when local .overview file is missing.
7960         (gnus-agent-read-article-number): New function. Only accepts
7961         27-bit article numbers.
7962         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7963         gnus-agent-read-article-number.
7964         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7965         from backend while recognizing that article numbers in .overview
7966         must be valid.
7967         (gnus-agent-update-files-total-fetched-for): Use
7968         directory-files-and-attributes to improve performance.
7969         * gnus-int.el (gnus-request-move-article): Use
7970         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7971         improve performance.
7972
7973         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7974         some users confused by references to .newsrc when they only have a
7975         .newsrc.eld file.
7976         (gnus-convert-mark-converter-prompt,
7977         gnus-convert-converter-needs-prompt): Fixed use of property list.
7978         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7979         New function. Used internally to only display 'gnus converting
7980         files' message when actually necessary.
7981
7982         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7983         methods now autoloaded.
7984
7985 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7988         identifiers.
7989
7990 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * gnus-picon.el: Fix indentation and closing parenthesis.
7993
7994 2004-09-01  Simon Josefsson  <jas@extundo.com>
7995
7996         * message.el (message-canlock-generate): Require sha1, not
7997         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7998         to require within a function.  Sadly, if sha1.el isn't loaded, the
7999         let binding in m-c-g will hide the defcustom definition, which is
8000         bad.)
8001
8002         * canlock.el: Require sha1, not sha1-el.
8003
8004         * message.el: Don't autoload sha1 (there is a autoload cookie in
8005         sha1.el).
8006
8007         * sha1-el.el: Renamed to sha1.el.
8008
8009 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8010
8011         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8012
8013 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8014
8015         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8016
8017 2004-08-30  Kim F. Storm  <storm@cua.dk>
8018
8019         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8020
8021         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8022         Add :group 'nnimap.
8023
8024 2004-08-30  Andreas Schwab  <schwab@suse.de>
8025
8026         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8027         ?* and ?\;.
8028
8029         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8030         and ?\' to symbol instead of whitespace.
8031
8032 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8035
8036         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8037         instead of re-search-forward.
8038
8039         * gnus-uu.el (gnus-uu-save-article): Ditto.
8040         (gnus-uu-post-encode-uuencode): Ditto.
8041
8042         * html2text.el (html2text-clean-list-items): Ditto.
8043         (html2text-clean-dtdd): Ditto.
8044         (html2text-format-tags): Ditto.
8045
8046         * message.el (message-send-mail-with-sendmail): Fix regexp.
8047         (message-fill-field-general): Use search-forward instead of
8048         re-search-forward.
8049         (unbold-region): Ditto.
8050
8051         * nnrss.el (nnrss-request-article): Ditto.
8052
8053         * nnslashdot.el (nnslashdot-request-article): Ditto.
8054
8055         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8056
8057         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8058         "Unrecognized menu descriptor" error in XEmacs.
8059
8060 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8061
8062         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8063         parent article of a sparse article in the thread hashtb.
8064
8065 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8066
8067         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8068         (nnmail-expand-newtext): Lowercase expanded entries if
8069         nnmail-split-lowercase-expanded is non-nil.
8070
8071 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8074         entry.
8075
8076         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8077         of gnus-tmp-news-method into string under XEmacs.  It will be
8078         passed to gnus-correct-length which takes only a string argument.
8079
8080 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * gnus-util.el (gnus-bind-print-variables): New macro.
8083         (gnus-prin1): Use it.
8084         (gnus-prin1-to-string): Use it.
8085         (gnus-pp): New function.
8086         (gnus-pp-to-string): New function.
8087
8088         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8089         pp-to-string with gnus-pp-to-string.
8090         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8091         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8092         * gnus-msg.el (gnus-debug): Ditto.
8093         * gnus-score.el (gnus-score-save): Ditto.
8094         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8095         gnus-pp-to-string.
8096         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8097         with gnus-pp.
8098         * score-mode.el (gnus-score-pretty-print): Ditto.
8099         * webmail.el (webmail-debug): Ditto.
8100
8101 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8102
8103         * gnus-art.el (article-display-face, article-display-x-face): Use
8104         buffer-read-only.
8105
8106 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8107
8108         * gnus-art.el (article-hide-list-identifiers): Bind
8109         inhibit-read-only as t.
8110
8111 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8114
8115 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8116
8117         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8118         (gnus-narrow-to-page): Don't assume point-min == 1.
8119         (gnus-article-edit-mode): Derive from message-mode.
8120
8121         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8122         point-min == 1.
8123
8124         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8125         Disable incorrect use of `assert'.
8126
8127         * message.el (message-mode): Set comment-start-skip.
8128
8129
8130 2004-08-22  Sam Steingold  <sds@gnu.org>
8131
8132         * pop3.el (pop3-leave-mail-on-server): New user variable.
8133         (pop3-movemail): Delete mail only when it is nil.
8134
8135 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8136
8137         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8138
8139         * mml.el (mml-preview): Use `pop-to-buffer'.
8140
8141         * message.el (message-goto-mail-followup-to): Insert after "To".
8142         (message-carefully-insert-headers): Add comment.
8143
8144         * gnus.el: Remove unused variable `gnus-article-check-size'.
8145
8146         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8147
8148         * gnus-art.el (gnus-button-alist): Improve
8149         `gnus-button-handle-library' entry.
8150
8151 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8152
8153         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8154         downcase, since XEmacs capitalizes error messages differently.
8155
8156 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8157
8158         * nntp.el: Add (require 'gnus) due to reference to
8159         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8160
8161 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8162
8163         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8164         `mm-fill-flowed'.
8165
8166         * mm-decode.el (mm-dissect-singlepart): Check it.
8167
8168 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8169
8170         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8171         'imap' for netrc parsing.
8172
8173 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8174
8175         * mailcap.el (mailcap-mime-data): Mark as risky.
8176
8177 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8178
8179         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8180         may be included in the encoded word.
8181         (rfc2047-encode): Don't append a space if the encoded word
8182         includes close parenthesis.
8183
8184 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8187         of text within parentheses.
8188
8189 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8190
8191         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8192         (gnus-encrypt-write-file-contents): Make the password key the file
8193         name PLUS the cipher, not just the cipher.  Also remove failed
8194         passwords from the cache.
8195
8196 2004-08-06  Simon Josefsson  <jas@extundo.com>
8197
8198         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8199         fix.
8200
8201 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8204         LWSP.
8205
8206 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8207
8208         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8209         to append in-reply-to: data to the references: header.
8210
8211         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8212         (netrc-parse): Use gnus-encrypt.el functions.
8213
8214         * gnus-encrypt.el: Add new file for encryption support; currently
8215         does only a few GPG ciphers and an internal XOR cipher.
8216
8217         * password.el: Add comments on using password-read-and-add.
8218         (password-read-and-add): Add function to read and add the
8219         password to the cache at once.
8220
8221 2004-07-28  Simon Josefsson  <jas@extundo.com>
8222
8223         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8224         parameter (but don't use it, for now).
8225
8226         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8227         instead of hard coding to nil.
8228
8229 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8232         as mm-inline-image-xemacs does.
8233
8234 2004-07-26  Simon Josefsson  <jas@extundo.com>
8235
8236         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8237         Revert part of 2004-07-17 change below.
8238
8239 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8242         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8243
8244 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8245
8246         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8247         quotes that actually start with ">" at the beginning of the
8248         lines.
8249
8250 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * rfc2047.el (rfc2047-encode-region): Fix last change.
8253         (rfc2047-encode-parameter): Remove useless concat.
8254
8255 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8258         encode special characters; fix some kind of misconfigured headers;
8259         signal a real error if debug-on-quit or debug-on-error is non-nil.
8260         (rfc2047-encode-max-chars): New variable.
8261         (rfc2047-encode-1): Use it.
8262         (rfc2047-encode-parameter): New function.
8263
8264         * mml.el (mml-insert-parameter): Remove an excessive space.
8265
8266 2004-07-17  Simon Josefsson  <jas@extundo.com>
8267
8268         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8269         Kai Grossjohann <kai@emptydomain.de>.
8270         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8271         (gnus-group-make-menu-bar): Ditto.
8272
8273         * gnus-util.el (gnus-group-server): Add.
8274
8275 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8276
8277         * message.el (message-clone-locals): Clone sendmail and smtp
8278         variables.
8279
8280 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * rfc2047.el (rfc2047-encode-region): Fix last change.
8283
8284 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8287         characters as non-special.
8288
8289 2004-07-09  Simon Josefsson  <jas@extundo.com>
8290
8291         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8292         Users will lose all flag changes made while unplugged with
8293         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8294         good default.  See numerous reports on ding mailing list.
8295
8296 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8299         add generate-head-function and generate-article-function to the
8300         rfc822-forward entry.
8301         (nndoc-rfc822-forward-generate-article): New function.
8302         (nndoc-rfc822-forward-generate-head): New function.
8303
8304         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8305
8306 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8307
8308         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8309         respect display group parameter and gnus-summary-expunge-below.
8310         (gnus-articles-to-read): Remove unused reference to display group
8311         parameter.
8312
8313 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8314
8315         * nnheader.el (nnheader-uniquify-message-id): New experimental
8316         variable.
8317         (nnheader-nov-read-message-id): Use it.
8318
8319         * spam-report.el (spam-report-gmane): Add interactive.
8320
8321 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8324         qp-or-base64 for the application/* types.
8325
8326 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8327
8328         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8329
8330 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8331
8332         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8333         trim value.
8334
8335 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8336
8337         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8338         New macro and function.
8339         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8340
8341 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8344         after-load-alist.
8345
8346 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8347
8348         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8349         update info that isn't there.
8350
8351 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8352
8353         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8354         entry.
8355
8356 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * mm-view.el (mm-inline-render-with-function): Use multibyte
8359         buffer; decode html source by charset.
8360
8361         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8362
8363         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8364         Mule-UCS is loaded under XEmacs.
8365         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8366
8367 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8368
8369         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8370
8371 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * mm-util.el (mm-coding-system-p): Return a coding-system.
8374         (mm-mime-mule-charset-alist): Use shift_jis instead of
8375         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8376         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8377         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8378         instead of japanese-shift-jis and iso-latin-1 respectively in
8379         order to share the default value with both Emacs and XEmacs-mule.
8380         (mm-mule-charset-to-mime-charset): Make
8381         mm-coding-system-priorities effective.
8382         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8383         while predicating of candidates upon the priorities.
8384
8385 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8386
8387         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8388         gnus-uu-invert-processable.
8389
8390         * gnus.el: Autoload gnus-uu-invert-processable.
8391
8392 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * mm-util.el (mm-with-multibyte-buffer): New macro.
8395
8396         * rfc2047.el (rfc2047-encode-string): Use it.
8397         (rfc2047-encode-region): Move point to the end of the region after
8398         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8399
8400 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8403         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8404
8405 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8408         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8409         Karl Chen <quarl@nospam.quarl.org>.
8410
8411 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8412
8413         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8414         invalid addresses.
8415
8416 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8417
8418         * spam.el: Change section markers, revise TODO list.
8419         (spam-backends): Make new master list of all installed backends.
8420         (spam-summary-exit-behavior): Add new variable to determine how
8421         messages moves are done at summary exit.
8422         (spam-move-spam-nonspam-groups-only)
8423         (spam-process-ham-in-nonham-groups)
8424         (spam-process-ham-in-spam-groups): Remove variables, the
8425         spam-summary-exit-behavior variable should be used to manage this
8426         behavior.
8427         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8428         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8429         and spam-old-spam-articles.
8430         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8431         Add empty variables, placeholders for the backends they represent.
8432         (spam-set-difference): Move, unchanged.
8433         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8434         unless the user has a processor variable.
8435         (spam-classifications, spam-classification-valid-p)
8436         (spam-backend-properties, spam-backend-property-valid-p)
8437         (spam-backend-function-type-valid-p)
8438         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8439         (spam-report-articles-gmane, spam-report-articles-resend):
8440         Remove functions, they are not needed.
8441         (spam-install-backend-super, spam-backend-list)
8442         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8443         (spam-backend-function, spam-backend-ham-registration-function)
8444         (spam-backend-spam-registration-function)
8445         (spam-backend-ham-unregistration-function)
8446         (spam-backend-spam-unregistration-function)
8447         (spam-backend-statistical-p, spam-backend-mover-p)
8448         (spam-install-backend-alias, spam-install-checkonly-backend)
8449         (spam-install-mover-backend, spam-install-nocheck-backend)
8450         (spam-install-backend, spam-install-statistical-backend)
8451         (spam-install-statistical-checkonly-backend): Add backend installation
8452         support.
8453         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8454         (spam-group-processor-p): Use the new backend code and respect the
8455         summary exit behavior.
8456         (spam-mark-spam-as-expired-and-move-routine): Remove.
8457         (spam-summary-prepare): Change to use the new spam-old-articles
8458         variable.
8459         (spam-copy-or-move-routine, spam-copy-spam-routine)
8460         (spam-move-spam-routine, spam-copy-ham-routine)
8461         (spam-move-ham-routine): Add code to copy/move ham or spam.
8462         (spam-fetch-field-fast): Improve doc and code, plus allow the
8463         'number request.
8464         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8465         variables.
8466         (spam-split, spam-find-spam): Use the new backend code.
8467         (spam-registration-functions): Remove variable.
8468         (spam-unregister-routine): Add convenience wrapper.
8469         (spam-log-undo-registration, spam-register-routine)
8470         (spam-log-processing-to-registry)
8471         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8472         where possible.
8473         (spam-check-gmane-xref, spam-check-regex-headers)
8474         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8475         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8476         (spam-check-bogofilter-headers, spam-check-spamoracle)
8477         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8478         (spam-check-crm114-headers): Use the spam-split-group that
8479         spam-split prepares, no need to determine it every time.
8480
8481         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8482         to the nnheader-parse-naked-head call.
8483
8484         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8485
8486         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8487         the nnheader-nov-read-message-id call.
8488
8489 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8492         gnus-activate-group twice.  Suggested by Markus Peter
8493         <warp@spin.de>.
8494
8495 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * gnus-art.el (gnus-article-time-format): Exchange the order of
8498         day and month in the default value; fix customization type.
8499         (article-date-ut): Use add-text-properties.
8500         (article-make-date-line): Use message-make-date instead of
8501         current-time-string.
8502
8503         * message.el (message-fetch-field): Don't use set-text-properties.
8504         (message-make-date): Simplify.
8505
8506         * messagexmas.el (message-xmas-make-date): New function.
8507         (message-xmas-redefine): Defalias message-make-date to it.
8508
8509 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8512         (rfc2047-encode-region): Treat text within parentheses as special;
8513         show the original text when error has occurred.
8514
8515         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8516         already-computed method to gnus-activate-group.
8517
8518         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8519         same select-methods identical Lisp objects.
8520
8521         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8522         object when modifying the info.
8523
8524 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8527         gnus-opened-servers since it has never been opened with the new
8528         configuration yet.
8529
8530 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8533         arg to nnheader-generate-fake-message-id.
8534
8535 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8536
8537         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8538         number and build a fake message ID localized to a group and
8539         article number (so it's repeatable from that point on).
8540         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8541         ID format.
8542
8543         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8544         nnheader-generate-fake-message-id with the article number.
8545
8546 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8547
8548         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8549         end-of-buffer.
8550
8551 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8552
8553         * message.el (message-ignored-supersedes-headers): Add Approved.
8554
8555 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8558         goto-char.
8559         (rfc2047-encode): Fold the line before encoding.
8560
8561 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562
8563         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8564         folding -- not all headers can be folded, and this should be done
8565         by the message composition mode.  Probably.  I think.
8566
8567 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8570         fast.
8571
8572         * gnus-ems.el (gnus-remove-image): Don't use
8573         message-text-with-property; remove only the image found first.
8574
8575         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8576         found first.
8577
8578 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8579
8580         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8581
8582 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * message.el (message-text-with-property): Make it fast and accept
8585         optional arguments.
8586         (message-strip-forbidden-properties): Use it.
8587         (message-fix-before-sending): Follow the m-t-w-p change.
8588
8589         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8590
8591 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * gnus-art.el (article-hide-headers): Don't change the buffer
8594         mistakenly when performing mml-preview even if
8595         gnus-single-article-buffer is nil.
8596
8597 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8598
8599         * message.el (message-expand-name-databases): New user option.
8600         (message-expand-name): Use it.
8601
8602 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8603
8604         * spam.el (spam-report-articles-resend)
8605         (spam-report-resend-register-routine): Allow ham reporting.
8606         (spam-report-resend-register-ham-routine): Add wrapper.
8607         (spam-registration-functions): Add ham resending functions.
8608         (spam-list-of-processors): Add ham resend processor.
8609
8610         * gnus.el (ham-resend-to): Add new group parameter.
8611         (spam-process): Add ham resend option.
8612
8613         * spam-report.el (spam-report-resend): Allow reporting ham.
8614         (spam-report-resend-ham): Add wrapper.
8615
8616 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8617
8618         * message.el (message-cite-articles-with-x-no-archive): New
8619         variable.
8620         (message-cite-original): Use it.
8621
8622 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8623
8624         * message.el (message-cite-original): Respect X-No-Archive.
8625
8626 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * gnus-art.el (article-hide-headers): Refer to the values for
8629         gnus-ignored-headers and gnus-visible-headers in the summary
8630         buffer since a user may have set them as group parameters.
8631
8632 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8633
8634         * assistant.el (assistant-node-name): Add convenience function.
8635         (assistant-render-text, assistant-render-node): Add error handling,
8636         plus handle multiple next nodes.
8637         (assistant-find-next-node): Comment out for now.
8638         (assistant-find-next-nodes): Add function, returns list of next
8639         nodes.
8640
8641 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8642
8643         * mail-source.el (mail-source-directory): Fix doc-string.
8644
8645 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8646
8647         * assistant.el (assistant-render-text, assistant-eval): Add :set
8648         widget type, which is different because it takes and returns a
8649         list.  Much hilarity ensues.
8650
8651 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8654
8655         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8656         doc-string.
8657
8658         * gnus-start.el (gnus-activate-group): Added doc-string.
8659
8660 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8663
8664 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8665
8666         * assistant.el (assistant-render-text): Try to add a :set
8667         widget, more to come.
8668
8669         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8670         strings.
8671         (spam-report-articles-resend)
8672         (spam-register-routine): Do registration iff any articles warrant
8673         it.
8674         (spam-summary-prepare-exit): Change log message for nil group
8675         destinations.
8676
8677 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8678
8679         * spam.el (spam-report-resend-register-routine): Allow
8680         spam-report-resend-to to be a group parameter or a global value.
8681
8682 2004-05-26  Simon Josefsson  <jas@extundo.com>
8683
8684         * starttls.el: Merge with my GNUTLS based starttls.el.
8685         (starttls-gnutls-program, starttls-use-gnutls)
8686         (starttls-extra-arguments, starttls-process-connection-type)
8687         (starttls-connect, starttls-failure, starttls-success): New
8688         variables.
8689         (starttls-program, starttls-extra-args): Doc fix.
8690         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8691         functions.
8692         (starttls-negotiate, starttls-open-stream): Check
8693         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8694         function if it is set.
8695
8696 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8699         structured fields.
8700
8701 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8704
8705 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8706
8707         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8708         variable.
8709         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8710         assigning the spam-mark to new messages.
8711
8712 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8713
8714         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8715
8716 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8719
8720         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8721         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8722         default.
8723
8724 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8725
8726         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8727         correct data.
8728
8729 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8730
8731         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8732         (spam-group-processor-p): Fix function.
8733         (spam-group-processor-multiple-p)
8734         (spam-group-spam-processor-report-gmane-p)
8735         (spam-group-spam-processor-report-resend-p)
8736         (spam-group-spam-processor-bogofilter-p)
8737         (spam-group-spam-processor-blacklist-p)
8738         (spam-group-spam-processor-ifile-p)
8739         (spam-group-ham-processor-ifile-p)
8740         (spam-group-spam-processor-spamoracle-p)
8741         (spam-group-spam-processor-crm114-p)
8742         (spam-group-ham-processor-bogofilter-p)
8743         (spam-group-spam-processor-stat-p)
8744         (spam-group-ham-processor-stat-p)
8745         (spam-group-ham-processor-whitelist-p)
8746         (spam-group-ham-processor-BBDB-p)
8747         (spam-group-ham-processor-spamoracle-p)
8748         (spam-group-ham-processor-copy-p): Remove functions with some
8749         prejudice against unneeded code.
8750         (spam-report-articles-resend)
8751         (spam-report-resend-register-routine): Allow the group/topic
8752         spam-resend-to value to override spam-report-resend-to.
8753         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8754         properly now.
8755
8756         * gnus.el (spam-resend-to): Add group/topic parameter.
8757         (spam-process): Move the OBSOLETE processors to the end of the
8758         choices.
8759
8760 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8761
8762         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8763         with resend-to set to nil, and then ask the user if necessary.
8764         (spam-report-resend): spam-report-resend takes a list of articles, not
8765         separate article numbers.
8766
8767 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8770         addition to emacs-w3m.
8771
8772 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8773
8774         * assistant.el (assistant-authinfo-data): New function.
8775         (assistant-eval): Eval for entire assistant.
8776
8777         * netrc.el (netrc-services-file): New variable.
8778         (netrc-parse-services): New function.
8779         (netrc-find-service-name): New function.
8780         (netrc-find-service-number): New function.
8781         (netrc-port-equal): New function.
8782         (netrc-machine): Use it.
8783
8784         * nnimap.el (nnimap-open-connection): Use netrc.
8785
8786         * gnus-util.el (gnus-netrc-get): Remove aliases.
8787
8788         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8789
8790         * assistant.el (wid-edit): Fix compilation.
8791
8792         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8793
8794 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8795
8796         * gnus-util.el (gnus-set-file-modes): New function.  (small
8797         patch).
8798
8799 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8800
8801         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8802
8803         * assistant.el (assistant-render-node): Fix up rendering and
8804         read-only text.
8805         (assistant-render-node): Reset.
8806         (assistant-make-read-only): Not sticky.
8807
8808 2004-05-20  Danny Siu  <dsiu@adobe.com>
8809
8810         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8811         centered even when gnus-auto-center-summary is t
8812
8813 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8814
8815         * dns.el (dns-get-txt-answer): New function.
8816         (dns-read-txt): Ditto.
8817         (query-dns): Use it.
8818
8819 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8822         active for foreign groups even if the group level is higher than
8823         the specified value.
8824
8825 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8826
8827         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8828         non-active groups.
8829
8830         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8831
8832 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8833
8834         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8835
8836 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8837
8838         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8839         (spam-crm114-header, spam-crm114-spam-switch)
8840         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8841         (spam-crm114-positive-spam-header)
8842         (spam-crm114-database-directory, spam-list-of-processors)
8843         (spam-group-spam-processor-crm114-p)
8844         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8845         (spam-generic-score, spam-list-of-checks)
8846         (spam-list-of-statistical-checks, spam-registration-functions)
8847         (spam-check-crm114-headers, spam-crm114-score)
8848         (spam-check-crm114, spam-crm114-register-with-crm114)
8849         (spam-crm114-register-spam-routine)
8850         (spam-crm114-unregister-spam-routine)
8851         (spam-crm114-register-ham-routine)
8852         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8853         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8854
8855         * gnus.el: Add spam-use-crm114.
8856
8857         * spam.el (spam-list-of-processors, spam-registration-functions):
8858         Add spam-use-resend.
8859         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8860         (spam-report-articles-gmane): Add doc fix.
8861         (spam-report-articles-resend,
8862         spam-report-resend-register-routine): Add wrappers around
8863         spam-report-resend-to.
8864
8865         * spam-report.el (spam-report-resend-to, spam-report-resend):
8866         Add support for resending spam.
8867         (spam-report-gmane): Fix line length >80.
8868
8869         * gnus.el (spam-process): Add spam-use-resend.
8870
8871 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8872
8873         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8874         number of processed spam messages.
8875         (spam-ham-copy-or-move-routine): Return the number of processed
8876         ham messages.
8877         (spam-summary-prepare-exit): Use the above values to decide
8878         whether status messages shouled be displayed.
8879
8880 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8883         `rfc2047-encoding-function-alist' in order to avoid conflicting
8884         with the old version.
8885         (rfc2047-encode-region): Concatenate words containing non-ASCII
8886         characters in structured fields; don't encode space-delimited
8887         ASCII words even in unstructured fields; don't break words at
8888         char-category boundaries.
8889         (rfc2047-encode-1): New function.
8890         (rfc2047-encode): Use it; encode text so that it occupies the
8891         maximum width within 76-column; work correctly on Q encoding for
8892         iso-2022-* charsets.
8893         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8894         sure not to break a line just after the header name.
8895         (rfc2047-b-encode-region): Removed.
8896         (rfc2047-b-encode-string): New function.
8897         (rfc2047-q-encode-region): Removed.
8898         (rfc2047-q-encode-string): New function.
8899
8900         * mm-util.el (mm-replace-in-string): New function.
8901
8902 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8903
8904         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8905         get it right.
8906         (gnus-inews-make-draft): Really.
8907
8908 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8909
8910         * nnmh.el (nnmh-request-list-1): Don't check the link count
8911         before descending.  (small patch)
8912
8913 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914
8915         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8916         stuff.
8917
8918         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8919         on real group name.
8920
8921         * gnus-art.el (gnus-signature-limit): Doc fix.
8922
8923         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8924
8925         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8926
8927 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8928
8929         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8930         isn't a string.
8931
8932 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8933
8934         * gnus-draft.el (gnus-draft-send): Bind
8935         rfc2047-encode-encoded-words.
8936
8937         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8938         (rfc2047-encodable-p): Say that =? needs encoding.
8939         (rfc2047-encode-encoded-words): New variable.
8940
8941         * gnus-group.el (gnus-group-select-group): Doc fix.
8942
8943         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8944
8945         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8946         to nil.
8947
8948         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8949
8950         * nnheader.el (nnheader-get-lines-and-char): New function.
8951
8952 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * gnus-msg.el (gnus-summary-followup-with-original): Document
8955         yanking of region when active.
8956
8957 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8960         groups if the group level is higher than the specified value.
8961
8962 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8963
8964         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8965         (gnus-group-jump-to-group): Added prefix argument using
8966         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8967         non-active group.
8968
8969         * compface.el (uncompface): Be verbose when changing
8970         `uncompface-use-external'.
8971
8972         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8973         handle manual section.
8974
8975 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8976
8977         * gnus-art.el (gnus-button-alist): Revert previous change.
8978
8979 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8982
8983 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8984
8985         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8986         whether backend can accept message.
8987
8988         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8989
8990 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8991
8992         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8993         Avoid creating directory when nntp-marks-is-evil is true.
8994         Reported by Reiner Steib.
8995
8996 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8997
8998         * gnus-picon.el (gnus-picon-style): New variable.
8999         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9000         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9001         Jesper Harder <harder@ifa.au.dk>.
9002
9003 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9004
9005         * message.el (message-fill-field): Return point.
9006         (message-generate-headers): Go to end of field.
9007
9008         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9009         stuff for non-living groups.
9010
9011 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9012
9013         * gnus-art.el (gnus-article-followup-with-original)
9014         (gnus-article-reply-with-original): gnus-mark-active-p ->
9015         gnus-region-active-p.
9016
9017 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9018
9019         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9020         only when there is spam or ham to be processed.
9021
9022 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023
9024         * mail-source.el (mail-source-delete-crash-box): Refactor.
9025         (mail-source-fetch): Use it.
9026         (mail-source-fetch-file): Ditto.
9027         (mail-source-fetch-directory): Run postscript in loop.
9028         (mail-source-fetch-pop): Delete.
9029         (mail-source-fetch-maildir): Ditto.
9030         (mail-source-fetch-imap): Ditto.
9031
9032         * imap.el (imap-authenticators): Comment out sasl.
9033
9034         * message.el (message-skip-to-next-address): New function.
9035         (message-fill-header-address): Refactor.
9036         (message-fill-address): Use it.
9037         (message-delete-address): Use it.
9038         (message-fill-header-general): Refactor.
9039         (message-fill-field-address): Rename.
9040         (message-narrow-to-field): Find the start of the header.
9041         (message-header-format-alist): Don't pre-fill.
9042         (message-fill-header): Removed.
9043         (message-insert-header): New function.
9044         (message-shorten-references): Use it.
9045
9046         * rfc2047.el (rfc2047-field-value): Strip props.
9047
9048         * mail-parse.el (mail-header-make-address): New alias.
9049
9050         * ietf-drums.el (ietf-drums-make-address): New function.
9051
9052         * imap.el: Add compiler directives.
9053
9054         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9055
9056         * gnus-art.el (article-decode-idna-rhs): Don't use
9057         message-idna-inside-rhs-p.
9058
9059 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9060
9061         * message.el (message-idna-inside-rhs-p): Removed.
9062         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9063
9064         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9065         false positives.
9066
9067 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9068
9069         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9070
9071 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9072
9073         * nneething.el (nneething-file-name): Don't create spurions
9074         files.
9075
9076         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9077         (gnus-inews-do-gcc): Remove sleep.
9078
9079         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9080         part under point.
9081
9082         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9083         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9084
9085 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9086
9087         * spam.el (spam-summary-prepare-exit): Fixed (length).
9088
9089 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9090
9091         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9092         as expired without moving it" message when there are spam
9093         messages left.
9094
9095 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9096
9097         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9098         header is not nil.
9099
9100 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9101
9102         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9103         nntp-possibly-create-directory, not nntp-possibly-change-group.
9104         (nntp-marks-changed-p): New arg SERVER.
9105         (nntp-request-update-info): Adjust caller.
9106
9107 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9108
9109         * nntp.el (nntp-save-marks): Pass missing arg.
9110
9111 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9112
9113         * nntp.el: Support marks.
9114         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9115         (nntp-marks-modtime, nntp-marks-directory): New variables.
9116         (nntp-request-set-mark, nntp-request-update-info)
9117         (nntp-possibly-create-directory, nntp-marks-changed-p)
9118         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9119         functions.
9120
9121 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9122
9123         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9124         (gnus-xmas-redefine): Rename.
9125
9126         * gnus-score.el (gnus-score-insert-help): Use
9127         gnus-select-lowest-window.
9128
9129         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9130         appt-select-lowest-window and rename to gnus-select-lowest-window.
9131
9132         * gnus.el: do.
9133
9134 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9135
9136         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9137         encodings of MIME-encoded words, in order to improve
9138         interoperability with several broken MUAs.
9139
9140 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9141
9142         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9143         tags, only when charsets are not specified in headers.
9144         (mm-inline-text-html-render-with-w3m): Ditto.
9145
9146         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9147         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9148
9149 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9150
9151         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9152         instead of MIME-decoded from fields when checking
9153         `gnus-article-address-banner-alist'.
9154
9155 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9156
9157         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9158         description rather than subject.
9159
9160 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9161
9162         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9163
9164 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9165
9166         * gnus.el (gnus-version-number): Bump.
9167
9168 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9169
9170         * gnus.el: No Gnus v0.2 is released.
9171
9172 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * gnus-agent.el (gnus-agent-read-agentview): Inline
9175         gnus-uncompress-range.
9176
9177 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9178
9179         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9180         `exec-installed-p'.
9181
9182 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9183
9184         * gnus.el (spam-process, spam-autodetect-methods): Add
9185         bsfilter and bsfilter-headers.
9186
9187         * spam.el (spam-bsfilter): New customize group.
9188         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9189         (spam-bsfilter-header, spam-bsfilter-probability-header)
9190         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9191         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9192         (spam-bsfilter-database-directory): New options.
9193         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9194         (spam-list-of-statistical-checks, spam-registration-functions):
9195         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9196         (spam-bsfilter-score): New command.
9197         (spam-check-bsfilter-headers, spam-check-bsfilter)
9198         (spam-bsfilter-register-with-bsfilter)
9199         (spam-bsfilter-register-spam-routine)
9200         (spam-bsfilter-unregister-spam-routine)
9201         (spam-bsfilter-register-ham-routine)
9202         (spam-bsfilter-unregister-ham-routine): New functions.
9203         (spam-generic-score): Support bsfilter; Accept an optional argument
9204         to recalcurate spam score even if scoring header has already been
9205         added.
9206         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9207         optional argument to recalcurate spam score even if scoring header
9208         has already been added.
9209
9210 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9211
9212         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9213         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9214         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9215         link is missing.
9216
9217 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9218
9219         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9220         (html2text-get-attr): Rewrite.
9221
9222         * message.el (message-setup-1): Remove redundant put-text-property
9223         on mail-header-separator.
9224
9225 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9226
9227         * gnus-registry.el (gnus-registry-cache-whitespace)
9228         (gnus-registry-action, gnus-registry-spool-action)
9229         (gnus-registry-split-fancy-with-parent): Change message levels
9230         from 5 to 3 or 7, as needed.
9231
9232         * spam.el (spam-summary-prepare-exit)
9233         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9234         (spam-split, spam-find-spam, spam-log-undo-registration)
9235         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9236         level from 5 to 6.
9237
9238 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9241         2004-03-04 change).
9242
9243 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9244
9245         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9246         Use mapc when appropriate.
9247
9248         * sieve-manage.el (sieve-manage-open): do.
9249
9250         * nnweb.el (nnweb-insert-html): do.
9251
9252         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9253         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9254
9255         * nnspool.el (nnspool-request-group): do.
9256
9257         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9258         do.
9259
9260         * nnml.el (nnml-request-update-info): do.
9261
9262         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9263         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9264
9265         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9266         (nnimap-request-set-mark): do.
9267
9268         * nnfolder.el (nnfolder-request-update-info): do.
9269
9270         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9271         do.
9272
9273         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9274
9275         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9276
9277         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9278         do.
9279
9280         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9281         do.
9282
9283         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9284
9285         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9286
9287         * gnus-int.el (gnus-start-news-server): do.
9288
9289         * gnus-group.el (gnus-group-make-kiboze-group)
9290         (gnus-group-browse-foreign-server): do.
9291
9292 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9293
9294         FIXME: Make separate entries for each person.
9295
9296         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9297         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9298         <shields@msrl.com>:
9299
9300         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9301         may need for spam sorting and scoring.
9302         (spam-user-format-function-S): Add user format function suitable for
9303         general use.
9304         (spam-article-sort-by-spam-status): Add sorting function for summary
9305         sorting.
9306         (spam-extra-header-to-number): Add function to get a score from a
9307         header.
9308         (spam-summary-score): Add function to  get a numeric score from the
9309         headers.
9310         (spam-generic-score): Fixed function doc, was in wrong place.
9311         (spam-initialize): Take symbols when it's run, and install the
9312         extra headers that spam-necessary-extra-headers thinks we need.
9313
9314 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9315
9316         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9317         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9318
9319 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9320
9321         * gnus-sum.el (gnus-set-global-variables)
9322         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9323         (gnus-article-get-xrefs, gnus-summary-best-group)
9324         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9325         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9326         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9327         with-current-buffer.
9328
9329 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9330
9331         * spam.el (spam-summary-prepare-exit): Simplify logic.
9332         (spam-fetch-article-header): Read the article header if it's not
9333         available.
9334         (spam-list-articles): Simplify logic.
9335         (spam-filelist-register-routine): Fix bug with unregister-list.
9336
9337         * gnus-registry.el: Fix comments at beginning.
9338
9339 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9340
9341         * message.el (message-cater-to-broken-inn): Remove.
9342         (message-shorten-references): Make sure the total folded length of
9343         References is shorter than 998 characters to cater to a bug in INN
9344         2.3.  Also, don't pretend that references aren't folded -- this
9345         hasn't worked for a while.
9346
9347 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9348
9349         * gnus-agent.el (gnus-agentize):
9350         gnus-agent-send-mail-real-function no longer set to current value
9351         of message-send-mail-function but rather a lambda that calls
9352         message-send-mail-function.  The change makes the agent real-time
9353         responsive to user changes to message-send-mail-function.
9354
9355 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9356
9357         * legacy-gnus-agent.el
9358         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9359         help from Florian Weimer <fw@deneb.enyo.de>
9360
9361 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * nnmail.el (nnmail-cache-insert): Revert last change.
9364
9365 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * nnmail.el (nnmail-cache-insert): Always check whether
9368         nnmail-cache-ignore-groups matches a group name.
9369
9370 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9371
9372         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9373         (spam-find-spam, spam-log-processing-to-registry)
9374         (spam-log-registered-p, spam-log-unregistration-needed-p)
9375         (spam-log-undo-registration): Use gnus-message instead of
9376         gnus-error, none of these errors are fatal.
9377
9378         * gnus-registry.el (gnus-registry-clean-empty-function)
9379         (gnus-registry-clean-empty): Remove only empty entries without
9380         extra data.
9381
9382 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9383
9384         * spam-stat.el (spam-stat-buffer-change-to-spam)
9385         (spam-stat-buffer-change-to-non-spam): Change (error) to
9386         (gnus-message 8) invocation.
9387
9388 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * nntp.el (nntp-via-netcat-command): New variable.
9391         (nntp-via-netcat-switches): New variable.
9392         (nntp-open-via-rlogin-and-netcat): New function.
9393         (nntp-open-connection-function): Doc fix.
9394         (nntp-telnet-command): Doc fix.
9395         (nntp-end-of-line): Doc fix.
9396         (nntp-via-rlogin-command): Doc fix.
9397         (nntp-via-user-name): Doc fix.
9398         (nntp-via-address): Doc fix.
9399
9400 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9403         error in Emacs 21.1.
9404
9405 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9406
9407         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9408
9409 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9410         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9411         (gnus-agent-with-refreshed-group): New macro.
9412         (gnus-agent-rename-group): New function.
9413         (gnus-agent-delete-group): New function.
9414         (gnus-agent-save-group-info): Use gnus-command-method when
9415         `method' parameter is nil.  Don't write nil entries into the
9416         active file.
9417         (gnus-agent-get-group-info): New function.
9418         (gnus-agent-fetch-articles): Use
9419         gnus-agent-update-files-total-fetched-for to increment disk space
9420         used.
9421         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9422         gnus-agent-update-view-total-fetched-for to increment disk space
9423         used.
9424         (gnus-agent-get-local): Added optional parameters to avoid calling
9425         gnus-group-real-name and gnus-find-method-for-group.
9426         (gnus-agent-set-local): Delete stored entry if either min, or max,
9427         are nil.
9428         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9429         quit, use gnus-agent-regenerate-group to record existance of any
9430         articles fetched to disk before the quit occurred.
9431         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9432         gnus-agent-update-view-total-fetched-for, and
9433         gnus-agent-update-files-total-fetched-for to decrement disk space
9434         used.
9435         (gnus-agent-retrieve-headers): Use
9436         gnus-agent-update-view-total-fetched-for to increment disk space
9437         used.
9438         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9439         with gnus-agent-update-files-total-fetched-for to decrement disk
9440         space and fresh group buffer.
9441         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9442         (gnus-agent-need-update-total-fetched-for): New variable.
9443         (gnus-agent-update-files-total-fetched-for): New function.
9444         (gnus-agent-update-view-total-fetched-for): New function.
9445         (gnus-agent-total-fetched-for): New function.
9446
9447         * gnus-cache.el (gnus-cache-save-buffers): Use
9448         gnus-cache-update-overview-total-fetched-for to change disk space
9449         used by this group.
9450         (gnus-cache-possibly-enter-article): Use
9451         gnus-cache-update-file-total-fetched-for to increment disk space
9452         used by this group.
9453         (gnus-cache-possibly-remove-article): Use
9454         gnus-cache-update-file-total-fetched-for to decrement disk space
9455         used by this group.
9456         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9457         (gnus-cache-rename-group): New function.
9458         (gnus-cache-delete-group): New function.
9459         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9460         (gnus-cache-need-update-total-fetched-for): New variable.
9461         (gnus-cache-with-refreshed-group): New macro.
9462         (gnus-cache-update-file-total-fetched-for): New function.
9463         (gnus-cache-update-overview-total-fetched-for): New function.
9464         (gnus-cache-rename-group-total-fetched-for): New function.
9465         (gnus-cache-delete-group-total-fetched-for): New function.
9466         (gnus-cache-total-fetched-for): New function.
9467
9468         * gnus-group.el: Require gnus-sum and autoload functions to
9469         resolve warnings when gnus-group.el compiled alone.
9470         (gnus-group-line-format): Documented new %F
9471         (size of Fetched data) group line format; identifies disk space
9472         used by agent and cache.
9473         (gnus-group-line-format-alist): Defined new F format.
9474         (gnus-total-fetched-for): New function.
9475         (gnus-group-delete-group): No longer update
9476         gnus-cache-active-altered as gnus-request-delete-group now keeps
9477         the cache in sync.
9478         (gnus-group-list-active): Let the agent store a server's active
9479         list if currently plugged.
9480
9481         * gnus-int.el (gnus-request-delete-group): Use
9482         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9483         local disk in sync with the server.
9484          (gnus-request-rename-group): Use
9485         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9486         local disk in sync with the server.
9487
9488         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9489         simplification to logic.
9490
9491         * gnus-util.el (gnus-rename-file): New function.
9492
9493 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9494
9495         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9496
9497 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9498
9499         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9500         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9501
9502 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9503
9504         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9505         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9506
9507 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9508
9509         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9510
9511 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9512
9513         * spam.el (spam-set-difference): Add function to replace
9514         gnus-set-difference in spam.el.
9515         (spam-summary-prepare-exit): Use spam-set-difference.
9516
9517 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9518
9519         * gnus-registry.el (gnus-registry-cache-file): Update to use
9520         gnus-dribble-directory OR gnus-home-directory OR ~.
9521         (gnus-registry-split-fancy-with-parent): Fix doc.
9522
9523 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * message.el (message-exchange-point-and-mark): Use
9526         message-mark-active-p.  Suggested by Jesper Harder
9527         <harder@ifa.au.dk>.
9528
9529 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * message.el (message-exchange-point-and-mark): Don't activate
9532         region if it was inactive.  Suggested by Hiroshi Fujishima
9533         <pooh@nature.tsukuba.ac.jp>.
9534
9535 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * gnus-art.el (article-display-face): Display Faces in the same
9538         order as X-Faces.
9539
9540 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9543
9544 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9547         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9548         (gnus-article-mime-hierarchy): Remove.
9549         (gnus-article-mime-hierarchy-next): Remove.
9550         (gnus-article-mode): Revert 2004-03-19 change.
9551         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9552         (gnus-insert-mime-button): Revert 2004-03-19 change.
9553         (gnus-mime-accumulate-hierarchy): Remove.
9554         (gnus-mime-enter-multipart): Remove.
9555         (gnus-mime-leave-multipart): Remove,
9556         (gnus-mime-display-part): Revert 2004-03-19 change.
9557         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9558
9559         * mml.el (mml-preview): Revert 2004-03-19 change.
9560
9561 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9562
9563         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9564
9565 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9568         t while entering a file name using the mm-with-multibyte macro.
9569         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9570
9571         * mm-util.el (mm-with-multibyte): New macro.
9572
9573 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9576         user option.
9577         (gnus-mime-multipart-functions): Doc and customization fix.
9578         (gnus-article-mime-hierarchy): New variable.
9579         (gnus-article-mime-hierarchy-next): New variable.
9580         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9581         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9582         gnus-article-mime-hierarchy-next to nil.
9583         (gnus-insert-mime-button): Show hierarchy numbers.
9584         (gnus-mime-accumulate-hierarchy): New function.
9585         (gnus-mime-enter-multipart): New function.
9586         (gnus-mime-leave-multipart): New function.
9587         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9588         (gnus-mime-display-alternative): Show hierarchy numbers.
9589
9590         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9591         gnus-article-mime-hierarchy-next to nil.
9592
9593 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9594
9595         * dns.el: Don't require gnus-xmas.
9596
9597 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9598
9599         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9600         inline PGP.
9601         (mml-menu): Disable mml-quote-region if mark is inactive.
9602
9603 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9606         when the group's active is not available.
9607
9608 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9609
9610         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9611         error.
9612
9613 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * imap.el (imap-store-password): New variable.
9616         (imap-interactive-login): Use it.
9617         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9618
9619 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9622         window-start and hscroll to summary window.
9623
9624 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9625
9626         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9627         conversion message to newsrc-dribble when an actual conversion is
9628         performed.
9629
9630 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9631
9632         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9633
9634 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * mm-decode.el (mm-complicated-handles): New function reviving
9637         former definition of mm-multiple-handles.
9638
9639         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9640         (gnus-mime-delete-part): Use it.
9641
9642 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9643
9644         * gnus-agent.el (gnus-agent-read-local): Bind
9645         nnheader-file-coding-system to gnus-agent-file-coding-system to
9646         avoid the implicit assumption that they will always be equal.
9647         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9648         coding-system-for-write, as the with-temp-file macro first prints
9649         to a buffer then saves the buffer.
9650
9651 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * gnus-art.el (gnus-article-edit-part): New function.
9654         (gnus-mime-save-part-and-strip): Use it; do query instead of
9655         signaling an error; don't use mm-multiple-handles.
9656         (gnus-mime-delete-part): Ditto.
9657
9658 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9659
9660         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9661         old file versions.
9662         (gnus-group-prepare-hook): Removed function that converted list
9663         form of gnus-agent-expire-days to group properties.
9664
9665         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9666         (gnus-request-accept-article): Re-indented.
9667
9668         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9669         converters to handle old agent file formats.  Added logic for a
9670         "backup before upgrading warning".
9671         (gnus-convert-mark-converter-prompt): Developers can mark
9672         functions as needing (default), or not needing,
9673         gnus-convert-old-newsrc's "backup before upgrading warning".
9674         (gnus-convert-converter-needs-prompt): Tests whether the user
9675         should be protected from potentially irreversable changes by the
9676         function.
9677
9678         * legacy-gnus-agent.el (): New. Provides converters that are only
9679         loaded when gnus-convert-old-newsrc needs to call them.
9680
9681 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * mail-source.el (mail-source-touch-pop): Doc fix.
9684
9685         * message.el (message-smtpmail-send-it): Doc fix.
9686
9687 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9688
9689         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9690
9691         * nnmail.el (nnmail-split-fancy): do.
9692
9693         * gnus-kill.el (gnus-kill, gnus-execute): do.
9694
9695 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9696
9697         * gnus-sum.el (gnus-widget-reversible-match)
9698         (gnus-widget-reversible-to-internal)
9699         (gnus-widget-reversible-to-external): New functions.
9700         (gnus-widget-reversible): New widget.
9701         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9702
9703 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9704
9705         * gnus-sum.el (gnus-thread-sort-functions)
9706         (gnus-article-sort-functions): Document `(not F)' items.
9707
9708 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9709
9710         * spam.el (spam-use-gmane-xref): Add new backend.
9711         (spam-gmane-xref-spam-group): Add variable to control the name of the
9712         Gmane spam group.
9713         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9714         (spam-regex-headers-spam, spam-regex-headers-ham)
9715         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9716         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9717         backends and checks.
9718         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9719
9720         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9721         an autodetect method.
9722
9723 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9724
9725         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9726         articles are being added to a group.
9727         (gnus-request-replace-article): Inform the agent that articles
9728         need to be uncached as the cached contents are no longer valid.
9729
9730 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * binhex.el: Don't autoload executable-find.
9733
9734         * canlock.el: Don't autoload mail-fetch-field.
9735
9736         * dgnushack.el: Autoload c-mode for XEmacs.
9737
9738         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9739
9740         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9741         rmail-dont-reply-to and rmail-output.
9742
9743         * gnus-score.el: Don't autoload ffap-string-at-point.
9744
9745         * gnus-setup.el: Don't autoload sc-cite-original.
9746
9747         * imap.el: Don't autoload base64-decode-string,
9748         base64-encode-string and md5.
9749
9750         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9751         and rmail-msg-restore-non-pruned-header.
9752
9753         * mm-decode.el: Don't autoload executable-find.
9754
9755         * mm-url.el: Don't autoload executable-find.
9756
9757         * mm-view.el: Don't autoload diff-mode.
9758
9759         * nndb.el: Don't autoload news-reply-mode, news-setup,
9760         cancel-timer and telnet.
9761
9762         * password.el: Don't autoload run-at-time for Emacs.
9763
9764         * sha1-el.el: Don't autoload executable-find.
9765
9766         * sieve-mode.el: Don't autoload c-mode.
9767
9768         * uudecode.el: Don't autoload executable-find.
9769
9770 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9771
9772         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9773         (gnus-agent-possibly-alter-active): Avoid null in numeric
9774         comparison.
9775         (gnus-agent-set-local): Refuse to save null in local object table.
9776         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9777         list of articles that will be marked as unread.
9778
9779 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9782
9783 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9784
9785         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9786         language tags.
9787
9788 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9789
9790         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9791         Don't bind "obarray".
9792
9793         * gnus-sum.el (gnus-thread-sort-functions): Added
9794         `gnus-thread-sort-by-most-recent-number' and
9795         `gnus-thread-sort-by-most-recent-date'.
9796         Reported by Kai Grossjohann <kai@emptydomain.de>.
9797
9798 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9801
9802 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9803
9804         * gnus-cus.el (gnus-agent-customize-category): Removed
9805         ignore-errors macro reference that required cl to be loaded at
9806         run-time.
9807
9808         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9809         single-interval range of the form (min . max).  Previously the
9810         range had to look like ((min . max)).  Likewise, return
9811         (min . max) rather than ((min . max)).
9812         (gnus-range-map): Use gnus-range-normalize to accept
9813         single-interval range.
9814
9815         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9816         the cache, but not the agent, now appear with their usual face.
9817
9818         * dgnushack.el (loaddir): New variable that is bound to the
9819         directory containing the dgnushack.el file. Use loaddir, rather
9820         than srcdir, to update load-path. Change lets dgnushack compile
9821         code in directories other than GNUS/lisp.
9822
9823 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * lpath.el: Don't bind w3m-safe-url-regexp.
9826
9827         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9828         w3m-safe-url-regexp variable buffer-local.
9829
9830         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9831
9832 2004-02-27  Simon Josefsson  <jas@extundo.com>
9833
9834         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9835         gnus-group-real-prefix.
9836         (gnus-summary-move-article): Use it, instead of
9837         gnus-group-real-prefix.
9838
9839 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * lpath.el: Bind w3m-safe-url-regexp.
9842
9843         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9844         w3m-safe-url-regexp variable buffer-local and set it as the value
9845         of mm-w3m-safe-url-regexp.
9846
9847         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9848
9849         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9850         parsing gnus-posting-styles when the message is not for replying.
9851
9852         * dgnushack.el: Autoload sgml-mode for XEmacs.
9853
9854         * nnrss.el (nnrss-opml-export): Use
9855         mm-set-buffer-file-coding-system instead of
9856         set-buffer-file-coding-system.
9857
9858 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9859
9860         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9861         of checkdoc.el).
9862         * nnrss.el: do.
9863         * gnus-mlspl.el: do.
9864         * gnus-ml.el: do.
9865         * gnus-srvr.el: do.
9866
9867         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9868
9869 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9870
9871         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9872         Corrections to custom-manual links.
9873
9874         * gnus-art.el (gnus-article): Ditto.
9875
9876         * mm-decode.el (mime-display, mime-security): Ditto.
9877
9878 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9879
9880         * flow-fill.el: Typo.
9881
9882 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9883
9884         * spam-wash.el: New file.
9885
9886 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9887
9888         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9889
9890 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9891
9892         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9893         to be run with new-articles as LIST1, not LIST2.
9894         (spam-registration-functions): Add spam-use-ham-copy as a nil
9895         registration backend.
9896
9897 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9898
9899         * spam-stat.el (spam-stat-washing-hook): New option.
9900         (spam-stat-buffer-words): Use it.
9901         (spam-stat-process-directory, spam-stat-test-directory): Use
9902         insert-file-contents-literally.
9903         (spam-stat-coding-system): New variable.
9904         (spam-stat-load, spam-stat-save): Use it.
9905
9906 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * spam-report.el (spam-report-plug-agent): Quote
9909         spam-report-url-to-file and spam-report-url-ping-plain.
9910
9911 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9912
9913         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9914         / in mailto URLs.
9915
9916 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9917
9918         * spam-report.el (spam-report-process-queue): Fix interactive use.
9919         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9920         (spam-report-unplug-agent): Doc fixes.
9921         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9922         (spam-report-agentize, spam-report-deagentize): Autoload
9923
9924 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9927
9928         * message.el (message-setup-fill-variables): Add mml tags to
9929         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9930         <ajk@iu.edu>.
9931         (message-mode): Don't modify paragraph-separate there.
9932
9933 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * compface.el (uncompface-use-external): Default to undecided.
9936         (uncompface-use-external-threshold): New variable.
9937         (uncompface-float-time): New macro.
9938         (uncompface): Determine whether to use the external decoder if
9939         uncompface-use-external is undecided.
9940
9941 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9942
9943         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9944         after images.
9945
9946         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9947
9948 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9949
9950         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9951
9952         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9953
9954         * gnus-sum.el (gnus-summary-limit-to-age)
9955         (gnus-summary-limit-children): do.
9956
9957         * gnus-int.el (gnus-request-scan): do.
9958
9959         * gnus-group.el (gnus-group-suspend): do.
9960
9961         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9962
9963         * gnus-cite.el (gnus-cite-parse-attributions): do.
9964
9965         * gnus-agent.el (gnus-summary-set-agent-mark)
9966         (gnus-agent-regenerate-group): do.
9967
9968         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9969
9970         * binhex.el (binhex-decode-region-internal): do.
9971
9972 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * gnus-fun.el (gnus-face-properties-alist): New user option.
9975         (gnus-display-x-face-in-from): Use it.
9976
9977         * gnus-art.el (article-display-face): Ditto.
9978
9979         * compface.el (uncompface-use-external): Default to nil.
9980
9981 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9982
9983         * nntp.el (nntp-erase-buffer): New function.
9984         (nntp-retrieve-data, nntp-send-command)
9985         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9986         (nntp-possibly-change-group): Use it.
9987
9988         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9989         with-current-buffer.
9990
9991 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9992
9993         * compface.el: Merge the ELisp-based uncompface program.
9994         (compface): New customization group.
9995         (uncompface-use-external): New user option.
9996         (uncompface): Call uncompface-internal if uncompface-use-external
9997         is nil.
9998         (uncompface-internal): New function.  Note that there are also
9999         some other functions and variables added for this function.
10000
10001 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10002
10003         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10004         if necessary.
10005
10006 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10007
10008         * spam-report.el (spam-report-unplug-agent)
10009         (spam-report-plug-agent, spam-report-deagentize)
10010         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10011         Add support for the Agent in spam-report: when unplugged, report to a
10012         file; when plugged, submit all the requests.
10013
10014         * spam.el (spam-register-routine): Fix message about
10015         registration.
10016
10017 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10018
10019         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10020         dependencies.
10021         (rfc2047-encode): Use it.
10022
10023         * gnus-art.el (gnus-button-marker-list): Move before first
10024         reference.
10025
10026         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10027         (imap-parse-body): Fix format string mismatch.
10028
10029         * gnus-score.el (gnus-summary-increase-score): do.
10030
10031         * nnrss.el (nnrss-close): New function.
10032
10033 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10034
10035         * nnrss.el (nnrss-make-filename): New function.
10036         (nnrss-request-delete-group, nnrss-read-server-data)
10037         (nnrss-save-server-data, nnrss-read-group-data)
10038         (nnrss-save-group-data): Use it.
10039         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10040         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10041         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10042
10043 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10044
10045         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10046
10047 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10048
10049         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10050         files.
10051
10052         * message.el (message-generate-headers-first): Don't quote nil
10053         and t in docstrings.
10054
10055         * imap.el (imap-id): do.
10056
10057         * gnus-agent.el (gnus-agent-consider-all-articles)
10058         (gnus-agent-queue-mail): do.
10059
10060 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10061
10062         * spam-report.el (spam-report-process-queue): New function.
10063         Process requests from `spam-report-requests-file'.
10064         (spam-report-process-queue): Doc fix.
10065
10066 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10067
10068         * spam.el (spam-register-routine)
10069         (spam-log-processing-to-registry, spam-log-registered-p)
10070         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10071         Change "check" to "spam-check" for semi-clarity.
10072
10073 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10074
10075         * pop3.el: Require nnheader.
10076
10077         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10078
10079         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10080
10081         * gnus-picon.el: Require cl.
10082
10083         * gnus-fun.el: Require gnus-ems and gnus-util.
10084
10085         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10086
10087         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10088
10089         * gnus-art.el (gnus-article-edit-mode): Define before first
10090         reference.
10091
10092 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10093
10094         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10095         (gnus-uu-post-encoded): Use point-at-bol.
10096
10097         * gnus-topic.el (gnus-group-active-topic-p): do.
10098
10099         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10100
10101         * gnus-group.el (gnus-group-kill-region): do.
10102
10103         * gnus-art.el (article-date-ut): do.
10104
10105         * message.el (message-fetch-field): Remove redundant
10106         case-fold-search binding.
10107         (message-narrow-to-field): Simplify.
10108
10109 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10110
10111         * spam.el (spam-directory): Derive from `gnus-directory'.
10112
10113         * spam-report.el (spam-report-url-to-file)
10114         (spam-report-requests-file): New function and variable for offline
10115         reporting.
10116         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10117         and user defined function.
10118         (spam-report-url-ping-mm-url): Remove doubled slash.
10119
10120 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10121
10122         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10123
10124 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10125
10126         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10127         format string mismatch.
10128
10129         * sieve.el (sieve-deactivate-all): do.
10130
10131         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10132
10133         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10134
10135         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10136
10137         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10138
10139 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10140
10141         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10142         the list of checks.
10143
10144 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10145
10146         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10147         padding.
10148
10149 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10150
10151         * mm-view.el (mm-fill-flowed): New variable.
10152         (mm-inline-text): Use it.
10153
10154 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10155
10156         * spam.el (spam-spamassassin-register-ham-routine)
10157         (spam-spamassassin-register-spam-routine): Fix function names.
10158
10159 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * gnus.el (gnus-tmp-grouplens): Remove.
10162         (gnus-summary-line-format): Remove grouplens.
10163
10164         * gnus-group.el (gnus-group-line-format): Ditto.
10165
10166         * gnus-spec.el (gnus-format-specs): Ditto.
10167         (gnus-update-format-specifications): Flush the group format spec
10168         cache if there's the grouplens stuff.
10169         (gnus-parse-simple-format): Replace %l with the empty string.
10170
10171 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10172
10173         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10174         omission.
10175
10176 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10179         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10180
10181 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10182
10183         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10184         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10185         New macros and functions.
10186         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10187         Handle > NLINK_MAX messages.
10188         * nnmaildir.el (nnmaildir-request-set-mark): Use
10189         nnmaildir--emlink-p and nnmaildir--eexist-p.
10190
10191 2004-01-25  Alex Schroeder  <alex@gnu.org>
10192
10193         * spam-stat.el (spam-stat-process-directory-age): New option.
10194         (spam-stat-process-directory): Use it.
10195
10196 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10197
10198         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10199         (spam-stat-save): Accept prefix argument.
10200
10201 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10202
10203         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10204         links" error.
10205
10206 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10209         the rest of the and/or forms.
10210
10211 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10212
10213         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10214         compatibility with old .newsrc.eld files.
10215
10216         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10217
10218         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10219
10220         * gnus-start.el (gnus-1): do.
10221
10222         * gnus-group.el (gnus-group-line-format-alist): do.
10223
10224         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10225
10226         * gnus-gl.el: Remove.
10227
10228 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10229
10230         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10231         marks consisting of a single range {for example, (3 . 5)} rather
10232         than a list of a single range { ((3 . 5)) }.
10233
10234 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10235
10236         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10237         with-current-buffer.
10238         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10239         avoid consing a string.
10240
10241         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10242         Remove obsolete entries for big5 and gb2312.
10243
10244 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10245
10246         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10247         uncompressed list.
10248
10249 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10250
10251         * spam-stat.el (spam-stat-strip-xref): New function.
10252         (spam-stat-process-directory): Use it.
10253
10254         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10255         here -- it's done in message-fetch-field.
10256
10257 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10258
10259         * gnus-agent.el (gnus-agent-queue-mail,
10260         gnus-agent-prompt-send-queue): New variables.
10261         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10262         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10263         "nndraft:queue" along to gnus-draft-send.  Use
10264         gnus-agent-prompt-send-queue.
10265         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10266         is "nndraft:queue".  Suggested by Gaute Strokkenes
10267         <gs234@srcf.ucam.org>
10268
10269         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10270         (agent-enable-undownloaded-faces): Added
10271         (gnus-agent-cat-groups): Use eval-and-compile, not
10272         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10273         method of gnus-agent-cat-groups even when the buffer has been
10274         evaled.
10275         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10276         delete gnus-agent-save-active-1.
10277         (gnus-agent-save-groups): Deleted. Identical to
10278         gnus-agent-save-active.
10279         (gnus-agent-write-active): No longer adjust agent's copy of active
10280         file as agent's adjustments are now stored in their own
10281         file. Removed optional parameter.
10282         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10283         servers.  Add use of min/max range limits from server's local
10284         file.
10285         (gnus-agent-save-alist): Removed unused optional argument.
10286         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10287         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10288         (gnus-agent-set-local): A per-server file that keeps min/max range
10289         limits for articles known to the agent.  Provides a fast mechanism
10290         for altering many active ranges.
10291         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10292         active file (local makes it unnecessary).
10293         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10294
10295         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10296         (agent-enable-undownloaded-faces): Added
10297
10298         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10299         disable it when sending to "nndraft:queue".
10300         (gnus-group-send-queue): Add safety check to avoid sending queue
10301         when unplugged.
10302
10303         * gnus-group.el (gnus-group-catchup): Use new
10304         gnus-sequence-of-unread-articles, not
10305         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10306         numbers of articles.  Use gnus-range-map to avoid having to
10307         uncompress the unread list.
10308         (gnus-group-archive-directory,
10309         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10310         reference.
10311
10312         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10313         (gnus-sorted-range-intersection): Intersection of two ranges
10314         without requiring that they first be uncompressed.
10315
10316         * gnus-start.el (gnus-activate-group): Unless blocked by the
10317         caller, possibly expand the active range to include both cached
10318         and agentized articles.
10319         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10320         multiple version-dependent converters.
10321         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10322         gnus-agent-save-active.
10323         (gnus-save-newsrc-file): Save dirty agent range limits.
10324
10325         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10326         gnus-agent-possibly-alter-active.
10327         (gnus-adjust-marked-articles): Faster handling of simple lists
10328
10329 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10330
10331         * spam-stat.el (spam-stat-test-directory): New optional argument
10332         displays a list of files detected.  Suggested by Andrew Cohen
10333         <cohen@andy.bu.edu>.
10334         (spam-stat-buffer-words-with-scores): Don't narrow and change
10335         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10336
10337 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10338
10339         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10340         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10341         (spam-spamassassin-arguments)
10342         (spam-spamassassin-spam-flag-header)
10343         (spam-spamassassin-positive-spam-flag-header)
10344         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10345         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10346         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10347         (spam-list-of-processors, spam-list-of-checks)
10348         (spam-list-of-statistical-checks, spam-registration-functions)
10349         (spam-check-spamassassin-headers, spam-check-spamassassin)
10350         (spam-spamassassin-score)
10351         (spam-spamassassin-register-with-sa-learn)
10352         (spam-spamassassin-register-spam-routine)
10353         (spam-spamassassin-register-ham-routine)
10354         (spam-assassin-register-spam-routine)
10355         (spam-assassin-register-ham-routine): add SpamAssassin support
10356         (spam-bogofilter-score): fix to show article before scoring
10357
10358 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10359
10360         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10361         default scoring function.
10362         (spam-generic-score): Call spam-spamassassin-score if
10363         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10364         spam-bogofilter-score otherwise.
10365
10366         * gnus.el (spam-process, spam-autodetect-methods): Add
10367         spamassassin and spamassassin-headers.
10368
10369 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10370
10371         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10372         Suppress unnecessary messages.
10373
10374 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10375
10376         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10377         make-hash-table.
10378
10379 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * canlock.el (base64-encode-string): Don't autoload it.
10382
10383 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * run-at-time.el: Remove useless (require 'itimer),
10386         eval-and-compile and (featurep 'xemacs).
10387
10388 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10389
10390         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10391         GROUP is a virtual group.
10392
10393 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10394
10395         * gnus.el: Autoload `message-y-or-n-p'.
10396
10397 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10398
10399         * pgg-parse.el: Remove unnecessary (require 'custom).
10400
10401         * pgg-def.el: do.
10402
10403         * nnmail.el: do.
10404
10405         * gnus-undo.el: do.
10406
10407         * gnus-picon.el: do.
10408
10409         * gnus-util.el: do.
10410
10411 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10412
10413         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10414
10415 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10418         handle, as well as a list.
10419
10420         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10421         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10422         (mm-w3m-cid-retrieve): Simplify.
10423
10424 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10425
10426         * message.el (message-kill-to-signature): Allow prefix arg to
10427         specify number of lines to keep before signature.
10428
10429 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10430
10431         (message-kill-to-signature): Change docstring.
10432
10433 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * canlock.el: Always require sha1-el.
10436         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10437
10438         * message.el: Autoload sha1 only when compiling.
10439
10440         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10441         eudc-expand-inline for XEmacs.
10442
10443 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * message.el (message-canlock-generate): Require sha1-el.
10446
10447 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10448
10449         * message.el (message-expand-name): Silence the byte compiler.
10450
10451         * lpath.el: Add detect-coding-system.
10452
10453         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10454         cus-edit.
10455
10456 2004-01-13  Simon Josefsson  <jas@extundo.com>
10457
10458         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10459         Invoke gnus-score-mode.  Reported by
10460         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10461
10462         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10463         Jim Blandy <jimb@redhat.com> (tiny change).
10464
10465 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10466
10467         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10468
10469 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10470
10471         * spam.el (spam-get-article-as-string): Update to use
10472         gnus-request-article-this-buffer, much simpler.
10473         (spam-get-article-as-buffer): Remove.
10474
10475 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10476
10477         * message.el (message-expand-name): Use EUDC if the user uses
10478         that.
10479
10480 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10481
10482         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10483         character for the encoding to avoid consing a string.
10484
10485         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10486         unnecessarily.
10487
10488         * mm-util.el (mm-replace-chars-in-string): Remove.
10489
10490         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10491         of mm-replace-chars-in-string.
10492
10493 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10494
10495         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10496         strings.
10497
10498         * mm-util.el (mm-subst-char-in-string): Support inplace.
10499
10500         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10501         a new string in every iteration.  Use shy groups.
10502
10503 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10504
10505         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10506         (gnus-group-change-level, gnus-kill-newsgroup)
10507         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10508         (gnus-get-unread-articles, gnus-make-articles-unread)
10509         (gnus-make-ascending-articles-unread): Use accessor
10510         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10511         to get group information for improved readability.
10512
10513         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10514
10515         * gnus-soup.el (gnus-soup-group-brew): do.
10516
10517         * gnus-msg.el (gnus-put-message): do.
10518
10519         * gnus-move.el (gnus-group-move-group-to-server): do.
10520
10521         * gnus-kill.el (gnus-batch-score): do.
10522
10523         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10524         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10525         (gnus-group-update-group, gnus-group-read-group)
10526         (gnus-group-make-group, gnus-group-make-help-group)
10527         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10528         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10529         (gnus-group-sort-by-unread, gnus-group-catchup)
10530         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10531         (gnus-group-yank-group, gnus-group-set-info)
10532         (gnus-group-list-groups): do.
10533
10534         * gnus.el (gnus-generate-new-group-name): do.
10535
10536         * gnus-delay.el (gnus-delay-send-queue): do.
10537
10538         * nnvirtual.el (nnvirtual-catchup-group): do.
10539
10540         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10541         do.
10542
10543         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10544         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10545
10546         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10547         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10548         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10549         (gnus-group-make-articles-read): do.
10550
10551 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10552
10553         * gnus-art.el (article-decode-mime-words, article-babel)
10554         (gnus-article-highlight-signature, gnus-article-add-buttons)
10555         (gnus-signature-toggle): Use gnus-with-article-buffer.
10556
10557         * gnus-art.el (gnus-article-highlight-headers)
10558         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10559
10560         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10561         (gnus-article-set-globals, gnus-request-article-this-buffer)
10562         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10563         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10564         (gnus-mime-display-alternative): Use with-current-buffer.
10565
10566 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10567
10568         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10569         also under 80 char limit, and call gnus-error if needed.
10570         (spam-fetch-article-header): Fix - it was a
10571         buffer-local variable (gnus-newsgroup-data).
10572         (spam-find-spam): Use spam-generate-fake-headers, forget about
10573         spam-insert-fake-headers.
10574         (spam-insert-fake-headers): Remove.
10575
10576 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10577
10578         * deuglify.el (gnus-article-outlook-unwrap-lines)
10579         (gnus-outlook-rearrange-article)
10580         (gnus-outlook-repair-attribution-outlook)
10581         (gnus-outlook-repair-attribution-block)
10582         (gnus-outlook-repair-attribution-other): Remove redundant
10583         save-excursion.
10584
10585 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10586
10587         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10588         (spam-fetch-field-subject-fast)
10589         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10590         (spam-fetch-article-header): Add functions to deal with Gnus
10591         internals for fast retrieval of article header data.
10592         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10593
10594 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10595
10596         * pop3.el (pop3-md5): Remove.
10597         (pop3-apop): Replace pop3-md5 with md5.
10598
10599         * mm-bodies.el: base64 is always built-in.
10600
10601         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10602         with-current-buffer.
10603
10604 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * canlock.el (canlock-insert-header): Remove excessive grouping in
10607         regexp.
10608
10609         * gnus-sum.el (gnus-summary-read-document): Ditto.
10610
10611         * gnus-uu.el (gnus-uu-part-number): Ditto.
10612
10613         * html2text.el (html2text-remove-tags): Ditto.
10614         (html2text-format-tags): Ditto.
10615         (html2text-format-single-elements): Ditto.
10616
10617         * mml.el (mml-parse-1): Ditto.
10618
10619 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10620
10621         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10622
10623         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10624
10625         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10626
10627         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10628
10629 2003-11-15  Simon Josefsson  <jas@extundo.com>
10630
10631         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10632         (pgg-gpg-lookup-key): Use regexp match instead of
10633         split-string (split-string is different between emacs 21.2 and
10634         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10635
10636 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10637
10638         * gnus-art.el (gnus-mime-view-all-parts)
10639         (gnus-article-part-wrapper, gnus-article-view-part): Use
10640         with-current-buffer.
10641
10642 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10643
10644         * spam.el (spam-disable-spam-split-during-ham-respool)
10645         (spam-spamoracle-database, spam-cache-lookups)
10646         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10647         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10648         (spam-group-ham-marks, spam-group-spam-marks)
10649         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10650         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10651         also add spam-use-blackholes to the statistical checks.
10652         (spam-fetch-field-fast): Add interface to fetching fields, may
10653         become a macro.
10654         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10655         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10656         (spam-insert-fake-headers): Fake an article when needed.
10657         (spam-find-spam): Fake article when possible.
10658         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10659         (spam-check-bogofilter-headers): Use message-fetch-field instead
10660         of nnmail-fetch-field.
10661
10662 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10663
10664         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10665
10666 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10667
10668         * spam.el (spam-split): Do not require spam-use-CHECK to be
10669         enabled if that check is passed to spam-split explicitly; also
10670         fix so 'spam doesn't get converted to spam-split-group when
10671         spam-split-symbolic-return is t.
10672         (spam-find-spam): Find registrations of the article and use those
10673         instead of re-running spam-split to find the spam/ham
10674         classification of the article.
10675         (spam-log-processing-to-registry, spam-log-registered-p)
10676         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10677         Use gnus-error instead of gnus-message.
10678         (spam-log-registration-type): Add function to determine the
10679         classification of a message based on registry entries; will
10680         return nil if both 'spam and 'ham are found.
10681         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10682         a reasonably fast local cache without the loading errors.
10683         (spam-cache-lookups): Set to t by default.
10684         (spam-find-spam): Don't try to guess spam-cache-lookups.
10685         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10686         spam-caches entry.
10687         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10688         caching of whitelist/blacklist entries.
10689         (spam-check-whitelist, spam-check-blacklist): Invoke
10690         spam-from-listed-p with a type, not a cache variable.
10691         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10692
10693 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10694
10695         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10696
10697         * nnmail.el (nnmail-split-fancy): do.
10698
10699         * mml.el (mml-parse): do.
10700
10701         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10702         (gnus-score-adaptive): do.
10703
10704 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10707         (gnus-mime-button-map): Don't set keymap parent.
10708         (gnus-button-ctan-directory-regexp): Use shy grouping.
10709         (gnus-prev-page-map): Don't set keymap parent.
10710         (gnus-prev-page-map): Remove duplicated one.
10711         (gnus-next-page-map): Don't set keymap parent.
10712         (gnus-mime-security-button-map): Ditto.
10713
10714         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10715         version number.
10716
10717         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10718
10719 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10720
10721         * canlock.el (canlock-sha1-function): Remove.
10722         (canlock-sha1-function-for-verify): Remove.
10723         (canlock-openssl-program): Remove.
10724         (canlock-openssl-args): Remove.
10725         (canlock-ignore-errors): Remove.
10726         (canlock-sha1-with-openssl): Remove.
10727         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10728         (canlock-verify): Don't use canlock-ignore-errors.
10729
10730         * sha1-el.el (sha1-string-external): Make it can return a string
10731         in binary form.
10732         (sha1-region-external): Ditto.
10733         (sha1-string-internal): Ditto.
10734         (sha1-region-internal): Ditto.
10735         (sha1-region): Ditto.
10736         (sha1-string): Ditto.
10737         (sha1): Ditto.
10738
10739 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10740
10741         * spam.el (spam-report-articles-gmane): New command.
10742
10743 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10746
10747         * run-at-time.el (run-at-time-saved): Remove.
10748         (run-at-time): Doc fix.
10749
10750 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10751
10752         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10753         (gnus-summary-limit-map): Add it.
10754         (gnus-summary-make-menu-bar): do.
10755
10756 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10757
10758         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10759         Make attempt at some caching support (done for BBDB only now).
10760         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10761         addresses to be checked.
10762         (spam-clear-cache-BBDB): Add function, to be invoked by
10763         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10764         (spam-check-BBDB): Check and use the caches, if
10765         spam-cache-lookups is on, remove superfluous (provide).
10766
10767 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10768
10769         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10770
10771 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10772
10773         * run-at-time.el (run-at-time-saved): Move to after the definition
10774         of `run-at-time'.
10775
10776         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10777
10778 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10781         mm-w3m-local-map-property.
10782
10783         * mm-view.el (mm-w3m-mode-map): Remove.
10784         (mm-w3m-local-map-property): Remove.
10785         (mm-inline-text-html-render-with-w3m): Don't use
10786         mm-w3m-local-map-property.
10787
10788 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10789
10790         * run-at-time.el: New file.
10791
10792         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10793         under Emacs.
10794
10795         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10796         of gnus-set-text-properties.
10797
10798         * gnus-uu.el (gnus-uu-save-article): Ditto.
10799
10800         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10801
10802         * gnus-cite.el (gnus-cite-parse): Ditto.
10803
10804         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10805         of gnus-.
10806
10807         * gnus-xmas.el (run-at-time): Require run-at-time.
10808
10809         * gnus.el: Changed calls to nnheader-run-at-time and
10810         password-run-at-time throughout to use run-at-time directly.
10811
10812         * password.el: Removed definition of run-at-time.
10813
10814         * nnheaderxm.el: Remove definition of run-at-time.
10815
10816 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10817
10818         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10819         in prompt.
10820
10821 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10822
10823         * messagexmas.el (message-xmas-redefine): Alias
10824         `message-make-caesar-translation-table' to
10825         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10826         version.
10827
10828         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10829         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10830         `gnus-xmas-set-text-properties'.
10831         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10832         `gnus-xmas-completing-read'.
10833         (gnus-xmas-completing-read): Removed.
10834         (gnus-xmas-open-network-stream): Removed.
10835
10836         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10837         XEmacs version.
10838
10839         * dns.el (dns-make-network-process): Use `open-network-stream'
10840         instead of `gnus-xmas-open-network-stream'.
10841
10842         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10843
10844         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10845
10846 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10847
10848         * gnus-art.el (gnus-mime-display-alternative)
10849         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10850         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10851         Don't use gnus-local-map-property.
10852
10853         * gnus-util.el (gnus-local-map-property): Remove.
10854
10855         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10856         gnus-completing-read-maybe-default with completing-read.
10857
10858         * gnus-util.el (gnus-completing-read): do.
10859         (gnus-completing-read-maybe-default): Remove.
10860
10861 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10862
10863         * password.el: Only autoload `run-at-time' if not XEmacs.
10864         Only autoload the itimer functions if XEmacs.
10865
10866 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10869         XEmacsen.
10870
10871         * dgnushack.el: Autoload executable-find for XEmacs.
10872
10873 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10874
10875         * gnus-art.el (gnus-read-string): Remove.
10876         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10877         read-string.
10878
10879 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10880
10881         * netrc.el: Autoload password-read.
10882         (netrc): Add configuration group.
10883         (netrc-encoding-method, netrc-openssl-path): Add
10884         variables for encoding and decoding of files with symmetric
10885         ciphers.
10886         (netrc-encode): Add assistant function to encode a file with
10887         netrc-encoding-method.
10888         (netrc-parse): Add interactive parameter, added optional
10889         decoding if netrc-encoding-method is non-nil but otherwise
10890         behavior is standard.
10891         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10892         Do s/encode/encrypt/ everywhere.
10893
10894         * spam.el: Remove executable-find autoload.
10895
10896 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10897
10898         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10899
10900         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10901
10902 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * gnus-art.el (gnus-treat-ansi-sequences,
10905         article-treat-ansi-sequences): New variable and function.
10906         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10907
10908         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10909         Use it.
10910
10911 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10912
10913         * mm-util.el (mm-quote-arg): Remove.
10914
10915         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10916         shell-quote-argument.
10917
10918         * gnus-uu.el (gnus-uu-command): do.
10919
10920         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10921
10922         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10923         with make-char.
10924
10925         * mm-util.el (mm-make-char): Remove.
10926
10927         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10928         add-minor-mode.
10929
10930         * gnus-undo.el (gnus-undo-mode): do.
10931
10932         * gnus-topic.el (gnus-topic-mode): do.
10933
10934         * gnus-sum.el (gnus-dead-summary-mode): do.
10935
10936         * gnus-start.el (gnus-slave-mode): do.
10937
10938         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10939
10940         * gnus-ml.el (gnus-mailing-list-mode): do.
10941
10942         * gnus-gl.el (gnus-grouplens-mode): do.
10943
10944         * gnus-draft.el (gnus-draft-mode): do.
10945
10946         * gnus-dired.el (gnus-dired-mode): do.
10947
10948         * gnus-ems.el (gnus-add-minor-mode): Remove.
10949
10950         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10951         Replace gnus-char-width with char-width.
10952
10953         * gnus-ems.el (gnus-char-width): Remove.
10954
10955         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10956         Replace gnus-char-width with char-width.
10957
10958         * gnus-ems.el (gnus-char-width): Remove.
10959
10960         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10961         definition.
10962         Remove Emacs 20 hash table compatibility code.
10963
10964         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10965         20 compatibility code.
10966
10967         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10968
10969         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10970
10971         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10972         with point-at-{eol,bol}.
10973
10974         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10975
10976         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10977
10978         * flow-fill.el (fill-flowed-point-at-bol,
10979         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10980
10981         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10982         Replace with point-at-{eol,bol} throughout all files.
10983
10984 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * ntlm.el (ntlm-string-as-unibyte): New macro.
10987         (ntlm-build-auth-response): Use it.
10988
10989         Remove Emacs 20 stuff:
10990         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10991         (butlast, mapc, remove): Remove the compiler macros.
10992         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10993         of delq and copy-sequence.
10994         * gnus-art.el (popup-menu): Remove the compiler macro.
10995         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10996         Emacs 20.
10997
10998 2004-01-05  Simon Josefsson  <jas@extundo.com>
10999
11000         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11001         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11002         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11003         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11004         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11005         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11006         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11007         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11008         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11009         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11010         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11011         string-xor into ntlm-string-xor.  Suggested by
11012         Jesper Harder <harder@myrealbox.com>.
11013
11014         * ntlm.el: Don't include poem.
11015
11016         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11017         Jesper Harder <harder@myrealbox.com>.
11018
11019         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11020
11021         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11022         probably breaks emacs with DL patch, but do we care? Is anyone
11023         still using the DL stuff?)
11024
11025         * sieve-manage.el: Use the password package.
11026         (sieve-manage-read-passwd): Remove.
11027         (sieve-manage-interactive-login): Use password.  Re-add
11028         condition-case around loop.
11029
11030         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11031         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11032         the password package.
11033
11034 2003-02-19  Simon Josefsson  <jas@extundo.com>
11035
11036         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11037         token.
11038
11039 2002-08-07  Simon Josefsson  <jas@extundo.com>
11040
11041         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11042         (sieve-manage-authenticators):
11043         (sieve-manage-authenticator-alist): Add some SASL mechs.
11044         (sieve-sasl-auth): New function.
11045         (sieve-manage-cram-md5-auth):
11046         (sieve-manage-plain-auth): Rewrite using SASL library.
11047         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11048         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11049         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11050         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11051
11052 2004-01-05  Simon Josefsson  <jas@extundo.com>
11053
11054         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11055         New files.
11056
11057 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11058
11059         * gnus-group.el (gnus-no-groups-message): Update.
11060
11061         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11062
11063 2003-11-09  Simon Josefsson  <jas@extundo.com>
11064
11065         * imap.el: Support for ID IMAP extension (RFC 2971).
11066         (imap-local-variables): Add imap-id.
11067         (imap-id): New variable.
11068         (imap-id): New function.
11069         (imap-parse-response): Parse untagged ID response.
11070         * nnimap.el (nnimap-id): New variable.
11071         (nnimap-open-connection): Use it.
11072
11073 2003-12-28  Simon Josefsson  <jas@extundo.com>
11074
11075         * gnus-score.el (gnus-score-edit-all-score): New.
11076         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11077
11078 2004-01-04  Simon Josefsson  <jas@extundo.com>
11079
11080         * password.el: Add.
11081
11082 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11083
11084         * dns.el: Add support for AAAA records (see RFC 3596)
11085
11086         * Fix typo PRT -> PTR
11087
11088         * Parse MX, PTR and SOA replies (see RFC 1035)
11089
11090 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11091
11092         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11093
11094         * Moved to Changelog.2.
11095
11096 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11097
11098         * gnus.el (gnus-version-number): Bump version.
11099
11100 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11101
11102         * gnus.el: No Gnus v0.1 is released.
11103
11104 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11105
11106         * gnus.el: No Gnus v0.0 is released.
11107
11108 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11109
11110         * gnus.el (gnus-version-number): Bump.
11111         (gnus-version): No.
11112
11113 See ChangeLog.2 for earlier changes.
11114
11115     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11116
11117   This file is part of GNU Emacs.
11118
11119   GNU Emacs is free software; you can redistribute it and/or modify
11120   it under the terms of the GNU General Public License as published by
11121   the Free Software Foundation; either version 2, or (at your option)
11122   any later version.
11123
11124   GNU Emacs is distributed in the hope that it will be useful,
11125   but WITHOUT ANY WARRANTY; without even the implied warranty of
11126   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11127   GNU General Public License for more details.
11128
11129   You should have received a copy of the GNU General Public License
11130   along with GNU Emacs; see the file COPYING.  If not, write to the
11131   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11132   Boston, MA 02110-1301, USA.
11133
11134 ;; Local Variables:
11135 ;; coding: iso-2022-7bit
11136 ;; fill-column: 79
11137 ;; add-log-time-zone-rule: t
11138 ;; End:
11139
11140 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4