* gnus.el (gnus-maximum-newsgroup): New variable.
[gnus] / lisp / ChangeLog
1 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus.el (gnus-maximum-newsgroup): New variable.
4
5         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6         according to gnus-maximum-newsgroup.
7
8         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Limit
10         the range of articles according to gnus-maximum-newsgroup.
11
12 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13
14         * gnus-art.el (gnus-sticky-article): Fixed problems described in
15         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
16         Don't perform gnus-configure-windows here; reuse existing sticky
17         article buffer.
18
19         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
20         it doesn't exist in gnus-article-mode.
21
22 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23
24         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
25         (gnus-agent-decoded-group-name): New function.
26         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
27         (gnus-agent-expire-group-1): Use it; decode group name in messages.
28
29 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
30
31         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
32         Add binding for gnus-sticky-article.
33         (gnus-summary-exit): Don't kill sticky article buffers.
34
35         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
36         article buffer.
37         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
38         (gnus-kill-sticky-article-buffers): New commands.
39
40 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * nntp.el (nntp-xref-number-is-evil): New server variable.
43         (nntp-find-group-and-number): If it is non-nil, don't trust article
44         numbers in the Xref header.
45
46 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * gnus-agent.el (gnus-agent-read-group): New function.
49         (gnus-agent-flush-group, gnus-agent-expire-group)
50         (gnus-agent-regenerate-group): Use it.
51         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
52         nnmail-pathname-coding-system.
53
54 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
57
58         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
59         that are unread as unread, and also as selected so that information of
60         marks having been changed by a user may be updated when exiting group.
61
62 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * gnus-art.el (gnus-mime-display-single): Pass part number that is
65         calculated ignoring signature parts to gnus-treat-article.
66
67 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
70         a point here in order to keep the window start.
71         (gnus-insert-mime-security-button): Make a button overlay without the
72         front stickiness.
73         (gnus-mime-display-security): Goto the end of a button.
74
75         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
76
77 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
80         group-name-at-point.
81         (gnus-group-completing-read): New function that offers decoded
82         non-ASCII group names for completion.
83         (gnus-fetch-group, gnus-group-read-ephemeral-group)
84         (gnus-group-jump-to-group, gnus-group-make-group-simple)
85         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
86         (gnus-group-fetch-control): Use it.
87         (gnus-fetch-group): Use group-name-at-point for the initial value
88         rather than the default value; use gnus-alive-p.
89
90         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
91         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
92         (gnus-summary-post-news): Use gnus-group-completing-read.
93
94         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
95         (gnus-read-move-group-name): Decode group name for completion.
96
97 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
98
99         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
100         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
101         Yamaoka slightly modified the code).
102
103 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
106         (nnmail-split-incoming): Bind it.
107
108         * nnml.el (nnml-group-name-charset): New function.
109         (nnml-decoded-group-name): Use it; don't decode group name if
110         nnmail-group-names-not-encoded-p is non-nil.
111         (nnml-encoded-group-name): New function.
112         (nnml-group-pathname): Inline nnml-decoded-group-name.
113         (nnml-request-expire-articles): Decode group name in message.
114         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
115         nnmail-pathname-coding-system.
116         (nnml-save-mail, nnml-active-number): Work with decoded group names and
117         not decoded ones according to nnmail-group-names-not-encoded-p.
118         (nnml-generate-active-info): Use nnml-encoded-group-name.
119
120 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * gnus-sum.el (gnus-summary-move-article): Make
123         gnus-summary-respool-article work.
124
125 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
126
127         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
128         string.
129
130 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
131
132         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
133         that should be ignored when comparing distant RSS articles with local
134         ones.
135         (nnrss-make-hash-index): New function.  Create a hash index according
136         to the ignored fields.
137         (nnrss-check-group): Use it.
138
139 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
142
143         * gnus-art.el (article-decode-group-name): Decode Xref header too.
144
145         * gnus-group.el (gnus-group-make-group): Encode group name here unless
146         the new optional argument ENCODED is non-nil.
147         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
148         coding system for encoding group name.
149         (gnus-group-make-rss-group): Pass un-encoded group name to
150         gnus-group-make-group.
151         (gnus-group-set-info): Tell gnus-group-make-group that group name is
152         encoded.
153
154         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
155         Encode group name to which articles are moved or copied.
156         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
157         coding system for encoding Newsgroup, Followup-To and Xref headers.
158
159         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
160         marks; use nnheader-file-coding-system to write a file.
161         (nnagent-retrieve-headers): Bind file-name-coding-system to
162         nnmail-pathname-coding-system.
163
164         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
165
166         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
167         (nnml-request-article, nnml-request-create-group)
168         (nnml-request-rename-group, nnml-find-id)
169         (nnml-possibly-change-directory, nnml-possibly-create-directory)
170         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
171         (nnml-save-marks): Use nnml-group-pathname instead of
172         nnmail-group-pathname.
173
174         (nnml-request-create-group, nnml-request-expire-articles)
175         (nnml-request-move-article, nnml-request-delete-group)
176         (nnml-deletable-article-p, nnml-possibly-create-directory)
177         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
178         (nnml-open-marks): Bind file-name-coding-system to
179         nnmail-pathname-coding-system.
180
181         (nnml-request-article): Pass server argument to nnml-find-group-number.
182         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
183         server argument to nnml-possibly-create-directory.
184         (nnml-request-accept-article): Pass server argument to
185         nnml-active-number and nnml-save-mail.
186         (nnml-find-group-number): Pass server argument to nnml-find-id.
187         (nnml-request-update-info): Pass server argument to
188         nnml-marks-changed-p.
189
190         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
191         (nnml-save-mail, nnml-active-number): Add server argument.
192
193         (nnml-request-delete-group): Warn if group is missing.
194         (nnml-get-nov-buffer): Decode group name.
195         (nnml-generate-active-info): Encode group name.
196         (nnml-open-marks): Decode group name in messages.
197
198 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
201         if it is not specified.
202         (gnus-article-pipe-part, gnus-article-save-part)
203         (gnus-article-interactively-view-part, gnus-article-copy-part)
204         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
205         (gnus-article-inline-part, gnus-article-save-part-and-strip)
206         (gnus-article-replace-part, gnus-article-delete-part)
207         (gnus-article-view-part-as-type): Pass raw prefix argument to
208         gnus-article-part-wrapper.
209
210 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-agent.el (gnus-agent-save-active): Bind
213         nnheader-file-coding-system to gnus-agent-file-coding-system.
214
215         * gnus-cache.el (gnus-cache-save-buffers)
216         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
217         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
218         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
219         (gnus-cache-braid-nov, gnus-cache-braid-heads)
220         (gnus-cache-generate-active, gnus-cache-rename-group)
221         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
222         (gnus-cache-update-overview-total-fetched-for): Bind
223         file-name-coding-system to nnmail-pathname-coding-system.
224         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
225         variables.
226         (gnus-cache-decoded-group-name): New function.
227         (gnus-cache-file-name): Use it.
228         (gnus-cache-generate-active): Use non-decoded group name for active.
229
230         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
231         right place.
232         (gnus-write-active-file): Don't break non-ASCII group names.
233
234         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
235         nnmail-pathname-coding-system.
236
237         * lpath.el: Bind default-file-name-coding-system,
238         file-name-coding-system and language-info-alist for XEmacs.
239
240         * gnus-uu.el (gnus-uu-decode-save): Typo.
241
242 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
245
246 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
249         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
250         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
251         (gnus-agent-flush-group, gnus-agent-flush-cache)
252         (gnus-agent-fetch-headers, gnus-agent-load-alist)
253         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
254         (gnus-agent-retrieve-headers, gnus-agent-request-article)
255         (gnus-agent-regenerate-group)
256         (gnus-agent-update-files-total-fetched-for)
257         (gnus-agent-update-view-total-fetched-for): Bind
258         file-name-coding-system to nnmail-pathname-coding-system.
259         (gnus-agent-group-pathname): Don't encode file names by
260         nnmail-pathname-coding-system.
261         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
262         coding-system-for-write instead of buffer-file-coding-system to
263         gnus-agent-file-coding-system.
264
265         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
266         Decode group name.
267
268         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
269
270         * gnus-start.el (gnus-update-active-hashtb-from-killed)
271         (gnus-read-newsrc-el-file): Make group names unibyte.
272
273         * nnmail.el (nnmail-group-pathname): Don't encode file names by
274         nnmail-pathname-coding-system.
275
276         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
277         (nnrss-request-delete-group): Bind file-name-coding-system to
278         nnmail-pathname-coding-system.
279         (nnrss-read-server-data, nnrss-read-group-data): Bind
280         file-name-coding-system correctly.
281         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
282
283         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
284         (nntp-server-to-method-cache): New variable.
285         (nntp-group-pathname): New function that decodes non-ASCII group names.
286         (nntp-possibly-create-directory, nntp-marks-changed-p)
287         (nntp-save-marks, nntp-open-marks): Use it.
288         (nntp-possibly-create-directory, nntp-open-marks):
289         Bind file-name-coding-system to nnmail-pathname-coding-system.
290         (nntp-open-marks): Decode group names when bootstrapping marks.
291
292         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
293         Newsgroups and Folowup-To headers.
294
295 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
298         (gnus-server-closed-face, gnus-server-denied-face)
299         (gnus-server-offline-face): Remove variable.
300         (gnus-server-font-lock-keywords): Use faces that are not aliases.
301
302         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
303         of modifying message-stack directly for XEmacs.
304
305         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
306         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
307         if the coding-system argument is nil for XEmacs.
308
309         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
310         mm-charset-override-alist.
311
312         * rfc2047.el: Don't require base64; require rfc2045 for the function
313         rfc2045-encode-string.
314         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
315         to quote the parameter value.
316
317 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
320         form in gnus-group-name-charset-method-alist.
321
322         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
323         overrides the default layout edit-form.
324
325         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
326
327         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
328
329 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
332         as unfetched articles.
333
334 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
335
336         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
337
338 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
341         original back end that keeps marks in the local system.
342
343 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
344
345         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
346         arg of pop-to-buffer for XEmacs.
347         (gnus-article-read-summary-keys): Ditto; don't restore window
348         configuration if summary command ends up with neither article buffer
349         nor summary buffer; describe bindings if summary keys end with C-h.
350
351 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
352
353         * message.el (message-fix-before-sending): Skip raw message part to be
354         forwarded while checking illegible text.
355         (message-forward-make-body-mime, message-forward-make-body): Mark
356         signed or encrypted raw message as having no illegible text.
357
358 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
361         (gnus-message-with-timestamp-1): New macro.
362         (gnus-message-with-timestamp): New function.
363         (gnus-message): Use them.
364
365         * nnheader.el (nnheader-message): Use them.
366
367 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
368
369         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
370         .newsrc.eld file.
371
372 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
373
374         * gnus-agent.el (gnus-agent-fetch-headers)
375         (gnus-agent-retrieve-headers): Bind
376         gnus-decode-encoded-address-function to identity.
377
378         * nntp.el (nntp-send-xover-command): Recognize an xover command is
379         available also when the server returns simply a dot.
380
381         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
382
383 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
384
385         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
386
387 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * gnus-ems.el (gnus-x-splash): Make it work.
390
391         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
392         from being used.
393
394         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
395
396 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
399         4th and the 5th arguments.
400
401         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
402         the front stickiness.
403         (gnus-article-summary-command-nosave): Correct the order of the
404         arguments passed to pop-to-buffer.
405         (gnus-article-read-summary-keys): Ditto; make it work properly when the
406         summary command ends up with the article buffer.
407
408         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
409         the same faces.
410
411 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
412
413         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
414
415 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
416
417         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
418         * gnus-sum.el (gnus-summary-highlight):
419         * pgg.el (pgg-sign-region, pgg-sign):
420         * mail-source.el (mail-source-delete-old-incoming-confirm):
421         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
422
423 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus-art.el (gnus-mime-view-part-externally)
426         (gnus-mime-view-part-internally): Fix predicate function passed to
427         completing-read.
428
429         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
430
431         * gnus.el (gnus-update-message-archive-method): Add :version.
432
433 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * gnus.el (gnus-update-message-archive-method): New variable.
436
437         * gnus-start.el (gnus-setup-news): Update saved "archive" method
438         according to gnus-message-archive-method if
439         gnus-update-message-archive-method is non-nil.
440
441 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
444         by Loic Dachary <loic@dachary.org>.
445         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
446
447 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * message.el (message-pop-to-buffer): Add switch-function argument.
450         (message-mail): Pass switch-function argument to it.
451
452 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
453
454         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
455         Improve doc string.
456
457 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
460         (gnus-header-content)
461         * gnus-cite.el (gnus-cite-10)
462         * gnus-srvr.el (gnus-server-closed)
463         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
464         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
465         (gnus-group-mail-3-empty, gnus-group-mail-low)
466         (gnus-group-mail-low-empty, gnus-splash)
467         * message.el (message-header-to, message-header-cc)
468         (message-header-subject, message-header-other, message-header-name)
469         (message-header-xheader, message-separator, message-cited-text)
470         (message-mml): Lighten colors of faces used for dark background.
471
472 2007-05-24  Simon Josefsson  <simon@josefsson.org>
473
474         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
475         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
476
477 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * message.el (message-narrow-to-headers-or-head): Ignore
480         mail-header-separator in the body.
481
482 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
485         same as window size.
486
487 2007-05-22  Kevin Ryde  <user42@zip.com.au>
488
489         * message.el (message-font-lock-keywords): Use message-header-xheader
490         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
491         ahead of the anything pattern, to get it recognised.
492
493 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
496         spam.el loads uses it in the compiled defadvice form.
497
498 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
499
500         * gnus-sum.el (gnus-articles-to-read)
501         (gnus-summary-insert-old-articles): Don't truncate group name for
502         `read-string'.
503
504         * gnus-util.el (gnus-limit-string): Delete this function.
505
506         * gnus-sum.el (gnus-simplify-subject-fully): Use
507         `truncate-string-to-width' instead.
508
509 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
510
511         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
512         summary exit, the next group has to be selected.
513         (gnus-summary-exit): Use it.
514
515 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
516
517         * gnus-art.el (gnus-article-mode): Fix comment about displaying
518         non-break space.
519
520 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
523         Check if group is not a directory.
524         (nnfolder-request-expire-articles): Don't delete articles if the target
525         group is not available.
526
527         * nnml.el (nnml-request-create-group): Properly check if group is not a
528         file.
529         (nnml-request-expire-articles): Don't delete articles if the target
530         group is not available.
531
532         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
533         Don't quote characters that are within parentheses.
534
535 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
538         (gnus-handle-ephemeral-exit): Select article according to it.
539
540 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
541
542         * message.el (message-insert-formated-citation-line): Remove newline.
543         (message-citation-line-format): Add final \n here so that the user can
544         avoid a blank line.
545
546 2007-05-03  Dan Christensen  <jdc@uwo.ca>
547
548         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
549         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
550         Update lanl/arXiv support.
551
552 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
553
554         * gnus.el: Bump version number.
555
556 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557
558         * gnus.el (gnus-version-number): Bump version.
559
560 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
561
562         * gnus.el: No Gnus v0.6 is released.
563
564 2007-04-27  Didier Verna  <didier@xemacs.org>
565
566         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
567         * gmm-utils.el (gmm-regexp-concat): here.
568         * message.el: Don't require 'gnus-util.
569         (message-dont-reply-to-names): Handle name change above.
570         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
571
572 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
573
574         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
575         since the initial value varies according to the system.
576
577 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * mm-util.el (mm-charset-synonym-alist): Defcustom.
580
581 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
582
583         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
584
585 2007-04-24  Didier Verna  <didier@xemacs.org>
586
587         Improve the type of gnus-ignored-from-addresses.
588         * gnus-util.el (gnus-orify-regexp): New function.
589         * message.el (gnus-util): Require it.
590         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
591         * gnus-sum.el (gnus-ignored-from-addresses): New function.
592         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
593
594 2007-04-24  Didier Verna  <didier@xemacs.org>
595
596         * gnus-sum.el:
597         * gnus-utils.el: Fix some trailing whitespaces.
598
599 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
600
601         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
602         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
603         article's Message-ID; refer parent article in summary buffer.
604
605         * message.el (message-bounce): Call mime-to-mml.
606
607         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
608         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
609         optimize and/or forms properly.
610
611 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
612
613         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
614         URL.
615
616 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
619
620 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
621
622         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
623         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
624         displayed of multipart/alternative part if it is invoked from summary
625         buffer.
626
627         * mm-view.el (mm-inline-text-html-render-with-w3m)
628         (mm-inline-text-html-render-with-w3m-standalone)
629         (mm-inline-render-with-function): Use mail-parse-charset by default.
630
631 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
632
633         * parse-time.el (parse-time-string-chars): Check if CHAR
634         is less than the length of parse-time-syntax.
635
636 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
639         from gnus-newsgroup-processable.
640
641 2007-04-16  Didier Verna  <didier@xemacs.org>
642
643         * gnus-msg.el (gnus-configure-posting-styles): Handle
644         message-signature-directory properly with :file syntax. Reported by
645         "Leo".
646
647 2007-04-11  Didier Verna  <didier@xemacs.org>
648
649         New user option: message-signature-directory.
650         * gnus-msg.el (gnus-configure-posting-styles): Support it.
651         * message.el (message-insert-signature): Ditto.
652         * message.el (message-signature-file): Doc update.
653         * message.el (message-signature-directory): New.
654
655 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * gnus-msg.el (gnus-inews-yank-articles): Use
658         message-exchange-point-and-mark instead of exchange-point-and-mark.
659
660 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
661
662         * message.el (message-yank-original): Make sure cited text ends with
663         newline; don't exchange point and mark.
664
665 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
666
667         * tls.el (open-tls-stream): Properly handle case where there
668         is no associated buffer.
669
670 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
671
672         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
673         message-yank-original, make sure (< mark TEXT point).
674
675 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
676
677         * message.el (message-fill-column): New variable.
678         (message-mode): Use it.  Add comment on a possible new hook.
679
680         * nnmail.el (nnmail-spool-file): Mark as obsolete.
681         (nnmail-get-new-mail): Reformat.
682
683         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
684
685         * gmm-utils.el: Fix Commentary.
686         (gmm-tool-bar-from-list): Fix typo in doc string.
687
688 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
689
690         * message.el (message-yank-original): Don't switch point and mark
691         unnecessarily to put point and mark as documented.
692
693 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
696         from the message heads.
697
698 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
699
700         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
701         article buffer does not have a window.  This may not be the best
702         solution but is certainly better than setting the start of the null,
703         that is the current, window.
704
705 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
706
707         * gnus-draft.el (gnus-draft-setup-hook): New hook.
708         (gnus-draft-setup): Run it.
709
710         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
711         gnus-score-fast-scoring.  Allow regexp.
712         (gnus-score-headers): Use it.
713
714         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
715         XEmacs.
716
717         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
718         string.
719         (gnus-button-alist): Also catch `<f1> k ...'.
720         (gnus-treat-display-x-face): Fix doc string.
721
722 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
723
724         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
725         evaluation of gnus-extended-version to ensure correct generation of the
726         User-Agent header when message-generate-headers-first is used.
727
728 2007-03-24  Simon Josefsson  <simon@josefsson.org>
729
730         * hashcash.el (hashcash-generate-payment-async): Don't crash if
731         hashcash-path is nil.  Don't call callback with incorrect number of
732         parameters if val is 0.
733
734 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
735
736         * message.el (message-required-news-headers):
737         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
738
739 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
740
741         * tls.el (open-tls-stream): In handshake-waiting loop,
742         don't wait more if there is output available to process.
743
744 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
745
746         * tls.el (tls-program): Doc fix.
747
748 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
749
750         * message.el (message-generate-new-buffers): Change the meaning of the
751         nil value; add `standard' to the choices; treat t as `unique'; improve
752         doc string.
753         (gnus-select-frame-set-input-focus): Autoload.
754         (message-buffer-name): Search for the existing message buffer if
755         message-generate-new-buffers is nil or `standard'; treat the value t of
756         message-generate-new-buffers as `unique'.
757         (message-pop-to-buffer): Raise the frame already displaying the message
758         buffer; clear the echo area after querying.
759         (message-setup): Pass the `continue' argument to compose-mail.
760         (message-mail): Prefer `switch-function' if it is given; search for the
761         existing message buffer if the `continue' argument is non-nil; pass
762         continue and switch-function arguments to compose-mail by way of
763         message-setup.
764         (message-mail-other-window): Adjust argument of message-setup.
765         (message-mail-other-frame): Ditto.
766
767 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
768
769         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
770         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
771         to turn font-lock on when turning gnus-message-citation-mode on.
772
773 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
774
775         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
776         (mml-smime-function-alist): New variable; add epg as the backend.
777         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
778         mml-smime- functions instead.
779         * mm-view.el: Require smime.
780
781 2007-03-05  Didier Verna  <didier@xemacs.org>
782
783         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
784         instead of just inheritance for posting styles.
785         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
786
787 2007-02-24  Chris Moore  <dooglus@gmail.com>
788
789         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
790         * pgg-pgp.el (pgg-pgp-encrypt-region):
791         * pgg-gpg.el (pgg-gpg-encrypt-region):
792         Check pgg-encrypt-for-me if no other recipients.
793
794 2007-02-24  John Paul Wallington  <jpw@pobox.com>
795
796         * tls.el (tls-certtool-program): Fix custom type.
797
798 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
801         and point-at-eol instead of line-(beginning|end)-position.
802
803         * assistant.el (assistant-parse-buffer): Ditto.
804
805         * netrc.el (netrc-parse-services): Ditto.
806
807 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
808
809         * mml2015.el (mml2015-epg-find-usable-key): New function.
810         (mml2015-epg-sign): Use it.
811         (mml2015-epg-encrypt): Use it.
812
813 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * message.el (message-make-in-reply-to): Quote name containing
816         non-ASCII characters.  It will make the RFC2047 encoder cause an error
817         if there are special characters.  Reported by NAKAJI Hiroyuki
818         <nakaji@jp.freebsd.org>.
819
820 2007-02-27  Didier Verna  <didier@xemacs.org>
821
822         Include the group parameters as well as the topic ones in the
823         inheritance filter process.
824         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
825         argument GROUP-PARAMS-LIST.
826         * gnus-topic.el (gnus-group-topic-parameters): Use it.
827
828 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
829
830         * nntp.el (nntp-never-echoes-commands)
831         (nntp-open-connection-functions-never-echo-commands): New variables.
832         (nntp-send-command): Use them.
833
834 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
835
836         * mml2015.el (mml2015-epg-verify): Simplified.
837
838 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * mml.el (mml-content-disposition-alist): New user option.
841         (mml-content-disposition): New function.
842         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
843         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
844
845 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
846
847         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
848         verification.
849
850 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
851
852         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
853         articles posted in the last 24 hours.
854
855 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
856
857         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
858
859 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
860
861         * nntp.el (nntp-send-command): Don't wait for echoes when
862         nntp-open-ssl-stream is used.
863
864 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * gnus-cite.el (gnus-test-font-lock-add-keywords)
867         (gnus-message-add-citation-keywords)
868         (gnus-message-remove-citation-keywords): Remove.
869         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
870         directly, make the variables in font-lock-defaults buffer-local, add
871         gnus-message-citation-keywords to them and then update the value of
872         font-lock-keywords.
873
874 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
875
876         * message.el (message-cite-original-1): Don't call
877         gnus-article-highlight-citation.
878
879         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
880         citations; fix line count.
881
882 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
885         (gnus-message-add-citation-keywords)
886         (gnus-message-remove-citation-keywords): Use it; fix the emulating
887         versions of font-lock-add-keywords and font-lock-remove-keywords to
888         work with XEmacs correctly.
889
890 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
891
892         * gnus-cite.el (gnus-cite-face-list): Set the values of
893         gnus-message-max-citation-depth and gnus-message-citation-keywords.
894         (gnus-message-max-citation-depth): Use defvar rather than defconst.
895         (gnus-message-cite-prefix-regexp): New variable.
896         (gnus-message-search-citation-line): Use it; protect against long
897         citation prefix; fill match data with nil rather than 0 for XEmacs; set
898         the 0th match data for Emacs.
899         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
900         (gnus-message-add-citation-keywords): Append keywords rather than
901         prepending; emulate font-lock-add-keywords if it is not available.
902         (gnus-message-remove-citation-keywords): Emulate
903         font-lock-remove-keywords if it is not available.
904
905         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
906
907         * message.el (message-cite-prefix-regexp): Set the value of
908         gnus-message-cite-prefix-regexp.
909
910 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
911
912         * nnweb.el (nnweb-google-parse-1): Update parser.
913
914 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
915
916         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
917
918 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
919
920         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
921         regexp.
922
923 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * uudecode.el (uudecode-string-to-multibyte): New function emulating
926         string-to-multibyte.
927         (uudecode-decode-region-internal): Use it.
928
929         * lpath.el: Fbind string-as-multibyte for XEmacs.
930
931 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
932
933         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
934         custom choice.
935
936         * gnus-art.el (gnus-signature-limit): Fix custom choice.
937
938 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
939
940         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
941
942         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
943         `write-region' to respect `mm-inhibit-file-name-handlers'.
944
945 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
946
947         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
948         Use gnus-home-directory instead of "~/" or "$HOME".
949
950 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
951
952         * encrypt.el (encrypt-insert-file-contents): Add better prompt
953         to mention filename.
954         Add comments at beginning regarding usage.
955         (encrypt-write-file-contents): Change interactive so a string is
956         acceptable.  If the file has no associated model, show an error instead
957         of a nonsense prompt.
958
959 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
960
961         * spam.el (spam-bsfilter-ham-switch): Fix typo.
962         Thanks to Yoshihiko Yamada for kind notification of this typo.
963
964 2007-01-12  Kenichi Handa  <handa@m17n.org>
965
966         * uudecode.el (uudecode-decode-region-internal): Make it work in a
967         multibyte buffer.
968
969 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
970
971         * gnus-score.el (gnus-score-fast-scoring): New variable.
972         (gnus-score-headers): Use it.
973
974         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
975
976         * message.el (message-cite-original-1): Call
977         gnus-article-highlight-citation if requested.
978
979         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
980
981         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
982         bugs to doc string.
983         (gnus-button-alist): Add mid\\|message-id.
984         (gnus-button-fetch-group): Extend for use in
985         `browse-url-browser-function'.
986         (gnus-button-url-regexp): Try to catch paired parentheses like in
987         Wikipedia URLs.
988
989         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
990         Suggested by Simon Krahnke <overlord@gmx.li>.
991
992 2007-01-13  Romain Francoise  <romain@orebokech.com>
993
994         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
995         Update copyright.
996
997 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
998
999         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1000
1001 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1002
1003         * gnus-registry.el (gnus-registry-unfollowed-groups)
1004         (gnus-registry-split-fancy-with-parent): Fix documentation.
1005
1006 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007
1008         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1009         from nnweb groups.
1010
1011 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1014         Xref urls.  Erase buffer before requesting head.
1015
1016 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1017
1018         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1019         customizable.
1020
1021 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1022
1023         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1024         no signing key is found.
1025         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1026         no encrypting and/or signing key is found.
1027
1028 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1029
1030         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1031
1032 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1033
1034         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1035         headers read from disk with the ones newly found in the current search.
1036         This should no longer cause problems, because the article numbers in
1037         Gmane's `nov.php' output are ignored since the previous change.
1038
1039 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1040
1041         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1042
1043 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1046         replace-regexp-in-string; bind url-version; fbind display-images-p and
1047         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1048         find-face and set-itimer-function for Emacs; bind itimer-list for
1049         Emacs.
1050
1051         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1052
1053 2007-01-01  Romain Francoise  <romain@orebokech.com>
1054
1055         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1056
1057 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1058
1059         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1060         `define-minor-mode' macro definition expanded properly.
1061         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1062         exclude it there.
1063
1064         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1065         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1066         `fboundp' test.
1067         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1068         This is OK to autoload in (S)XEmacs now.
1069
1070 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1073         keystroke.
1074         (gnus-summary-limit-to-singletons): Fix typo.
1075
1076         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1077         else fails.
1078
1079 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1080
1081         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1082         docstring.
1083
1084         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1085         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1086         (gnus-summary-insert-dormant-articles): Fix typo in message.
1087
1088 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1089
1090         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1091         nil for XEmacs.
1092         (gnus-message-citation-mode): Don't autoload in XEmacs.
1093
1094         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1095
1096 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1097
1098         * nnimap.el (nnimap-expunge-search-string): Mention
1099         nnimap-search-uids-not-since-is-evil in docstring.
1100
1101 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1102
1103         * spam.el: Revert to make-obsolete-variable because
1104         define-obsolete-variable-alias is not supported in Emacs 21.
1105
1106         * spam.el (spam-ifile-path, spam-ifile-database-path)
1107         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1108         make-obsolete-variable.
1109         (spam-bsfilter-path, spam-bsfilter-program)
1110         (spam-spamassassin-path, spam-spamassassin-program)
1111         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1112         use "path" inappropriately.
1113         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1114         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1115         variable names.
1116
1117 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1118
1119         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1120         summary buffer.
1121
1122         * password.el (password-cache-remove): Use clear-string to burn
1123         password, if available.
1124
1125 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1126
1127         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1128
1129         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1130
1131         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1132         (gnus-message-highlight-citation): Move defcustom here from
1133         gnus-cite.el.
1134         (gnus-message-citation-mode): Autoload.
1135
1136         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1137         checks to make it compile with XEmacs.
1138         (gnus-message-citation-mode): New minor mode.
1139         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1140         (gnus-message-highlight-citation): New variables.
1141         (gnus-message-search-citation-line)
1142         (gnus-message-add-citation-keywords)
1143         (gnus-message-remove-citation-keywords)
1144         (turn-on-gnus-message-citation-mode)
1145         (turn-off-gnus-message-citation-mode): New functions.
1146
1147 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1148
1149         * gnus-cite.el: Enable highlighting of different citation levels in
1150         message-mode.
1151
1152 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1153
1154         * message.el (message-make-fqdn): Fix comment.
1155         (message-bogus-system-names): Add ".local".
1156
1157         * spam.el (spam-ifile-path, spam-ifile-program)
1158         (spam-ifile-database-path, spam-ifile-database)
1159         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1160         Don't use "path" inappropriately.
1161         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1162         strings.
1163         (spam-check-ifile, spam-ifile-register-with-ifile)
1164         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1165         new variable names.
1166
1167         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1168         (gnus-treat-display-smileys): Simplify using
1169         gnus-image-type-available-p.
1170
1171         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1172         available.
1173
1174         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1175         `display-images-p' if available.
1176
1177 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1180         one after turning on the buffer's multibyteness instead of decoding
1181         them directly in the unibyte buffer that causes unexpected conversion
1182         in Emacs 23 (unicode).
1183
1184 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1185
1186         * message.el (message-generate-hashcash): Fix custom type.
1187
1188 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1189
1190         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1191
1192 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1193
1194         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1195         disconnect icons.  Add help text.
1196
1197 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1198
1199         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1200         negated to be consistent with the others we handle.
1201
1202 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1205         version of gnus-summary-buffer to something, so that we can use two
1206         article buffers at the same time.
1207
1208 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1209
1210         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1211         trigger all the extra headers.
1212         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1213         sorting.
1214
1215 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1216
1217         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1218         solid groups.
1219
1220 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1221
1222         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1223
1224 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1225
1226         * legacy-gnus-agent.el: Add Copyright notice.
1227
1228 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1229
1230         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1231
1232 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1235
1236         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1237         to make it work reliably in CVS Emacs.
1238         (gnus-summary-limit-strange-charsets-predicate)
1239         (gnus-summary-limit-to-predicate): New functions.
1240
1241 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1242
1243         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1244         specifying array size.
1245         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1246         array if it is too small.
1247         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1248         (gnus-sort-threads-loop): New function.
1249
1250 2006-12-06  Chris Moore  <dooglus@gmail.com>
1251
1252         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1253         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1254
1255 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1256
1257         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1258         options.
1259
1260 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1263         DOS-ing the recipient.
1264
1265         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1266         the headers when creating the mapping to avoid mismappings.
1267         (nnweb-gmane-create-mapping): Always nix out old mapping.
1268
1269 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1272         and mm-verify-option to never.
1273
1274 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * message.el (message-signed-or-encrypted-p): New function.
1277         (message-forward-make-body): Use it.
1278
1279         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1280         Replace encode-coding-string with mm-encode-coding-string.
1281
1282 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * nneething.el (nneething-decode-file-name): Replace
1285         decode-coding-string with mm-decode-coding-string.
1286
1287         * gnus-int.el (gnus-open-server): Say failed server's name.
1288
1289 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1290
1291         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1292         strings to a single string.  Quote `errors-file-name'.
1293         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1294         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1295         Adjust calls.  Use `shell-quote-argument'.
1296
1297 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1298
1299         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1300         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1301
1302         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1303         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1304         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1305         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1306         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1307         (gnus-subscribe-newsgroup, gnus-1):
1308         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1309         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1310         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1311         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1312
1313 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1316         keystroke.
1317         (gnus-summary-limit-to-bodies): Implement headersp.
1318
1319 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1322
1323 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1326
1327 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * message.el (message-generate-hashcash): Expand range of values to
1330         include `opportunistic'.
1331         (message-send-mail): Use it.
1332
1333 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1334
1335         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1336         and comment it.
1337
1338         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1339
1340 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1341
1342         * gnus-util.el (gnus-extract-address-components): Improve comment.
1343
1344 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1345
1346         * gnus-util.el (gnus-extract-address-components): Work with address in
1347         which the name portion contains @.
1348
1349         * lpath.el: Fbind custom-autoload.
1350
1351 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1352
1353         * gnus.el (gnus-start): Move custom group up.
1354         (gnus-select-method): Don't autoload, but make it available for
1355         `customize-variable'.
1356         (gnus-getenv-nntpserver): Don't autoload.
1357
1358 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1359
1360         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1361
1362 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1363
1364         * message.el (message-sendmail-extra-arguments): New variable.
1365         (message-send-mail-with-sendmail): Use it.
1366
1367 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1370         mm-with-unibyte-current-buffer to make string unibyte.
1371
1372         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1373         mm-string-as-multibyte.
1374
1375 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1376
1377         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1378         Reported by Werner Koch <wk@gnupg.org>.
1379
1380 2006-11-14  Daiki Ueno  <ueno@p360>
1381
1382         * mml2015.el: Autoload epa-select-keys when compiling.
1383
1384 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1385
1386         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1387         message-options.
1388         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1389
1390 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1391
1392         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1393         EasyPG (< 0.0.6).
1394         (mml2015-always-trust): New user option.
1395         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1396         prompt.
1397
1398 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * nntp.el (nntp-authinfo-force): New variable.
1401         (nntp-send-authinfo): Use it.
1402
1403 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1404
1405         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1406         decode encoded words.  Improve prompt.  Add comment about forwarding.
1407         (message-replacement-char): Move up.
1408
1409 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1410
1411         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1412         instead of gnus-intersection because arguments of gnus-sorted-nunion
1413         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1414
1415 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1416
1417         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1418         (message-simplify-subject-functions): Enable
1419         message-strip-subject-encoded-words by default.
1420
1421 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1422
1423         * message.el (message-strip-subject-encoded-words): New function
1424         (message-simplify-subject-functions): New variable.
1425         (message-simplify-subject): Use it.  Fix typo in doc string.
1426         Support message-strip-subject-encoded-words.
1427
1428 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1429
1430         * gnus-diary.el (gnus-diary-delay-format-function):
1431         * nndiary.el (nndiary-reminders):
1432         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1433
1434 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1435
1436         * gnus-art.el (article-hide-boring-headers): Fetch date from
1437         gnus-original-article-buffer to avoid problems with localized date
1438         strings.
1439
1440 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1441
1442         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1443
1444 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1445
1446         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1447         New variables.
1448         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1449         (mm-charset-synonym-alist): Move some entries to
1450         mm-codepage-iso-8859-list.
1451         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1452         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1453
1454 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1457
1458 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1459
1460         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1461         with Emacs 21 and XEmacs.
1462
1463 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1464
1465         * spam.el (spam-parse-address): New function for better parsing,
1466         catching errors, etc.
1467         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1468
1469 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1470
1471         * mm-view.el: Add interactive arg to html2text autoload.
1472
1473 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1476
1477 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1478
1479         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1480         variables.
1481         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1482         (mm-charset-synonym-alist): Move some entries to
1483         mm-codepage-iso-8859-list.
1484
1485         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1486
1487 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1488
1489         * message.el (message-citation-line-format)
1490         (message-insert-formated-citation-line): Fix implementation of %E, %N
1491         and %n according to the doc string.
1492
1493 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1494
1495         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1496         car-safe to avoid bad parses.
1497
1498 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1501         names.
1502
1503         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1504
1505 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1508         header.
1509
1510         * message.el (message-draft-headers): Add Date.
1511         (message-headers-to-generate): Fix typo in docstring.
1512
1513         * nndraft.el (nndraft-required-headers): New variable.
1514         (nndraft-generate-headers): Use it.
1515
1516         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1517
1518 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1519
1520         * gnus-registry.el (gnus-registry-wash-for-keywords)
1521         (gnus-registry-find-keywords): New functions to allow easy searching of
1522         articles that are in the registry.
1523
1524 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1525
1526         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1527         ietf-drums-parse-address instead of gnus-extract-address-components.
1528         Reported by Damien Elmes <damien@repose.cx>.
1529
1530 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1531
1532         * gnus.el (gnus-mime): Remove unused custom group.
1533
1534 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1535
1536         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1537         "blank line" when searching for end of armor headers.
1538
1539 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * gmm-utils.el (gmm-write-region): Fix variable name.
1542
1543 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1544
1545         * gmm-utils.el (gmm-write-region): New function based on compatibility
1546         code from `mm-make-temp-file'.
1547
1548         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1549
1550         * nnmaildir.el (nnmaildir--update-nov)
1551         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1552         Use `gmm-write-region'.
1553
1554 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1555
1556         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1557         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1558
1559         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1560
1561         * message.el (message-replacement-char): New variable.
1562         (message-fix-before-sending): Use it.
1563         (message-simplify-subject): New function to remove duplicate code.
1564         (message-reply, message-followup): Use it.
1565
1566         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1567         gnus-summary-limit-to-articles.
1568
1569 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * gnus-util.el (gnus-with-local-quit): New macro.
1572
1573         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1574
1575 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1576
1577         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1578         ignore non-string data.
1579
1580 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1581
1582         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1583         non-string data (needs to be done in the registry too).
1584
1585 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1586
1587         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1588         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1589         (gnus-registry-split-fancy-with-parent)
1590         (gnus-registry-fetch-simplified-message-subject-fast)
1591         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1592         Remove text properties on ingress into the registry and when it's saved.
1593         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1594         registry from entries with no groups.
1595
1596 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1597
1598         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1599         function to remove string properties.
1600
1601 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1602
1603         * gmm-utils.el (gmm): Adjust custom version.
1604
1605         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1606         custom version.
1607
1608         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1609
1610 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1611
1612         * gnus-art.el (gnus-insert-prev-page-button)
1613         (gnus-insert-next-page-button): Simplify.  Reformat.
1614
1615 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1616
1617         * gnus-art.el (gnus-insert-prev-page-button)
1618         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1619
1620 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1621
1622         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1623
1624 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1625
1626         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1627         gnus-article-button-face to MIME and security buttons.
1628
1629 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1630
1631         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1632         readable.
1633
1634 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1637
1638 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1639
1640         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1641         `browse-url-of-file' instead of `browse-url'.
1642
1643 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1644
1645         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1646         regexp.  Articles containing quotation were cut prematurely.
1647
1648 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * message.el (message-cite-original-1): Use nobody by default for the
1651         value of From header.
1652         (message-reply): Ditto.
1653
1654 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1655
1656         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1657         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1658         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1659
1660 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1661
1662         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1663         mails in the doc string.  Add some URLs in comment.
1664         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1665
1666 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1669         backslashes handling and the way to find boundaries of quoted strings.
1670
1671 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1672
1673         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1674         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1675         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1676         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1677
1678 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1679
1680         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1681         doc string.
1682         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1683
1684 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * lpath.el: Fbind epg-check-configuration.
1687
1688 2006-09-06  Simon Josefsson  <jas@extundo.com>
1689
1690         * mml2015.el (mml2015-use): Doc fix, mention epg.
1691
1692 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1693
1694         * mml2015.el (mml2015-use): Default to epg, if available.
1695
1696 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1697
1698         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1699         message-sender.
1700         (mml1991-epg-encrypt): Ditto.
1701         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1702         message-sender.
1703         (mml2015-epg-encrypt): Ditto.
1704
1705 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1706
1707         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1708         several common directories.
1709
1710 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1711
1712         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1713         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1714
1715 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * gnus-art.el (article-decode-encoded-words): Make it fast.
1718
1719 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1722
1723         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1724         in quoted string into `\'.
1725
1726 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1729         Use standard-syntax-table.
1730
1731 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * gnus-art.el (gnus-decode-address-function): New variable.
1734         (article-decode-encoded-words): Use it to decode headers which are
1735         assumed to contain addresses.
1736         (gnus-mime-delete-part): Remove useless `or'.
1737
1738         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1739         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1740         (gnus-nov-parse-line): Use it to decode From header.
1741         (gnus-get-newsgroup-headers): Ditto.
1742         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1743
1744         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1745         (mail-decode-encoded-address-string): New alias.
1746
1747         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1748         New function.
1749         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1750         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1751         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1752         (rfc2047-decode-string): Ditto.
1753         (rfc2047-decode-address-region): New function.
1754         (rfc2047-decode-address-string): New function.
1755
1756 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1757
1758         * message.el (message-caesar-buffer-body): Allow rotating headers.
1759
1760         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1761
1762         * message.el (message-insert-formated-citation-line): Fix %f.
1763         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1764
1765 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1766
1767         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1768         (gnus-bookmark-mouse-available-p): New macro.
1769         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1770         (gnus-bookmark-bmenu-show-infos): Use it.
1771         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1772         (gnus-bookmark-bmenu-hide-infos): Ditto.
1773         (gnus-bookmark-remove-properties): New function.
1774         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1775         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1776         (gnus-bookmark-write-file): Bind coding-system-for-write.
1777         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1778         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1779         group before selecting it.
1780         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1781         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1782         quit-window if it is not available; use gnus-mouse-2 and bind it to
1783         gnus-bookmark-bmenu-select-by-mouse.
1784         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1785         (gnus-bookmark-bmenu-select-by-mouse): New function.
1786
1787 2006-08-13  Romain Francoise  <romain@orebokech.com>
1788
1789         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1790         space.
1791
1792 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1793
1794         * compface.el (uncompface): Use binary rather than raw-text-unix.
1795
1796 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * compface.el (uncompface): Make sure the eol conversion doesn't take
1799         place when communicating with the external programs.  Reported by
1800         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1801
1802 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1805
1806 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1807
1808         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1809         Make it more robust by parsing author and date independently.
1810
1811 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1814
1815 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1816
1817         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1818         first matching secret key.
1819         (mml2015-epg-encrypt): Ditto.
1820
1821         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1822         first matching secret key.
1823         (mml1991-epg-encrypt): Ditto.
1824
1825         * mml2015.el (mml2015-encrypt-to-self): New user option.
1826         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1827         mml2015-epg-encrypt-to-self is set.
1828
1829         * mml1991.el (mml1991-encrypt-to-self): New variable.
1830         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1831         mml1991-epg-encrypt-to-self is set.
1832
1833         * mml2015.el (mml2015-signers): New user option.
1834         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1835         (mml2015-epg-encrypt): Allow to select signing keys.
1836
1837         * mml1991.el (mml1991-signers): New variable.
1838         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1839         (mml1991-epg-encrypt): Allow to select signing keys.
1840
1841 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * nnheader.el (nnheader-insert-head): Make it work even if the file
1844         uses CRLF for the line-break code.
1845
1846 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1847
1848         * mml2015.el: Require mml-sec instead of password.
1849         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1850         (mml2015-cache-passphrase): Inherit the default value from
1851         mml-secure-cache-passphrase.
1852         (mml2015-passphrase-cache-expiry): Inherit the default value from
1853         mml-secure-passphrase-cache-expiry.
1854
1855         * mml1991.el: Require mml-sec instead of password.
1856         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1857         (mml1991-cache-passphrase): Inherit the default value from
1858         mml-secure-cache-passphrase.
1859         (mml1991-passphrase-cache-expiry): Inherit the default value from
1860         mml-secure-passphrase-cache-expiry.
1861
1862         * mml-sec.el: Require password.
1863         (mml-secure-verbose): New user option.
1864         (mml-secure-cache-passphrase): New user option.
1865         (mml-secure-passphrase-cache-expiry): New user option.
1866
1867 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1868
1869         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1870         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1871         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1872
1873         FIXME: Use `tiny change'?
1874
1875 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1876
1877         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1878         workaround for the url package included with Emacs.
1879
1880         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1881
1882 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1885         correctly.  This fixes a bug caused by the 2006-05-12 change.
1886
1887 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1888
1889         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1890         some information about the error when saying that the `bogus' mail
1891         group will be used.
1892
1893 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1894
1895         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1896         string.
1897
1898 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1899
1900         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1901
1902 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1903
1904         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1905
1906 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1907
1908         * mml1991.el (mml1991-function-alist): Add epg.
1909         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1910         (mml1991-epg-encrypt): New functions.
1911
1912 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1913
1914         * mml2015.el (mml2015-verbose): New variable.
1915         (mml2015-cache-passphrase): Ditto.
1916         (mml2015-passphrase-cache-expiry): Ditto.
1917         (mml2015-function-alist): Add epg.
1918         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1919         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1920         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1921         functions.
1922
1923 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1924
1925         * message.el (message-cite-original-1): Preserve region when removing
1926         quoted text due to X-No-Archive in order to avoid bogus attribution
1927         when citing multiple messages.
1928
1929 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1930
1931         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1932         Kenneth Jacker <khj@be.cs.appstate.edu>.
1933
1934 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1935
1936         * gnus-diary.el (gnus-user-format-function-d)
1937         (gnus-user-format-function-D): Autoload.
1938
1939         * imap.el (Commentary): Fix typo.
1940
1941         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1942         2006-04-22 contribution.
1943
1944 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1945
1946         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1947         It didn't really fix the bogosity I'm seeing with solid web groups.
1948
1949 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1950
1951         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1952         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1953         created using server names.  If we use the feature without declaring
1954         it, Gnus does not properly manage server and group state.
1955
1956         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1957         bound.
1958
1959 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1960
1961         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1962         looking up the method using GROUP's prefix before inventing a new one.
1963         It is used on killed/unknown groups in various places where returning
1964         an all-new method isn't expected by the caller.
1965
1966         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1967         and match semantics of gnus-group-real-prefix.
1968
1969 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1970
1971         * nnmail.el (nnmail-broken-references-mailers): New variable.
1972         (nnmail-ignore-broken-references): New function generalizing
1973         nnmail-fix-eudora-headers.
1974         (nnmail-fix-eudora-headers): Now obsolete.
1975
1976         * gnus-art.el (gnus-button-handle-custom): Support
1977         `customize-apropos*'.
1978
1979 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1982
1983         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1984         articles.
1985
1986 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1987
1988         * message.el (message-cite-reply-above): New variable.
1989         (message-yank-original): Use it.
1990
1991 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1994
1995 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1996
1997         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1998         as read.
1999
2000         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2001
2002 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2003
2004         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2005         (gnus-bookmark-default-file): Use gnus-directory.
2006         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2007         Remove "*" in doc string.
2008         (gnus-bookmark-write-file): Simplify.
2009         (gnus-bookmark-maybe-sort-alist): Use `when'.
2010         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2011         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2012         FIXME about Emacs 21 and XEmacs compatibility.
2013         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2014         compatibility.
2015         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2016         compatibility.
2017         (gnus-bookmark-menu-heading): Fix version.
2018
2019 2006-06-19  Bastien Guerry  <bzg@altern.org>
2020
2021         * gnus-bookmark.el: New file.
2022
2023 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * message.el (message-syntax-checks): Doc fix.
2026
2027 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2028
2029         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2030         unsubscribed groups as if they were killed ones.  It causes duplicate
2031         entries in gnus-newsrc-alist.
2032
2033 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2034
2035         * message.el (message-syntax-checks): Doc fix.
2036         (message-send-mail): Add check for continuation headers.
2037         (message-check-news-header-syntax): Fix regexp used to check for
2038         continuation headers.
2039
2040 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2043
2044 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2045
2046         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2047
2048 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2049
2050         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2051         default-truncate-lines.
2052
2053 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2054
2055         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2056         to fill the utf-8 entry.
2057
2058         * lpath.el: Fbind unicode-precedence-list.
2059
2060 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2061
2062         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2063
2064 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2065
2066         * gnus-agent.el (directory-files-and-attributes): Move all the way
2067         forward (the third and final move).
2068         (gnus-agent-read-agentview): Trap reconstruction errors due to
2069         nonexistant directory.  Handle by returning nil.
2070
2071 2006-05-30  Didier Verna  <didier@xemacs.org>
2072
2073         * message.el (message-dont-reply-to-names): Update the custom type.
2074         * message.el (message-dont-reply-to-names): New defsubst: potentially
2075         convert a list of regexps into a single one.
2076         * message.el (message-get-reply-headers): Use it.
2077         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2078
2079 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * gnus-agent.el (directory-files-and-attributes): Move forward.
2082
2083 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2084
2085         * gnus-ml.el (gnus-mailing-list-subscribe)
2086         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2087         (gnus-mailing-list-message): Fix doc strings.
2088
2089 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2090
2091         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2092         of doing it manually.
2093
2094 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2095
2096         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2097         comment.
2098
2099 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2100
2101         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2102         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2103         (gnus-agent-read-local): All symbols allocated in my-obarray
2104         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2105         (gnus-agent-regenerate-group): Check numeric names to see if they are
2106         messages or groups.
2107         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2108         better way of do this...)
2109
2110         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2111         'dummy.group' (there should be a better way of do this...)
2112
2113 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2114
2115         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2116         (gnus-saved-headers): Ditto.
2117         (gnus-default-article-saver): Mention functions may have properties.
2118         (gnus-article-save): Override gnus-save-all-headers and
2119         gnus-saved-headers by :headers property which saver function may have.
2120         (gnus-summary-save-in-file): Add :headers property.
2121         (gnus-summary-write-to-file): Ditto.
2122
2123         * gnus-sum.el (gnus-summary-save-article): Bind
2124         gnus-prompt-before-saving to t when saving many articles in a file;
2125         always show all headers.
2126
2127         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2128
2129 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2130
2131         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2132         marks.
2133
2134         * message.el (message-indent-citation): Add optional arguments to allow
2135         using it outside of message buffers.
2136
2137         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2138         (gnus-article-treat-unfold-headers): Use it.
2139         (gnus-article-truncate-lines): New variable.
2140         (gnus-article-mode): Use it.
2141         (gnus-article-toggle-truncate-lines): New function.
2142
2143         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2144         gnus-article-toggle-truncate-lines.
2145
2146         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2147         coding system in XEmacs, use binary.
2148
2149 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2150
2151         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2152         after-load-alist.
2153
2154         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2155         this function should save decoded articles.
2156         (gnus-summary-write-to-file): Use property to specify this function
2157         should save decoded articles and specify gnus-summary-save-in-file
2158         should be used to save articles other than the first one when saving
2159         many articles.
2160         (gnus-summary-save-body-in-file): Use property to specify this
2161         function should save decoded articles.
2162         (gnus-summary-write-body-to-file): Use property to specify this
2163         function should save decoded articles and specify
2164         gnus-summary-save-body-in-file should be used to save articles other
2165         than the first one when saving many articles.
2166
2167         * gnus-sum.el (gnus-summary-save-article): Simplify.
2168
2169 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * gnus-art.el (gnus-default-article-saver): Add
2172         gnus-summary-write-body-to-file.
2173         (gnus-article-save-coding-system): Don't use coding system object
2174         in XEmacs.
2175         (gnus-read-save-file-name): Add optional `dir-var' argument which
2176         specifies directory in which files are saved; work even if optional
2177         `variable' argument is not specified.
2178         (gnus-summary-write-to-file): Read file name.
2179         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2180         (gnus-summary-write-body-to-file): New function.
2181
2182         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2183         (gnus-summary-local-variables): Add it.
2184         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2185         (gnus-summary-save-article): Remove optional `decode' argument;
2186         determine whether to decode articles by the value of
2187         gnus-default-article-saver; when saving many files using
2188         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2189         it first and use gnus-summary-save-in-file or
2190         gnus-summary-save-body-in-file thereafter unless
2191         gnus-prompt-before-saving is always; move point to article which
2192         will be saved.
2193         (gnus-summary-save-article-file): Revert.
2194         (gnus-summary-write-article-file): Revert.
2195         (gnus-summary-save-article-body-file): Revert.
2196         (gnus-summary-write-article-body-file): New function.
2197
2198 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * gnus-art.el (gnus-default-article-saver): Doc fix.
2201         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2202         from gnus-summary-save-article-coding-system, and default to a
2203         certain coding system.
2204         (gnus-output-to-file): Add coding cookie and encode text according
2205         to gnus-article-save-coding-system; don't use mm-append-to-file.
2206
2207         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2208         gnus-art.el and rename to gnus-article-save-coding-system.
2209         (gnus-summary-save-article): Require gnus-art; don't show all
2210         headers if it decodes articles; don't add coding cookie here;
2211         don't bind mm-text-coding-system-for-write.
2212         (gnus-summary-save-article-file): Save decoded articles.
2213         (gnus-summary-write-article-file): When saving many files, use
2214         gnus-summary-write-to-file first and gnus-summary-save-in-file
2215         thereafter unless gnus-prompt-before-saving is always.
2216         (gnus-summary-save-article-body-file): Save decoded articles.
2217
2218         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2219
2220 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2221
2222         * nnrss.el (nnrss-check-group): Bind hash-index.
2223
2224 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2225
2226         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2227         its hash index.  Store this hash in `nnrss-group-data'.
2228         (nnrss-read-group-data): Update accordingly.
2229
2230 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2231
2232         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2233         entry.
2234
2235         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2236         gnus-article-browse-html-article.
2237
2238 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2239
2240         * gnus-sum.el (gnus-summary-mime-map): Add
2241         gnus-article-browse-html-article.
2242
2243         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2244
2245 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2246
2247         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2248         suitable coding systems in customize.
2249
2250 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2251
2252         * mail-source.el (mail-sources): Fix custom type.
2253
2254 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2255
2256         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2257         (gnus-summary-expire-articles-now): Shorten prompt.
2258
2259         * gmm-utils.el (wid-edit): Require.
2260         (defun-gmm): Renamed from `gmm-defun-compat'.
2261         (gmm-image-search-load-path): Use it.
2262         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2263
2264 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2265
2266         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2267         variable.
2268         (gnus-summary-save-article): Add optional `decode' argument.  If
2269         it is set and gnus-summary-save-article-coding-system is non-nil,
2270         save decoded article.
2271         (gnus-summary-write-article-file): Save decoded article if
2272         gnus-summary-save-article-coding-system is non-nil.
2273
2274         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2275         type.
2276
2277 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2278
2279         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2280
2281 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2284         first to test gnus-single-article-buffer which may be buffer-local.
2285
2286         * gnus-sum.el (gnus-summary-setup-buffer): Make
2287         gnus-single-article-buffer buffer-local and nil in ephemeral
2288         group; make gnus-article-buffer, gnus-article-current, and
2289         gnus-original-article-buffer always buffer-local.
2290         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2291         group.
2292         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2293
2294 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2295
2296         * nnml.el (nnml-request-compact-group): Compressed files might not
2297         have .gz extension.
2298
2299 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2300
2301         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2302         (mm-copy-to-buffer): Use with-current-buffer.
2303         (mm-display-part): Simplify.
2304         (mm-inlinable-p): Add optional arg `type'.
2305
2306 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2307
2308         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2309         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2310         Try harder to show the attachment internally or externally using
2311         gnus-mime-view-part-as-type.
2312
2313 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2314
2315         * message.el (message-from-style, message-signature-separator)
2316         (message-user-organization-file, message-send-mail-function)
2317         (message-citation-line-function, message-yank-prefix)
2318         (message-indent-citation-function, message-signature)
2319         (message-signature-file, message-signature-insert-empty-line):
2320         Remove autoloads.
2321
2322         * gnus-art.el (gnus-buttonized-mime-types): Remove
2323         "multipart/signed".  Revert 2006-04-26 change.
2324
2325 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * gnus.el (gnus-version-number): Bump version.
2328
2329 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2330
2331         * gnus.el: No Gnus v0.5 is released.
2332
2333 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2334
2335         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2336         fetching articles by message-id.
2337
2338 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * message.el (hashcash): Require hashcash as normal.
2341
2342         * ecomplete.el (ecomplete-highlight-match-line): Use
2343         point-at-eol.
2344         (ecomplete-highlight-match-line): Use `highlight', because that
2345         face exists in both Emacs and XEmacs.
2346
2347         * message.el (message-display-abbrev): Use point-at-bol.
2348
2349         * mail-source.el: Don't require timer/timer-funcs.
2350
2351         * gnus-async.el: Ditto.
2352
2353         * password.el: Ditto.
2354
2355         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2356
2357         * mm-url.el: Ditto.
2358
2359         * gnus-xmas.el: Don't require timer-funcs.
2360
2361         * mm-util.el: Require timer/timer-funcs.
2362
2363 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2364
2365         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2366         Close.
2367
2368 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2371         unibyte after clear-decrypt function runs.
2372
2373         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2374         returns as a unibyte string.
2375
2376 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * lpath.el: Revert.
2379
2380         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2381         (pgg-gpg-process-sentinel): Revert.
2382
2383         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2384         (pgg-pgp-lookup-key): Revert.
2385
2386         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2387         (pgg-pgp5-lookup-key): Revert.
2388
2389         * pgg.el (pgg-fetch-key): Revert.
2390
2391 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * lpath.el: Fbind string-as-multibyte for XEmacs.
2394
2395         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2396         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2397         (mml1991-pgg-encrypt): Ditto.
2398
2399         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2400         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2401         a multibyte buffer.
2402
2403         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2404         (pgg-pgp-lookup-key): Ditto.
2405
2406         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2407         (pgg-pgp5-lookup-key): Ditto.
2408
2409         * pgg.el (pgg-fetch-key): Ditto.
2410
2411 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2412
2413         * message.el (message-user-organization-file): Check several
2414         locations of the organization file.
2415
2416         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2417         Add gnus-article-view-part-as-type.
2418
2419         * gnus-art.el (gnus-article-view-part-as-type): New function.
2420
2421         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2422         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2423
2424         * mml.el: Simplify autoload.
2425         (mml-mode): defvar dnd-protocol-alist instead of using
2426         symbol-value.
2427         (mml-default-directory): New variable.
2428         (mml-minibuffer-read-file): Use it.
2429         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2430
2431         * message.el (message-citation-line-format): New variable.
2432         (message-insert-formated-citation-line): New function.
2433         (message-citation-line-function): Add
2434         `message-insert-formated-citation-line' to custom type.
2435
2436         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2437         to doc string.
2438
2439         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2440         depending on mm-verify-option.
2441
2442 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2445         binding pgg-* variables; reimplement the section which prevents
2446         MIME header from being signed.
2447         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2448         pgg-text-mode; remove a blank line at the top of body.
2449
2450         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2451         lines at the top of body; use gnus-newsgroup-charset if there's no
2452         Charset header.
2453
2454 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2455
2456         * message.el (message-self-insert-commands): Doc fix.
2457
2458         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2459         (mm-uu-pgp-encrypted-test): Ditto.
2460         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2461         between header and body; return application/pgp-encrypted handle
2462         if decryption failed; decode decrypted body by charset.
2463
2464         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2465         element match to application/pgp-*.
2466
2467 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2468
2469         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2470         HTML.
2471
2472 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * mail-source.el (mail-source-call-script): Message the error
2475         string.
2476
2477 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * gnus-util.el (gnus-byte-compile): Use it.
2480
2481 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2482
2483         * gnus-util.el (kill-empty-logs): New function.
2484
2485 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486
2487         * message.el (message-mail-alias-type): Doc fix.
2488         (message-mail-alias-type-p): New function.
2489         (message-send): Use it.
2490         (message-mode): Ditto.
2491         (message-strip-forbidden-properties): Ditto.
2492
2493         * ecomplete.el (ecomplete-database-file-coding-system): New
2494         variable.
2495         (ecomplete-save): Use it.
2496         (ecomplete-setup): Use it.
2497
2498 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * message.el (message-self-insert-commands): New variable.
2501         (message-strip-forbidden-properties): Use it.
2502
2503 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2506         that doesn't make XEmacs choke.
2507
2508 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2509
2510         * gnus-util.el (gnus-replace-in-string):
2511         Prefer replace-regexp-in-string over of replace-in-string.
2512
2513 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * gnus-util.el (gnus-select-frame-set-input-focus):
2516         Use select-frame-set-input-focus if it is available in XEmacs; use
2517         definition defined in Emacs 22 for old Emacsen.
2518
2519         * dgnushack.el: Autoload unmorse-region for XEmacs.
2520
2521         * lpath.el: Bind cursor-in-non-selected-windows and
2522         select-frame-set-input-focus for XEmacs.
2523
2524 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2527
2528 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2529
2530         * gnus-registry.el (gnus-registry-cache-save): Remove text
2531         properties when saving via the temp buffer.
2532
2533 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2534
2535         * message.el (message-generate-hashcash): Honor custom type.
2536
2537 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * message.el (message-generate-hashcash): Default to non-nil when
2540         hashcash is found.
2541
2542         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2543         (gnus-refer-thread-limit): Increase default to 500.
2544
2545         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2546
2547         * flow-fill.el (fill-flowed): Allow delete-space.
2548
2549 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2550
2551         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2552         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2553         Remove autoloads.
2554
2555 2006-04-18  Simon Josefsson  <jas@extundo.com>
2556
2557         * message.el (message-generate-hashcash): Default to.
2558
2559 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2560
2561         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2562         concatenating segments rather than before concatenating them.
2563
2564 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2565
2566         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2567
2568 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2571
2572         * message.el (message-forward-make-body-plain): Allow
2573         message-forward-ignored-headers to be a list.
2574         (message-remove-ignored-headers): Factor out into function.
2575         (message-forward-make-body-mml): Use it.
2576
2577         * imap.el (imap-quote-specials): New function.
2578         (imap-login-auth): Quote specials.
2579
2580         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2581         (rfc2231-parse-string): Allow concatanation of parameters that
2582         aren't contiguous.  The test case is
2583           (mail-header-parse-content-type "message/external-body;
2584             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2585             access-type=LOCAL-FILE;
2586             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2587
2588 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2589
2590         * nntp.el (nntp-accept-process-output): Return the value of
2591         `nnheader-accept-process-output'.
2592
2593 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2594
2595         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2596         (gnus-button-alist): Recognize more diff formats.
2597         (gnus-button-patch): Strip directory.
2598
2599 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2600
2601         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2602         Emacs 22 when setting focus.
2603
2604 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * gnus-art.el (gnus-article-treat-types): Do treatment of
2607         text/x-verbatim parts.
2608         (gnus-button-patch): New command.
2609
2610         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2611         addresses that contain invalid characters.
2612
2613 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * message.el (message-put-addresses-in-ecomplete): Use
2616         gnus-replace-in-string.
2617         (message-is-yours-p): Use the more correct
2618         mail-header-parse-address instead of
2619         mail-extract-address-components.
2620         (message-put-addresses-in-ecomplete): Fix typo.
2621
2622         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2623         keystroke.
2624
2625         * gnus-art.el (gnus-treatment-function-alist): Change order of
2626         newsgroups/generic header folding to avoid double-folding.
2627
2628         * message.el (message-hidden-headers): Add X-Draft-From.
2629
2630         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2631         command.
2632         (gnus-summary-repeat-search-article-backward): New command.
2633
2634         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2635         groups in the parent topic.
2636
2637 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2638
2639         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2640         (spam-extra-header-to-number): Return the CRM114 number as a
2641         number instead of a string.
2642
2643 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2644
2645         * gnus-art.el (gnus-face-properties-alist): Moved here from
2646         gnus-fun.
2647
2648         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2649
2650 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * message.el (message-strip-forbidden-properties): Only display on
2653         self-insert-command.
2654
2655         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2656         reindent.
2657         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2658
2659 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2660
2661         * smiley.el (smiley-style): Fix typo.
2662
2663 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * hashcash.el (hashcash-insert-payment-async-2): Use
2666         message-goto-eoh instead of doing it manually.
2667         (mail-add-payment): Use message-narrow-to-header instead of trying
2668         to do the same itself.
2669
2670         * message.el (message-hidden-headers): Add Face.
2671
2672         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2673         reparenting code.
2674         (gnus-summary-reparent-children): Refactored out code.
2675         (gnus-summary-thread-map): New keystroke.
2676         (gnus-summary-reparent-children): Make into command.
2677
2678         * smiley.el (smiley-style): Default to `medium' if using a large
2679         font.
2680
2681         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2682         does it itself.
2683
2684         * message.el (message-point-in-header-p): Simplify definition.
2685
2686 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2687
2688         * nnagent.el (nnagent-request-set-mark): Silence log file
2689         writing.
2690         (nnagent-request-set-mark): Use write-region instead of
2691         append-to-file.
2692
2693         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2694         strange select method.
2695
2696         * ecomplete.el (ecomplete-display-matches): Get highlightling
2697         right.
2698         (ecomplete-display-matches): Use literals.
2699         (ecomplete-display-matches): Disable message logging.
2700
2701         * message.el (message-display-abbrev): Small optimization.
2702
2703         * ecomplete.el (ecomplete-display-matches): Allow automatic
2704         display.
2705
2706         * message.el (message-strip-forbidden-properties): Display
2707         abbrevs.
2708         (message-display-abbrev): Get automatic display right.
2709
2710         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2711         keystrokes.
2712
2713 2006-04-13  Romain Francoise  <romain@orebokech.com>
2714
2715         TODO: Backport to v5-10!
2716
2717         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2718         Moved here (and renamed) from gnus-registry.el.
2719
2720         * gnus-registry.el: Require gnus-util.
2721         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2722
2723 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * gnus-group.el (gnus-group-catchup-current): Change
2726         if-then-else-if-then-else into cond.
2727         (gnus-group-catchup): Indent.
2728         (group-name-at-point): New function.
2729         (gnus-fetch-group): Provide default from thing at point.
2730
2731 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * message.el (message-display-abbrev): Fix regexp.
2734
2735         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2736         choosing.
2737         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2738         dead variables.
2739
2740         * message.el (message-newline-and-indent): Remove debugging.
2741         (message-display-abbrev): Use new implementation.
2742
2743 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2744
2745         * gnus-art.el (gnus-article-mode): Set
2746         cursor-in-non-selected-windows to nil.
2747
2748         * smiley.el: Revert previous change.
2749         (smiley-data-directory): defvar it before using it in the
2750         defcustom of `smiley-style'.
2751
2752 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753
2754         * message.el (message-newline-and-indent): New function.
2755
2756         * ecomplete.el: Implement more bits.
2757
2758         * message.el (message-put-addresses-in-ecomplete): Clean up the
2759         string.
2760
2761         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2762
2763         * gnus-sum.el (gnus-summary-save-parts): Bind
2764         gnus-summary-save-parts-counter and use it to make unique file
2765         names.
2766
2767         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2768
2769         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2770         parameter to say whether to actually parse the individual
2771         addresses.
2772
2773         * message.el (message-put-addresses-in-ecomplete): New function.
2774         (ecomplete): Require.
2775         (message-mail-alias-type): Add ecomplete as an option.
2776
2777 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2778
2779         * flow-fill.el (fill-flowed): Remove trailing space from blank
2780         quoted lines.
2781
2782 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2783
2784         * smiley.el (smiley-style): Move definition later to avoid a
2785         compilation warning.
2786
2787 2006-04-12  Kenichi Handa  <handa@m17n.org>
2788
2789         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2790         buffer and then decode the buffer text if necessary.
2791         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2792         first, and after mm-encode-body, change the buffer to unibyte.
2793         Use mm-disable-multibyte instead of set-buffer-multibyte.
2794
2795 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2798         Content-Type header instead of Content-Disposition header.
2799         (gnus-mime-inline-part): Ditto.
2800         (gnus-mime-view-part-as-charset): Ignore charset that the part
2801         specifies.
2802
2803         * mm-decode.el (mm-display-part): Work with external parts and
2804         usual parts similarly.
2805
2806         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2807         instead of gnus-display-mime.
2808
2809         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2810         instead of with-temp-buffer.
2811
2812         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2813         tag to summarized topics part in order to encode non-ASCII text.
2814
2815 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2816
2817         * smiley.el (smiley-style): New variable.
2818         (smiley-directory): New function.
2819         (smiley-data-directory): Derive from `smiley-style' using
2820         `smiley-directory'.
2821         (smiley-regexp-alist): Add new entries.
2822
2823         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2824         (gnus-article-browse-delete-temp): Add :version.
2825
2826 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2827
2828         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2829         the sieve region.
2830
2831 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * gnus.el (gnus-version-number): Bump version.
2834
2835 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2836
2837         * gnus.el: No Gnus v0.4 is released.
2838
2839 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2842         layout.
2843
2844         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2845         unknown charset.
2846
2847         * message.el (message-header-synonyms): Add Original-To to the
2848         default.
2849
2850         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2851         optional parameter.
2852
2853 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2854
2855         * gnus-fun.el (gnus): Require it for gnus-directory.
2856
2857 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2860
2861 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2862
2863         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2864
2865 2006-04-05  Simon Josefsson  <jas@extundo.com>
2866
2867         * password.el (password-reset): New function.
2868
2869 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2870
2871         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2872         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2873
2874 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2875
2876         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2877         Some whitespace was matched into the url, which broke browsing hits
2878         > 100 when mm-url-use-external was nil.
2879
2880 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2881
2882         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2883         gnus-extra-headers for 'Newsgroups.
2884
2885         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2886         bound.
2887
2888 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2889
2890         * pgg-gpg.el: Clean up process buffers every time gpg processes
2891         complete.
2892
2893 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2894
2895         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2896         doc string.
2897
2898 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2899
2900         * pgg-gpg.el (pgg-gpg-process-filter)
2901         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2902
2903         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2904         lines, temporary fix.
2905
2906 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2907
2908         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2909
2910 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2911
2912         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2913         default-enable-multibyte-characters.  This reverts the change from
2914         revision 6.17 which is no longer necessary because the passphrase
2915         is sent separately now.  GnuPG messages are unreadable under
2916         multibyte locales with default-enable-multibyte-characters set to
2917         nil.
2918
2919 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2920
2921         * message.el (message-tool-bar-gnome): Move "spell".
2922
2923 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2924
2925         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2926         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2927         instead.
2928
2929 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2930
2931         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2932         newsgroups handling for NNTP overviews which don't include
2933         Newsgroups.
2934
2935 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2936
2937         * message.el (message-resend): Bind message-generate-hashcash to nil.
2938
2939 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2940
2941         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2942         when searching for already-paid recipients.
2943
2944 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2945
2946         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2947         passphrases when it is not needed.
2948         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2949         passphrase stuff from gpg, should only be necessary when you use
2950         gpg with a smartcard.
2951
2952 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * mml.el (mml-insert-mime): Ignore cached contents of
2955         message/external-body part.
2956
2957         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2958         (mm-insert-part): Ditto.
2959
2960 2006-03-23  Simon Josefsson  <jas@extundo.com>
2961
2962         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2963         Reiner.
2964         (pgg-gpg-use-agent-p): Use it again.
2965
2966 2006-03-23  Simon Josefsson  <jas@extundo.com>
2967
2968         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2969         older emacsen.
2970         (pgg-gpg-use-agent-p): Don't use it.
2971
2972 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2973
2974         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2975         if we can.
2976
2977 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2978
2979         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2980         (pgg-gpg-update-agent): New function.
2981         (pgg-gpg-use-agent-p): New function.
2982         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2983         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2984         (pgg-gpg-sign-region): Use it.
2985
2986 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2989         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2990
2991 2006-03-21  Simon Josefsson  <jas@extundo.com>
2992
2993         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2994         <wilde@sha-bang.de>.
2995         (pgg-gpg-use-agent): New variable.
2996         (pgg-gpg-process-region): Use it.
2997         (pgg-gpg-encrypt-region): Likewise.
2998         (pgg-gpg-encrypt-symmetric-region): Likewise.
2999         (pgg-gpg-decrypt-region): Likewise.
3000         (pgg-gpg-sign-region): Likewise.
3001         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3002
3003 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3004
3005         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3006
3007         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3008         Add comment on version.
3009
3010 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3011
3012         * smiley.el: Add missing test smiley.
3013
3014 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * mm-decode.el (mm-with-part): New macro.
3017         (mm-get-part): Use it; work with message/external-body as well.
3018         (mm-save-part): Treat name and filename equally.
3019
3020         * mm-extern.el (mm-extern-cache-contents): New function.
3021         (mm-inline-external-body): Use it; force the part to be displayed;
3022         move undisplayer added to the cached handle to the parent.
3023
3024         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3025         (gnus-mime-view-part-as-type): Work with message/external-body.
3026
3027         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3028
3029 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3030
3031         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3032         images in image-load-path.  [Sync with image.el, revision 1.60, in
3033         Emacs.]
3034
3035 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3036
3037         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3038         path rather than symbol.  Always return list of directories.
3039         Guarantee that image directory comes first.  [Sync with image.el,
3040         revision 1.59, in Emacs.]
3041
3042         * message.el (message-make-tool-bar): Adjust to new API of
3043         `gmm-image-load-path-for-library'.
3044
3045         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3046
3047         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3048
3049 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3050
3051         * gnus-art.el (gnus-article-only-boring-p):
3052         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3053         intangible text.
3054         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3055
3056 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3057
3058         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3059         `defun' instead of `gmm-defun-compat'.
3060
3061 2006-03-14  Simon Josefsson  <jas@extundo.com>
3062
3063         * message.el (message-unique-id): Don't use message-number-base36
3064         if (user-uid) is a float.
3065         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3066
3067 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3070
3071         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3072         empty line between a part and a message part.
3073
3074 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3075
3076         * smiley.el: Add more test smileys.
3077         (smiley-data-directory, smiley-regexp-alist)
3078         (gnus-smiley-file-types): Fix doc strings.
3079         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3080         adding new elements.
3081         (smiley-mouse-map): Unused code.  Make it a comment.
3082
3083 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3086         scan latest NoCeM messages instead of old ones.
3087         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3088         delimiters that are recently used.
3089         (gnus-nocem-load-cache): Add autoload cookie.
3090
3091         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3092
3093         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3094         level which is larger than gnus-use-nocem is specified.
3095
3096         * gnus-group.el (gnus-group-get-new-news): Ditto.
3097
3098 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3099
3100         * gnus-util.el (gnus-tool-bar-update): New function.
3101
3102         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3103         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3104
3105         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3106
3107         * gnus-group.el (gnus-group-redraw-when-idle)
3108         (gnus-group-redraw-check): Remove.
3109         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3110
3111 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3114         if optional last element is specified in splits (FIELD VALUE...).
3115
3116 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3117
3118         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3119         to gmm-image-load-path-for-library.  Call with no-error argument.
3120         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3121
3122         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3123
3124         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3125
3126         * gmm-utils.el (gmm-image-load-path): Remove alias.
3127
3128 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3129
3130         * gmm-utils.el (gmm-image-load-path): Add alias.
3131
3132         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3133         nnml-generate-nov-databases-1.
3134         (nnml-generate-nov-databases): Use it.
3135         (nnml-generate-nov-databases-directory): Document no-active
3136         argument.
3137
3138         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3139         directory if path is t.  Add no-error.
3140
3141         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3142         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3143
3144         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3145         resetting gnus-article-browse-html-temp-list.
3146
3147         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3148         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3149         Add example to docstring.  Rename local variables.  Move error
3150         checks to default case in cond and simplify.
3151
3152 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3155         handle is multipart when calling it recursively.
3156         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3157
3158 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3159
3160         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3161         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3162
3163 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3166         is loaded.
3167
3168         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3169         loaded.
3170
3171 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3172
3173         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3174         to "Emacs 23 (unicode)" in doc string.
3175
3176         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3177         "Emacs 23 (unicode)" in comment.
3178
3179 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3180
3181         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3182
3183         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3184         characters 160 through 255 in Emacs 23.
3185
3186 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3187
3188         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3189         gnus-article-browse-html-temp.
3190         (gnus-article-browse-delete-temp): Make it customizable.  Add
3191         `file'.  Adjust doc string.
3192         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3193         query for each file.  Adjust doc string.
3194         (gnus-article-browse-html-parts): Add
3195         `gnus-article-browse-delete-temp-files' to
3196         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3197
3198 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3199
3200         * gnus-art.el (gnus-article-browse-html-temp)
3201         (gnus-article-browse-delete-temp): New variables.
3202         (gnus-article-browse-delete-temp-files): New function.
3203         (gnus-article-browse-html-parts): Use it.
3204
3205 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3206
3207         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3208
3209         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3210         string.
3211
3212         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3213         gnus-summary-insert-new-articles when unplugged.  Remove
3214         gnus-summary-search-article-forward.
3215
3216         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3217         display-visual-class instead of display-color-cells.
3218
3219 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * dgnushack.el: Autoload customize-group for XEmacs.
3222
3223         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3224         message/* containing non-ASCII text properly.
3225
3226 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3227
3228         * message.el: Require gmm-utils, remove autoloads.
3229         (message-tool-bar): Set default based on
3230         gmm-tool-bar-style.
3231         (message-tool-bar-gnome): Add gmm-customize-mode.
3232
3233         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3234         gmm-tool-bar-style.
3235         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3236
3237         * gnus-group.el (gnus-group-tool-bar): Set default based on
3238         gmm-tool-bar-style.
3239         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3240
3241         * gmm-utils.el (gmm-image-directory): Rename variable from
3242         gmm-image-load-path.
3243         (gmm-image-load-path): Use gmm-image-directory.
3244         (gmm-customize-mode): New function.
3245         (gmm-tool-bar-style): New variable.
3246
3247         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3248         gnus-group-redraw-line-number.
3249         (gnus-group-redraw-check): Simplify.
3250         (gnus-group-tool-bar-update): Remove redraw check.
3251         (gnus-group-make-tool-bar): Add redraw check.
3252
3253 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3254
3255         * gnus-art.el (gnus-button): Add missing parentheses.
3256
3257 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * lpath.el: Fbind line-number-at-pos.
3260
3261 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3262
3263         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3264
3265 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3266
3267         * gnus-art.el (gnus-button): New face.
3268         (gnus-article-button-face): Use it.
3269
3270         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3271         gnus-summary-next-page.  Re-order.
3272
3273         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3274         next-node are now included.
3275         (gnus-group-redraw-line-number): New internal variable.
3276         (gnus-group-redraw-check): Helper function for updating the tool
3277         bar.
3278         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3279
3280         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3281
3282         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3283         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3284         Use it to match format of Spamassassin 3.0 and later.  Reported by
3285         IRIE Tetsuya <irie@t.email.ne.jp>.
3286         (spam-check-bogofilter)
3287         (spam-bogofilter-register-with-bogofilter): Fix args of
3288         `gnus-error' calls.
3289
3290 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3291
3292         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3293         unnecessary interaction when sending queued mails.  Reported by
3294         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3295
3296 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3297
3298         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3299         first or last are nil.
3300
3301 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3302
3303         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3304
3305 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3308
3309 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3310
3311         * dns.el (query-dns): Protect more against buggy tcp output.
3312
3313 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3314
3315         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3316         nov.php.
3317
3318 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3319
3320         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3321         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3322         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3323         output on the server side.
3324         (nnweb-google-create-mapping): Update regexps and add some
3325         progress indication.
3326
3327 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3328
3329         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3330         gnus-agent-toggle-plugged.  Re-order icons.
3331         (gnus-group-tool-bar-gnome): Add
3332         gnus-group-{prev,next}-unread-group.
3333         (gnus-group-tool-bar-gnome): Re-order icons.
3334
3335         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3336         gnus-summary-insert-new-articles.
3337
3338         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3339         comments.
3340
3341         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3342         also available in Emacs 21.3.
3343
3344         * message.el (message-fix-before-sending): Change "Emacs 22" to
3345         "Emacs 23 (unicode)" in comment.
3346
3347         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3348         "Emacs 23 (unicode)" in comment.
3349
3350         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3351         comment.
3352         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3353
3354         * mm-view.el (mm-fill-flowed): Add :version.
3355
3356 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3359         and load-path.
3360
3361 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3362
3363         * message.el: Autoload gmm-image-load-path.
3364         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3365         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3366         consitency.
3367
3368         * gmm-utils.el (gmm-image-load-path): Also search in
3369         "../etc/images".  Don't set gmm-image-load-path if we don't find
3370         the image.
3371
3372 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * gmm-utils.el (gmm-image-load-path): Don't make
3375         `gmm-image-load-path' include subdirectories which the second arg
3376         `image' might specify.
3377
3378         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3379         subdirectory to icon file names.
3380
3381         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3382
3383 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3384
3385         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3386         gmm-image-load-path calls.
3387
3388         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3389
3390         * message.el (message-make-tool-bar): Ditto.
3391
3392         * mml.el (mml-preview): Added comment concerning tool bar icons.
3393
3394         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3395         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3396
3397         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3398         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3399
3400         * message.el (message-tool-bar-gnome): Use new icon names.
3401         (message-make-tool-bar): Use `gmm-image-load-path'.
3402
3403         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3404         functions from MH-E.
3405         (gmm-image-load-path): New variable from MH-E.
3406         (gmm-image-load-path): New function from MH-E.  Added arguments
3407         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3408         *-image-load-path-called-flag.
3409
3410 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3411
3412         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3413
3414 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3415
3416         * nnimap.el (nnimap-request-move-article): Change folder back to
3417         source group before deleting.
3418
3419 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3420
3421         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3422
3423         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3424         mm-url.
3425
3426         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3427
3428 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3431         coding system which mm-charset-to-coding-system returns for a
3432         given charset is valid.
3433
3434 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3435
3436         * html2text.el (html2text-remove-tag-list):
3437         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3438
3439 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3440
3441         * gnus-cus.el: Revert 2005-10-17 change.
3442
3443 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * gnus-art.el (article-strip-banner): Call
3446         article-really-strip-banner only when the regexp match is made.
3447
3448 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gnus-art.el (article-strip-banner): Use
3451         gnus-extract-address-components instead of
3452         mail-header-parse-addresses to make it work with non-ASCII text;
3453         remove mail-encode-encoded-word-string.
3454
3455         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3456         values which are surrounded with \"...\"; make it never cause a
3457         Lisp error; give up parsing of parameters if it failed in
3458         extracting type.
3459
3460 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3461
3462         * smime.el (smime-cert-by-ldap-1): Fix bug where
3463         `smime-ldap-search' returns results without userCertificates.
3464
3465 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3468
3469 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3470
3471         * spam.el (spam-check-spamassassin-headers): Adapt format for
3472         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3473         <ari@mbf.ocn.ne.jp>.
3474         (spam-list-of-processors): Add spam-use-gmane.
3475
3476 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3479         make-temp-file; make it work with XEmacs as well.
3480
3481         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3482         mm-make-temp-file.
3483
3484         * mm-decode.el (mm-display-external): Use the 3rd arg of
3485         mm-make-temp-file.
3486         (mm-create-image-xemacs): Ditto.
3487
3488 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3491         with message-narrow-to-headers.
3492         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3493         (gnus-draft-check-draft-articles): New function.
3494         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3495
3496 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3497
3498         * gnus-art.el (gnus-article-browse-html-parts):
3499         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3500         Don't use suffix argument for mm-make-temp-file for Emacs 21
3501         compatibility.  Remove useless `format'.
3502
3503 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3504
3505         * nnweb.el (nnweb-google-wash-article): Update regexps.
3506         (nnweb-group-alist): Use defvoo instead of defvar.
3507
3508 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3511         re-loading nn* modules.
3512
3513 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3514
3515         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3516         for `tool-bar-mode' and don't check it's default-value.
3517
3518         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3519
3520         * message.el (message-make-tool-bar): Ditto.
3521
3522         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3523         `substring'.  Shorten tmp-file name.
3524
3525         * gnus.el: Remove bogus comment.
3526
3527 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3528
3529         * gnus-art.el (gnus-article-browse-html-parts): New function.
3530         (gnus-article-browse-html-article): New function for viewing html
3531         articles with a browser.
3532
3533 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3534
3535         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3536         in elisp.
3537         (pgg-gpg-encrypt-symmetric-region): Ditto.
3538         (pgg-gpg-sign-region): Ditto.
3539
3540         * pgg-def.el (pgg-text-mode): New variable.
3541
3542         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3543         (mml2015-pgg-encrypt): Ditto.
3544
3545         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3546         (mml1991-pgg-encrypt): Ditto.
3547
3548 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3551         message-make-date instead of current-time-string.
3552
3553         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3554         to gnus-decoded which mm-uu might set.
3555
3556 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3557
3558         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3559         don't decode quoted parameters; remove misimported Emacs code.
3560         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3561         (rfc2231-decode-encoded-string): Don't use split-string which
3562         behaves differently according to Emacs version; use
3563         mm-decode-coding-region to convert charset to coding-system.
3564         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3565         (rfc2231-encode-string): Remove misimported Emacs code.
3566
3567 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3570         when calling mail-header-parse-content-type.
3571         (article-de-quoted-unreadable): Ditto.
3572         (article-de-base64-unreadable): Ditto.
3573         (article-wash-html): Ditto.
3574
3575         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3576         calling mail-header-parse-content-type and
3577         mail-header-parse-content-disposition.
3578         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3579         mail-header-parse-content-type.
3580
3581         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3582         insert charset and format parameters; encode description after
3583         inserting it to buffer.
3584         (mml-insert-parameter): Fold lines properly even if a parameter is
3585         segmented into two or more lines; change the max column to 76.
3586
3587         * rfc1843.el (rfc1843-decode-article-body): Don't use
3588         ignore-errors when calling mail-header-parse-content-type.
3589
3590         * rfc2231.el (rfc2231-parse-string): Return at least type if
3591         possible; don't cause an error even if it fails in parsing of
3592         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3593         (rfc2231-encode-string): Don't break lines at the beginning, leave
3594         it to mml-insert-parameter.
3595
3596         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3597         calling mail-header-parse-content-type.
3598
3599 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3600
3601         * spam-report.el (spam-report-gmane-use-article-number):
3602         Improve doc string.
3603         (spam-report-gmane-internal): Check if a suitable header was found
3604         in the article.
3605
3606 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3609         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3610
3611 2006-02-05  Romain Francoise  <romain@orebokech.com>
3612
3613         Update copyright notices of all files in the gnus directory.
3614
3615 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3616
3617         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3618
3619 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3622         segmented lines of parameter value to cope with Thunderbird 1.5
3623         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3624         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3625         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3626
3627 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3628
3629         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3630         parts.
3631
3632 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3633
3634         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3635         there's only one active file for all servers.
3636         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3637         solid groups.  Gnus might have used a FAST request to select the group.
3638         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3639         and nnweb-search redundantly in the active file.
3640         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3641         (nnweb-request-create-group): Don't use ARGS.
3642         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3643         initialisations.  Let nnoo do the work.
3644
3645 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3646
3647         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3648         Say the part has been decoded.
3649
3650         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3651
3652 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3653
3654         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3655         mailcap-viewer-test-cache when there's no 'test clause, since that
3656         will invert the meaning of a "nil" test previously determined by
3657         mailcap-mailcap-entry-passes-test.
3658
3659 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3662         compiling.
3663
3664         * gnus-sum.el: Ditto.
3665
3666         * message.el: Don't bind tool-bar-map when compiling.
3667
3668 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3669
3670         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3671
3672 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3673
3674         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3675         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3676         current Google Groups.
3677
3678 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3679
3680         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3681         and tool-bar-mode.
3682
3683         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3684         and tool-bar-mode.
3685
3686         * message.el (message-tool-bar-update): Simplify.
3687         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3688
3689         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3690         gnus-summary-buffer.
3691         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3692         gnus-summary-reply.
3693
3694         * gmm-utils.el (gmm): Add :version.
3695
3696 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3697
3698         * Makefile.in (clean): New rule.
3699         (distclean): Use it.
3700
3701 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3702
3703         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3704         autoload.
3705
3706 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * gmm-utils.el (gmm-verbose): Add :group.
3709
3710 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3711
3712         * message.el: Change some comments WRT tool-bars.
3713
3714         * gnus-sum.el (gnus-summary-tool-bar)
3715         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3716         (gnus-summary-tool-bar-zap-list): New variables.
3717         (gnus-summary-make-tool-bar): Complete rewrite using
3718         `gmm-tool-bar-from-list'.
3719
3720         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3721         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3722         variables.
3723         (gnus-group-make-tool-bar): Complete rewrite using
3724         `gmm-tool-bar-from-list'.
3725         (gnus-group-tool-bar-update): New function.
3726
3727         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3728
3729 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3730
3731         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3732         is dissected into a single part of which the type is the same as
3733         the given one; decode charset.
3734
3735 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3736
3737         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3738         into alists as symbol not string, since that's what
3739         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3740         look for.
3741
3742 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3743
3744         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3745         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3746
3747         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3748
3749 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3752         (gnus-xmas-mime-security-button-menu): New function.
3753
3754         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3755         (gnus-mime-security-button-menu): New definition.
3756         (gnus-mime-security-button-map): Use them.
3757         (gnus-mime-security-button-menu): New function.
3758         (gnus-insert-mime-security-button): Addition to help echo.
3759         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3760         (gnus-mime-security-pipe-part): New functions.
3761
3762         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3763         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3764
3765         * mm-decode.el (mm-handle-set-disposition): Remove.
3766         (mm-handle-set-description): Remove.
3767
3768 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3771         (mm-w3m-standalone-supports-m17n-p): New function.
3772         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3773         w3m usage.
3774
3775         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3776         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3777
3778 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3779
3780         * message.el (message-tool-bar-zap-list): Use
3781         gmm-tool-bar-zap-list as custom type.
3782         (message-tool-bar-update): New function.
3783         (message-tool-bar, message-tool-bar-gnome)
3784         (message-tool-bar-retro): Add message-tool-bar-update.
3785         (message-tool-bar-gnome): Add flyspell-buffer.
3786
3787         * gnus-util.el (gnus-error): Describe `args'.
3788
3789         * gmm-utils.el (gmm-error): Describe `args'.
3790         (gmm-tool-bar-zap-list): New widget.
3791         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3792
3793 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3796         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3797         the number of recursive calls.
3798
3799         * mm-decode.el (mm-handle-set-disposition): New macro.
3800         (mm-handle-set-description): New macro.
3801
3802 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3805         encoding.
3806
3807 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3808
3809         * message.el (message-tool-bar-zap-list, message-tool-bar)
3810         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3811         (message-tool-bar-local-item-from-menu): Remove.
3812         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3813         (message-make-tool-bar): New function.
3814         (message-mode): Use `message-make-tool-bar'.
3815
3816         * gmm-utils.el: New file.
3817         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3818         (gmm-lazy): New widget copied from `nnmail.el'.
3819         (gmm-tool-bar-from-list): New function for creating customizable
3820         tool bars.
3821         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3822         output.
3823         (gmm): Add :prefix to defgroup.
3824
3825 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3826
3827         * gmm-utils.el (gmm-widget-p): New function.
3828
3829 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3830
3831         * mml.el (mml-attach-file): Describe `description' in doc string.
3832         (mml-menu): Add Emacs MIME manual and PGG manual.
3833
3834 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3835
3836         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3837
3838 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3839
3840         * nntp.el (nntp-end-of-line): Doc fix.
3841
3842 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3843
3844         * imap.el (imap-open): Handle case where buffer is a buffer
3845         object.
3846
3847 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3848
3849         * gnus-delay.el (gnus-delay): Don't autoload.
3850         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3851         to be re-loaded when customizing the `gnus-delay' group.
3852
3853 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3854
3855         * message.el (message-insert-citation-line): Use newlines.
3856
3857 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3858
3859         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3860         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3861         these routines, so the passphrase can be managed externally and
3862         passed in to the system.
3863         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3864         pgg-add-passphrase-to-cache function.
3865
3866         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3867         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3868         these routines, so the passphrase can be managed externally and
3869         passed in to the system.
3870         (pgg-pgp5-sign-region): Use new name of
3871         pgg-add-passphrase-to-cache function.
3872
3873 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3874
3875         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3876         part of the decoded armor to find the key-identifier.
3877         (pgg-gpg-lookup-key-owner): New function to return the
3878         human-readable identifier of a key owner.
3879         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3880         itself.
3881         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3882         the key value) if we have a key and can match it against a secret
3883         key.  Also, added a note pointing out fact that the prompt only
3884         indicates the first matching key.
3885
3886         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3887         pgg-decrypt-region.
3888         (pgg-add-passphrase-to-cache): Rename from
3889         `pgg-add-passphrase-cache' to reduce confusion (all callers
3890         changed).
3891         (pgg-remove-passphrase-from-cache): Rename from
3892         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3893         changed).
3894         (pgg-read-passphrase, pgg-add-passphrase-cache)
3895         (pgg-remove-passphrase-cache): Add informative docstrings.
3896         (pgg-decrypt): Convey provided passphrase in subordinate call to
3897         pgg-decrypt-region.
3898
3899 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3900
3901         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3902         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3903         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3904         'passphrase' argument, so the passphrase can be managed externally
3905         and then passed in to the system.
3906
3907         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3908         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3909         so the passphrase cache can be used reliably with identifiers
3910         besides a pgp packet's key id.
3911
3912         * pgg-gpg.el (pgg-gpg-encrypt-region)
3913         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3914         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3915         these routines, so the passphrase can be managed externally and
3916         passed in to the system.
3917
3918         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3919         'notruncate' argument, so the passphrase cache can be used
3920         reliably with identifiers besides a pgp packet's key id.
3921
3922 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3923
3924         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3925         symmetric encryption.
3926         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3927         encrypted session key.
3928         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3929         message ask for the passphrase in a proper way.
3930
3931         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3932         New user commands for symmetric encryption.
3933
3934 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3937
3938         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3939
3940 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3941
3942         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3943
3944 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * mm-decode.el (mm-inlined-types): Add application/pgp.
3947         (mm-automatic-display): Ditto.
3948
3949         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3950         part as text.
3951
3952 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3953
3954         * nnrss.el: Update copyright.
3955         (nnrss-opml-import): Query whether to subscribe to each entry.
3956
3957         * gnus-art.el:
3958         * gnus-sum.el:
3959         * gnus-xmas.el:
3960         * messagexmas.el:
3961         * mm-uu.el:
3962         * mm-view.el: Update copyright.
3963
3964 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3965
3966         * message.el (message-info): New function.
3967         (message-mode-menu): Add it.
3968         Update copyright.
3969
3970         * ChangeLog: Fix and update copyright.
3971
3972 2006-01-13  Romain Francoise  <romain@orebokech.com>
3973
3974         * message.el (message-forward-subject-name-subject): Prefer the
3975         address to 'nowhere' if the sender has no name.
3976         Fix typo.  Update copyright year.
3977
3978 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * gnus-art.el (article-wash-html): Use
3981         gnus-summary-show-article-charset-alist if a numeric arg is given.
3982         (gnus-article-wash-html-with-w3m-standalone): New function.
3983
3984         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3985         mm-inline-text-html-render-with-w3m-standalone.
3986         (mm-text-html-washer-alist): Map w3m-standalone to
3987         gnus-article-wash-html-with-w3m-standalone.
3988         (mm-inline-text-html-render-with-w3m-standalone): New function.
3989
3990 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3991
3992         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3993         Improve LaTeX.
3994
3995 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3998         (nnrss-request-article): Render text/plain parts as HTML.
3999
4000         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4001         the buffer.
4002
4003 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4004
4005         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4006         custom definition of `gnus-posting-styles'.
4007
4008         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4009         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4010
4011 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4012
4013         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4014         Use nntp for bug archive.
4015
4016 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4019         parts.
4020         (nnrss-normalize-date): New function converts ISO 8601 date into
4021         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4022         (nnrss-check-group): Use it.
4023
4024 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4025
4026         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4027
4028         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4029         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4030         (nnrss-insert-w3): Ditto.
4031
4032 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4035         the articles to be forwarded including the case where neither a
4036         number of articles nor a region is specified.
4037
4038 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * nnrss.el (nnrss-request-article): Fix last change; fill
4041         text/plain parts.
4042
4043 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4046         in text/plain part.
4047         (nnrss-check-group): Don't add excessive newline to dc:subject.
4048
4049 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4050
4051         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4052         article.
4053
4054 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4055
4056         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4057         (nnml-use-compressed-files, nnml-save-mail): Support other
4058         comression programs such as bzip2.
4059
4060 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4061
4062         * dns.el (query-dns): Make sure we check the buffer size before
4063         removing tcp headers.
4064
4065 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4068         remove MIME buttons associated with multipart/alternative parts.
4069         (gnus-mime-display-alternative): Tag buttons using `article-type'
4070         text property.
4071
4072         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4073         associated with multipart/alternative parts.
4074
4075         * gnus-art.el (gnus-signature-separator): Fix custom type.
4076
4077         * mm-decode.el (mm-inlined-types): Fix custom type.
4078         (mm-keep-viewer-alive-types): Ditto.
4079         (mm-automatic-display): Ditto.
4080         (mm-attachment-override-types): Ditto.
4081         (mm-inline-override-types): Ditto.
4082         (mm-automatic-external-display): Ditto.
4083
4084 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4085
4086         * spam-report.el (spam-report-user-mail-address)
4087         (spam-report-user-agent): New variables.
4088         (spam-report-url-ping-plain): Use spam-report-user-agent.
4089
4090 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4091
4092         * gnus-art.el (gnus-button-handle-custom): Do not just use
4093         `customize-apropos' for any "M-x customize-*" button but the
4094         function called for.  Accept both the function name and its
4095         argument in order to achieve this.
4096         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4097         function name to `gnus-button-handle-custom' in case of "M-x
4098         customize-*" buttons.
4099
4100 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4103         multipart/alternative and add xref to mm-discouraged-alternatives
4104         in doc string.
4105
4106         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4107         gnus-buttonized-mime-types in doc string.
4108
4109 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4110
4111         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4112         Suggest image/.* in the doc string.
4113
4114 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4115
4116         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4117         message-marks (Debian bug #342521).
4118
4119 2005-12-12  Simon Josefsson  <jas@extundo.com>
4120
4121         * password.el (password-read-from-cache): Add.
4122         (password-read): Use it.
4123
4124 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4127         us-ascii as a MIME charset.
4128
4129         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4130         against the case where the 2nd arg TYPE is nil.
4131
4132 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4133
4134         * pop3.el (pop3-stream-type): Fix custom version.
4135
4136         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4137
4138 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4139
4140         * mm-decode.el (mm-display-external): Add missing cdr.
4141
4142 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4145         RFC1524) if it is in mailcap or add a suffix according to
4146         mailcap-mime-extensions when generating a temp filename; postpone
4147         deleting a temp file for 2 seconds for some wrappers, shell
4148         scripts, and so on, which might exit right after having started a
4149         viewer command as a background job.
4150
4151 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4152
4153         * nntp.el (nntp-marks-directory): Fix custom group.
4154
4155         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4156         steps when < 10.
4157
4158         * gnus-start.el (gnus-no-server-1): Mention
4159         `gnus-level-default-subscribed' in doc string.
4160
4161 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4162
4163         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4164         parens.
4165
4166 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * gnus-xmas.el (gnus-use-toolbar): Revert.
4169         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4170         gnus-use-toolbar is default.
4171
4172         * messagexmas.el (message-use-toolbar): Revert.
4173         (message-setup-toolbar): Use global default-toolbar if
4174         message-use-toolbar is default.
4175
4176 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4179         according to default-toolbar-visible-p.
4180
4181         * messagexmas.el (message-use-toolbar): Ditto.
4182
4183 2005-11-26  Dave Love  <fx@gnu.org>
4184
4185         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4186         (tls-program, tls-success): Provide openssl alternative.
4187
4188         * starttls.el: Doc fixes.
4189         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4190         SERVICE to PORT.
4191
4192         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4193         port null or service name.
4194         (starttls-negotiate): Autoload.
4195
4196 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * message.el (message-kill-to-signature): Fix interactive spec.
4199
4200 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * pop3.el (pop3-open-server): Recognize a string as a service name.
4203
4204 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4205
4206         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4207
4208 2005-11-23  Dave Love  <fx@gnu.org>
4209
4210         Add pop3s, pop3/starttls.
4211
4212         * pop3.el (pop3-authentication-scheme): Clarify doc.
4213         (open-tls-stream, starttls-open-stream): Autoload.
4214         (pop3-stream-type): New.
4215         (pop3-open-server): Use it.
4216
4217         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4218         for POP.
4219         (mail-source-keyword-map): Add :stream for POP.
4220         (mail-source-fetch-pop): Use pop3-stream-type.
4221
4222 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4225         of current-time-string.
4226
4227 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4228
4229         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4230         date header.
4231
4232 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4233
4234         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4235         it can seriously impact performance as it bypasses the agent's
4236         local caches.
4237
4238 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4239
4240         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4241         must be explicitly online rather than "not explicitly offline" for
4242         its flags to be synchronized.
4243
4244         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4245         that gnus-uu-unmark-thread will function correctly.
4246
4247         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4248         1024K is instead displayed as 1M.
4249
4250 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4253
4254 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4255
4256         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4257
4258 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4259
4260         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4261         error message to display actual error condition.
4262         (gnus-agent-save-local): Avoid saving symbols that are bound to
4263         nil as they simply result in a warning message in
4264         gnus-agent-read-local.
4265
4266 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4269         rather than make-variable-buffer-local for file-precious-flag.
4270
4271 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4272
4273         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4274         for duplicates which are removed.  The invalid sort check then
4275         triggers a rescan after the sort as sorting may have moved
4276         duplicate entries such that they can be cheaply detected.
4277
4278 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4281
4282 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4283
4284         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4285         internal variable to a custom variable.  Changed default value
4286         from compressed(2) to uncompressed(1).
4287         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4288         support for uncompressed agentview files.  Taken together, reading
4289         the agentview file should now be 6-7 times faster.
4290
4291 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4292
4293         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4294         as a buffer-local variable.  This avoids creating truncated
4295         dribble files as a result of a hang up, eg.
4296
4297 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4298
4299         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4300         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4301         XEmacs.
4302
4303 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4304
4305         * gnus-start.el (gnus-start-draft-setup): Enforce
4306         `gnus-draft-mode' for nndraft:drafts at startup.
4307
4308         * gnus.el (gnus-splash): Change custom group.
4309         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4310         allow-list argument.
4311
4312         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4313         string.
4314
4315 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4316
4317         * gnus-art.el (gnus-default-article-saver): Add user-defined
4318         `function' to custom type.
4319
4320 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4321
4322         * imap.el (imap-open): Handle case where buffer is a buffer
4323         object.
4324
4325 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4326
4327         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4328         long lines.
4329         (gnus-cache-delete-group): Wrap doc strings.
4330
4331         * gnus-agent.el (gnus-agent-rename-group)
4332         (gnus-agent-delete-group): Wrap doc strings.
4333
4334
4335 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * messagexmas.el (message-use-toolbar): Change the valid values
4338         into default, top, bottom, left, and right.
4339         (message-toolbar-thickness): New variable.
4340         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4341         well.
4342         (message-setup-toolbar): Make it work.
4343
4344         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4345         (gnus-use-toolbar): Change the valid values into default, top,
4346         bottom, left, and right.
4347         (gnus-toolbar-thickness): New variable.
4348         (gnus-xmas-setup-toolbar): New function.
4349         (gnus-xmas-setup-group-toolbar): Use it.
4350         (gnus-xmas-setup-summary-toolbar): Use it.
4351
4352 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353
4354         * gnus-start.el (gnus-1): Add "native" to
4355         gnus-predefined-server-alist.
4356
4357         * gnus.el (gnus-method-to-server): Don't add "native" to the
4358         lists here, because that leads to problems when
4359         gnus-select-method is bound.
4360
4361 2005-11-09  Simon Josefsson  <jas@extundo.com>
4362
4363         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4364         use (not sort-by-date) instead.
4365
4366 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4367
4368         * gnus-delay.el (gnus-delay-group): Don't autoload.
4369         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4370         to be re-loaded when customizing the `gnus-delay' group.
4371
4372 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4373
4374         * message.el: Revert last changes.
4375         (message-insert-citation-line): Use newlines.
4376
4377 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4378
4379         * message.el (message-courtesy-message)
4380         (message-mark-insert-begin, message-mark-insert-end)
4381         (message-elide-ellipsis, message-cancel-message)
4382         (message-add-header, message-change-subject)
4383         (message-cross-post-followup-to-header)
4384         (message-cross-post-insert-note, message-reduce-to-to-cc)
4385         (message-widen-reply, message-delete-not-region)
4386         (message-kill-to-signature, message-insert-signature)
4387         (message-insert-importance-high, message-insert-importance-low)
4388         (message-insert-or-toggle-importance)
4389         (message-insert-disposition-notification-to)
4390         (message-indent-citation, message-yank-original)
4391         (message-cite-original-without-signature, message-cite-original)
4392         (message-insert-citation-line, message-position-on-field)
4393         (message-fix-before-sending, message-send-mail-partially)
4394         (message-send-mail, message-send-mail-with-sendmail)
4395         (message-send-mail-with-qmail, message-send-news)
4396         (message-check-news-header-syntax, message-generate-headers)
4397         (message-insert-courtesy-copy, message-fill-address)
4398         (message-fill-header, message-shorten-references)
4399         (message-setup-1, message-cancel-news)
4400         (message-forward-make-body-plain, message-forward-make-body-mime)
4401         (message-forward-make-body-mml, message-encode-message-body)
4402         (message-forward-make-body-digest-plain)
4403         (message-forward-make-body-digest-mime)
4404         (message-use-alternative-email-as-from): Insert `hard-newline'
4405         instead of ordinary newlines.
4406
4407 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * message.el (message-generate-headers): Downcase the argument
4410         given to message-check-element.
4411
4412 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4413
4414         * nntp.el (nntp-authinfo-rejected): New error condition.
4415         (nntp-wait-for): Use new error condition to signal authentication
4416         error.
4417         (nntp-retrieve-data): Rethrow new error condition to break out of
4418         recursive call to nntp-send-authinfo.
4419
4420 2005-11-08  Romain Francoise  <romain@orebokech.com>
4421
4422         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4423         (gnus-summary-exit-map): Bind to `Z p'.
4424         (gnus-summary-make-menu-bar): Add menu item.
4425
4426 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4427
4428         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4429         (gnus-treat-*): Add `first' in all doc strings.
4430
4431         * gnus-group.el (gnus-group-compact-group): Fix typo.
4432
4433 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * gnus.el (gnus-parameters-case-fold-search): New variable.
4436         (gnus-parameters-get-parameter): Use it.
4437
4438         * gnus-score.el (gnus-home-score-file): Doc fix.
4439
4440 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4441
4442         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4443
4444 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * mm-util.el (mm-special-display-p): New function.
4447
4448         * mml.el (mml-preview): Use it; doc fix.
4449
4450 2005-10-29  Romain Francoise  <romain@orebokech.com>
4451
4452         * message.el (message-fix-before-sending): Fix comment.
4453
4454 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4455
4456         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4457
4458 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4459
4460         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4461         Used in gnus-score.el.
4462
4463 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4464
4465         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4466
4467 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4468
4469         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4470         whitespace removed in revision 7.8.  Use concatenated string to
4471         protect trailing whitespace.
4472
4473 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4474
4475         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4476         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4477         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4478         Courier IMAP ("some version from 2004").  Mostly based on similar
4479         code in the same function.
4480
4481 2005-10-26  Didier Verna  <didier@xemacs.org>
4482
4483         * gnus-group.el (gnus-group-compact-group): invalidate original
4484         article buffer.
4485         * gnus-srvr.el (gnus-server-compact-server): ditto.
4486         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4487         NOV database and in article itself.
4488         Invalidate article backlog.
4489
4490 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4491
4492         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4493
4494 2005-10-26  Simon Josefsson  <jas@extundo.com>
4495
4496         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4497         part of 2004-07-25 change.
4498
4499 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * message.el (message-display-completion-list): New function.
4502         (message-expand-group): Use it; make sure the Completions buffer
4503         is modifiable.
4504
4505 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4506
4507         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4508         user-mail-name is an empty string.
4509
4510 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4511
4512         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4513         depending on gnus-score-decay-constant.
4514
4515         * encrypt.el (encrypt-insert-file-contents)
4516         (encrypt-write-file-contents): Don't use `gnus-message'.
4517
4518         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4519         arguments.
4520         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4521         arguments to mm-uu-verbatim-marks-extract.
4522         (mm-uu-hide-markers): New variable.
4523         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4524
4525         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4526         (gnus-convert-image-to-face-command): Use "convert" by default to
4527         allow other input image formats.
4528         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4529         accordingly.
4530
4531 2005-10-23  Simon Josefsson  <jas@extundo.com>
4532
4533         * imap.el (imap-gssapi-program): Align command line parameters
4534         with latest GNU SASL.
4535         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4536
4537 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538
4539         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4540         HTML.
4541         (nnslashdot-request-article): Ditto.
4542
4543         * lpath.el (featurep): Add nobreak-char-display.
4544
4545 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4546
4547         * mail-source.el (mail-source-fetch-pop): Require pop3.
4548         (mail-source-check-pop): Ditto.
4549
4550 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4553         errors.
4554
4555 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4556
4557         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4558         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4559
4560         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4561
4562         * mm-bodies.el (mm-decode-string): Call
4563         `mm-charset-to-coding-system' with allow-override argument.
4564
4565 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4568         (rfc2047-charset-to-coding-system): New function.
4569         (rfc2047-decode-encoded-words): New function.
4570         (rfc2047-decode-region): Use them.
4571         (rfc2047-decode-cte): Remove.
4572         (rfc2047-parse-and-decode): Remove.
4573         (rfc2047-decode): Remove.
4574
4575 2005-10-15  Kenichi Handa  <handa@m17n.org>
4576
4577         * rfc2047.el (rfc2047-decode-cte): New function.
4578         (rfc2047-decode-region): Change the way to decode successive
4579         encoded-words: decode B- or Q-encoding in each encoded-word,
4580         concatenate them, and decode it as charset.
4581
4582 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * lpath.el: Fbind codepage-setup for XEmacs.
4585
4586 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4587
4588         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4589         widget-move-and-invoke.
4590         (gnus-custom-mode): Use gnus-custom-map.
4591
4592 2005-10-15  Bill Wohler  <wohler@newt.com>
4593
4594         * message.el (message-tool-bar-map): Renamed image file from
4595         mail_send to mail/send.
4596
4597 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4598
4599         * message.el (message-expand-group): Pass the common
4600         prefix substring of completion to `display-completion-list'.
4601
4602 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4603
4604         * mml-sec.el (mml-secure-method): New internal variable.
4605         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4606         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4607         functions using mml-secure-method.
4608
4609         * mml.el (mml-mode-map): Add key bindings for those functions.
4610         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4611         Harder <harder@myrealbox.com>.
4612         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4613         end of message if point is the headers of the message.
4614
4615         * message.el (message-in-body-p): New function.
4616
4617         * assistant.el: Autoload gnus-util and netrc.
4618
4619         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4620         Use `mm-charset-override-alist' only when decoding.
4621
4622         * mm-bodies.el (mm-decode-body): Call
4623         `mm-charset-to-coding-system' with allow-override argument.
4624
4625         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4626         `filename' from Content-Disposition if Content-Type doesn't
4627         provide `name'.
4628         (gnus-mime-view-part-as-type): Set default instead of
4629         initial-input.
4630
4631 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4632
4633         * format-spec.el (format-spec): Propagate text properties of % spec.
4634
4635 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4636
4637         * gnus-art.el (gnus-treat-predicate): Add `first'.
4638
4639 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4640
4641         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4642         (mm-charset-override-alist): New variable.
4643         (mm-charset-to-coding-system): Use it.
4644         (mm-codepage-setup): New helper function.
4645         (mm-charset-eval-alist): New variable.
4646         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4647         about unknown charsets.
4648
4649         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4650
4651 2005-10-04  David Hansen  <david.hansen@gmx.net>
4652
4653         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4654         (nnrss-check-group): Ditto.
4655
4656 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4657
4658         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4659         Rename x-gnus-verbatim to x-verbatim.
4660         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4661
4662         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4663         x-verbatim.
4664
4665         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4666
4667         * gnus-util.el (gnus-remove-duplicates): Remove.
4668
4669         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4670         instead of gnus-remove-duplicates.
4671
4672         * message.el (message-remove-duplicates): Remove.
4673         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4674         message-remove-duplicates.
4675
4676         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4677         available, else use implementation from `delete-dups'.
4678
4679         * message.el (message-insert-expires): New function.
4680         (message-mode-map): Add key binding.
4681         (message-mode-field-menu): Add menu entry.
4682         (message-mode): Document it.
4683         (message-make-expires-date): Use `message-make-date'.
4684
4685 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4686
4687         * message.el (message-make-expires-date): New function.
4688
4689 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * Makefile.in (list-installed-shadows): New entry.
4692         (install): Use it.
4693         (remove-installed-shadows): New entry.
4694
4695         * dgnushack.el (dgnushack-default-load-path): New variable.
4696         (dgnushack-find-lisp-shadows): New function.
4697         (dgnushack-remove-lisp-shadows): New function.
4698
4699 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * Makefile.in (install-el-elc): New entry.
4702         (install): Use it so that .el files are necessarily installed.
4703
4704 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4707
4708 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4709
4710         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4711         function rather than the diff-mode.el package.
4712         (mm-display-external): Use with-current-buffer.
4713         (mm-viewer-completion-map, mm-viewer-completion-map):
4714         Move initialization inside declaration.
4715
4716 2005-09-29  Simon Josefsson  <jas@extundo.com>
4717
4718         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4719         autoload mail-check-payment.
4720         (spam-check-hashcash): Define unconditionally, since hashcash.el
4721         is part of Gnus now.  Ignore errors from payment checking.
4722
4723 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4724
4725         * message.el (message-bold-region, message-unbold-region): Rename
4726         from `bold-region' and `unbold-region'.
4727
4728         * message.el: Remove useless autoloads.
4729
4730 2005-09-28  Simon Josefsson  <jas@extundo.com>
4731
4732         * message.el (message-use-idna): Default to t.
4733         (message-use-idna): Test whether encoding works too.  Doc fix.
4734
4735 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * nntp.el (nntp-warn-about-losing-connection): Remove.
4738
4739 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4740
4741         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4742         customizable.  Change default value.
4743         (mm-uu-diff-groups-regexp): Change default value.
4744         (mm-uu-type-alist): Add doc string.
4745         (mm-uu-configure): Add doc string.  Make it interactive.
4746         (mm-uu-tex-groups-regexp): New variable.
4747         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4748         (mm-uu-type-alist): Add LaTeX documents.
4749         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4750         of "text/verbatim".
4751         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4752
4753         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4754         instead of "text/verbatim".
4755
4756         * message.el (message-mark-inserted-region)
4757         (message-mark-insert-file): Use slrn style marks when called with
4758         prefix argument.
4759
4760 2005-09-27  Simon Josefsson  <jas@extundo.com>
4761
4762         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4763
4764 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4765
4766         * message.el (message-remove-duplicates): New function.
4767         Implementation borrowed from `gnus-remove-duplicates'.
4768         (message-idna-to-ascii-rhs): Also encode idna addresses in
4769         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4770         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4771         only ask about the same idna domain once per header and also tell
4772         in what header to replace the idna domain.
4773
4774         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4775         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4776         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4777         a header is decoded and not just the last one.
4778
4779 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4782         has been decoded.
4783
4784         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4785         (mm-insert-part): Don't modify text if it has been decoded.
4786
4787         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4788         decoded.
4789
4790         * mm-view.el (mm-inline-text): Don't strip text props unless
4791         decoding enriched or richtext parts.
4792
4793 2005-09-25  Romain Francoise  <romain@orebokech.com>
4794
4795         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4796         * gnus-start.el (gnus-subscribe-interactively):
4797         * gnus-uu.el (gnus-uu-grab-articles):
4798         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4799         space.
4800
4801 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4802
4803         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4804         * mm-view.el (mm-view-pkcs7-decrypt):
4805         * gnus-sum.el (gnus-summary-limit-to-extra)
4806         (gnus-summary-respool-article, gnus-read-move-group-name):
4807         * gnus-score.el (gnus-summary-increase-score):
4808         * gnus-util.el (gnus-completing-read-with-default):
4809         * gnus-art.el (gnus-read-save-file-name)
4810         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4811         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4812         * message.el (message-check-news-header-syntax):
4813         Follow convention for reading with the minibuffer.
4814
4815 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4816
4817         * spam-report.el (spam-report-url-ping-plain):
4818         Use gnus-extended-version as User-Agent.
4819
4820         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4821         default value is nil.
4822
4823         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4824         (mm-uu-verbatim-marks-extract): New function.
4825         (mm-uu-extract): New face.
4826         (mm-uu-copy-to-buffer): Use it.
4827
4828         * spam-report.el (spam-report-gmane-ham): Renamed from
4829         `spam-report-gmane-unspam'.
4830         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4831         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4832
4833         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4834         Autoload.
4835         (spam-report-gmane-unregister-routine): Renamed
4836         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4837
4838 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4839
4840         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4841         (spam-report-gmane-unregister-routine): Add support for gmane
4842         unregistration.
4843
4844         * spam-report.el (spam-report-gmane-unspam)
4845         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4846         (spam-report-gmane): Change to take a single article and do unspam
4847         registration.
4848
4849 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * mm-url.el (mm-url-decode-entities): Fix regexp.
4852
4853 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854
4855         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4856         default to nil, to be able to use Gnus at all.  If the default
4857         switches to something else, then the function should be fixed not
4858         be exceedingly slow.
4859
4860 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4861
4862         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4863         fail hard.
4864
4865         * spam-report.el: Add better Keywords line.
4866
4867         * spam.el: Add Maintainer and better Keywords line.
4868
4869 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4870
4871         * gnus-art.el (gnus-article-replace-part)
4872         (gnus-mime-replace-part): New functions.
4873         (gnus-mime-action-alist, gnus-mime-button-commands)
4874         (gnus-mime-save-part-and-strip): Added file argument.
4875         (gnus-article-part-wrapper): Added interactive argument.
4876
4877         * gnus-sum.el (gnus-summary-mime-map): Add
4878         `gnus-article-replace-part'.
4879
4880 2005-09-19  Didier Verna  <didier@xemacs.org>
4881
4882         The nnml compaction feature:
4883         * nnml.el (nnml-request-compact-group): New function.
4884         * nnml.el (nnml-request-compact): New function.
4885         * gnus-int.el (gnus-request-compact-group): New function.
4886         * gnus-int.el (gnus-request-compact): New function.
4887         * gnus-group.el (gnus-group-compact-group): New function.
4888         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4889         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4890         * gnus-srvr.el (gnus-server-compact-server): New function.
4891         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4892         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4893
4894 2005-09-18  Deepak Goel  <deego@gnufans.org>
4895
4896         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4897         format spec.
4898
4899 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4902
4903 2005-09-15  Romain Francoise  <romain@orebokech.com>
4904
4905         * message.el (message-fill-paragraph): Clarify docstring.
4906
4907 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus-art.el (gnus-mime-display-part): Protect against broken
4910         MIME messages.
4911
4912 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4915         before parsing header.
4916
4917 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4918
4919         * html2text.el: (html2text-replace-list): Add new entities.
4920
4921 2005-09-11  Romain Francoise  <romain@orebokech.com>
4922
4923         * message.el (message-alternative-emails): Improve docstring.
4924         (message-setup-1): Call `message-use-alternative-email-as-from'
4925         after `message-setup-hook' to give it precedence over posting
4926         styles, etc.
4927         (message-use-alternative-email-as-from): Add docstring.  Remove
4928         the original From header if present.
4929
4930         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4931         (nnml-save-mail): Use it.
4932
4933         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4934         articles.  Add new argument `silent'.
4935         (gnus-uu-mark-all): Report the total number of marked articles.
4936
4937 2005-09-10  Romain Francoise  <romain@orebokech.com>
4938
4939         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4940         (gnus-uu-mark-series): Likewise.
4941
4942 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4943
4944         * spam-report.el (spam-report-gmane): Fix generation of spam
4945         report URL.
4946
4947 2005-09-10  Simon Josefsson  <jas@extundo.com>
4948
4949         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4950         t, based on discussion on the ding list with Robert Epprecht
4951         <epprecht@solnet.ch>.
4952
4953 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4954
4955         * spam-report.el (spam-report-gmane): Make it work without
4956         X-Report-Spam header.  Gmane now only provides Archived-At.
4957         This is only used if `spam-report-gmane-use-article-number' is nil.
4958         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4959
4960         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4961         make `gnus-summary-sort-by-recipient' work with threading.
4962
4963         * nnweb.el (nnweb-google-wash-article): Print a message if article
4964         is not available.
4965
4966 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4967
4968         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4969         change.  Decode text/* parts content before displaying.
4970
4971 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4972
4973         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4974
4975 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4978
4979         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4980         url-package-name, url-package-version,
4981         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4982         w3m-display-inline-images, and w3m-minor-mode-map.
4983
4984 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4985
4986         * message.el (message-tab-body-function): Fixed mismatched custom
4987         type.
4988
4989         * gnus.el (gnus-group-change-level-function): Ditto.
4990
4991         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4992
4993         * gnus-art.el (gnus-signature-limit)
4994         (gnus-article-mime-part-function): Ditto.
4995
4996 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * mml.el (mml-mode): Silence the byte compiler.
4999
5000         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5001         using `(sit-for 0)' before moving the point to the specified part;
5002         skip unbuttonized parts.
5003         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5004         return to the summary window if gnus-auto-select-part is non-nil.
5005
5006 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5007
5008         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5009         variables.
5010         (mml-dnd-attach-file, mml-mode): Use them.
5011
5012         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5013         Make fetching article by MID work again for Google Groups.  Added
5014         FIXME concerning gnus-group-make-web-group.
5015
5016         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5017         Don't depend on Gnus by using mail-extract-address-components if
5018         gnus-extract-address-components is not bound.
5019
5020 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021
5022         * gnus-art.el (gnus-mime-display-security): Don't display the
5023         signature, but only the signed part.
5024
5025 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5028
5029         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5030         list, not listp.
5031
5032 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5033
5034         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5035         when encoding.
5036
5037         * mm-bodies.el (mm-decode-content-transfer-encoding):
5038         De-canonicalize CRLF for all text content types, not just
5039         text/plain.
5040
5041 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5044         valid article; point arrow and cursor at the MIME button.
5045
5046 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5049         Suggested by Dan Christensen <jdc@uwo.ca>.
5050
5051         * mm-decode.el (mm-save-part): Enable change of prompt.
5052
5053 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5054
5055         * gnus-msg.el (gnus-inews-add-send-actions): Made
5056         `message-post-method' lambda parameter ARG `&optional'.
5057
5058 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5059
5060         * gnus-sum.el (gnus-summary-mime-map): Added
5061         gnus-article-save-part-and-strip, gnus-article-delete-part and
5062         gnus-article-jump-to-part.
5063
5064         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5065         (gnus-article-edit-part): Use it.
5066         (gnus-article-part-wrapper): Added no-handle argument.
5067         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5068         functions.
5069
5070 2005-08-29  Romain Francoise  <romain@orebokech.com>
5071
5072         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5073         docstring.
5074         (gnus-face-from-file): Likewise.
5075
5076 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5077
5078         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5079         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5080         non-nil.
5081         (gnus-auto-select-part): New variable.
5082         (gnus-article-jump-to-part): New function.
5083         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5084         (gnus-mime-delete-part): Allow selecting specified part after
5085         deleting or stripping parts.
5086         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5087         part if argument is bogus.
5088
5089 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5090
5091         * gnus-art.el (w3m-minor-mode-map):
5092         * gnus-spec.el (gnus-newsrc-file-version):
5093         * gnus-util.el (nnmail-active-file-coding-system)
5094         (gnus-original-article-buffer, gnus-user-agent):
5095         * gnus.el (gnus-ham-process-destinations)
5096         (gnus-parameter-ham-marks-alist)
5097         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5098         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5099         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5100         * mm-decode.el (gnus-current-window-configuration):
5101         * mm-extern.el (gnus-article-mime-handles):
5102         * mm-url.el (url-current-object, url-package-name)
5103         (url-package-version):
5104         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5105         (smime-keys, w3m-cid-retrieve-function-alist)
5106         (w3m-current-buffer, w3m-display-inline-images)
5107         (w3m-minor-mode-map):
5108         * mml-smime.el (gnus-extract-address-components):
5109         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5110         (gnus-newsrc-hashtb, message-default-charset)
5111         (message-deletable-headers, message-options)
5112         (message-posting-charset, message-required-mail-headers)
5113         (message-required-news-headers):
5114         * mml1991.el (mc-pgp-always-sign):
5115         * mml2015.el (mc-pgp-always-sign):
5116         * nnheader.el (nnmail-extra-headers):
5117         * rfc1843.el (gnus-decode-encoded-word-function)
5118         (gnus-decode-header-function, gnus-newsgroup-name):
5119         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5120
5121 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5122
5123         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5124         the end of the date treatments.
5125
5126 2005-08-15  Simon Josefsson  <jas@extundo.com>
5127
5128         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5129         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5130         Capello and Romain Francoise.
5131         (pgg-fetch-key-function): Removed, not used?
5132         (pgg-insert-url-with-w3): Require url, to get
5133         url-insert-file-contents regardless of where it is defined.
5134
5135 2005-08-13  Romain Francoise  <romain@orebokech.com>
5136
5137         * message.el (message-cite-original-1): New function.
5138         (message-cite-original): Use it.
5139         (message-cite-original-without-signature): Ditto.
5140
5141 2005-08-08  Romain Francoise  <romain@orebokech.com>
5142
5143         * message.el (message-yank-empty-prefix): New variable.
5144         (message-indent-citation): Use it.
5145         (message-cite-original-without-signature): Respect X-No-Archive.
5146
5147 2005-08-08  Simon Josefsson  <jas@extundo.com>
5148
5149         * pgg.el: Autoload url-insert-file-contents instead of loading
5150         w3/url.
5151         (pgg-insert-url-with-w3): Don't load url here.
5152
5153 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5154
5155         * message.el (message-kill-to-signature): Don't insert newline at
5156         bol.
5157         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5158
5159 2005-08-06  Romain Francoise  <romain@orebokech.com>
5160
5161         * message.el (message-user-fqdn): Fix typo in docstring.
5162
5163 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5164
5165         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5166
5167         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5168
5169 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * mm-bodies.el (mm-encode-body): Use coding system rather than
5172         charset to encode text.
5173
5174         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5175         number of charsets if utf-8 is available (XEmacs).
5176
5177 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5178
5179         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5180         taken from `gnus-button-mid-or-mail-regexp'.
5181         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5182         (gnus-button-alist): Improve regexp for domain part of the MIDs
5183         for news:localpart@domain buttons.
5184         (gnus-button-ctan-directory-regexp): Update.
5185
5186 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * sieve-manage.el (sieve-manage-interactive-login): Use
5189         make-local-variable rather than make-variable-buffer-local.
5190         (sieve-manage-open): Ditto.
5191         (sieve-manage-authenticate): Ditto.
5192
5193         * mml.el (mml-generate-mime-1): Make the content type default to
5194         text/plain if the filename is not specified.
5195
5196 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5199         instead of insert-buffer.
5200
5201         * message.el (message-yank-original): Ditto; set the mark at the
5202         end of the yanked message.
5203
5204 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5207         lines to scroll rather than to stop it.
5208
5209         * mml.el (mml-generate-default-type): Add doc string.
5210         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5211         default to application/octet-stream when determining the content
5212         type if it is not specified for the part or the mml contents; add
5213         a comment about mml-generate-default-type.
5214
5215 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5216
5217         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5218         make it default to application/octet-stream when determining the
5219         content type if it is not specified for the external contents.
5220
5221 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5224         segmented parameter but also other parameters might be there.
5225
5226 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * mm-decode.el (mm-display-external): Delete temp file, directory
5229         and buffer immediately if the external process is exited.
5230
5231 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5234         fewer lines than that of scroll-margin.
5235         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5236
5237 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * gnus-art.el (gnus-article-next-page): Revert.
5240         (gnus-article-beginning-of-window): New macro.
5241         (gnus-article-next-page-1): Use it.
5242         (gnus-article-prev-page): Ditto.
5243         (gnus-article-edit-part): Use insert-buffer-substring instead of
5244         insert-buffer.
5245         (gnus-article-edit-exit): Ditto.
5246
5247         * gnus-util.el (gnus-beginning-of-window): Remove.
5248         (gnus-end-of-window): Remove.
5249
5250         * lpath.el: Don't bind header-line-format and scroll-margin.
5251
5252 2005-07-25  Simon Josefsson  <jas@extundo.com>
5253
5254         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5255         to have the url package without w3.  Reported by Daiki Ueno
5256         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5257
5258 2005-07-20  Didier Verna  <didier@xemacs.org>
5259
5260         * gnus-diary.el: Remove the description comment (nndiary is now
5261         properly documented in the Gnus manual).
5262         Fix the spelling of "Back End".
5263         * nndiary.el: Ditto.
5264         Fix the copyright notice.
5265
5266 2005-07-18  Romain Francoise  <romain@orebokech.com>
5267
5268         * gnus-sum.el (gnus-summary-to-prefix,
5269         gnus-summary-newsgroup-prefix): New variables.
5270         (gnus-summary-from-or-to-or-newsgroups): Use them.
5271
5272 2005-07-17  Romain Francoise  <romain@orebokech.com>
5273
5274         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5275         space as it's generally not especially interesting to the user.
5276
5277 2005-07-16  Romain Francoise  <romain@orebokech.com>
5278
5279         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5280         nil to avoid prompting and file modification if one of the
5281         messages at the top of the nnfolder file contains a copyright
5282         notice.
5283         Update copyright notice.
5284
5285         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5286         instead of `current-time-string' as the latter creates a time
5287         string that is not RFC 2822 compliant (it lacks the zone).
5288         Update copyright notice.
5289
5290 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5291
5292         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5293         for text/rtf.  Display default in prompt.  Pass default for M-n.
5294
5295         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5296
5297 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5298
5299         * gnus-msg.el (gnus-button-mailto): Remove
5300         save-selected-window-window hackery because it relies on
5301         save-selected-window internals.
5302
5303 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5306         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5307         (gnus-article-prev-page): Ditto.
5308
5309         * gnus-util.el (gnus-beginning-of-window): New function.
5310         (gnus-end-of-window): New function.
5311
5312         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5313
5314 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5315
5316         * gnus-score.el (gnus-score-edit-all-score): Set
5317         gnus-score-edit-exit-function to gnus-score-edit-done and call
5318         gnus-message.
5319
5320 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5321
5322         * gnus-msg.el (gnus-button-mailto): Remove
5323         save-selected-window-window hackery because it relies on
5324         save-selected-window internals.
5325
5326 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5329         add-minor-mode.
5330         (gnus-binary-mode): Ditto.
5331
5332         * gnus-topic.el (gnus-topic-mode): Ditto.
5333
5334 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5335
5336         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5337         (gnus-article-prev-page): Take scroll-margin into consideration.
5338
5339 2005-07-04  Lute Kamstra  <lute@gnu.org>
5340
5341         Update FSF's address in GPL notices.
5342
5343 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5344
5345         * gnus.el (gnus-exit):
5346         * gnus-group.el (gnus-group-icons):
5347         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5348
5349         * gnus-nocem.el (gnus-nocem):
5350         * message.el (message-various, message-buffers, message-sending)
5351         (message-interface, message-forwarding, message-insertion)
5352         (message-headers, message-news, message-mail):
5353         * pgg-gpg.el (pgg-gpg):
5354         * pgg-parse.el (pgg-parse):
5355         * pgg-pgp.el (pgg-pgp):
5356         * pgg-pgp5.el (pgg-pgp5):
5357         * pop3.el (pop3): Finish `defgroup' description with period.
5358
5359 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * gnus-art.el (article-display-face): Improve the efficiency.
5362         (article-display-x-face): Ditto; remove grey x-face stuff.
5363
5364 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * gnus-art.el (article-display-face): Correct the position in
5367         which Faces are inserted.
5368
5369 2005-06-29  Didier Verna  <didier@xemacs.org>
5370
5371         * gnus-art.el (article-display-face): Display faces in correct
5372         order.
5373
5374 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5377         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5378         (gnus-nocem-check-article): Fetch the Type header.
5379         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5380         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5381         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5382         make sure gnus-nocem-hashtb is initialized.
5383         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5384         (gnus-nocem-unwanted-article-p): Ditto.
5385
5386         * pgg.el (pgg-verify): Return the verification result.
5387
5388 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5389
5390         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5391         is ascii.
5392
5393 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5394
5395         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5396         `show-nonbreak-escape'.
5397
5398 2005-06-23  Lute Kamstra  <lute@gnu.org>
5399
5400         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5401
5402         * dig.el (dig-mode):
5403         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5404
5405 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5406
5407         * nnimap.el (nnimap-split-download-body): Fix spellings.
5408
5409 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5410
5411         * gnus-art.el (gnus-article-encrypt-body):
5412         * gnus-cus.el (gnus-score-customize):
5413         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5414         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5415
5416 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5417
5418         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5419         header by looking for magic "MII" at the beginnig.
5420
5421 2005-06-16  Miles Bader  <miles@gnu.org>
5422
5423         * gnus-xmas.el (gnus-xmas-group-startup-message):
5424         Use renamed gnus-splash face.
5425
5426         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5427         (assistant-field-face): New backward-compatibility alias for renamed
5428         face.
5429         (assistant-render-text): Use renamed assistant-field face.
5430
5431         * spam.el (spam): Remove "-face" suffix from face name.
5432         (spam-face): New backward-compatibility alias for renamed face.
5433         (spam-face, spam-initialize): Use renamed spam face.
5434
5435         * message.el (message-header-to, message-header-cc)
5436         (message-header-subject, message-header-newsgroups)
5437         (message-header-other, message-header-name)
5438         (message-header-xheader, message-separator, message-cited-text)
5439         (message-mml): Remove "-face" suffix from face names.
5440         (message-header-to-face, message-header-cc-face)
5441         (message-header-subject-face, message-header-newsgroups-face)
5442         (message-header-other-face, message-header-name-face)
5443         (message-header-xheader-face, message-separator-face)
5444         (message-cited-text-face, message-mml-face):
5445         New backward-compatibility aliases for renamed faces.
5446         (message-font-lock-keywords): Use renamed message faces.
5447
5448         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5449         (sieve-test-commands, sieve-tagged-arguments):
5450         Remove "-face" suffix from face names.
5451         (sieve-control-commands-face, sieve-action-commands-face)
5452         (sieve-test-commands-face, sieve-tagged-arguments-face):
5453         New backward-compatibility aliases for renamed faces.
5454         (sieve-control-commands-face, sieve-action-commands-face)
5455         (sieve-test-commands-face, sieve-tagged-arguments-face):
5456         Use renamed sieve faces.
5457
5458         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5459         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5460         (gnus-group-news-3-empty, gnus-group-news-4)
5461         (gnus-group-news-4-empty, gnus-group-news-5)
5462         (gnus-group-news-5-empty, gnus-group-news-6)
5463         (gnus-group-news-6-empty, gnus-group-news-low)
5464         (gnus-group-news-low-empty, gnus-group-mail-1)
5465         (gnus-group-mail-1-empty, gnus-group-mail-2)
5466         (gnus-group-mail-2-empty, gnus-group-mail-3)
5467         (gnus-group-mail-3-empty, gnus-group-mail-low)
5468         (gnus-group-mail-low-empty, gnus-summary-selected)
5469         (gnus-summary-cancelled, gnus-summary-high-ticked)
5470         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5471         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5472         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5473         (gnus-summary-low-undownloaded)
5474         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5475         (gnus-summary-low-unread, gnus-summary-normal-unread)
5476         (gnus-summary-high-read, gnus-summary-low-read)
5477         (gnus-summary-normal-read, gnus-splash):
5478         Remove "-face" suffix from face names.
5479         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5480         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5481         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5482         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5483         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5484         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5485         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5486         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5487         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5488         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5489         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5490         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5491         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5492         (gnus-summary-normal-ticked-face)
5493         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5494         (gnus-summary-normal-ancient-face)
5495         (gnus-summary-high-undownloaded-face)
5496         (gnus-summary-low-undownloaded-face)
5497         (gnus-summary-normal-undownloaded-face)
5498         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5499         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5500         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5501         (gnus-splash-face):
5502         New backward-compatibility aliases for renamed faces.
5503         (gnus-group-startup-message): Use renamed gnus faces.
5504
5505         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5506         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5507         (gnus-server-agent): Remove "-face" suffix from face names.
5508         (gnus-server-agent-face, gnus-server-opened-face)
5509         (gnus-server-closed-face, gnus-server-denied-face)
5510         (gnus-server-offline-face):
5511         New backward-compatibility aliases for renamed faces.
5512         (gnus-server-agent-face, gnus-server-opened-face)
5513         (gnus-server-closed-face, gnus-server-denied-face)
5514         (gnus-server-offline-face): Use renamed gnus faces.
5515
5516         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5517         Remove "-face" suffix from face names.
5518         (gnus-picon-xbm-face, gnus-picon-face):
5519         New backward-compatibility aliases for renamed faces.
5520
5521         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5522         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5523         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5524         (gnus-cite-11): Remove "-face" suffix from face names.
5525         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5526         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5527         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5528         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5529         New backward-compatibility aliases for renamed faces.
5530         (gnus-cite-attribution-face, gnus-cite-face-list)
5531         (gnus-article-boring-faces): Use renamed gnus faces.
5532
5533         * gnus-art.el (gnus-signature, gnus-header-from)
5534         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5535         (gnus-header-content): Remove "-face" suffix from face names.
5536         (gnus-signature-face, gnus-header-from-face)
5537         (gnus-header-subject-face, gnus-header-newsgroups-face)
5538         (gnus-header-name-face, gnus-header-content-face):
5539         New backward-compatibility aliases for renamed faces.
5540         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5541
5542         * gnus-sum.el (gnus-summary-selected-face)
5543         (gnus-summary-highlight): Use renamed gnus faces.
5544         * gnus-group.el (gnus-group-highlight): Likewise.
5545
5546 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5547
5548         * gnus-sieve.el (gnus-sieve-article-add-rule):
5549         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5550         * spam-stat.el (spam-stat-buffer-change-to-spam)
5551         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5552
5553         * message.el (message-is-yours-p):
5554         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5555
5556 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * mm-view.el (mm-inline-text): Withdraw the last change.
5559
5560 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5563         executing enriched-decode.
5564
5565 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5568         charset of tar files.
5569
5570 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5571
5572         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5573
5574 2005-06-04  Lute Kamstra  <lute@gnu.org>
5575
5576         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5577         information is never recorded.
5578
5579 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5580
5581         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5582
5583 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * pop3.el (pop3-apop): Run md5 in the binary mode.
5586
5587         * starttls.el (starttls-set-process-query-on-exit-flag):
5588         Use eval-and-compile.
5589
5590 2005-05-31  Simon Josefsson  <jas@extundo.com>
5591
5592         * smime.el (smime-replace-in-string): Define.
5593         (smime-cert-by-ldap-1): Use it.
5594
5595 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * gnus-art.el (article-display-x-face): Replace
5598         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5599
5600         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5601         set-process-query-on-exit-flag or process-kill-without-query.
5602
5603         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5604         loop instead of replace-regexp.
5605
5606         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5607         instead of process-kill-without-query if it is available.
5608
5609         * lpath.el: Fbind ldap-search-entries.
5610
5611         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5612         instead of find-file-hooks if it is available.
5613
5614         * mml1991.el: Bind pgg-default-user-id when compiling.
5615
5616         * mml2015.el: Bind pgg-default-user-id when compiling.
5617
5618         * nndraft.el (nndraft-request-associate-buffer):
5619         Use write-contents-functions instead of write-contents-hooks if it is
5620         available.
5621
5622         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5623         instead of find-file-hooks if it is available.
5624
5625         * nntp.el (nntp-open-connection): Replace
5626         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5627         (nntp-open-ssl-stream): Ditto.
5628         (nntp-open-tls-stream): Ditto.
5629
5630         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5631         set-process-query-on-exit-flag or process-kill-without-query.
5632         (starttls-open-stream-gnutls): Use it instead of
5633         process-kill-without-query.
5634         (starttls-open-stream): Ditto.
5635
5636 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5637
5638         * smime.el (smime-cert-by-ldap-1): Don't use
5639         replace-regexp-in-string.
5640
5641 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5642
5643         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5644
5645         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5646         in PEM format. Adjust to the XEmacs compability.
5647
5648 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5649
5650         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5651         by `string-to-number'.
5652         * gnus-agent.el (gnus-agent-regenerate-group)
5653         (gnus-agent-fetch-articles): Ditto.
5654         * gnus-art.el (gnus-button-fetch-group): Ditto.
5655         * gnus-cache.el (gnus-cache-generate-active)
5656         (gnus-cache-articles-in-group): Ditto.
5657         * gnus-group.el (gnus-group-set-current-level)
5658         (gnus-group-insert-group-line): Ditto.
5659         * gnus-score.el (gnus-score-set-expunge-below)
5660         (gnus-score-set-mark-below, gnus-summary-score-effect)
5661         (gnus-summary-score-entry): Ditto.
5662         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5663         (gnus-soup-pack): Ditto.
5664         * gnus-spec.el (gnus-xmas-format): Ditto.
5665         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5666         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5667         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5668         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5669         * nndb.el (nndb-get-remote-expire-response): Ditto.
5670         * nndiary.el (nndiary-parse-schedule-value)
5671         (nndiary-string-to-number, nndiary-request-replace-article)
5672         (nndiary-request-article): Ditto.
5673         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5674         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5675         * nneething.el (nneething-make-head): Ditto.
5676         * nnfolder.el (nnfolder-request-article)
5677         (nnfolder-retrieve-headers): Ditto.
5678         * nnheader.el (nnheader-file-to-number): Ditto.
5679         * nnkiboze.el (nnkiboze-request-article): Ditto.
5680         * nnmail.el (nnmail-process-unix-mail-format)
5681         (nnmail-process-babyl-mail-format): Ditto.
5682         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5683         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5684         (nnmh-request-create-group, nnmh-request-list-1)
5685         (nnmh-request-group, nnmh-request-article): Ditto.
5686         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5687         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5688         * nnsoup.el (nnsoup-make-active): Ditto.
5689         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5690         * nntp.el (nntp-find-group-and-number)
5691         (nntp-retrieve-headers-with-xover): Ditto.
5692         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5693         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5694         (pgg-format-key-identifier): Ditto.
5695         * pop3.el (pop3-last, pop3-stat): Ditto.
5696         * qp.el (quoted-printable-decode-region): Ditto.
5697
5698         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5699         of concat.
5700
5701 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5704
5705         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5706
5707         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5708
5709         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5710
5711         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5712
5713         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5714
5715         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5716         (gnus-carpal-mode): Ditto.
5717
5718         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5719         (gnus-browse-mode): Ditto.
5720
5721         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5722
5723         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5724
5725 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5726
5727         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5728
5729 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * gnus-util.el (gnus-run-mode-hooks): New function.
5732
5733         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5734
5735         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5736         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5737
5738 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5739
5740         * gnus-agent.el (gnus-agent-make-mode-line-string):
5741         Use mode-line-highlight as mouse-face.
5742
5743 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * canlock.el (canlock): Change the parent group to news.
5746
5747         * deuglify.el (gnus-outlook-deuglify): Add :group.
5748
5749         * dig.el (dig): Add :group.
5750
5751         * dns-mode.el (dns-mode): Add :group.
5752
5753         * encrypt.el (encrypt): Add :group.
5754
5755         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5756         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5757         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5758         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5759         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5760
5761         * gnus-diary.el (gnus-diary): Add :group.
5762
5763         * gnus.el (gnus-group-news-1-face): Add :group.
5764         (gnus-group-news-1-empty-face): Ditto.
5765         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5766         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5767         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5768         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5769         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5770         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5771         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5772         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5773         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5774         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5775         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5776         (gnus-summary-high-ticked-face): Ditto.
5777         (gnus-summary-low-ticked-face): Ditto.
5778         (gnus-summary-normal-ticked-face): Ditto.
5779         (gnus-summary-high-ancient-face): Ditto.
5780         (gnus-summary-low-ancient-face): Ditto.
5781         (gnus-summary-normal-ancient-face): Ditto.
5782         (gnus-summary-high-undownloaded-face): Ditto.
5783         (gnus-summary-low-undownloaded-face): Ditto.
5784         (gnus-summary-normal-undownloaded-face): Ditto.
5785         (gnus-summary-high-unread-face): Ditto.
5786         (gnus-summary-low-unread-face): Ditto.
5787         (gnus-summary-normal-unread-face): Ditto.
5788         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5789         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5790
5791         * hashcash.el (hashcash): New custom group.
5792         (hashcash-default-payment): Add :group.
5793         (hashcash-payment-alist): Ditto.
5794         (hashcash-default-accept-payment): Ditto.
5795         (hashcash-accept-resources): Ditto.
5796         (hashcash-path): Ditto.
5797         (hashcash-extra-generate-parameters): Ditto.
5798         (hashcash-double-spend-database): Ditto.
5799         (hashcash-in-news): Ditto.
5800
5801         * message.el (message-minibuffer-local-map): Add :group.
5802
5803         * netrc.el (netrc): Add :group.
5804
5805         * sieve-manage.el (sieve-manage-log): Add :group.
5806         (sieve-manage-default-user): Diito.
5807         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5808         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5809         (sieve-manage-authenticators): Ditto.
5810         (sieve-manage-authenticator-alist): Ditto.
5811         (sieve-manage-default-port): Ditto.
5812
5813         * sieve-mode.el (sieve-control-commands-face): Add :group.
5814         (sieve-action-commands-face): Ditto.
5815         (sieve-test-commands-face): Ditto.
5816         (sieve-tagged-arguments-face): Ditto.
5817
5818         * smime.el (smime): Add :group.
5819
5820         * spam-report.el (spam-report): Add :group.
5821
5822         * spam.el (spam, spam-face): Add :group.
5823
5824 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5825
5826         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5827         return \n.\n.\n at the end of articles.  Protect against that.
5828         (nntp-with-open-group): Allow debugging.
5829
5830         * nnheader.el (mail-header-set-extra): Make into a function
5831         because I just could't understand how to quote the list properly.
5832
5833         * dns.el (query-dns-cached): New function.
5834
5835 2005-05-26  Lute Kamstra  <lute@gnu.org>
5836
5837         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5838
5839 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5842
5843         * gnus-art.el: Don't autoload mail-extract-address-components.
5844
5845         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5846         eval-and-compile to evaluate it.
5847
5848         * hashcash.el: Don't autoload executable-find.
5849
5850         * nndb.el: Don't declare the nndb back end two or more times; don't
5851         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5852
5853         * nntp.el: Autoload format-spec instead of format; use
5854         eval-and-compile to evaluate autoload forms.
5855
5856 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5857
5858         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5859
5860 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5861
5862         * gnus.el (gnus-version-number): Bump version.
5863
5864 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5865
5866         * gnus.el: No Gnus v0.3 is released.
5867
5868 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5869
5870         * lpath.el (featurep): Bind show-nonbreak-escape.
5871
5872 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * gnus-art.el (gnus-article-edit-part): Disable undo.
5875
5876 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5879         gnus-article-date-lapsed-new-header is t if date timer is active;
5880         skip headers in which the original date value is empty.
5881         (gnus-article-save-original-date): Redefine it as a macro.
5882         (gnus-display-mime): Use it.
5883
5884 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * gnus-art.el (article-date-ut): Support converting date in
5887         forwarded parts as well.
5888         (gnus-article-save-original-date): New function.
5889         (gnus-display-mime): Use it.
5890
5891 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5892
5893         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5894         enclosure element of <item>.
5895
5896 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5897
5898         * message.el (message-kill-buffer-query): Renamed from
5899         `message-kill-buffer-query-if-modified'.  Added :version.
5900
5901 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5904         window layout.
5905
5906 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * mml.el: Autoload dnd when compiling.
5909
5910 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5911
5912         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5913         x-dnd-*.
5914
5915 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * qp.el (quoted-printable-encode-region): Save excursion.
5918
5919 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5920
5921         * message.el (message-kill-buffer-query-if-modified): Add new variable
5922         so the user can kill a modified message buffer quickly.
5923         (message-kill-buffer): Use it.
5924
5925 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * lpath.el: Fbind display-time-event-handler; don't fbind
5928         string-to-multibyte.
5929
5930         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5931
5932 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5935         contained in text because xml.el decodes entities) with LFs.
5936
5937 2005-04-11  Lute Kamstra  <lute@gnu.org>
5938
5939         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5940         differently.
5941
5942 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5943
5944         * mm-util.el (mm-detect-coding-region): Typo.
5945
5946 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5949
5950 2005-04-06  D Goel  <deego@gnufans.org>
5951
5952         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5953         user-function allow user modifications of the scores.
5954         (spam-stat-score-buffer-user): New function, to allow
5955         user-computed modifications to the score.
5956         (spam-stat-score-buffer-user-functions): list of additional
5957         scoring functions
5958         (spam-stat-error-holder): global temporary error holder
5959         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5960         variable
5961
5962 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5963
5964         * gnus-registry.el (gnus-registry-clean-empty-function)
5965         (gnus-registry-trim, gnus-registry-fetch-groups)
5966         (gnus-registry-delete-group): Groups that match
5967         `gnus-registry-ignored-groups' are removed from the registry
5968         entries, not just ignored for splitting.  This helps clean up the
5969         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5970         to get all the groups a message ID is in.
5971
5972         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5973         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5974         (spam-stat-score-buffer-user-functions): Add :number custom type.
5975
5976 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5979         argument in XEmacs.
5980
5981         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5982         (nnrss-request-group): Decode group name first.
5983         (nnrss-request-article): Make a text/plain article if mml-to-mime
5984         failed.
5985         (nnrss-get-encoding): Return a compatible encoding according to
5986         nnrss-compatible-encoding-alist.
5987         (nnrss-find-el): Use consp instead of listp.
5988         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5989
5990 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5993         which Emacs 20 doesn't support.
5994         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5995
5996 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5997
5998         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5999         silence the byte compiler inside the defun
6000
6001         * gnus-demon.el (parse-time-string): Add autoload.
6002
6003         * gnus-delay.el (parse-time-string): Add autoload.
6004
6005         * gnus-art.el (parse-time-string): Add autoload.
6006
6007         * nnultimate.el (parse-time): Require for `parse-time-string'.
6008
6009 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6010
6011         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6012
6013         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6014
6015         * smime.el (smime-ldap-host-list): Add :version.
6016
6017 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6018
6019         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6020         pass it to `gnus-browse-read-group'.
6021         (gnus-browse-read-group): Add NUMBER argument and pass it to
6022         `gnus-group-read-ephemeral-group'.
6023
6024         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6025         argument and pass it to `gnus-group-read-group'.
6026
6027 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6028
6029         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6030         mm-xemacs-find-mime-charset-1 if we have the mule feature
6031         available at runtime.
6032
6033 2005-03-25  Werner Lemberg  <wl@gnu.org>
6034
6035         * nnmaildir.el: Replace `illegal' with `invalid'.
6036
6037 2005-03-23  Lute Kamstra  <lute@gnu.org>
6038
6039         * time-date.el: Add comment on time value formats.
6040         Don't require parse-time.
6041         (with-decoded-time-value): New macro.
6042         (encode-time-value): New function.
6043         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6044         (days-to-time): Return a valid time value when arg is huge.
6045         (time-since): Use time-subtract.
6046         (time-to-number-of-days): Use time-to-seconds.
6047
6048 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6049
6050         * gnus-start.el (gnus-display-time-event-handler):
6051         Check display-time-timer at runtime rather than only at load time
6052         in case display-time-mode is turned off in the mean time.
6053
6054 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6055
6056         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6057         used.
6058
6059         * nneething.el (nneething-map-file-directory): Derive from
6060         `gnus-directory'.
6061
6062         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6063         the To/Cc button.
6064
6065 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * nnmaildir.el (nnmaildir-request-accept-article):
6068         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6069
6070 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6071
6072         * gnus-async.el: Require timer-funcs at compile time when in
6073         XEmacs for `run-with-idle-timer'.
6074
6075 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6076
6077         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6078         autoloaded function.
6079
6080 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6081
6082         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6083
6084 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6085
6086         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6087
6088 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6089
6090         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6091         gnus-expert-user to default.
6092
6093 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6094
6095         * nnimap.el (nnimap-open-server): Ditto.
6096
6097         * imap.el (imap-authenticate): Fix typo.
6098
6099 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6100
6101         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6102         buffer (since IMAP server might return FETCH response out of
6103         order, and the nntp buffer must be sorted).
6104
6105 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6106
6107         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6108         comparison on string.
6109
6110         * gnus-agent.el (gnus-agent-long-article,
6111         gnus-agent-short-article, gnus-agent-score): Renamed category
6112         keywords to match gnus-cus.
6113         (gnus-agent-summary-fetch-series): Modified to protect against
6114         gnus-agent-summary-fetch-group clearing processable flags.
6115         (gnus-agent-synchronize-group-flags): Update live group buffer as
6116         synchronization may occur due to the user toggle the plugged
6117         status.
6118         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6119         successfully downloaded.
6120         (gnus-agent-expire-group-1): Avoid using markers when the overview
6121         is in ascending order; greatly improves performance.
6122         (gnus-agent-regenerate-group): Use
6123         gnus-agent-synchronize-group-flags to reset read status in both
6124         gnus and server.
6125         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6126
6127 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * message.el: Don't autoload former message-utils variables.
6130         (message-strip-subject-trailing-was): Change doc string.
6131
6132         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6133         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6134         (nnweb-google-search): Add "hl=en" here.
6135         (nnweb-google-parse-1, nnweb-google-create-mapping):
6136         Don't hardcode URL.
6137
6138 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6139
6140         * message.el (message-get-reply-headers, message-followup):
6141         Mention related variables `message-use-followup-to' and
6142         `message-use-mail-followup-to', in the information buffer.
6143
6144         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6145         of broken groups(-beta).google.com.
6146
6147 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6148
6149         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6150         parameter to invoked gnus-request-move-article; remove the
6151         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6152         all at once instead of once per article.
6153         (gnus-summary-remove-process-mark): Accept a list of articles as
6154         well as a single article for processing.
6155
6156         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6157         parameter.
6158
6159         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6160
6161         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6162
6163         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6164         parameter.
6165
6166         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6167         parameter.
6168
6169         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6170         parameter and remove the gnus-sum-hint-move-is-internal variable.
6171
6172         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6173         parameter.
6174
6175         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6176         parameter.
6177
6178         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6179         parameter.
6180
6181         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6182
6183         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6184         parameter.
6185
6186         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6187         parameter.
6188
6189 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6190
6191         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6192         a more conservative way.
6193
6194 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6195
6196         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6197         buffer, so it moves the window's cursor.
6198
6199 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6200
6201         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6202         `mm-dissect-multipart' and receive the from field as an (optional)
6203         argument from `mm-dissect-multipart'.
6204         (mm-dissect-multipart): Receive the from field as an argument and
6205         pass it on when we call `mm-dissect-buffer' on MIME parts.
6206         Fixes verification/decryption of signed/encrypted MIME parts.
6207
6208 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6209
6210         * gnus-sum.el (gnus-summary-move-article): Set
6211         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6212         whatever it calls (right now, only nnimap-request-move article
6213         respects it).
6214
6215         * nnimap.el (nnimap-request-move-article): When
6216         gnus-sum-hint-move-is-internal is set, don't do the extra
6217         nnimap-request-article.
6218
6219 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6220
6221         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6222
6223         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6224         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6225
6226         * gnus-sum.el (gnus-summary-caesar-message):
6227         Apply `gnus-treat-article' after rotation.
6228
6229         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6230         doc string.
6231
6232 2005-02-22  Simon Josefsson  <jas@extundo.com>
6233
6234         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6235         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6236         <arne@arnested.dk>.
6237         (encrypt): Add password-cache and password-cache-expiry as group
6238         members.
6239
6240 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6241
6242         * smime.el (smime-ldap-host-list): Doc fix.
6243         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6244         cache) password.
6245         (smime-sign-region): Use it.
6246         (smime-decrypt-region): Use it.
6247         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6248         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6249         fails.
6250         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6251         certificate from DER to PEM format rather than calling openssl.
6252
6253         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6254
6255         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6256         for signing/encryption.
6257
6258         * mml.el (mml-parse-1): Use them.
6259
6260 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6261
6262         * nnrss.el (nnrss-verbose): Removed.
6263         (nnrss-request-group): Use `nnheader-message' instead.
6264
6265 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6266
6267         * nnrss.el (nnrss-verbose): New variable.
6268         (nnrss-request-group): Make it say nnrss is requesting a group.
6269
6270 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6271
6272         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6273         Handle news URL with given port correctly.
6274
6275 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6278         containing special characters.
6279
6280         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6281
6282         * mml.el (mime-to-mml): Ditto.
6283
6284         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6285         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6286         (rfc2047-decode-region): Quote decoded words containing special
6287         characters when rfc2047-quote-decoded-words-containing-tspecials
6288         is non-nil.
6289
6290 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6291
6292         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6293
6294         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6295
6296 2005-02-15  Simon Josefsson  <jas@extundo.com>
6297
6298         * nnimap.el (nnimap-debug): Doc fix.
6299
6300         * imap.el (imap-debug): Doc fix.
6301
6302 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6303
6304         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6305
6306 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6307
6308         * gnus.el (spam-contents): Improve docs for spam-contents
6309         parameter in its variable incarnation.
6310
6311 2005-02-14  Simon Josefsson  <jas@extundo.com>
6312
6313         * smime-ldap.el: Use require instead of load-library for ldap.
6314         (smime-ldap-search): Indent.
6315         (smime-ldap-search-internal): Shorten line.
6316
6317         * smime.el (smime-cert-by-dns): Add doc-string.
6318         (smime-cert-by-ldap-1): Indent.
6319
6320         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6321         mml-smime-get-dns-ldap.
6322         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6323
6324 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6325
6326         * smime.el: Require smime-ldap.
6327         (smime-ldap-host-list): New variable.
6328         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6329
6330         * mml-smime.el (mml-smime-encrypt-query): New function.
6331         (mml-smime-encrypt-query): Use it.
6332
6333         * smime-ldap.el: New file.
6334
6335 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6338
6339 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6342         argument in doc string.  Make query for type more clear.
6343
6344 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6345
6346         * gnus.el (gnus-group-startup-message): Search for gnus images in
6347         etc/images/gnus.
6348         * mm-util.el (mm-image-load-path): Likewise.
6349         * smiley.el (smiley-data-directory): Search for smilies in
6350         etc/images/smilies.
6351
6352 2005-02-09  Kim F. Storm  <storm@cua.dk>
6353
6354         Change Emacs release version from 21.4 to 22.1 throughout.
6355         Change Emacs development version from 21.3.50 to 22.0.50.
6356
6357 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6360
6361         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6362         non-Mule XEmacs as well.
6363         (mm-decompress-buffer): Signal an error intentionally if it does
6364         not decompress compressed data because auto-compression-mode is
6365         disabled.
6366
6367 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6368
6369         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6370         an ID in the registry even if it has no groups.
6371
6372 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6375         merge it into mm-decompress-buffer.
6376         (gnus-mime-copy-part): Use the MIME part charset, the value which
6377         a user specified or gnus-newsgroup-charset for decoding, like
6378         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6379         save-buffer what was used.  Suggested by Kevin Ryde
6380         <user42@zip.com.au>.
6381         (gnus-mime-inline-part): Allow the name parameter as well as the
6382         filename parameter; force decompressing of compressed data; always
6383         display contents being not decoded as unibyte.
6384
6385         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6386         as well as the filename parameter.
6387
6388         * mm-util.el (mm-decompress-buffer): Merge
6389         gnus-mime-jka-compr-maybe-uncompress.
6390         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6391         of compressed data.
6392
6393 2005-02-08  Simon Josefsson  <jas@extundo.com>
6394
6395         * imap.el (imap-log): Doc fix.
6396
6397 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6400         the coding cookies; decompress compressed parts.
6401
6402         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6403         to the value which a user specified manually or the coding cookie.
6404
6405         * mm-util.el (mm-string-to-multibyte): New function.
6406         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6407         (mm-coding-system-to-mime-charset): New function.
6408         (mm-decompress-buffer): New function.
6409         (mm-find-buffer-file-coding-system): New function.
6410
6411         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6412         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6413         parts.
6414
6415 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6416
6417         * mm-view.el (mm-display-inline-fontify): Decode a part according
6418         to the charset parameter.
6419
6420 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6423         prefix arg is neither nil nor a number, as info specifies.
6424
6425 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6428         timestamps.
6429
6430 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6431
6432         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6433         groups error checking and notify user.
6434
6435 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6436
6437         * message.el (message-send-mail-function): Check existence of
6438         sendmail-program first before using default value
6439         `message-send-mail-with-sendmail'.  Otherwise use more generic
6440         `smtpmail-send-it'.
6441
6442 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * nntp.el (nntp-request-update-info): Always return nil.
6445
6446 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6447
6448         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6449
6450 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6451
6452         * message.el (message-beginning-of-line): Change the behavior when
6453         invoked between BOL and : so that it first moves backward.
6454
6455 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6458         article buffer when editing of the article is discarded.
6459         (gnus-article-prepare): Revert.
6460
6461 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * gnus-art.el (gnus-article-prepare):
6464         Remove message-strip-forbidden-properties from the local hook.
6465
6466 2005-01-27  Simon Josefsson  <jas@extundo.com>
6467
6468         * password.el (password-cache-add): Only start one timer per key.
6469         Reported by Derek Atkins <warlord@MIT.EDU>.
6470
6471 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6472
6473         * run-at-time.el: Removed.  It is no longer needed as
6474         timer-funcs.el in the xemacs-base package has a working version of
6475         `run-at-time'.
6476
6477         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6478
6479         * password.el: Require timer-funcs instead of run-at-time in
6480         XEmacs.
6481         Remove `password-run-at-time' macro.
6482         (password-cache-add): Use `run-at-time' instead of
6483         `password-run-at-time'.
6484
6485         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6486         Remove `nnheader-cancel-function-timers' alias,
6487         `cancel-function-timers' exists in XEmacs in timer-funcs.
6488
6489         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6490         for `run-with-idle-timer'.
6491
6492         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6493         for `run-at-time'.
6494
6495         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6496         for `with-timeout'.
6497
6498         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6499         the same as for XEmacs 21.4.
6500         No need to ignore `run-with-idle-timer', this function exists in
6501         XEmacs now in timer-funcs.el in the xemacs-base package.
6502         (dgnushack-compile): No need to delete
6503         run-at-time.el from the list of files to compile because it
6504         doesn't exist anymore.
6505
6506 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6509         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6510
6511 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6512
6513         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6514         sensitively.
6515
6516 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6517
6518         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6519
6520 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6523         which will be inserted according to the multibyteness of a buffer
6524         rather than the type of contents.  Suggested by ARISAWA Akihiro
6525         <ari@mbf.ocn.ne.jp>.
6526
6527         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6528         of string which old xml.el may return rather than a string.
6529
6530 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6533
6534 2005-01-16  Simon Josefsson  <jas@extundo.com>
6535
6536         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6537         idn/idna.el isn't available.
6538         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6539         <michael@waxrat.com>.
6540
6541         * hashcash.el: Remove non-FSF copyright header.
6542
6543         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6544         (hashcash-generate-payment): Use it.
6545         (hashcash-generate-payment-async): Use it.
6546
6547 2005-01-15  Simon Josefsson  <jas@extundo.com>
6548
6549         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6550         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6551
6552         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6553         gnus-summary-idna-message.
6554         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6555         (gnus-summary-idna-message): New function.
6556
6557 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6558
6559         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6560         gnus-novice-user.
6561
6562 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * nnrss.el (nnrss-request-delete-group): Delete entries in
6565         nnrss-group-alist as well.
6566         (nnrss-save-server-data): Insert newline.
6567
6568 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6569
6570         * gnus.el (gnus-user-agent): Use list of symbols instead of
6571         symbols.  Display full version number for (S)XEmacs.  Optionally
6572         display (S)XEmacs codename.
6573
6574         * gnus-util.el (gnus-emacs-version): Update for new
6575         `gnus-user-agent'.
6576
6577         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6578         Gnus version.
6579
6580 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6581
6582         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6583         which is unreadable in some setups.
6584
6585 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * gnus-spec.el (gnus-update-format-specifications): Flush the
6588         group format spec cache if it doesn't support decoded group names.
6589
6590 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6591
6592         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6593         to apply decay on score files matching a regexp.
6594
6595 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6598         compatibility in %g and %c.
6599
6600 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6603         name for only %g and %c.
6604         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6605         of gnus-tmp-group to decoded group name.
6606         (gnus-group-make-rss-group): Exclude `/'s from group names.
6607
6608 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * nnrss.el (nnrss-get-encoding): Fix regexp.
6611
6612 2004-12-27  Simon Josefsson  <jas@extundo.com>
6613
6614         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6615         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6616         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6617
6618 2004-12-17  Kim F. Storm  <storm@cua.dk>
6619
6620         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6621
6622         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6623
6624 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6625
6626         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6627
6628 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * nnrss.el: Require rfc2047 and mml.
6631         (nnrss-file-coding-system): New variable.
6632         (nnrss-format-string): Redefine it as an inline function.
6633         (nnrss-decode-group-name): New function.
6634         (nnrss-string-as-multibyte): Remove.
6635         (nnrss-retrieve-headers): Decode group name; don't use
6636         nnrss-format-string.
6637         (nnrss-request-group): Decode group name.
6638         (nnrss-request-article): Decode group name; allow a Message-ID as
6639         well as an article number; don't use nnrss-format-string; encode a
6640         Message-ID string which may contain non-ASCII characters; use
6641         mml-to-mime to compose a MIME article.
6642         (nnrss-request-expire-articles): Decode group name.
6643         (nnrss-request-delete-group): Decode group name.
6644         (nnrss-fetch): Clarify error message.
6645         (nnrss-read-server-data): Use insert-file-contents instead of load;
6646         bind file-name-coding-system; use multibyte buffer.
6647         (nnrss-save-server-data): Bind coding-system-for-write to the
6648         value of nnrss-file-coding-system; bind file-name-coding-system;
6649         add coding cookie.
6650         (nnrss-read-group-data): Use insert-file-contents instead of load;
6651         bind file-name-coding-system; use multibyte buffer.
6652         (nnrss-save-group-data): Bind coding-system-for-write to the
6653         value of nnrss-file-coding-system; bind file-name-coding-system.
6654         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6655         make it work with non-ASCII text.
6656         (nnrss-find-el): Make it work with old xml.el as well.
6657
6658 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6659
6660         * nnrss.el (nnrss-get-encoding): New function.
6661         (nnrss-fetch): Use unibyte buffer initially; bind
6662         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6663         decode contents according to the encoding attribute.
6664         (nnrss-save-group-data): Add coding cookie.
6665         (nnrss-mime-encode-string): New function.
6666         (nnrss-check-group): Use it to encode subject and author.
6667
6668 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6669
6670         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6671         imaginary variable.
6672
6673 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6676         correctly even if there are wide characters.
6677
6678 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6679
6680         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6681         downcased symbol names; make a new cache instead of reusing
6682         bbdb-hashtable.
6683
6684 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6687         concatenating segments rather than before concatenating them.
6688         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6689
6690         * message.el (message-get-reply-headers): Bind `extra'.
6691
6692 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6693
6694         * message.el (message-extra-wide-headers): New variable.
6695         (message-get-reply-headers): Use it.
6696
6697 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6700         (gnus-agent-group-pathname): Ditto.
6701
6702         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6703
6704         * gnus-group.el (gnus-group-make-group): Decode group name.
6705         (gnus-group-make-rss-group): Register the group data after opening
6706         the nnrss group.
6707
6708 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6709
6710         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6711         by expiry now get marked as read.
6712
6713 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6714
6715         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6716
6717 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6718
6719         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6720         unify Latin characters in XEmacs.
6721         (mm-find-mime-charset-region): Use it.
6722
6723 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus-util.el (gnus-delete-directory): New function.
6726
6727         * gnus-agent.el (gnus-agent-delete-group): Use it.
6728
6729         * gnus-cache.el (gnus-cache-delete-group): Use it.
6730
6731 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6734         names.
6735
6736 2004-12-16  Simon Josefsson  <jas@extundo.com>
6737
6738         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6739
6740 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6743
6744         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6745         (gnus-group-set-current-level): Decode group name.
6746
6747 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6748
6749         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6750         failed.
6751
6752 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * gnus-group.el (gnus-group-delete-group): Decode group name.
6755         (gnus-group-make-rss-group): Encode group name.
6756         (gnus-group-catchup-current): Decode group name.
6757         (gnus-group-kill-group): Decode group name.
6758
6759 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6760
6761         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6762
6763 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * gnus-group.el (gnus-group-make-rss-group):
6766         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6767
6768         * gnus-start.el (gnus-setup-news): Honor user's setting to
6769         gnus-message-archive-method.  Suggested by Lute Kamstra
6770         <lute@gnu.org>.
6771
6772 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6773
6774         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6775         global counterparts of the buffer-local variables.
6776
6777 2004-11-16  Romain Francoise  <romain@orebokech.com>
6778
6779         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6780         counterparts of the buffer-local variables.
6781
6782 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6783
6784         * message.el (message-forbidden-properties): Fixed typo in doc
6785         string.
6786
6787 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6788
6789         * gnus-util.el (gnus-replace-in-string): Added doc string.
6790
6791         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6792         to avoid problems when splitting mails with many recipients.
6793
6794 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6795
6796         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6797         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6798
6799 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6800
6801         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6802         if there is no hashtable in memory or file modification time is
6803         newer than cached timestamp.
6804
6805 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6806
6807         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6808         not-matching option.
6809
6810 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6811
6812         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6813         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6814         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6815         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6816         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6817         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6818
6819 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * message.el (message-forward-make-body-mml): Remove headers
6822         according to message-forward-ignored-headers if a message is decoded.
6823
6824 2004-12-02  Romain Francoise  <romain@orebokech.com>
6825
6826         * message.el (message-forward-make-body-plain): Always remove
6827         headers according to message-forward-ignored-headers.
6828
6829 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6830
6831         * spam.el (spam-summary-prepare-exit): Remove the
6832         gnus-summary-limit pop for now, it has problems with ham marks for
6833         me.
6834
6835 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6836
6837         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6838         correctly.
6839
6840 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6841
6842         * format-spec.el (format-spec): Message the char.
6843
6844 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6845
6846         * gnus-art.el (gnus-split-methods): Reformat comments.
6847
6848         * spam.el (spam-summary-prepare-exit): Remove article limits
6849         before exiting the summary buffer.
6850
6851 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6854         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6855
6856         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6857         order to silence the byte compiler.
6858
6859         * spam.el: Fix the way to silence the byte compiler, which
6860         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6861         bbdb-search-simple, spam-BBDB-register-routine,
6862         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6863         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6864         spam-stat-buffer-is-spam, spam-stat-load,
6865         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6866         spam-stat-save and spam-stat-split-fancy.
6867
6868 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6871         which may confuse users.
6872         (canlock-password-for-verify): Ditto.
6873
6874         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6875
6876         * gnus-art.el (gnus-emphasis-alist): Ditto.
6877
6878         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6879
6880         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6881
6882         * gnus-start.el (gnus-save-killed-list): Ditto.
6883
6884         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6885         (gnus-sum-thread-tree-root): Ditto.
6886         (gnus-sum-thread-tree-false-root): Ditto.
6887         (gnus-sum-thread-tree-single-indent): Ditto.
6888
6889         * message.el (message-courtesy-message): Ditto.
6890         (message-archive-note): Ditto.
6891         (message-subscribed-address-file): Ditto.
6892         (message-user-fqdn): Ditto.
6893
6894         * spam-report.el (spam-report-gmane-regex): Ditto.
6895
6896         * spam.el (spam-blackhole-good-server-regex): Ditto.
6897
6898 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * mml.el (mml-preview): Widen the message buffer before copying
6901         the contents to the preview buffer; sort headers before previewing.
6902
6903         * message.el (message-hidden-headers): Fix the way to avoid a bug
6904         in the `repeat' widget in Emacs 21.3 or earlier.
6905
6906 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * message.el (message-hidden-headers): Default to "^References:".
6909         Improve customization type.  Suggested by Reiner Steib
6910         <Reiner.Steib@gmx.de>.
6911
6912 2004-11-25  Romain Francoise  <romain@orebokech.com>
6913
6914         * message.el (message-strip-forbidden-properties): Remove check for
6915         obsolete `message-hidden' text property, hidden headers are not
6916         accessible in the buffer anymore.
6917
6918 2004-11-22  Romain Francoise  <romain@orebokech.com>
6919
6920         * message.el (message-header-format-alist): Add `From' in list
6921         so that it can be sorted.
6922         (message-fix-before-sending): Widen and sort headers before
6923         sending.
6924         (message-hide-headers): Use narrowing to hide headers by moving
6925         them to the top of the buffer and narrowing to the region
6926         underneath.
6927
6928 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6929
6930         * message.el (message-strip-forbidden-properties): Bind
6931         buffer-read-only (etc) to nil.
6932
6933 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6936         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6937
6938 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6939
6940         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6941
6942 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6943
6944         * dns.el (query-dns): Use sit-for to time instead of
6945         accept-process-output, since that doesn't seem to work on udp
6946         sockets.
6947
6948 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6951
6952 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6953
6954         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6955         doc string.  Improve doc string.
6956
6957 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * nntp.el (nntp-request-update-info): Return nil if
6960         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6961         may not call gnus-activate-group which uselessly issues the GROUP
6962         commands for all nntp groups and wastes time.  Reported by Romain
6963         Francoise <romain@orebokech.com>.
6964
6965         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6966
6967 2004-11-15  Simon Josefsson  <jas@extundo.com>
6968
6969         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6970         headers separately.
6971         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6972         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6973
6974 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * gnus-start.el (gnus-convert-old-newsrc):
6977         Assign legacy-gnus-agent to 5.10.7.
6978
6979 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6980
6981         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6982         start of the lines.
6983
6984 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6985
6986         * hashcash.el (hashcash-default-payment): Change default to 20
6987         (hashcash-default-accept-payment): Change default to 20
6988         (hashcash-process-alist): New variable
6989         (hashcash-generate-payment-async): Add
6990         (hashcash-already-paid-p): Add
6991         (hashcash-insert-payment): Don't generate payments twice
6992         (hashcash-insert-payment-async): Add
6993         (hashcash-insert-payment-async-2): Add
6994         (hashcash-cancel-async): Add
6995         (hashcash-wait-async): Add
6996         (hashcash-processes-running-p): Add
6997         (hashcash-wait-or-cancel): Add
6998         (mail-add-payment): New optional argument.  Conditionally start
6999         asynchronous calculation.
7000         (mail-add-payment-async): Add
7001
7002         * message.el (message-send-mail): Wait for asynchronous hashcash
7003         results.  Don't clobber existing X-Hashcash headers.
7004         (message-setup-1): Call mail-add-payment-async when
7005         message-generate-hashcash is non-nil.
7006
7007 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7008
7009         * message.el (message-use-alternative-email-as-from): Examine the
7010         From header as well; use message-make-from in order to include a
7011         user's full name.
7012
7013 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7016         default; improve customization type.
7017         (gnus-emphasis-custom-with-format): New macro.
7018         (gnus-emphasis-custom-value-to-external): New function.
7019         (gnus-emphasis-custom-value-to-internal): New function.
7020
7021 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7022
7023         * dns.el (query-dns): Resolve reverse addresses.
7024
7025 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7026
7027         * gnus-group.el (gnus-group-get-new-news): Use it.
7028
7029         * gnus-start.el (gnus-check-reasonable-setup): New function.
7030
7031 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7034         "Args out of range" error.  Reported by Arnaud Giersch
7035         <arnaud.giersch@free.fr>.
7036
7037 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7038
7039         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7040
7041 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7042
7043         * spam.el (spam group): Add :version.
7044
7045         * pgg-def.el (pgg group): Add :version.
7046
7047 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * gnus-art.el (gnus-article-edit-article): Don't associate the
7050         article buffer with a draft file.  This is a temporary measure
7051         against the 2004-08-22 change to gnus-article-edit-mode.
7052
7053 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7056         (html2text-format-tags): Remove unused variable `attr'.
7057
7058 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7059
7060         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7061
7062         * tls.el (tls-process-connection-type, tls-success)
7063         (tls-certtool-program): Add :version.
7064
7065         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7066         (starttls-extra-arguments, starttls-process-connection-type)
7067         (starttls-connect, starttls-failure, starttls-success):
7068
7069         * spam-stat.el (spam-stat): Add :version.
7070
7071         * sieve.el (sieve): Add :version.
7072
7073         * sha1.el (sha1): Add :version.
7074         (sha1-use-external): Remove redundant version.
7075
7076         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7077         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7078         (nnmail-split-fancy-match-partial-words)
7079         (nnmail-split-lowercase-expanded): Add :version.
7080
7081         * nndiary.el (nndiary): Add :version.
7082
7083         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7084
7085         * mml-sec.el (mml-default-sign-method)
7086         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7087         Add :version.
7088
7089         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7090
7091         * mm-url.el (mm-url-use-external, mm-url-program)
7092         (mm-url-arguments): Add :version.
7093
7094         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7095         (mm-attachment-file-modes, mm-decrypt-option)
7096         (mm-w3m-safe-url-regexp): Add :version.
7097
7098         * message.el (message-cite-prefix-regexp)
7099         (message-sendmail-envelope-from, message-minibuffer-local-map)
7100         (message-user-fqdn, message-completion-alist): Add :version.
7101
7102         * gnus-win.el (gnus-configure-windows-hook)
7103         (gnus-use-frames-on-any-display): Add :version.
7104
7105         * gnus-art.el (gnus-article-address-banner-alist)
7106         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7107         (gnus-treat-from-picon, gnus-treat-mail-picon)
7108         (gnus-treat-x-pgp-sig): Add :version.
7109
7110         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7111         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7112         (gnus-summary-article-delete-hook)
7113         (gnus-summary-display-while-building): Add :version.
7114
7115         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7116         (gnus-get-top-new-news-hook):Add :version.
7117
7118         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7119         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7120
7121         * gnus-registry.el (gnus-registry): Add :version.
7122
7123         * gnus-spec.el (gnus-use-correct-string-widths)
7124         (gnus-make-format-preserve-properties): Add :version.
7125
7126         * gnus.el (gnus-group-charter-alist)
7127         (gnus-group-fetch-control-use-browse-url)
7128         (gnus-install-group-spam-parameters): Add :version.
7129
7130         * gnus-diary.el (gnus-diary): Add :version.
7131
7132         * gnus-delay.el (gnus-delay): Add :version.
7133
7134         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7135         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7136         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7137         Add :version.
7138
7139         * gnus-agent.el (gnus-agent-max-fetch-size)
7140         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7141         (gnus-agent-prompt-send-queue): Add :version.
7142
7143         * deuglify.el (gnus-outlook-deuglify): Add :version.
7144
7145         * html2text.el: Beautify code.  Improve doc strings.  Some
7146         checkdoc cleanup.
7147         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7148
7149 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7150
7151         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7152
7153 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7154
7155         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7156         when package is loaded.
7157
7158         * spam.el (spam-summary-score-preferred-header): Add global preference
7159         for people who want to override the default SpamAssassin over
7160         Bogofilter preference (when both are set).
7161         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7162         (spam-user-format-function-S): Check
7163         spam-summary-score-preferred-header.
7164         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7165         (spam-user-format-function-S): Format the score correctly.
7166
7167 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7170         signature file.  Suggested by Manoj Srivastava
7171         <srivasta@golden-gryphon.com>.
7172
7173         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7174         iso-2022-jp even in the Japanese language environment.
7175         Suggested by Jason Rumney <jasonr@gnu.org>.
7176
7177 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7180         use the same characters as the dummy marks; make it free from
7181         getting affected by the language environment.
7182         (gnus-summary-read-group-1): Update mark positions only when the
7183         format spec is updated.
7184
7185         * gnus-spec.el (gnus-update-format-specifications): Return a list
7186         of updated types.
7187
7188 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7191         of boundp to check if display-warning is available.
7192
7193 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7194
7195         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7196
7197 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * nnspool.el (nnspool-spool-directory): Use news-path if the
7200         news-directory variable is not bound.
7201
7202         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7203         function instead of display-warning if it is not available.
7204
7205 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7206
7207         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7208         v5-10: Use `point-at-bol'.
7209
7210 2004-10-26  Simon Josefsson  <jas@extundo.com>
7211
7212         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7213         <chenggao@gmail.com>.
7214
7215 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7216
7217         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7218         instead.
7219
7220 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7221
7222         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7223         to remove a server from the nnimap-server-buffer-alist.
7224         (nnimap-open-connection, nnimap-close-server): Use it.
7225
7226         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7227
7228 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7231         running the major-mode function.
7232
7233 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7236         dummy marks in the right way.
7237
7238 2004-10-18  David Edmondson  <dme@dme.org>
7239
7240         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7241         excessively.
7242
7243 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7244
7245         * gnus-util.el (gnus-split-references): Accept a nil references
7246         string and go on blissfully.
7247
7248         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7249         cases where the references string is non-nil but has no references.
7250
7251         * encrypt.el: Add autoload tags.
7252
7253         * spam.el (spam-resolve-registrations-routine): Remove article
7254         from unregistration list too.  Reported by David Hanak
7255         <dhanak@isis.vanderbilt.edu>
7256
7257 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7260         nil.  Changed custom type.
7261
7262 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7265
7266         * gnus-sum.el (gnus-summary-move-article): Use it.
7267
7268 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7269
7270         * encrypt.el: Add autoload cookies.
7271
7272         * spam.el (spam-backend-article-list-property)
7273         (spam-backend-get-article-todo-list)
7274         (spam-backend-put-article-todo-list, )
7275         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7276         Resolve registrations separately.
7277         (spam-register-routine): Format comments.
7278         (spam-unregister-routine, spam-register-routine): Always call with
7279         specific-articles, no default list.
7280         (spam-summary-prepare-exit): Use the spam-classifications function.
7281
7282         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7283         gnus-encrypt.el.
7284
7285         * encrypt.el: copied from gnus-encrypt.el
7286
7287         * gnus-encrypt.el: commented that it's obsolete
7288
7289 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7292         (gnus-score-save): Use it.
7293
7294         * message.el (message-bury): Use `window-dedicated-p'.
7295
7296 2004-10-15  Simon Josefsson  <jas@extundo.com>
7297
7298         * pop3.el (top-level): Don't require nnheader.
7299         (pop3-read-timeout): Add.
7300         (pop3-accept-process-output): Add.
7301         (pop3-read-response, pop3-retr): Use it.
7302
7303 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7304
7305         * spam.el (spam-register-routine): Move comment.
7306         (spam-verify-bogofilter): Use 'unknown for the initial
7307         spam-bogofilter-valid state, not 'never.
7308
7309         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7310         for netrc-machine.
7311
7312         * nnimap.el (nnimap-open-connection): Use
7313         netrc-machine-user-or-password.
7314
7315 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7316
7317         * gnus-registry.el (gnus-registry-unload-hook):
7318         Set as a variable with add-hook.
7319
7320         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7321         of news-path.
7322
7323         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7324
7325         * spam.el: Delete duplicate `provide'.
7326         (spam-unload-hook): Set as a variable with add-hook.
7327
7328 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7331         in the doc string.
7332
7333         * message.el (message-ignored-news-headers)
7334         (message-ignored-supersedes-headers)
7335         (message-ignored-resent-headers)
7336         (message-forward-ignored-headers): Improve custom type.
7337
7338 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * message.el (message-tokenize-header): Fix 2004-09-06 change
7341         which used point-min in the wrong place.
7342
7343 2004-10-12  Simon Josefsson  <jas@extundo.com>
7344
7345         * tls.el (tls-certtool-program): New variable.
7346         (tls-certificate-information): New function, based on
7347         ssl-certificate-information.
7348
7349 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * compface.el: Move the version of ELisp-based uncompface program
7352         to the contrib directory because of the copyright problem.
7353
7354 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7355
7356         * message.el (message-kill-buffer): Raise the current frame.
7357
7358 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7361
7362         * gnus.el (message-y-or-n-p): Autoload.
7363
7364         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7365         (pop3-password-required, pop3-authentication-scheme)
7366         (pop3-leave-mail-on-server): Made customizable.
7367         (pop3): New custom group.
7368         (pop3-retr): Remove `sleep-for' statements.
7369         Suggested by Dave Love <fx@gnu.org>.
7370
7371         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7372         Windows/DOS.
7373
7374         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7375         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7376         Dave Love <fx@gnu.org>.
7377
7378         * mml.el (mml-minibuffer-read-disposition): Require match.
7379         Suggested by Dave Love <fx@gnu.org>.
7380
7381 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7382
7383         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7384         doc string.
7385
7386 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7389
7390 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7391
7392         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7393         instead of calling `mm-insert-inline', to decode text/* parts
7394         before displaying them.
7395
7396 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * mm-uu.el (mm-uu-text-plain-type): New variable.
7399         (mm-uu-pgp-signed-extract-1): Use it.
7400         (mm-uu-pgp-encrypted-extract-1): Use it.
7401         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7402         bind mm-uu-text-plain-type with that value.
7403         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7404         mm-uu-dissect.
7405
7406 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * gnus-group.el (gnus-update-group-mark-positions):
7409         * gnus-sum.el (gnus-update-summary-mark-positions):
7410         * message.el (message-check-news-body-syntax):
7411         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7412         of string-as-multibyte.
7413
7414 2004-10-05  Juri Linkov  <juri@jurta.org>
7415
7416         * gnus-group.el (gnus-update-group-mark-positions):
7417         * gnus-sum.el (gnus-update-summary-mark-positions):
7418         * message.el (message-check-news-body-syntax):
7419         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7420         8-bit unibyte values to a multibyte string for search functions.
7421
7422 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7425         (mm-uu-dissect-text-parts): New function.
7426
7427         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7428         dissect text parts.
7429
7430         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7431         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7432
7433         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7434
7435         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7436         gnus-current-topics instead of gnus-current-topic.
7437
7438 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7439
7440         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7441
7442 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7443
7444         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7445         where approriate.
7446
7447         * nnml.el (nnml-generate-active-info): do.
7448
7449         * nndiary.el (nndiary-generate-active-info): do.
7450
7451         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7452         (gnus-topic-move): do.
7453
7454         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7455         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7456
7457         * gnus-srvr.el (gnus-server-prepare)
7458         (gnus-server-open-all-servers): do.
7459
7460         * gnus-msg.el (gnus-summary-cancel-article)
7461         (gnus-summary-resend-message)
7462         (gnus-summary-mail-crosspost-complaint): do.
7463
7464         * gnus-move.el (gnus-change-server): do.
7465
7466         * gnus-group.el (gnus-group-unmark-all-groups)
7467         (gnus-group-set-current-level): do.
7468
7469 2004-10-04  Simon Josefsson  <jas@extundo.com>
7470
7471         * message.el (message-generate-hashcash): Doc fix.
7472
7473 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7474
7475         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7476         avoid infinite recursion via gnus-get-function.
7477
7478 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7479
7480         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7481
7482         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7483
7484         * nnmail.el (nnmail-split-history): do.
7485
7486         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7487         (nnml-request-delete-group): do.
7488
7489         * nnslashdot.el (nnslashdot-read-groups): do.
7490
7491         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7492         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7493
7494         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7495         (nnspool-sift-nov-with-sed): Use last
7496         (nnspool-retrieve-headers-with-nov): Use mapc.
7497         (nnspool-request-newgroups): Use dolist.
7498         (nnspool-request-group): Use last.
7499
7500         * nntp.el (nntp-read-server-type): Use dolist.
7501
7502         * nnvirtual.el (nnvirtual-create-mapping)
7503         (nnvirtual-update-read-and-marked): Use dolist.
7504         (nnvirtual-convert-headers): Simplify.
7505
7506 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7507
7508         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7509         support for sync'ing tick marks.
7510
7511 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7514         there's no visible header.
7515
7516 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7517
7518         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7519         necessary, pass full group name to gnus-request-set-marks.
7520
7521 2004-10-01  Simon Josefsson  <jas@extundo.com>
7522
7523         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7524         acroread.
7525
7526 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7527
7528         * spam-report.el (spam-report-gmane): Fix interactive.
7529
7530         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7531
7532         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7533         when writing file.
7534         (gnus-agent-synchronize-flags): Don't default to being
7535         interactive.
7536
7537 2004-09-30  Simon Josefsson  <jas@extundo.com>
7538
7539         * message.el (message-generate-hashcash): Add.
7540         (message-send-mail): Use it, call mail-add-payment.
7541
7542 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7543
7544         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7545
7546 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7547
7548         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7549         gnus-requst-update-info with explicit code to sync the in-memory
7550         info read flags with the marks being sync'd to the backend.
7551
7552         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7553
7554 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7555
7556         * spam.el (spam-verify-bogofilter): Add new function.
7557         (spam-check-bogofilter)
7558         (spam-bogofilter-register-with-bogofilter): Use it.
7559         (spam-verify-bogofilter): Add small fixes.
7560
7561 2004-09-28  Simon Josefsson  <jas@extundo.com>
7562
7563         * hashcash.el (hashcash-generate-payment): Revert.
7564
7565 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7566
7567         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7568         gnus-extract-references instead of gnus-split-references.
7569
7570         * gnus-util.el (gnus-extract-references): Add new function, analogous
7571         to gnus-split-references but extracts only the message-ID without
7572         anything extra.
7573
7574         * hashcash.el (hashcash-generate-payment)
7575         (hashcash-check-payment): Do the right thing if hashcash-path is
7576         nil (because the hashcash program could not be found).
7577
7578         * spam.el (spam-use-hashcash): Remove comment.
7579
7580 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7581
7582         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7583         (gnus-cache-enter-article, gnus-cache-remove-article)
7584         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7585
7586         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7587
7588         * gnus-art.el (article-hide-boring-headers)
7589         (article-translate-strings, article-display-face)
7590         (gnus-article-mime-match-handle-first)
7591         (gnus-article-highlight-headers)
7592         (gnus-article-add-buttons-to-head): do.
7593
7594 2004-09-27  Simon Josefsson  <jas@extundo.com>
7595
7596         * hashcash.el: New version, from
7597         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7598         ../contrib/.
7599
7600 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7603
7604 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7605
7606         * gnus-dup.el (gnus-dup-open): Use mapc.
7607         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7608
7609         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7610         Reported by Stefan Wiens <s.wi@gmx.net>.
7611
7612         * gnus.el (gnus-shutdown): Use dolist.
7613
7614         * gnus-undo.el (gnus-undo): Use mapc.
7615
7616         * nnrss.el (nnrss-generate-active): do.
7617
7618         * message.el (message-cite-original-without-signature)
7619         (message-cite-original): Use mapc.
7620         (message-do-actions, message-make-forward-subject): Use dolist.
7621
7622 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7623
7624         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7625         deletion to remove entire duplicate line.  Fixes merged article
7626         number bug.
7627
7628 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7629
7630         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7631         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7632         first ask if you want to open a server and then, even when you
7633         responded with no, asking if you want to synchronize the server's
7634         flags.
7635         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7636         multi-line expressions.
7637         (gnus-agent-synchronize-group-flags): New internal function.
7638         Updates marks in memory (in the info structure) AND in the
7639         backend.
7640
7641         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7642
7643         * nnagent.el (nnagent-request-set-mark): Use
7644         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7645         method, to ensure that synchronization updates marks in the
7646         backend and in the info (in memory) structure.
7647
7648 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7651         convention fully; don't miss the root article of a thread; make
7652         the X-Draft-From header with correct article numbers.
7653
7654 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7655
7656         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7657         unless plugged.  Disable the agent so that an open failure causes
7658         an error.
7659
7660         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7661         Reverted 2004-09-21 change.  The backend must be opened while
7662         synchronizing flags even when the backend stores the flags
7663         locally.
7664
7665 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7666
7667         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7668         in `header' match.  Reported by Svend Tollak Munkejord.
7669
7670         * message.el (message-cite-original): Fix use of
7671         `message-cite-articles-with-x-no-archive'.
7672
7673 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7676         (gnus-window-to-buffer): Ditto.
7677
7678         * mml.el (mml-preview-buffer): New variable.
7679         (mml-preview): Manage window layout with gnus-buffer-configuration.
7680
7681         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7682         X-Draft-From header even if those articles aren't quoted.
7683
7684 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7685
7686         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7687         (gnus-request-set-mark, gnus-request-update-mark): Use new
7688         g-s-t-u-l-m to decide to use backend even when unplugged.
7689
7690 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7693         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7694
7695 2004-09-20  Simon Josefsson  <jas@extundo.com>
7696
7697         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7698         "utf-16-le".
7699
7700 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7701
7702         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7703
7704 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7705
7706         * uudecode.el (uudecode-use-external): Add :version.
7707
7708         * smime.el (smime-CA-file, smime-encrypt-cipher)
7709         (smime-dns-server): Add :version.
7710
7711         * smiley.el (gnus-smiley-file-types): Add :version.
7712
7713         * sha1.el (sha1-use-external): Add :version.
7714
7715         * pgg-def.el (pgg-query-keyserver): Add :version.
7716
7717         * nnmail.el (nnmail-fancy-expiry-targets)
7718         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7719         Add :version.
7720
7721         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7722         (nnimap-retrieve-groups-asynchronous): Add :version.
7723         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7724
7725         * mml.el (mml-content-disposition-parameters)
7726         (mml-insert-mime-headers-always): Add :version.
7727
7728         * mm-util.el (mm-coding-system-priorities): Add :version.
7729
7730         * mm-decode.el (mm-inline-text-html-with-images)
7731         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7732         (mm-verify-option): Add :version.
7733         (mm-text-html-renderer): Change :version.
7734
7735         * message.el (message-fcc-externalize-attachments)
7736         (message-required-headers, message-draft-headers)
7737         (message-subject-trailing-was-query)
7738         (message-subject-trailing-was-ask-regexp)
7739         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7740         (message-mark-insert-end, message-archive-header)
7741         (message-archive-note, message-cross-post-default)
7742         (message-cross-post-note, message-followup-to-note)
7743         (message-cross-post-note-function, message-use-mail-followup-to)
7744         (message-subscribed-address-functions)
7745         (message-subscribed-address-file, message-subscribed-addresses)
7746         (message-subscribed-regexps, message-allow-no-recipients)
7747         (message-yank-cited-prefix, message-signature-insert-empty-line)
7748         (message-hidden-headers, message-hierarchical-addresses)
7749         (message-mail-user-agent, message-use-idna)
7750         (message-valid-fqdn-regexp)
7751         (message-strip-special-text-properties, message-header-synonyms)
7752         (message-beginning-of-line, message-tab-body-function): Add :version.
7753         (message-insert-canlock, message-wide-reply-confirm-recipients):
7754         Change :version.
7755
7756         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7757         and :version.
7758         (mail-source-delete-old-incoming-confirm)
7759         (mail-source-movemail-program): Add :version.
7760
7761         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7762         (gnus-agent-cache, gnus-agent): Change :version.
7763
7764         * gnus-util.el (gnus-use-byte-compile): Change :version.
7765
7766         * gnus-sum.el (gnus-summary-make-false-root-always)
7767         (gnus-summary-default-high-score)
7768         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7769         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7770         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7771         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7772         (gnus-sum-thread-tree-single-indent)
7773         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7774         (gnus-sum-thread-tree-leaf-with-other)
7775         (gnus-sum-thread-tree-single-leaf): Add :version.
7776         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7777         (gnus-article-loose-mime): Change :version.
7778
7779         * gnus-start.el (gnus-backup-startup-file)
7780         (gnus-save-startup-file-via-temp-buffer): Add :version.
7781
7782         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7783         (gnus-server-offline-face): Add :version.
7784
7785         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
7786
7787         * gnus-msg.el (gnus-gcc-externalize-attachments)
7788         (gnus-debug-files, gnus-debug-exclude-variables)
7789         (gnus-discouraged-post-methods): Change :version.
7790         (gnus-confirm-mail-reply-to-news)
7791         (gnus-confirm-treat-mail-like-news): Add :version.
7792
7793         * gnus-int.el (gnus-server-unopen-status): Add :version.
7794
7795         * gnus-group.el (gnus-group-jump-to-group-prompt)
7796         (gnus-large-ephemeral-newsgroup)
7797         (gnus-fetch-old-ephemeral-headers): Add :version.
7798
7799         * gnus-fun.el (gnus-x-face-directory)
7800         (gnus-convert-pbm-to-x-face-command)
7801         (gnus-convert-image-to-x-face-command)
7802         (gnus-convert-image-to-face-command): Add :version.
7803
7804         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7805
7806         * gnus-cite.el (gnus-cite-blank-line-after-header)
7807         (gnus-article-boring-faces): Add :version.
7808
7809         * gnus-art.el (gnus-buttonized-mime-types)
7810         (gnus-inhibit-mime-unbuttonizing)
7811         (gnus-treat-display-face)
7812         (gnus-treat-body-boundary): Change :version.
7813         (gnus-body-boundary-delimiter, gnus-picon-databases)
7814         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7815         (gnus-treat-date-english, gnus-treat-fold-headers)
7816         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7817         (gnus-treat-mail-picon, gnus-treat-wash-html)
7818         (gnus-article-encrypt-protocol)
7819         (gnus-use-idna, gnus-article-over-scroll)
7820         (gnus-mime-display-multipart-alternative-as-mixed)
7821         (gnus-mime-display-multipart-related-as-mixed)
7822         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7823         (gnus-ctan-url, gnus-button-ctan-handler)
7824         (gnus-button-handle-ctan-bogus-regexp)
7825         (gnus-button-ctan-directory-regexp)
7826         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7827         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7828         (gnus-button-man-level, gnus-button-emacs-level)
7829         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7830
7831         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7832         (gnus-agent-go-online): Change :version.
7833         (gnus-agent-expire-unagentized-dirs)
7834         (gnus-agent-auto-agentize-methods): Add :version.
7835
7836         * flow-fill.el (fill-flowed-display-column)
7837         (fill-flowed-encode-column): Add :version.
7838
7839         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7840         (gnus-outlook-deuglify-unwrap-max)
7841         (gnus-outlook-deuglify-cite-marks)
7842         (gnus-outlook-deuglify-unwrap-stop-chars)
7843         (gnus-outlook-deuglify-no-wrap-chars)
7844         (gnus-outlook-deuglify-attrib-cut-regexp)
7845         (gnus-outlook-deuglify-attrib-verb-regexp)
7846         (gnus-outlook-deuglify-attrib-end-regexp)
7847         (gnus-outlook-display-hook): Add :version.
7848
7849         * binhex.el (binhex-use-external): Add :version.
7850
7851 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7852
7853         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7854         and `invisible'.
7855
7856 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7857
7858         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7859         in gnus-registry-trim.
7860
7861 2004-09-13  Simon Josefsson  <jas@extundo.com>
7862
7863         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7864
7865         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7866
7867         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7868         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7869         <yamaoka@jpl.org>.
7870         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7871         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7872         <yamaoka@jpl.org>.
7873
7874         * sieve.el (sieve-manage-mode): Ditto.
7875
7876 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7879
7880 2004-09-11  Simon Josefsson  <jas@extundo.com>
7881
7882         * dns-mode.el: Add.
7883
7884         * mm-view.el (mm-display-dns-inline): Add.
7885
7886         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7887         (mm-automatic-display): Ditto.
7888
7889         * mailcap.el (mailcap-mime-data): Add text/dns.
7890         (mailcap-mime-extensions): Map .soa to text/dns.
7891
7892 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7893
7894         * gnus-art.el (article-decode-mime-words, article-babel)
7895         (gnus-article-highlight-signature, gnus-article-add-buttons)
7896         (gnus-signature-toggle): Remove unnecessary bindings of
7897         `inhibit-read-only' inherited from v5.10 merge.
7898
7899 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7900
7901         * nntp.el (nntp): New customization group.
7902         (nntp-authinfo-file): Add customization group.
7903
7904         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7905
7906         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7907
7908         * gnus.el (to-address, to-list, subscribed)
7909         (large-newsgroup-initial): Ditto.
7910
7911         * flow-fill.el (fill-flowed-display-column)
7912         (fill-flowed-encode-column): Ditto.
7913
7914 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7915
7916         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7917         Use point-min rather than 1.
7918         (message-send-mail): Use buffer-size rather than point-max.
7919
7920         * gnus-sum.el (gnus-summary-search-article-forward):
7921         Signal a specific `search-failed' rather than a generic `error'.
7922
7923         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7924         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7925         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7926
7927 2004-09-10  Simon Josefsson  <jas@extundo.com>
7928
7929         * nndb.el (require): Remove tcp and duplicate cl.
7930
7931 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * gnus-agent.el (directory-files-and-attributes): Move forward.
7934
7935 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7936
7937         * gnus-agent.el (directory-files-and-attributes): Optionally
7938         defined to support XEmacs.
7939
7940 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7941
7942         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7943         to avoid run-time CL dependencies.
7944         (gnus-agent-unfetch-articles): New function.
7945         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7946         article numbers even when local .overview file is missing.
7947         (gnus-agent-read-article-number): New function. Only accepts
7948         27-bit article numbers.
7949         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7950         gnus-agent-read-article-number.
7951         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7952         from backend while recognizing that article numbers in .overview
7953         must be valid.
7954         (gnus-agent-update-files-total-fetched-for): Use
7955         directory-files-and-attributes to improve performance.
7956         * gnus-int.el (gnus-request-move-article): Use
7957         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7958         improve performance.
7959
7960         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7961         some users confused by references to .newsrc when they only have a
7962         .newsrc.eld file.
7963         (gnus-convert-mark-converter-prompt,
7964         gnus-convert-converter-needs-prompt): Fixed use of property list.
7965         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7966         New function. Used internally to only display 'gnus converting
7967         files' message when actually necessary.
7968
7969         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7970         methods now autoloaded.
7971
7972 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7975         identifiers.
7976
7977 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7978
7979         * gnus-picon.el: Fix indentation and closing parenthesis.
7980
7981 2004-09-01  Simon Josefsson  <jas@extundo.com>
7982
7983         * message.el (message-canlock-generate): Require sha1, not
7984         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7985         to require within a function.  Sadly, if sha1.el isn't loaded, the
7986         let binding in m-c-g will hide the defcustom definition, which is
7987         bad.)
7988
7989         * canlock.el: Require sha1, not sha1-el.
7990
7991         * message.el: Don't autoload sha1 (there is a autoload cookie in
7992         sha1.el).
7993
7994         * sha1-el.el: Renamed to sha1.el.
7995
7996 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7997
7998         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7999
8000 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8001
8002         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8003
8004 2004-08-30  Kim F. Storm  <storm@cua.dk>
8005
8006         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8007
8008         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8009         Add :group 'nnimap.
8010
8011 2004-08-30  Andreas Schwab  <schwab@suse.de>
8012
8013         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8014         ?* and ?\;.
8015
8016         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8017         and ?\' to symbol instead of whitespace.
8018
8019 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8022
8023         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8024         instead of re-search-forward.
8025
8026         * gnus-uu.el (gnus-uu-save-article): Ditto.
8027         (gnus-uu-post-encode-uuencode): Ditto.
8028
8029         * html2text.el (html2text-clean-list-items): Ditto.
8030         (html2text-clean-dtdd): Ditto.
8031         (html2text-format-tags): Ditto.
8032
8033         * message.el (message-send-mail-with-sendmail): Fix regexp.
8034         (message-fill-field-general): Use search-forward instead of
8035         re-search-forward.
8036         (unbold-region): Ditto.
8037
8038         * nnrss.el (nnrss-request-article): Ditto.
8039
8040         * nnslashdot.el (nnslashdot-request-article): Ditto.
8041
8042         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8043
8044         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8045         "Unrecognized menu descriptor" error in XEmacs.
8046
8047 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8048
8049         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8050         parent article of a sparse article in the thread hashtb.
8051
8052 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8053
8054         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8055         (nnmail-expand-newtext): Lowercase expanded entries if
8056         nnmail-split-lowercase-expanded is non-nil.
8057
8058 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8061         entry.
8062
8063         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8064         of gnus-tmp-news-method into string under XEmacs.  It will be
8065         passed to gnus-correct-length which takes only a string argument.
8066
8067 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * gnus-util.el (gnus-bind-print-variables): New macro.
8070         (gnus-prin1): Use it.
8071         (gnus-prin1-to-string): Use it.
8072         (gnus-pp): New function.
8073         (gnus-pp-to-string): New function.
8074
8075         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8076         pp-to-string with gnus-pp-to-string.
8077         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8078         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8079         * gnus-msg.el (gnus-debug): Ditto.
8080         * gnus-score.el (gnus-score-save): Ditto.
8081         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8082         gnus-pp-to-string.
8083         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8084         with gnus-pp.
8085         * score-mode.el (gnus-score-pretty-print): Ditto.
8086         * webmail.el (webmail-debug): Ditto.
8087
8088 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * gnus-art.el (article-display-face, article-display-x-face): Use
8091         buffer-read-only.
8092
8093 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * gnus-art.el (article-hide-list-identifiers): Bind
8096         inhibit-read-only as t.
8097
8098 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8099
8100         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8101
8102 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8103
8104         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8105         (gnus-narrow-to-page): Don't assume point-min == 1.
8106         (gnus-article-edit-mode): Derive from message-mode.
8107
8108         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8109         point-min == 1.
8110
8111         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8112         Disable incorrect use of `assert'.
8113
8114         * message.el (message-mode): Set comment-start-skip.
8115
8116
8117 2004-08-22  Sam Steingold  <sds@gnu.org>
8118
8119         * pop3.el (pop3-leave-mail-on-server): New user variable.
8120         (pop3-movemail): Delete mail only when it is nil.
8121
8122 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8123
8124         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8125
8126         * mml.el (mml-preview): Use `pop-to-buffer'.
8127
8128         * message.el (message-goto-mail-followup-to): Insert after "To".
8129         (message-carefully-insert-headers): Add comment.
8130
8131         * gnus.el: Remove unused variable `gnus-article-check-size'.
8132
8133         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8134
8135         * gnus-art.el (gnus-button-alist): Improve
8136         `gnus-button-handle-library' entry.
8137
8138 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8139
8140         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8141         downcase, since XEmacs capitalizes error messages differently.
8142
8143 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8144
8145         * nntp.el: Add (require 'gnus) due to reference to
8146         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8147
8148 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8149
8150         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8151         `mm-fill-flowed'.
8152
8153         * mm-decode.el (mm-dissect-singlepart): Check it.
8154
8155 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8156
8157         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8158         'imap' for netrc parsing.
8159
8160 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8161
8162         * mailcap.el (mailcap-mime-data): Mark as risky.
8163
8164 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8167         may be included in the encoded word.
8168         (rfc2047-encode): Don't append a space if the encoded word
8169         includes close parenthesis.
8170
8171 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8174         of text within parentheses.
8175
8176 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8177
8178         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8179         (gnus-encrypt-write-file-contents): Make the password key the file
8180         name PLUS the cipher, not just the cipher.  Also remove failed
8181         passwords from the cache.
8182
8183 2004-08-06  Simon Josefsson  <jas@extundo.com>
8184
8185         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8186         fix.
8187
8188 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8191         LWSP.
8192
8193 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8194
8195         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8196         to append in-reply-to: data to the references: header.
8197
8198         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8199         (netrc-parse): Use gnus-encrypt.el functions.
8200
8201         * gnus-encrypt.el: Add new file for encryption support; currently
8202         does only a few GPG ciphers and an internal XOR cipher.
8203
8204         * password.el: Add comments on using password-read-and-add.
8205         (password-read-and-add): Add function to read and add the
8206         password to the cache at once.
8207
8208 2004-07-28  Simon Josefsson  <jas@extundo.com>
8209
8210         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8211         parameter (but don't use it, for now).
8212
8213         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8214         instead of hard coding to nil.
8215
8216 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8219         as mm-inline-image-xemacs does.
8220
8221 2004-07-26  Simon Josefsson  <jas@extundo.com>
8222
8223         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8224         Revert part of 2004-07-17 change below.
8225
8226 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8229         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8230
8231 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8232
8233         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8234         quotes that actually start with ">" at the beginning of the
8235         lines.
8236
8237 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * rfc2047.el (rfc2047-encode-region): Fix last change.
8240         (rfc2047-encode-parameter): Remove useless concat.
8241
8242 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8245         encode special characters; fix some kind of misconfigured headers;
8246         signal a real error if debug-on-quit or debug-on-error is non-nil.
8247         (rfc2047-encode-max-chars): New variable.
8248         (rfc2047-encode-1): Use it.
8249         (rfc2047-encode-parameter): New function.
8250
8251         * mml.el (mml-insert-parameter): Remove an excessive space.
8252
8253 2004-07-17  Simon Josefsson  <jas@extundo.com>
8254
8255         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8256         Kai Grossjohann <kai@emptydomain.de>.
8257         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8258         (gnus-group-make-menu-bar): Ditto.
8259
8260         * gnus-util.el (gnus-group-server): Add.
8261
8262 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8263
8264         * message.el (message-clone-locals): Clone sendmail and smtp
8265         variables.
8266
8267 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * rfc2047.el (rfc2047-encode-region): Fix last change.
8270
8271 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8274         characters as non-special.
8275
8276 2004-07-09  Simon Josefsson  <jas@extundo.com>
8277
8278         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8279         Users will lose all flag changes made while unplugged with
8280         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8281         good default.  See numerous reports on ding mailing list.
8282
8283 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8286         add generate-head-function and generate-article-function to the
8287         rfc822-forward entry.
8288         (nndoc-rfc822-forward-generate-article): New function.
8289         (nndoc-rfc822-forward-generate-head): New function.
8290
8291         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8292
8293 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8294
8295         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8296         respect display group parameter and gnus-summary-expunge-below.
8297         (gnus-articles-to-read): Remove unused reference to display group
8298         parameter.
8299
8300 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8301
8302         * nnheader.el (nnheader-uniquify-message-id): New experimental
8303         variable.
8304         (nnheader-nov-read-message-id): Use it.
8305
8306         * spam-report.el (spam-report-gmane): Add interactive.
8307
8308 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8311         qp-or-base64 for the application/* types.
8312
8313 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8314
8315         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8316
8317 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8318
8319         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8320         trim value.
8321
8322 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8323
8324         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8325         New macro and function.
8326         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8327
8328 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8331         after-load-alist.
8332
8333 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8334
8335         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8336         update info that isn't there.
8337
8338 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8339
8340         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8341         entry.
8342
8343 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * mm-view.el (mm-inline-render-with-function): Use multibyte
8346         buffer; decode html source by charset.
8347
8348         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8349
8350         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8351         Mule-UCS is loaded under XEmacs.
8352         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8353
8354 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8355
8356         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8357
8358 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * mm-util.el (mm-coding-system-p): Return a coding-system.
8361         (mm-mime-mule-charset-alist): Use shift_jis instead of
8362         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8363         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8364         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8365         instead of japanese-shift-jis and iso-latin-1 respectively in
8366         order to share the default value with both Emacs and XEmacs-mule.
8367         (mm-mule-charset-to-mime-charset): Make
8368         mm-coding-system-priorities effective.
8369         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8370         while predicating of candidates upon the priorities.
8371
8372 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8373
8374         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8375         gnus-uu-invert-processable.
8376
8377         * gnus.el: Autoload gnus-uu-invert-processable.
8378
8379 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * mm-util.el (mm-with-multibyte-buffer): New macro.
8382
8383         * rfc2047.el (rfc2047-encode-string): Use it.
8384         (rfc2047-encode-region): Move point to the end of the region after
8385         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8386
8387 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8390         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8391
8392 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8395         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8396         Karl Chen <quarl@nospam.quarl.org>.
8397
8398 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8399
8400         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8401         invalid addresses.
8402
8403 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8404
8405         * spam.el: Change section markers, revise TODO list.
8406         (spam-backends): Make new master list of all installed backends.
8407         (spam-summary-exit-behavior): Add new variable to determine how
8408         messages moves are done at summary exit.
8409         (spam-move-spam-nonspam-groups-only)
8410         (spam-process-ham-in-nonham-groups)
8411         (spam-process-ham-in-spam-groups): Remove variables, the
8412         spam-summary-exit-behavior variable should be used to manage this
8413         behavior.
8414         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8415         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8416         and spam-old-spam-articles.
8417         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8418         Add empty variables, placeholders for the backends they represent.
8419         (spam-set-difference): Move, unchanged.
8420         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8421         unless the user has a processor variable.
8422         (spam-classifications, spam-classification-valid-p)
8423         (spam-backend-properties, spam-backend-property-valid-p)
8424         (spam-backend-function-type-valid-p)
8425         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8426         (spam-report-articles-gmane, spam-report-articles-resend):
8427         Remove functions, they are not needed.
8428         (spam-install-backend-super, spam-backend-list)
8429         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8430         (spam-backend-function, spam-backend-ham-registration-function)
8431         (spam-backend-spam-registration-function)
8432         (spam-backend-ham-unregistration-function)
8433         (spam-backend-spam-unregistration-function)
8434         (spam-backend-statistical-p, spam-backend-mover-p)
8435         (spam-install-backend-alias, spam-install-checkonly-backend)
8436         (spam-install-mover-backend, spam-install-nocheck-backend)
8437         (spam-install-backend, spam-install-statistical-backend)
8438         (spam-install-statistical-checkonly-backend): Add backend installation
8439         support.
8440         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8441         (spam-group-processor-p): Use the new backend code and respect the
8442         summary exit behavior.
8443         (spam-mark-spam-as-expired-and-move-routine): Remove.
8444         (spam-summary-prepare): Change to use the new spam-old-articles
8445         variable.
8446         (spam-copy-or-move-routine, spam-copy-spam-routine)
8447         (spam-move-spam-routine, spam-copy-ham-routine)
8448         (spam-move-ham-routine): Add code to copy/move ham or spam.
8449         (spam-fetch-field-fast): Improve doc and code, plus allow the
8450         'number request.
8451         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8452         variables.
8453         (spam-split, spam-find-spam): Use the new backend code.
8454         (spam-registration-functions): Remove variable.
8455         (spam-unregister-routine): Add convenience wrapper.
8456         (spam-log-undo-registration, spam-register-routine)
8457         (spam-log-processing-to-registry)
8458         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8459         where possible.
8460         (spam-check-gmane-xref, spam-check-regex-headers)
8461         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8462         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8463         (spam-check-bogofilter-headers, spam-check-spamoracle)
8464         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8465         (spam-check-crm114-headers): Use the spam-split-group that
8466         spam-split prepares, no need to determine it every time.
8467
8468         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8469         to the nnheader-parse-naked-head call.
8470
8471         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8472
8473         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8474         the nnheader-nov-read-message-id call.
8475
8476 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8479         gnus-activate-group twice.  Suggested by Markus Peter
8480         <warp@spin.de>.
8481
8482 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus-art.el (gnus-article-time-format): Exchange the order of
8485         day and month in the default value; fix customization type.
8486         (article-date-ut): Use add-text-properties.
8487         (article-make-date-line): Use message-make-date instead of
8488         current-time-string.
8489
8490         * message.el (message-fetch-field): Don't use set-text-properties.
8491         (message-make-date): Simplify.
8492
8493         * messagexmas.el (message-xmas-make-date): New function.
8494         (message-xmas-redefine): Defalias message-make-date to it.
8495
8496 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8499         (rfc2047-encode-region): Treat text within parentheses as special;
8500         show the original text when error has occurred.
8501
8502         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8503         already-computed method to gnus-activate-group.
8504
8505         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8506         same select-methods identical Lisp objects.
8507
8508         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8509         object when modifying the info.
8510
8511 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8514         gnus-opened-servers since it has never been opened with the new
8515         configuration yet.
8516
8517 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8520         arg to nnheader-generate-fake-message-id.
8521
8522 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8523
8524         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8525         number and build a fake message ID localized to a group and
8526         article number (so it's repeatable from that point on).
8527         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8528         ID format.
8529
8530         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8531         nnheader-generate-fake-message-id with the article number.
8532
8533 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8534
8535         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8536         end-of-buffer.
8537
8538 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539
8540         * message.el (message-ignored-supersedes-headers): Add Approved.
8541
8542 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8545         goto-char.
8546         (rfc2047-encode): Fold the line before encoding.
8547
8548 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8549
8550         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8551         folding -- not all headers can be folded, and this should be done
8552         by the message composition mode.  Probably.  I think.
8553
8554 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8557         fast.
8558
8559         * gnus-ems.el (gnus-remove-image): Don't use
8560         message-text-with-property; remove only the image found first.
8561
8562         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8563         found first.
8564
8565 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8566
8567         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8568
8569 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * message.el (message-text-with-property): Make it fast and accept
8572         optional arguments.
8573         (message-strip-forbidden-properties): Use it.
8574         (message-fix-before-sending): Follow the m-t-w-p change.
8575
8576         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8577
8578 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * gnus-art.el (article-hide-headers): Don't change the buffer
8581         mistakenly when performing mml-preview even if
8582         gnus-single-article-buffer is nil.
8583
8584 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8585
8586         * message.el (message-expand-name-databases): New user option.
8587         (message-expand-name): Use it.
8588
8589 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8590
8591         * spam.el (spam-report-articles-resend)
8592         (spam-report-resend-register-routine): Allow ham reporting.
8593         (spam-report-resend-register-ham-routine): Add wrapper.
8594         (spam-registration-functions): Add ham resending functions.
8595         (spam-list-of-processors): Add ham resend processor.
8596
8597         * gnus.el (ham-resend-to): Add new group parameter.
8598         (spam-process): Add ham resend option.
8599
8600         * spam-report.el (spam-report-resend): Allow reporting ham.
8601         (spam-report-resend-ham): Add wrapper.
8602
8603 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8604
8605         * message.el (message-cite-articles-with-x-no-archive): New
8606         variable.
8607         (message-cite-original): Use it.
8608
8609 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8610
8611         * message.el (message-cite-original): Respect X-No-Archive.
8612
8613 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * gnus-art.el (article-hide-headers): Refer to the values for
8616         gnus-ignored-headers and gnus-visible-headers in the summary
8617         buffer since a user may have set them as group parameters.
8618
8619 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8620
8621         * assistant.el (assistant-node-name): Add convenience function.
8622         (assistant-render-text, assistant-render-node): Add error handling,
8623         plus handle multiple next nodes.
8624         (assistant-find-next-node): Comment out for now.
8625         (assistant-find-next-nodes): Add function, returns list of next
8626         nodes.
8627
8628 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * mail-source.el (mail-source-directory): Fix doc-string.
8631
8632 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8633
8634         * assistant.el (assistant-render-text, assistant-eval): Add :set
8635         widget type, which is different because it takes and returns a
8636         list.  Much hilarity ensues.
8637
8638 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8641
8642         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8643         doc-string.
8644
8645         * gnus-start.el (gnus-activate-group): Added doc-string.
8646
8647 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8650
8651 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8652
8653         * assistant.el (assistant-render-text): Try to add a :set
8654         widget, more to come.
8655
8656         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8657         strings.
8658         (spam-report-articles-resend)
8659         (spam-register-routine): Do registration iff any articles warrant
8660         it.
8661         (spam-summary-prepare-exit): Change log message for nil group
8662         destinations.
8663
8664 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8665
8666         * spam.el (spam-report-resend-register-routine): Allow
8667         spam-report-resend-to to be a group parameter or a global value.
8668
8669 2004-05-26  Simon Josefsson  <jas@extundo.com>
8670
8671         * starttls.el: Merge with my GNUTLS based starttls.el.
8672         (starttls-gnutls-program, starttls-use-gnutls)
8673         (starttls-extra-arguments, starttls-process-connection-type)
8674         (starttls-connect, starttls-failure, starttls-success): New
8675         variables.
8676         (starttls-program, starttls-extra-args): Doc fix.
8677         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8678         functions.
8679         (starttls-negotiate, starttls-open-stream): Check
8680         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8681         function if it is set.
8682
8683 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8686         structured fields.
8687
8688 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8691
8692 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8693
8694         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8695         variable.
8696         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8697         assigning the spam-mark to new messages.
8698
8699 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8700
8701         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8702
8703 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8706
8707         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8708         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8709         default.
8710
8711 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8712
8713         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8714         correct data.
8715
8716 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8717
8718         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8719         (spam-group-processor-p): Fix function.
8720         (spam-group-processor-multiple-p)
8721         (spam-group-spam-processor-report-gmane-p)
8722         (spam-group-spam-processor-report-resend-p)
8723         (spam-group-spam-processor-bogofilter-p)
8724         (spam-group-spam-processor-blacklist-p)
8725         (spam-group-spam-processor-ifile-p)
8726         (spam-group-ham-processor-ifile-p)
8727         (spam-group-spam-processor-spamoracle-p)
8728         (spam-group-spam-processor-crm114-p)
8729         (spam-group-ham-processor-bogofilter-p)
8730         (spam-group-spam-processor-stat-p)
8731         (spam-group-ham-processor-stat-p)
8732         (spam-group-ham-processor-whitelist-p)
8733         (spam-group-ham-processor-BBDB-p)
8734         (spam-group-ham-processor-spamoracle-p)
8735         (spam-group-ham-processor-copy-p): Remove functions with some
8736         prejudice against unneeded code.
8737         (spam-report-articles-resend)
8738         (spam-report-resend-register-routine): Allow the group/topic
8739         spam-resend-to value to override spam-report-resend-to.
8740         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8741         properly now.
8742
8743         * gnus.el (spam-resend-to): Add group/topic parameter.
8744         (spam-process): Move the OBSOLETE processors to the end of the
8745         choices.
8746
8747 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8748
8749         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8750         with resend-to set to nil, and then ask the user if necessary.
8751         (spam-report-resend): spam-report-resend takes a list of articles, not
8752         separate article numbers.
8753
8754 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8757         addition to emacs-w3m.
8758
8759 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760
8761         * assistant.el (assistant-authinfo-data): New function.
8762         (assistant-eval): Eval for entire assistant.
8763
8764         * netrc.el (netrc-services-file): New variable.
8765         (netrc-parse-services): New function.
8766         (netrc-find-service-name): New function.
8767         (netrc-find-service-number): New function.
8768         (netrc-port-equal): New function.
8769         (netrc-machine): Use it.
8770
8771         * nnimap.el (nnimap-open-connection): Use netrc.
8772
8773         * gnus-util.el (gnus-netrc-get): Remove aliases.
8774
8775         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8776
8777         * assistant.el (wid-edit): Fix compilation.
8778
8779         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8780
8781 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8782
8783         * gnus-util.el (gnus-set-file-modes): New function.  (small
8784         patch).
8785
8786 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8787
8788         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8789
8790         * assistant.el (assistant-render-node): Fix up rendering and
8791         read-only text.
8792         (assistant-render-node): Reset.
8793         (assistant-make-read-only): Not sticky.
8794
8795 2004-05-20  Danny Siu  <dsiu@adobe.com>
8796
8797         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8798         centered even when gnus-auto-center-summary is t
8799
8800 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8801
8802         * dns.el (dns-get-txt-answer): New function.
8803         (dns-read-txt): Ditto.
8804         (query-dns): Use it.
8805
8806 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8809         active for foreign groups even if the group level is higher than
8810         the specified value.
8811
8812 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813
8814         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8815         non-active groups.
8816
8817         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8818
8819 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8820
8821         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8822
8823 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8824
8825         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8826         (spam-crm114-header, spam-crm114-spam-switch)
8827         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8828         (spam-crm114-positive-spam-header)
8829         (spam-crm114-database-directory, spam-list-of-processors)
8830         (spam-group-spam-processor-crm114-p)
8831         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8832         (spam-generic-score, spam-list-of-checks)
8833         (spam-list-of-statistical-checks, spam-registration-functions)
8834         (spam-check-crm114-headers, spam-crm114-score)
8835         (spam-check-crm114, spam-crm114-register-with-crm114)
8836         (spam-crm114-register-spam-routine)
8837         (spam-crm114-unregister-spam-routine)
8838         (spam-crm114-register-ham-routine)
8839         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8840         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8841
8842         * gnus.el: Add spam-use-crm114.
8843
8844         * spam.el (spam-list-of-processors, spam-registration-functions):
8845         Add spam-use-resend.
8846         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8847         (spam-report-articles-gmane): Add doc fix.
8848         (spam-report-articles-resend,
8849         spam-report-resend-register-routine): Add wrappers around
8850         spam-report-resend-to.
8851
8852         * spam-report.el (spam-report-resend-to, spam-report-resend):
8853         Add support for resending spam.
8854         (spam-report-gmane): Fix line length >80.
8855
8856         * gnus.el (spam-process): Add spam-use-resend.
8857
8858 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8859
8860         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8861         number of processed spam messages.
8862         (spam-ham-copy-or-move-routine): Return the number of processed
8863         ham messages.
8864         (spam-summary-prepare-exit): Use the above values to decide
8865         whether status messages shouled be displayed.
8866
8867 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8870         `rfc2047-encoding-function-alist' in order to avoid conflicting
8871         with the old version.
8872         (rfc2047-encode-region): Concatenate words containing non-ASCII
8873         characters in structured fields; don't encode space-delimited
8874         ASCII words even in unstructured fields; don't break words at
8875         char-category boundaries.
8876         (rfc2047-encode-1): New function.
8877         (rfc2047-encode): Use it; encode text so that it occupies the
8878         maximum width within 76-column; work correctly on Q encoding for
8879         iso-2022-* charsets.
8880         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8881         sure not to break a line just after the header name.
8882         (rfc2047-b-encode-region): Removed.
8883         (rfc2047-b-encode-string): New function.
8884         (rfc2047-q-encode-region): Removed.
8885         (rfc2047-q-encode-string): New function.
8886
8887         * mm-util.el (mm-replace-in-string): New function.
8888
8889 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8890
8891         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8892         get it right.
8893         (gnus-inews-make-draft): Really.
8894
8895 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8896
8897         * nnmh.el (nnmh-request-list-1): Don't check the link count
8898         before descending.  (small patch)
8899
8900 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8901
8902         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8903         stuff.
8904
8905         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8906         on real group name.
8907
8908         * gnus-art.el (gnus-signature-limit): Doc fix.
8909
8910         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8911
8912         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8913
8914 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8915
8916         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8917         isn't a string.
8918
8919 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8920
8921         * gnus-draft.el (gnus-draft-send): Bind
8922         rfc2047-encode-encoded-words.
8923
8924         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8925         (rfc2047-encodable-p): Say that =? needs encoding.
8926         (rfc2047-encode-encoded-words): New variable.
8927
8928         * gnus-group.el (gnus-group-select-group): Doc fix.
8929
8930         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8931
8932         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8933         to nil.
8934
8935         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8936
8937         * nnheader.el (nnheader-get-lines-and-char): New function.
8938
8939 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * gnus-msg.el (gnus-summary-followup-with-original): Document
8942         yanking of region when active.
8943
8944 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8947         groups if the group level is higher than the specified value.
8948
8949 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8952         (gnus-group-jump-to-group): Added prefix argument using
8953         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8954         non-active group.
8955
8956         * compface.el (uncompface): Be verbose when changing
8957         `uncompface-use-external'.
8958
8959         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8960         handle manual section.
8961
8962 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8963
8964         * gnus-art.el (gnus-button-alist): Revert previous change.
8965
8966 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8969
8970 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8971
8972         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8973         whether backend can accept message.
8974
8975         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8976
8977 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8978
8979         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8980         Avoid creating directory when nntp-marks-is-evil is true.
8981         Reported by Reiner Steib.
8982
8983 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8984
8985         * gnus-picon.el (gnus-picon-style): New variable.
8986         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8987         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8988         Jesper Harder <harder@ifa.au.dk>.
8989
8990 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8991
8992         * message.el (message-fill-field): Return point.
8993         (message-generate-headers): Go to end of field.
8994
8995         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8996         stuff for non-living groups.
8997
8998 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8999
9000         * gnus-art.el (gnus-article-followup-with-original)
9001         (gnus-article-reply-with-original): gnus-mark-active-p ->
9002         gnus-region-active-p.
9003
9004 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9005
9006         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9007         only when there is spam or ham to be processed.
9008
9009 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * mail-source.el (mail-source-delete-crash-box): Refactor.
9012         (mail-source-fetch): Use it.
9013         (mail-source-fetch-file): Ditto.
9014         (mail-source-fetch-directory): Run postscript in loop.
9015         (mail-source-fetch-pop): Delete.
9016         (mail-source-fetch-maildir): Ditto.
9017         (mail-source-fetch-imap): Ditto.
9018
9019         * imap.el (imap-authenticators): Comment out sasl.
9020
9021         * message.el (message-skip-to-next-address): New function.
9022         (message-fill-header-address): Refactor.
9023         (message-fill-address): Use it.
9024         (message-delete-address): Use it.
9025         (message-fill-header-general): Refactor.
9026         (message-fill-field-address): Rename.
9027         (message-narrow-to-field): Find the start of the header.
9028         (message-header-format-alist): Don't pre-fill.
9029         (message-fill-header): Removed.
9030         (message-insert-header): New function.
9031         (message-shorten-references): Use it.
9032
9033         * rfc2047.el (rfc2047-field-value): Strip props.
9034
9035         * mail-parse.el (mail-header-make-address): New alias.
9036
9037         * ietf-drums.el (ietf-drums-make-address): New function.
9038
9039         * imap.el: Add compiler directives.
9040
9041         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9042
9043         * gnus-art.el (article-decode-idna-rhs): Don't use
9044         message-idna-inside-rhs-p.
9045
9046 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047
9048         * message.el (message-idna-inside-rhs-p): Removed.
9049         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9050
9051         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9052         false positives.
9053
9054 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9055
9056         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9057
9058 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9059
9060         * nneething.el (nneething-file-name): Don't create spurions
9061         files.
9062
9063         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9064         (gnus-inews-do-gcc): Remove sleep.
9065
9066         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9067         part under point.
9068
9069         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9070         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9071
9072 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9073
9074         * spam.el (spam-summary-prepare-exit): Fixed (length).
9075
9076 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9077
9078         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9079         as expired without moving it" message when there are spam
9080         messages left.
9081
9082 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9083
9084         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9085         header is not nil.
9086
9087 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9088
9089         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9090         nntp-possibly-create-directory, not nntp-possibly-change-group.
9091         (nntp-marks-changed-p): New arg SERVER.
9092         (nntp-request-update-info): Adjust caller.
9093
9094 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9095
9096         * nntp.el (nntp-save-marks): Pass missing arg.
9097
9098 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9099
9100         * nntp.el: Support marks.
9101         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9102         (nntp-marks-modtime, nntp-marks-directory): New variables.
9103         (nntp-request-set-mark, nntp-request-update-info)
9104         (nntp-possibly-create-directory, nntp-marks-changed-p)
9105         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9106         functions.
9107
9108 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9109
9110         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9111         (gnus-xmas-redefine): Rename.
9112
9113         * gnus-score.el (gnus-score-insert-help): Use
9114         gnus-select-lowest-window.
9115
9116         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9117         appt-select-lowest-window and rename to gnus-select-lowest-window.
9118
9119         * gnus.el: do.
9120
9121 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9122
9123         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9124         encodings of MIME-encoded words, in order to improve
9125         interoperability with several broken MUAs.
9126
9127 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9128
9129         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9130         tags, only when charsets are not specified in headers.
9131         (mm-inline-text-html-render-with-w3m): Ditto.
9132
9133         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9134         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9135
9136 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9137
9138         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9139         instead of MIME-decoded from fields when checking
9140         `gnus-article-address-banner-alist'.
9141
9142 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9143
9144         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9145         description rather than subject.
9146
9147 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9148
9149         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9150
9151 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9152
9153         * gnus.el (gnus-version-number): Bump.
9154
9155 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9156
9157         * gnus.el: No Gnus v0.2 is released.
9158
9159 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9160
9161         * gnus-agent.el (gnus-agent-read-agentview): Inline
9162         gnus-uncompress-range.
9163
9164 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9165
9166         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9167         `exec-installed-p'.
9168
9169 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9170
9171         * gnus.el (spam-process, spam-autodetect-methods): Add
9172         bsfilter and bsfilter-headers.
9173
9174         * spam.el (spam-bsfilter): New customize group.
9175         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9176         (spam-bsfilter-header, spam-bsfilter-probability-header)
9177         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9178         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9179         (spam-bsfilter-database-directory): New options.
9180         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9181         (spam-list-of-statistical-checks, spam-registration-functions):
9182         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9183         (spam-bsfilter-score): New command.
9184         (spam-check-bsfilter-headers, spam-check-bsfilter)
9185         (spam-bsfilter-register-with-bsfilter)
9186         (spam-bsfilter-register-spam-routine)
9187         (spam-bsfilter-unregister-spam-routine)
9188         (spam-bsfilter-register-ham-routine)
9189         (spam-bsfilter-unregister-ham-routine): New functions.
9190         (spam-generic-score): Support bsfilter; Accept an optional argument
9191         to recalcurate spam score even if scoring header has already been
9192         added.
9193         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9194         optional argument to recalcurate spam score even if scoring header
9195         has already been added.
9196
9197 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9198
9199         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9200         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9201         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9202         link is missing.
9203
9204 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9205
9206         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9207         (html2text-get-attr): Rewrite.
9208
9209         * message.el (message-setup-1): Remove redundant put-text-property
9210         on mail-header-separator.
9211
9212 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9213
9214         * gnus-registry.el (gnus-registry-cache-whitespace)
9215         (gnus-registry-action, gnus-registry-spool-action)
9216         (gnus-registry-split-fancy-with-parent): Change message levels
9217         from 5 to 3 or 7, as needed.
9218
9219         * spam.el (spam-summary-prepare-exit)
9220         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9221         (spam-split, spam-find-spam, spam-log-undo-registration)
9222         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9223         level from 5 to 6.
9224
9225 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9228         2004-03-04 change).
9229
9230 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9231
9232         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9233         Use mapc when appropriate.
9234
9235         * sieve-manage.el (sieve-manage-open): do.
9236
9237         * nnweb.el (nnweb-insert-html): do.
9238
9239         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9240         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9241
9242         * nnspool.el (nnspool-request-group): do.
9243
9244         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9245         do.
9246
9247         * nnml.el (nnml-request-update-info): do.
9248
9249         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9250         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9251
9252         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9253         (nnimap-request-set-mark): do.
9254
9255         * nnfolder.el (nnfolder-request-update-info): do.
9256
9257         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9258         do.
9259
9260         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9261
9262         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9263
9264         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9265         do.
9266
9267         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9268         do.
9269
9270         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9271
9272         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9273
9274         * gnus-int.el (gnus-start-news-server): do.
9275
9276         * gnus-group.el (gnus-group-make-kiboze-group)
9277         (gnus-group-browse-foreign-server): do.
9278
9279 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9280
9281         FIXME: Make separate entries for each person.
9282
9283         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9284         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9285         <shields@msrl.com>:
9286
9287         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9288         may need for spam sorting and scoring.
9289         (spam-user-format-function-S): Add user format function suitable for
9290         general use.
9291         (spam-article-sort-by-spam-status): Add sorting function for summary
9292         sorting.
9293         (spam-extra-header-to-number): Add function to get a score from a
9294         header.
9295         (spam-summary-score): Add function to  get a numeric score from the
9296         headers.
9297         (spam-generic-score): Fixed function doc, was in wrong place.
9298         (spam-initialize): Take symbols when it's run, and install the
9299         extra headers that spam-necessary-extra-headers thinks we need.
9300
9301 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9302
9303         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9304         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9305
9306 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9307
9308         * gnus-sum.el (gnus-set-global-variables)
9309         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9310         (gnus-article-get-xrefs, gnus-summary-best-group)
9311         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9312         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9313         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9314         with-current-buffer.
9315
9316 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9317
9318         * spam.el (spam-summary-prepare-exit): Simplify logic.
9319         (spam-fetch-article-header): Read the article header if it's not
9320         available.
9321         (spam-list-articles): Simplify logic.
9322         (spam-filelist-register-routine): Fix bug with unregister-list.
9323
9324         * gnus-registry.el: Fix comments at beginning.
9325
9326 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9327
9328         * message.el (message-cater-to-broken-inn): Remove.
9329         (message-shorten-references): Make sure the total folded length of
9330         References is shorter than 998 characters to cater to a bug in INN
9331         2.3.  Also, don't pretend that references aren't folded -- this
9332         hasn't worked for a while.
9333
9334 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9335
9336         * gnus-agent.el (gnus-agentize):
9337         gnus-agent-send-mail-real-function no longer set to current value
9338         of message-send-mail-function but rather a lambda that calls
9339         message-send-mail-function.  The change makes the agent real-time
9340         responsive to user changes to message-send-mail-function.
9341
9342 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9343
9344         * legacy-gnus-agent.el
9345         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9346         help from Florian Weimer <fw@deneb.enyo.de>
9347
9348 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * nnmail.el (nnmail-cache-insert): Revert last change.
9351
9352 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * nnmail.el (nnmail-cache-insert): Always check whether
9355         nnmail-cache-ignore-groups matches a group name.
9356
9357 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9358
9359         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9360         (spam-find-spam, spam-log-processing-to-registry)
9361         (spam-log-registered-p, spam-log-unregistration-needed-p)
9362         (spam-log-undo-registration): Use gnus-message instead of
9363         gnus-error, none of these errors are fatal.
9364
9365         * gnus-registry.el (gnus-registry-clean-empty-function)
9366         (gnus-registry-clean-empty): Remove only empty entries without
9367         extra data.
9368
9369 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9370
9371         * spam-stat.el (spam-stat-buffer-change-to-spam)
9372         (spam-stat-buffer-change-to-non-spam): Change (error) to
9373         (gnus-message 8) invocation.
9374
9375 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * nntp.el (nntp-via-netcat-command): New variable.
9378         (nntp-via-netcat-switches): New variable.
9379         (nntp-open-via-rlogin-and-netcat): New function.
9380         (nntp-open-connection-function): Doc fix.
9381         (nntp-telnet-command): Doc fix.
9382         (nntp-end-of-line): Doc fix.
9383         (nntp-via-rlogin-command): Doc fix.
9384         (nntp-via-user-name): Doc fix.
9385         (nntp-via-address): Doc fix.
9386
9387 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9390         error in Emacs 21.1.
9391
9392 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9393
9394         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9395
9396 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9397         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9398         (gnus-agent-with-refreshed-group): New macro.
9399         (gnus-agent-rename-group): New function.
9400         (gnus-agent-delete-group): New function.
9401         (gnus-agent-save-group-info): Use gnus-command-method when
9402         `method' parameter is nil.  Don't write nil entries into the
9403         active file.
9404         (gnus-agent-get-group-info): New function.
9405         (gnus-agent-fetch-articles): Use
9406         gnus-agent-update-files-total-fetched-for to increment disk space
9407         used.
9408         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9409         gnus-agent-update-view-total-fetched-for to increment disk space
9410         used.
9411         (gnus-agent-get-local): Added optional parameters to avoid calling
9412         gnus-group-real-name and gnus-find-method-for-group.
9413         (gnus-agent-set-local): Delete stored entry if either min, or max,
9414         are nil.
9415         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9416         quit, use gnus-agent-regenerate-group to record existance of any
9417         articles fetched to disk before the quit occurred.
9418         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9419         gnus-agent-update-view-total-fetched-for, and
9420         gnus-agent-update-files-total-fetched-for to decrement disk space
9421         used.
9422         (gnus-agent-retrieve-headers): Use
9423         gnus-agent-update-view-total-fetched-for to increment disk space
9424         used.
9425         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9426         with gnus-agent-update-files-total-fetched-for to decrement disk
9427         space and fresh group buffer.
9428         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9429         (gnus-agent-need-update-total-fetched-for): New variable.
9430         (gnus-agent-update-files-total-fetched-for): New function.
9431         (gnus-agent-update-view-total-fetched-for): New function.
9432         (gnus-agent-total-fetched-for): New function.
9433
9434         * gnus-cache.el (gnus-cache-save-buffers): Use
9435         gnus-cache-update-overview-total-fetched-for to change disk space
9436         used by this group.
9437         (gnus-cache-possibly-enter-article): Use
9438         gnus-cache-update-file-total-fetched-for to increment disk space
9439         used by this group.
9440         (gnus-cache-possibly-remove-article): Use
9441         gnus-cache-update-file-total-fetched-for to decrement disk space
9442         used by this group.
9443         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9444         (gnus-cache-rename-group): New function.
9445         (gnus-cache-delete-group): New function.
9446         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9447         (gnus-cache-need-update-total-fetched-for): New variable.
9448         (gnus-cache-with-refreshed-group): New macro.
9449         (gnus-cache-update-file-total-fetched-for): New function.
9450         (gnus-cache-update-overview-total-fetched-for): New function.
9451         (gnus-cache-rename-group-total-fetched-for): New function.
9452         (gnus-cache-delete-group-total-fetched-for): New function.
9453         (gnus-cache-total-fetched-for): New function.
9454
9455         * gnus-group.el: Require gnus-sum and autoload functions to
9456         resolve warnings when gnus-group.el compiled alone.
9457         (gnus-group-line-format): Documented new %F
9458         (size of Fetched data) group line format; identifies disk space
9459         used by agent and cache.
9460         (gnus-group-line-format-alist): Defined new F format.
9461         (gnus-total-fetched-for): New function.
9462         (gnus-group-delete-group): No longer update
9463         gnus-cache-active-altered as gnus-request-delete-group now keeps
9464         the cache in sync.
9465         (gnus-group-list-active): Let the agent store a server's active
9466         list if currently plugged.
9467
9468         * gnus-int.el (gnus-request-delete-group): Use
9469         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9470         local disk in sync with the server.
9471          (gnus-request-rename-group): Use
9472         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9473         local disk in sync with the server.
9474
9475         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9476         simplification to logic.
9477
9478         * gnus-util.el (gnus-rename-file): New function.
9479
9480 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9481
9482         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9483
9484 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9485
9486         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9487         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9488
9489 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9490
9491         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9492         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9493
9494 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9495
9496         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9497
9498 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9499
9500         * spam.el (spam-set-difference): Add function to replace
9501         gnus-set-difference in spam.el.
9502         (spam-summary-prepare-exit): Use spam-set-difference.
9503
9504 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9505
9506         * gnus-registry.el (gnus-registry-cache-file): Update to use
9507         gnus-dribble-directory OR gnus-home-directory OR ~.
9508         (gnus-registry-split-fancy-with-parent): Fix doc.
9509
9510 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9511
9512         * message.el (message-exchange-point-and-mark): Use
9513         message-mark-active-p.  Suggested by Jesper Harder
9514         <harder@ifa.au.dk>.
9515
9516 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * message.el (message-exchange-point-and-mark): Don't activate
9519         region if it was inactive.  Suggested by Hiroshi Fujishima
9520         <pooh@nature.tsukuba.ac.jp>.
9521
9522 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9523
9524         * gnus-art.el (article-display-face): Display Faces in the same
9525         order as X-Faces.
9526
9527 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9530
9531 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9534         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9535         (gnus-article-mime-hierarchy): Remove.
9536         (gnus-article-mime-hierarchy-next): Remove.
9537         (gnus-article-mode): Revert 2004-03-19 change.
9538         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9539         (gnus-insert-mime-button): Revert 2004-03-19 change.
9540         (gnus-mime-accumulate-hierarchy): Remove.
9541         (gnus-mime-enter-multipart): Remove.
9542         (gnus-mime-leave-multipart): Remove,
9543         (gnus-mime-display-part): Revert 2004-03-19 change.
9544         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9545
9546         * mml.el (mml-preview): Revert 2004-03-19 change.
9547
9548 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9549
9550         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9551
9552 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9555         t while entering a file name using the mm-with-multibyte macro.
9556         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9557
9558         * mm-util.el (mm-with-multibyte): New macro.
9559
9560 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9563         user option.
9564         (gnus-mime-multipart-functions): Doc and customization fix.
9565         (gnus-article-mime-hierarchy): New variable.
9566         (gnus-article-mime-hierarchy-next): New variable.
9567         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9568         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9569         gnus-article-mime-hierarchy-next to nil.
9570         (gnus-insert-mime-button): Show hierarchy numbers.
9571         (gnus-mime-accumulate-hierarchy): New function.
9572         (gnus-mime-enter-multipart): New function.
9573         (gnus-mime-leave-multipart): New function.
9574         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9575         (gnus-mime-display-alternative): Show hierarchy numbers.
9576
9577         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9578         gnus-article-mime-hierarchy-next to nil.
9579
9580 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9581
9582         * dns.el: Don't require gnus-xmas.
9583
9584 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9585
9586         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9587         inline PGP.
9588         (mml-menu): Disable mml-quote-region if mark is inactive.
9589
9590 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9593         when the group's active is not available.
9594
9595 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9598         error.
9599
9600 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * imap.el (imap-store-password): New variable.
9603         (imap-interactive-login): Use it.
9604         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9605
9606 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9609         window-start and hscroll to summary window.
9610
9611 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9612
9613         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9614         conversion message to newsrc-dribble when an actual conversion is
9615         performed.
9616
9617 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9618
9619         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9620
9621 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * mm-decode.el (mm-complicated-handles): New function reviving
9624         former definition of mm-multiple-handles.
9625
9626         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9627         (gnus-mime-delete-part): Use it.
9628
9629 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9630
9631         * gnus-agent.el (gnus-agent-read-local): Bind
9632         nnheader-file-coding-system to gnus-agent-file-coding-system to
9633         avoid the implicit assumption that they will always be equal.
9634         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9635         coding-system-for-write, as the with-temp-file macro first prints
9636         to a buffer then saves the buffer.
9637
9638 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * gnus-art.el (gnus-article-edit-part): New function.
9641         (gnus-mime-save-part-and-strip): Use it; do query instead of
9642         signaling an error; don't use mm-multiple-handles.
9643         (gnus-mime-delete-part): Ditto.
9644
9645 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9646
9647         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9648         old file versions.
9649         (gnus-group-prepare-hook): Removed function that converted list
9650         form of gnus-agent-expire-days to group properties.
9651
9652         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9653         (gnus-request-accept-article): Re-indented.
9654
9655         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9656         converters to handle old agent file formats.  Added logic for a
9657         "backup before upgrading warning".
9658         (gnus-convert-mark-converter-prompt): Developers can mark
9659         functions as needing (default), or not needing,
9660         gnus-convert-old-newsrc's "backup before upgrading warning".
9661         (gnus-convert-converter-needs-prompt): Tests whether the user
9662         should be protected from potentially irreversable changes by the
9663         function.
9664
9665         * legacy-gnus-agent.el (): New. Provides converters that are only
9666         loaded when gnus-convert-old-newsrc needs to call them.
9667
9668 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * mail-source.el (mail-source-touch-pop): Doc fix.
9671
9672         * message.el (message-smtpmail-send-it): Doc fix.
9673
9674 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9675
9676         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9677
9678         * nnmail.el (nnmail-split-fancy): do.
9679
9680         * gnus-kill.el (gnus-kill, gnus-execute): do.
9681
9682 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9683
9684         * gnus-sum.el (gnus-widget-reversible-match)
9685         (gnus-widget-reversible-to-internal)
9686         (gnus-widget-reversible-to-external): New functions.
9687         (gnus-widget-reversible): New widget.
9688         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9689
9690 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9691
9692         * gnus-sum.el (gnus-thread-sort-functions)
9693         (gnus-article-sort-functions): Document `(not F)' items.
9694
9695 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9696
9697         * spam.el (spam-use-gmane-xref): Add new backend.
9698         (spam-gmane-xref-spam-group): Add variable to control the name of the
9699         Gmane spam group.
9700         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9701         (spam-regex-headers-spam, spam-regex-headers-ham)
9702         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9703         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9704         backends and checks.
9705         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9706
9707         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9708         an autodetect method.
9709
9710 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9711
9712         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9713         articles are being added to a group.
9714         (gnus-request-replace-article): Inform the agent that articles
9715         need to be uncached as the cached contents are no longer valid.
9716
9717 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * binhex.el: Don't autoload executable-find.
9720
9721         * canlock.el: Don't autoload mail-fetch-field.
9722
9723         * dgnushack.el: Autoload c-mode for XEmacs.
9724
9725         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9726
9727         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9728         rmail-dont-reply-to and rmail-output.
9729
9730         * gnus-score.el: Don't autoload ffap-string-at-point.
9731
9732         * gnus-setup.el: Don't autoload sc-cite-original.
9733
9734         * imap.el: Don't autoload base64-decode-string,
9735         base64-encode-string and md5.
9736
9737         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9738         and rmail-msg-restore-non-pruned-header.
9739
9740         * mm-decode.el: Don't autoload executable-find.
9741
9742         * mm-url.el: Don't autoload executable-find.
9743
9744         * mm-view.el: Don't autoload diff-mode.
9745
9746         * nndb.el: Don't autoload news-reply-mode, news-setup,
9747         cancel-timer and telnet.
9748
9749         * password.el: Don't autoload run-at-time for Emacs.
9750
9751         * sha1-el.el: Don't autoload executable-find.
9752
9753         * sieve-mode.el: Don't autoload c-mode.
9754
9755         * uudecode.el: Don't autoload executable-find.
9756
9757 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9758
9759         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9760         (gnus-agent-possibly-alter-active): Avoid null in numeric
9761         comparison.
9762         (gnus-agent-set-local): Refuse to save null in local object table.
9763         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9764         list of articles that will be marked as unread.
9765
9766 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9769
9770 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9771
9772         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9773         language tags.
9774
9775 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9776
9777         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9778         Don't bind "obarray".
9779
9780         * gnus-sum.el (gnus-thread-sort-functions): Added
9781         `gnus-thread-sort-by-most-recent-number' and
9782         `gnus-thread-sort-by-most-recent-date'.
9783         Reported by Kai Grossjohann <kai@emptydomain.de>.
9784
9785 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9788
9789 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9790
9791         * gnus-cus.el (gnus-agent-customize-category): Removed
9792         ignore-errors macro reference that required cl to be loaded at
9793         run-time.
9794
9795         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9796         single-interval range of the form (min . max).  Previously the
9797         range had to look like ((min . max)).  Likewise, return
9798         (min . max) rather than ((min . max)).
9799         (gnus-range-map): Use gnus-range-normalize to accept
9800         single-interval range.
9801
9802         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9803         the cache, but not the agent, now appear with their usual face.
9804
9805         * dgnushack.el (loaddir): New variable that is bound to the
9806         directory containing the dgnushack.el file. Use loaddir, rather
9807         than srcdir, to update load-path. Change lets dgnushack compile
9808         code in directories other than GNUS/lisp.
9809
9810 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * lpath.el: Don't bind w3m-safe-url-regexp.
9813
9814         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9815         w3m-safe-url-regexp variable buffer-local.
9816
9817         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9818
9819 2004-02-27  Simon Josefsson  <jas@extundo.com>
9820
9821         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9822         gnus-group-real-prefix.
9823         (gnus-summary-move-article): Use it, instead of
9824         gnus-group-real-prefix.
9825
9826 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * lpath.el: Bind w3m-safe-url-regexp.
9829
9830         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9831         w3m-safe-url-regexp variable buffer-local and set it as the value
9832         of mm-w3m-safe-url-regexp.
9833
9834         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9835
9836         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9837         parsing gnus-posting-styles when the message is not for replying.
9838
9839         * dgnushack.el: Autoload sgml-mode for XEmacs.
9840
9841         * nnrss.el (nnrss-opml-export): Use
9842         mm-set-buffer-file-coding-system instead of
9843         set-buffer-file-coding-system.
9844
9845 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9846
9847         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9848         of checkdoc.el).
9849         * nnrss.el: do.
9850         * gnus-mlspl.el: do.
9851         * gnus-ml.el: do.
9852         * gnus-srvr.el: do.
9853
9854         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9855
9856 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9857
9858         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9859         Corrections to custom-manual links.
9860
9861         * gnus-art.el (gnus-article): Ditto.
9862
9863         * mm-decode.el (mime-display, mime-security): Ditto.
9864
9865 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9866
9867         * flow-fill.el: Typo.
9868
9869 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9870
9871         * spam-wash.el: New file.
9872
9873 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9874
9875         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9876
9877 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9878
9879         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9880         to be run with new-articles as LIST1, not LIST2.
9881         (spam-registration-functions): Add spam-use-ham-copy as a nil
9882         registration backend.
9883
9884 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9885
9886         * spam-stat.el (spam-stat-washing-hook): New option.
9887         (spam-stat-buffer-words): Use it.
9888         (spam-stat-process-directory, spam-stat-test-directory): Use
9889         insert-file-contents-literally.
9890         (spam-stat-coding-system): New variable.
9891         (spam-stat-load, spam-stat-save): Use it.
9892
9893 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * spam-report.el (spam-report-plug-agent): Quote
9896         spam-report-url-to-file and spam-report-url-ping-plain.
9897
9898 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9899
9900         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9901         / in mailto URLs.
9902
9903 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * spam-report.el (spam-report-process-queue): Fix interactive use.
9906         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9907         (spam-report-unplug-agent): Doc fixes.
9908         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9909         (spam-report-agentize, spam-report-deagentize): Autoload
9910
9911 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9914
9915         * message.el (message-setup-fill-variables): Add mml tags to
9916         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9917         <ajk@iu.edu>.
9918         (message-mode): Don't modify paragraph-separate there.
9919
9920 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * compface.el (uncompface-use-external): Default to undecided.
9923         (uncompface-use-external-threshold): New variable.
9924         (uncompface-float-time): New macro.
9925         (uncompface): Determine whether to use the external decoder if
9926         uncompface-use-external is undecided.
9927
9928 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9929
9930         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9931         after images.
9932
9933         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9934
9935 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9936
9937         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9938
9939         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9940
9941         * gnus-sum.el (gnus-summary-limit-to-age)
9942         (gnus-summary-limit-children): do.
9943
9944         * gnus-int.el (gnus-request-scan): do.
9945
9946         * gnus-group.el (gnus-group-suspend): do.
9947
9948         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9949
9950         * gnus-cite.el (gnus-cite-parse-attributions): do.
9951
9952         * gnus-agent.el (gnus-summary-set-agent-mark)
9953         (gnus-agent-regenerate-group): do.
9954
9955         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9956
9957         * binhex.el (binhex-decode-region-internal): do.
9958
9959 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * gnus-fun.el (gnus-face-properties-alist): New user option.
9962         (gnus-display-x-face-in-from): Use it.
9963
9964         * gnus-art.el (article-display-face): Ditto.
9965
9966         * compface.el (uncompface-use-external): Default to nil.
9967
9968 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9969
9970         * nntp.el (nntp-erase-buffer): New function.
9971         (nntp-retrieve-data, nntp-send-command)
9972         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9973         (nntp-possibly-change-group): Use it.
9974
9975         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9976         with-current-buffer.
9977
9978 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9979
9980         * compface.el: Merge the ELisp-based uncompface program.
9981         (compface): New customization group.
9982         (uncompface-use-external): New user option.
9983         (uncompface): Call uncompface-internal if uncompface-use-external
9984         is nil.
9985         (uncompface-internal): New function.  Note that there are also
9986         some other functions and variables added for this function.
9987
9988 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9989
9990         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9991         if necessary.
9992
9993 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9994
9995         * spam-report.el (spam-report-unplug-agent)
9996         (spam-report-plug-agent, spam-report-deagentize)
9997         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9998         Add support for the Agent in spam-report: when unplugged, report to a
9999         file; when plugged, submit all the requests.
10000
10001         * spam.el (spam-register-routine): Fix message about
10002         registration.
10003
10004 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10005
10006         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10007         dependencies.
10008         (rfc2047-encode): Use it.
10009
10010         * gnus-art.el (gnus-button-marker-list): Move before first
10011         reference.
10012
10013         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10014         (imap-parse-body): Fix format string mismatch.
10015
10016         * gnus-score.el (gnus-summary-increase-score): do.
10017
10018         * nnrss.el (nnrss-close): New function.
10019
10020 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10021
10022         * nnrss.el (nnrss-make-filename): New function.
10023         (nnrss-request-delete-group, nnrss-read-server-data)
10024         (nnrss-save-server-data, nnrss-read-group-data)
10025         (nnrss-save-group-data): Use it.
10026         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10027         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10028         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10029
10030 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10031
10032         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10033
10034 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10035
10036         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10037         files.
10038
10039         * message.el (message-generate-headers-first): Don't quote nil
10040         and t in docstrings.
10041
10042         * imap.el (imap-id): do.
10043
10044         * gnus-agent.el (gnus-agent-consider-all-articles)
10045         (gnus-agent-queue-mail): do.
10046
10047 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10048
10049         * spam-report.el (spam-report-process-queue): New function.
10050         Process requests from `spam-report-requests-file'.
10051         (spam-report-process-queue): Doc fix.
10052
10053 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10054
10055         * spam.el (spam-register-routine)
10056         (spam-log-processing-to-registry, spam-log-registered-p)
10057         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10058         Change "check" to "spam-check" for semi-clarity.
10059
10060 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10061
10062         * pop3.el: Require nnheader.
10063
10064         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10065
10066         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10067
10068         * gnus-picon.el: Require cl.
10069
10070         * gnus-fun.el: Require gnus-ems and gnus-util.
10071
10072         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10073
10074         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10075
10076         * gnus-art.el (gnus-article-edit-mode): Define before first
10077         reference.
10078
10079 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10080
10081         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10082         (gnus-uu-post-encoded): Use point-at-bol.
10083
10084         * gnus-topic.el (gnus-group-active-topic-p): do.
10085
10086         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10087
10088         * gnus-group.el (gnus-group-kill-region): do.
10089
10090         * gnus-art.el (article-date-ut): do.
10091
10092         * message.el (message-fetch-field): Remove redundant
10093         case-fold-search binding.
10094         (message-narrow-to-field): Simplify.
10095
10096 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * spam.el (spam-directory): Derive from `gnus-directory'.
10099
10100         * spam-report.el (spam-report-url-to-file)
10101         (spam-report-requests-file): New function and variable for offline
10102         reporting.
10103         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10104         and user defined function.
10105         (spam-report-url-ping-mm-url): Remove doubled slash.
10106
10107 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10108
10109         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10110
10111 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10112
10113         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10114         format string mismatch.
10115
10116         * sieve.el (sieve-deactivate-all): do.
10117
10118         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10119
10120         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10121
10122         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10123
10124         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10125
10126 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10127
10128         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10129         the list of checks.
10130
10131 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10132
10133         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10134         padding.
10135
10136 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10137
10138         * mm-view.el (mm-fill-flowed): New variable.
10139         (mm-inline-text): Use it.
10140
10141 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10142
10143         * spam.el (spam-spamassassin-register-ham-routine)
10144         (spam-spamassassin-register-spam-routine): Fix function names.
10145
10146 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * gnus.el (gnus-tmp-grouplens): Remove.
10149         (gnus-summary-line-format): Remove grouplens.
10150
10151         * gnus-group.el (gnus-group-line-format): Ditto.
10152
10153         * gnus-spec.el (gnus-format-specs): Ditto.
10154         (gnus-update-format-specifications): Flush the group format spec
10155         cache if there's the grouplens stuff.
10156         (gnus-parse-simple-format): Replace %l with the empty string.
10157
10158 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10159
10160         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10161         omission.
10162
10163 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10166         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10167
10168 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10169
10170         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10171         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10172         New macros and functions.
10173         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10174         Handle > NLINK_MAX messages.
10175         * nnmaildir.el (nnmaildir-request-set-mark): Use
10176         nnmaildir--emlink-p and nnmaildir--eexist-p.
10177
10178 2004-01-25  Alex Schroeder  <alex@gnu.org>
10179
10180         * spam-stat.el (spam-stat-process-directory-age): New option.
10181         (spam-stat-process-directory): Use it.
10182
10183 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10184
10185         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10186         (spam-stat-save): Accept prefix argument.
10187
10188 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10189
10190         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10191         links" error.
10192
10193 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10196         the rest of the and/or forms.
10197
10198 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10199
10200         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10201         compatibility with old .newsrc.eld files.
10202
10203         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10204
10205         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10206
10207         * gnus-start.el (gnus-1): do.
10208
10209         * gnus-group.el (gnus-group-line-format-alist): do.
10210
10211         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10212
10213         * gnus-gl.el: Remove.
10214
10215 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10216
10217         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10218         marks consisting of a single range {for example, (3 . 5)} rather
10219         than a list of a single range { ((3 . 5)) }.
10220
10221 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10222
10223         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10224         with-current-buffer.
10225         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10226         avoid consing a string.
10227
10228         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10229         Remove obsolete entries for big5 and gb2312.
10230
10231 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10232
10233         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10234         uncompressed list.
10235
10236 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10237
10238         * spam-stat.el (spam-stat-strip-xref): New function.
10239         (spam-stat-process-directory): Use it.
10240
10241         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10242         here -- it's done in message-fetch-field.
10243
10244 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10245
10246         * gnus-agent.el (gnus-agent-queue-mail,
10247         gnus-agent-prompt-send-queue): New variables.
10248         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10249         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10250         "nndraft:queue" along to gnus-draft-send.  Use
10251         gnus-agent-prompt-send-queue.
10252         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10253         is "nndraft:queue".  Suggested by Gaute Strokkenes
10254         <gs234@srcf.ucam.org>
10255
10256         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10257         (agent-enable-undownloaded-faces): Added
10258         (gnus-agent-cat-groups): Use eval-and-compile, not
10259         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10260         method of gnus-agent-cat-groups even when the buffer has been
10261         evaled.
10262         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10263         delete gnus-agent-save-active-1.
10264         (gnus-agent-save-groups): Deleted. Identical to
10265         gnus-agent-save-active.
10266         (gnus-agent-write-active): No longer adjust agent's copy of active
10267         file as agent's adjustments are now stored in their own
10268         file. Removed optional parameter.
10269         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10270         servers.  Add use of min/max range limits from server's local
10271         file.
10272         (gnus-agent-save-alist): Removed unused optional argument.
10273         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10274         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10275         (gnus-agent-set-local): A per-server file that keeps min/max range
10276         limits for articles known to the agent.  Provides a fast mechanism
10277         for altering many active ranges.
10278         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10279         active file (local makes it unnecessary).
10280         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10281
10282         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10283         (agent-enable-undownloaded-faces): Added
10284
10285         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10286         disable it when sending to "nndraft:queue".
10287         (gnus-group-send-queue): Add safety check to avoid sending queue
10288         when unplugged.
10289
10290         * gnus-group.el (gnus-group-catchup): Use new
10291         gnus-sequence-of-unread-articles, not
10292         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10293         numbers of articles.  Use gnus-range-map to avoid having to
10294         uncompress the unread list.
10295         (gnus-group-archive-directory,
10296         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10297         reference.
10298
10299         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10300         (gnus-sorted-range-intersection): Intersection of two ranges
10301         without requiring that they first be uncompressed.
10302
10303         * gnus-start.el (gnus-activate-group): Unless blocked by the
10304         caller, possibly expand the active range to include both cached
10305         and agentized articles.
10306         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10307         multiple version-dependent converters.
10308         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10309         gnus-agent-save-active.
10310         (gnus-save-newsrc-file): Save dirty agent range limits.
10311
10312         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10313         gnus-agent-possibly-alter-active.
10314         (gnus-adjust-marked-articles): Faster handling of simple lists
10315
10316 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10317
10318         * spam-stat.el (spam-stat-test-directory): New optional argument
10319         displays a list of files detected.  Suggested by Andrew Cohen
10320         <cohen@andy.bu.edu>.
10321         (spam-stat-buffer-words-with-scores): Don't narrow and change
10322         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10323
10324 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10325
10326         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10327         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10328         (spam-spamassassin-arguments)
10329         (spam-spamassassin-spam-flag-header)
10330         (spam-spamassassin-positive-spam-flag-header)
10331         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10332         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10333         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10334         (spam-list-of-processors, spam-list-of-checks)
10335         (spam-list-of-statistical-checks, spam-registration-functions)
10336         (spam-check-spamassassin-headers, spam-check-spamassassin)
10337         (spam-spamassassin-score)
10338         (spam-spamassassin-register-with-sa-learn)
10339         (spam-spamassassin-register-spam-routine)
10340         (spam-spamassassin-register-ham-routine)
10341         (spam-assassin-register-spam-routine)
10342         (spam-assassin-register-ham-routine): add SpamAssassin support
10343         (spam-bogofilter-score): fix to show article before scoring
10344
10345 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10346
10347         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10348         default scoring function.
10349         (spam-generic-score): Call spam-spamassassin-score if
10350         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10351         spam-bogofilter-score otherwise.
10352
10353         * gnus.el (spam-process, spam-autodetect-methods): Add
10354         spamassassin and spamassassin-headers.
10355
10356 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10357
10358         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10359         Suppress unnecessary messages.
10360
10361 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10362
10363         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10364         make-hash-table.
10365
10366 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * canlock.el (base64-encode-string): Don't autoload it.
10369
10370 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * run-at-time.el: Remove useless (require 'itimer),
10373         eval-and-compile and (featurep 'xemacs).
10374
10375 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10376
10377         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10378         GROUP is a virtual group.
10379
10380 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10381
10382         * gnus.el: Autoload `message-y-or-n-p'.
10383
10384 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10385
10386         * pgg-parse.el: Remove unnecessary (require 'custom).
10387
10388         * pgg-def.el: do.
10389
10390         * nnmail.el: do.
10391
10392         * gnus-undo.el: do.
10393
10394         * gnus-picon.el: do.
10395
10396         * gnus-util.el: do.
10397
10398 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10401
10402 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10405         handle, as well as a list.
10406
10407         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10408         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10409         (mm-w3m-cid-retrieve): Simplify.
10410
10411 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10412
10413         * message.el (message-kill-to-signature): Allow prefix arg to
10414         specify number of lines to keep before signature.
10415
10416 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10417
10418         (message-kill-to-signature): Change docstring.
10419
10420 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * canlock.el: Always require sha1-el.
10423         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10424
10425         * message.el: Autoload sha1 only when compiling.
10426
10427         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10428         eudc-expand-inline for XEmacs.
10429
10430 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * message.el (message-canlock-generate): Require sha1-el.
10433
10434 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10435
10436         * message.el (message-expand-name): Silence the byte compiler.
10437
10438         * lpath.el: Add detect-coding-system.
10439
10440         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10441         cus-edit.
10442
10443 2004-01-13  Simon Josefsson  <jas@extundo.com>
10444
10445         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10446         Invoke gnus-score-mode.  Reported by
10447         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10448
10449         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10450         Jim Blandy <jimb@redhat.com> (tiny change).
10451
10452 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10453
10454         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10455
10456 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10457
10458         * spam.el (spam-get-article-as-string): Update to use
10459         gnus-request-article-this-buffer, much simpler.
10460         (spam-get-article-as-buffer): Remove.
10461
10462 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10463
10464         * message.el (message-expand-name): Use EUDC if the user uses
10465         that.
10466
10467 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10468
10469         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10470         character for the encoding to avoid consing a string.
10471
10472         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10473         unnecessarily.
10474
10475         * mm-util.el (mm-replace-chars-in-string): Remove.
10476
10477         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10478         of mm-replace-chars-in-string.
10479
10480 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10481
10482         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10483         strings.
10484
10485         * mm-util.el (mm-subst-char-in-string): Support inplace.
10486
10487         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10488         a new string in every iteration.  Use shy groups.
10489
10490 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10491
10492         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10493         (gnus-group-change-level, gnus-kill-newsgroup)
10494         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10495         (gnus-get-unread-articles, gnus-make-articles-unread)
10496         (gnus-make-ascending-articles-unread): Use accessor
10497         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10498         to get group information for improved readability.
10499
10500         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10501
10502         * gnus-soup.el (gnus-soup-group-brew): do.
10503
10504         * gnus-msg.el (gnus-put-message): do.
10505
10506         * gnus-move.el (gnus-group-move-group-to-server): do.
10507
10508         * gnus-kill.el (gnus-batch-score): do.
10509
10510         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10511         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10512         (gnus-group-update-group, gnus-group-read-group)
10513         (gnus-group-make-group, gnus-group-make-help-group)
10514         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10515         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10516         (gnus-group-sort-by-unread, gnus-group-catchup)
10517         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10518         (gnus-group-yank-group, gnus-group-set-info)
10519         (gnus-group-list-groups): do.
10520
10521         * gnus.el (gnus-generate-new-group-name): do.
10522
10523         * gnus-delay.el (gnus-delay-send-queue): do.
10524
10525         * nnvirtual.el (nnvirtual-catchup-group): do.
10526
10527         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10528         do.
10529
10530         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10531         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10532
10533         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10534         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10535         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10536         (gnus-group-make-articles-read): do.
10537
10538 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10539
10540         * gnus-art.el (article-decode-mime-words, article-babel)
10541         (gnus-article-highlight-signature, gnus-article-add-buttons)
10542         (gnus-signature-toggle): Use gnus-with-article-buffer.
10543
10544         * gnus-art.el (gnus-article-highlight-headers)
10545         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10546
10547         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10548         (gnus-article-set-globals, gnus-request-article-this-buffer)
10549         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10550         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10551         (gnus-mime-display-alternative): Use with-current-buffer.
10552
10553 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10554
10555         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10556         also under 80 char limit, and call gnus-error if needed.
10557         (spam-fetch-article-header): Fix - it was a
10558         buffer-local variable (gnus-newsgroup-data).
10559         (spam-find-spam): Use spam-generate-fake-headers, forget about
10560         spam-insert-fake-headers.
10561         (spam-insert-fake-headers): Remove.
10562
10563 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10564
10565         * deuglify.el (gnus-article-outlook-unwrap-lines)
10566         (gnus-outlook-rearrange-article)
10567         (gnus-outlook-repair-attribution-outlook)
10568         (gnus-outlook-repair-attribution-block)
10569         (gnus-outlook-repair-attribution-other): Remove redundant
10570         save-excursion.
10571
10572 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10573
10574         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10575         (spam-fetch-field-subject-fast)
10576         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10577         (spam-fetch-article-header): Add functions to deal with Gnus
10578         internals for fast retrieval of article header data.
10579         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10580
10581 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10582
10583         * pop3.el (pop3-md5): Remove.
10584         (pop3-apop): Replace pop3-md5 with md5.
10585
10586         * mm-bodies.el: base64 is always built-in.
10587
10588         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10589         with-current-buffer.
10590
10591 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * canlock.el (canlock-insert-header): Remove excessive grouping in
10594         regexp.
10595
10596         * gnus-sum.el (gnus-summary-read-document): Ditto.
10597
10598         * gnus-uu.el (gnus-uu-part-number): Ditto.
10599
10600         * html2text.el (html2text-remove-tags): Ditto.
10601         (html2text-format-tags): Ditto.
10602         (html2text-format-single-elements): Ditto.
10603
10604         * mml.el (mml-parse-1): Ditto.
10605
10606 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10607
10608         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10609
10610         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10611
10612         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10613
10614         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10615
10616 2003-11-15  Simon Josefsson  <jas@extundo.com>
10617
10618         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10619         (pgg-gpg-lookup-key): Use regexp match instead of
10620         split-string (split-string is different between emacs 21.2 and
10621         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10622
10623 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10624
10625         * gnus-art.el (gnus-mime-view-all-parts)
10626         (gnus-article-part-wrapper, gnus-article-view-part): Use
10627         with-current-buffer.
10628
10629 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10630
10631         * spam.el (spam-disable-spam-split-during-ham-respool)
10632         (spam-spamoracle-database, spam-cache-lookups)
10633         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10634         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10635         (spam-group-ham-marks, spam-group-spam-marks)
10636         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10637         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10638         also add spam-use-blackholes to the statistical checks.
10639         (spam-fetch-field-fast): Add interface to fetching fields, may
10640         become a macro.
10641         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10642         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10643         (spam-insert-fake-headers): Fake an article when needed.
10644         (spam-find-spam): Fake article when possible.
10645         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10646         (spam-check-bogofilter-headers): Use message-fetch-field instead
10647         of nnmail-fetch-field.
10648
10649 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10650
10651         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10652
10653 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10654
10655         * spam.el (spam-split): Do not require spam-use-CHECK to be
10656         enabled if that check is passed to spam-split explicitly; also
10657         fix so 'spam doesn't get converted to spam-split-group when
10658         spam-split-symbolic-return is t.
10659         (spam-find-spam): Find registrations of the article and use those
10660         instead of re-running spam-split to find the spam/ham
10661         classification of the article.
10662         (spam-log-processing-to-registry, spam-log-registered-p)
10663         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10664         Use gnus-error instead of gnus-message.
10665         (spam-log-registration-type): Add function to determine the
10666         classification of a message based on registry entries; will
10667         return nil if both 'spam and 'ham are found.
10668         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10669         a reasonably fast local cache without the loading errors.
10670         (spam-cache-lookups): Set to t by default.
10671         (spam-find-spam): Don't try to guess spam-cache-lookups.
10672         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10673         spam-caches entry.
10674         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10675         caching of whitelist/blacklist entries.
10676         (spam-check-whitelist, spam-check-blacklist): Invoke
10677         spam-from-listed-p with a type, not a cache variable.
10678         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10679
10680 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10681
10682         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10683
10684         * nnmail.el (nnmail-split-fancy): do.
10685
10686         * mml.el (mml-parse): do.
10687
10688         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10689         (gnus-score-adaptive): do.
10690
10691 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10694         (gnus-mime-button-map): Don't set keymap parent.
10695         (gnus-button-ctan-directory-regexp): Use shy grouping.
10696         (gnus-prev-page-map): Don't set keymap parent.
10697         (gnus-prev-page-map): Remove duplicated one.
10698         (gnus-next-page-map): Don't set keymap parent.
10699         (gnus-mime-security-button-map): Ditto.
10700
10701         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10702         version number.
10703
10704         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10705
10706 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * canlock.el (canlock-sha1-function): Remove.
10709         (canlock-sha1-function-for-verify): Remove.
10710         (canlock-openssl-program): Remove.
10711         (canlock-openssl-args): Remove.
10712         (canlock-ignore-errors): Remove.
10713         (canlock-sha1-with-openssl): Remove.
10714         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10715         (canlock-verify): Don't use canlock-ignore-errors.
10716
10717         * sha1-el.el (sha1-string-external): Make it can return a string
10718         in binary form.
10719         (sha1-region-external): Ditto.
10720         (sha1-string-internal): Ditto.
10721         (sha1-region-internal): Ditto.
10722         (sha1-region): Ditto.
10723         (sha1-string): Ditto.
10724         (sha1): Ditto.
10725
10726 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10727
10728         * spam.el (spam-report-articles-gmane): New command.
10729
10730 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10733
10734         * run-at-time.el (run-at-time-saved): Remove.
10735         (run-at-time): Doc fix.
10736
10737 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10738
10739         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10740         (gnus-summary-limit-map): Add it.
10741         (gnus-summary-make-menu-bar): do.
10742
10743 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10744
10745         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10746         Make attempt at some caching support (done for BBDB only now).
10747         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10748         addresses to be checked.
10749         (spam-clear-cache-BBDB): Add function, to be invoked by
10750         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10751         (spam-check-BBDB): Check and use the caches, if
10752         spam-cache-lookups is on, remove superfluous (provide).
10753
10754 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10755
10756         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10757
10758 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10759
10760         * run-at-time.el (run-at-time-saved): Move to after the definition
10761         of `run-at-time'.
10762
10763         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10764
10765 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10768         mm-w3m-local-map-property.
10769
10770         * mm-view.el (mm-w3m-mode-map): Remove.
10771         (mm-w3m-local-map-property): Remove.
10772         (mm-inline-text-html-render-with-w3m): Don't use
10773         mm-w3m-local-map-property.
10774
10775 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10776
10777         * run-at-time.el: New file.
10778
10779         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10780         under Emacs.
10781
10782         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10783         of gnus-set-text-properties.
10784
10785         * gnus-uu.el (gnus-uu-save-article): Ditto.
10786
10787         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10788
10789         * gnus-cite.el (gnus-cite-parse): Ditto.
10790
10791         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10792         of gnus-.
10793
10794         * gnus-xmas.el (run-at-time): Require run-at-time.
10795
10796         * gnus.el: Changed calls to nnheader-run-at-time and
10797         password-run-at-time throughout to use run-at-time directly.
10798
10799         * password.el: Removed definition of run-at-time.
10800
10801         * nnheaderxm.el: Remove definition of run-at-time.
10802
10803 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10804
10805         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10806         in prompt.
10807
10808 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10809
10810         * messagexmas.el (message-xmas-redefine): Alias
10811         `message-make-caesar-translation-table' to
10812         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10813         version.
10814
10815         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10816         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10817         `gnus-xmas-set-text-properties'.
10818         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10819         `gnus-xmas-completing-read'.
10820         (gnus-xmas-completing-read): Removed.
10821         (gnus-xmas-open-network-stream): Removed.
10822
10823         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10824         XEmacs version.
10825
10826         * dns.el (dns-make-network-process): Use `open-network-stream'
10827         instead of `gnus-xmas-open-network-stream'.
10828
10829         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10830
10831         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10832
10833 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10834
10835         * gnus-art.el (gnus-mime-display-alternative)
10836         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10837         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10838         Don't use gnus-local-map-property.
10839
10840         * gnus-util.el (gnus-local-map-property): Remove.
10841
10842         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10843         gnus-completing-read-maybe-default with completing-read.
10844
10845         * gnus-util.el (gnus-completing-read): do.
10846         (gnus-completing-read-maybe-default): Remove.
10847
10848 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10849
10850         * password.el: Only autoload `run-at-time' if not XEmacs.
10851         Only autoload the itimer functions if XEmacs.
10852
10853 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10856         XEmacsen.
10857
10858         * dgnushack.el: Autoload executable-find for XEmacs.
10859
10860 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10861
10862         * gnus-art.el (gnus-read-string): Remove.
10863         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10864         read-string.
10865
10866 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10867
10868         * netrc.el: Autoload password-read.
10869         (netrc): Add configuration group.
10870         (netrc-encoding-method, netrc-openssl-path): Add
10871         variables for encoding and decoding of files with symmetric
10872         ciphers.
10873         (netrc-encode): Add assistant function to encode a file with
10874         netrc-encoding-method.
10875         (netrc-parse): Add interactive parameter, added optional
10876         decoding if netrc-encoding-method is non-nil but otherwise
10877         behavior is standard.
10878         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10879         Do s/encode/encrypt/ everywhere.
10880
10881         * spam.el: Remove executable-find autoload.
10882
10883 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10884
10885         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10886
10887         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10888
10889 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10890
10891         * gnus-art.el (gnus-treat-ansi-sequences,
10892         article-treat-ansi-sequences): New variable and function.
10893         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10894
10895         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10896         Use it.
10897
10898 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10899
10900         * mm-util.el (mm-quote-arg): Remove.
10901
10902         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10903         shell-quote-argument.
10904
10905         * gnus-uu.el (gnus-uu-command): do.
10906
10907         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10908
10909         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10910         with make-char.
10911
10912         * mm-util.el (mm-make-char): Remove.
10913
10914         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10915         add-minor-mode.
10916
10917         * gnus-undo.el (gnus-undo-mode): do.
10918
10919         * gnus-topic.el (gnus-topic-mode): do.
10920
10921         * gnus-sum.el (gnus-dead-summary-mode): do.
10922
10923         * gnus-start.el (gnus-slave-mode): do.
10924
10925         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10926
10927         * gnus-ml.el (gnus-mailing-list-mode): do.
10928
10929         * gnus-gl.el (gnus-grouplens-mode): do.
10930
10931         * gnus-draft.el (gnus-draft-mode): do.
10932
10933         * gnus-dired.el (gnus-dired-mode): do.
10934
10935         * gnus-ems.el (gnus-add-minor-mode): Remove.
10936
10937         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10938         Replace gnus-char-width with char-width.
10939
10940         * gnus-ems.el (gnus-char-width): Remove.
10941
10942         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10943         Replace gnus-char-width with char-width.
10944
10945         * gnus-ems.el (gnus-char-width): Remove.
10946
10947         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10948         definition.
10949         Remove Emacs 20 hash table compatibility code.
10950
10951         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10952         20 compatibility code.
10953
10954         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10955
10956         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10957
10958         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10959         with point-at-{eol,bol}.
10960
10961         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10962
10963         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10964
10965         * flow-fill.el (fill-flowed-point-at-bol,
10966         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10967
10968         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10969         Replace with point-at-{eol,bol} throughout all files.
10970
10971 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * ntlm.el (ntlm-string-as-unibyte): New macro.
10974         (ntlm-build-auth-response): Use it.
10975
10976         Remove Emacs 20 stuff:
10977         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10978         (butlast, mapc, remove): Remove the compiler macros.
10979         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10980         of delq and copy-sequence.
10981         * gnus-art.el (popup-menu): Remove the compiler macro.
10982         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10983         Emacs 20.
10984
10985 2004-01-05  Simon Josefsson  <jas@extundo.com>
10986
10987         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10988         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10989         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10990         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10991         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10992         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10993         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10994         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10995         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10996         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10997         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10998         string-xor into ntlm-string-xor.  Suggested by
10999         Jesper Harder <harder@myrealbox.com>.
11000
11001         * ntlm.el: Don't include poem.
11002
11003         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11004         Jesper Harder <harder@myrealbox.com>.
11005
11006         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11007
11008         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11009         probably breaks emacs with DL patch, but do we care? Is anyone
11010         still using the DL stuff?)
11011
11012         * sieve-manage.el: Use the password package.
11013         (sieve-manage-read-passwd): Remove.
11014         (sieve-manage-interactive-login): Use password.  Re-add
11015         condition-case around loop.
11016
11017         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11018         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11019         the password package.
11020
11021 2003-02-19  Simon Josefsson  <jas@extundo.com>
11022
11023         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11024         token.
11025
11026 2002-08-07  Simon Josefsson  <jas@extundo.com>
11027
11028         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11029         (sieve-manage-authenticators):
11030         (sieve-manage-authenticator-alist): Add some SASL mechs.
11031         (sieve-sasl-auth): New function.
11032         (sieve-manage-cram-md5-auth):
11033         (sieve-manage-plain-auth): Rewrite using SASL library.
11034         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11035         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11036         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11037         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11038
11039 2004-01-05  Simon Josefsson  <jas@extundo.com>
11040
11041         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11042         New files.
11043
11044 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11045
11046         * gnus-group.el (gnus-no-groups-message): Update.
11047
11048         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11049
11050 2003-11-09  Simon Josefsson  <jas@extundo.com>
11051
11052         * imap.el: Support for ID IMAP extension (RFC 2971).
11053         (imap-local-variables): Add imap-id.
11054         (imap-id): New variable.
11055         (imap-id): New function.
11056         (imap-parse-response): Parse untagged ID response.
11057         * nnimap.el (nnimap-id): New variable.
11058         (nnimap-open-connection): Use it.
11059
11060 2003-12-28  Simon Josefsson  <jas@extundo.com>
11061
11062         * gnus-score.el (gnus-score-edit-all-score): New.
11063         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11064
11065 2004-01-04  Simon Josefsson  <jas@extundo.com>
11066
11067         * password.el: Add.
11068
11069 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11070
11071         * dns.el: Add support for AAAA records (see RFC 3596)
11072
11073         * Fix typo PRT -> PTR
11074
11075         * Parse MX, PTR and SOA replies (see RFC 1035)
11076
11077 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11078
11079         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11080
11081         * Moved to Changelog.2.
11082
11083 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11084
11085         * gnus.el (gnus-version-number): Bump version.
11086
11087 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11088
11089         * gnus.el: No Gnus v0.1 is released.
11090
11091 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11092
11093         * gnus.el: No Gnus v0.0 is released.
11094
11095 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11096
11097         * gnus.el (gnus-version-number): Bump.
11098         (gnus-version): No.
11099
11100 See ChangeLog.2 for earlier changes.
11101
11102     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11103
11104   This file is part of GNU Emacs.
11105
11106   GNU Emacs is free software; you can redistribute it and/or modify
11107   it under the terms of the GNU General Public License as published by
11108   the Free Software Foundation; either version 2, or (at your option)
11109   any later version.
11110
11111   GNU Emacs is distributed in the hope that it will be useful,
11112   but WITHOUT ANY WARRANTY; without even the implied warranty of
11113   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11114   GNU General Public License for more details.
11115
11116   You should have received a copy of the GNU General Public License
11117   along with GNU Emacs; see the file COPYING.  If not, write to the
11118   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11119   Boston, MA 02110-1301, USA.
11120
11121 ;; Local Variables:
11122 ;; coding: iso-2022-7bit
11123 ;; fill-column: 79
11124 ;; add-log-time-zone-rule: t
11125 ;; End:
11126
11127 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4