* gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to a point
[gnus] / lisp / ChangeLog
1 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4         a point here in order to keep the window start.
5         (gnus-insert-mime-security-button): Make a button overlay without the
6         front stickiness.
7         (gnus-mime-display-security): Goto the end of a button.
8
9         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10
11 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14         group-name-at-point.
15         (gnus-group-completing-read): New function that offers decoded
16         non-ASCII group names for completion.
17         (gnus-fetch-group, gnus-group-read-ephemeral-group)
18         (gnus-group-jump-to-group, gnus-group-make-group-simple)
19         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
20         (gnus-group-fetch-control): Use it.
21         (gnus-fetch-group): Use group-name-at-point for the initial value
22         rather than the default value; use gnus-alive-p.
23
24         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
25         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
26         (gnus-summary-post-news): Use gnus-group-completing-read.
27
28         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
29         (gnus-read-move-group-name): Decode group name for completion.
30
31 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
32
33         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
34         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
35         Yamaoka slightly modified the code).
36
37 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
40         (nnmail-split-incoming): Bind it.
41
42         * nnml.el (nnml-group-name-charset): New function.
43         (nnml-decoded-group-name): Use it; don't decode group name if
44         nnmail-group-names-not-encoded-p is non-nil.
45         (nnml-encoded-group-name): New function.
46         (nnml-group-pathname): Inline nnml-decoded-group-name.
47         (nnml-request-expire-articles): Decode group name in message.
48         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
49         nnmail-pathname-coding-system.
50         (nnml-save-mail, nnml-active-number): Work with decoded group names and
51         not decoded ones according to nnmail-group-names-not-encoded-p.
52         (nnml-generate-active-info): Use nnml-encoded-group-name.
53
54 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * gnus-sum.el (gnus-summary-move-article): Make
57         gnus-summary-respool-article work.
58
59 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
60
61         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
62         string.
63
64 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
65
66         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
67         that should be ignored when comparing distant RSS articles with local
68         ones.
69         (nnrss-make-hash-index): New function.  Create a hash index according
70         to the ignored fields.
71         (nnrss-check-group): Use it.
72
73 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
76
77         * gnus-art.el (article-decode-group-name): Decode Xref header too.
78
79         * gnus-group.el (gnus-group-make-group): Encode group name here unless
80         the new optional argument ENCODED is non-nil.
81         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
82         coding system for encoding group name.
83         (gnus-group-make-rss-group): Pass un-encoded group name to
84         gnus-group-make-group.
85         (gnus-group-set-info): Tell gnus-group-make-group that group name is
86         encoded.
87
88         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
89         Encode group name to which articles are moved or copied.
90         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
91         coding system for encoding Newsgroup, Followup-To and Xref headers.
92
93         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
94         marks; use nnheader-file-coding-system to write a file.
95         (nnagent-retrieve-headers): Bind file-name-coding-system to
96         nnmail-pathname-coding-system.
97
98         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
99
100         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
101         (nnml-request-article, nnml-request-create-group)
102         (nnml-request-rename-group, nnml-find-id)
103         (nnml-possibly-change-directory, nnml-possibly-create-directory)
104         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
105         (nnml-save-marks): Use nnml-group-pathname instead of
106         nnmail-group-pathname.
107
108         (nnml-request-create-group, nnml-request-expire-articles)
109         (nnml-request-move-article, nnml-request-delete-group)
110         (nnml-deletable-article-p, nnml-possibly-create-directory)
111         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
112         (nnml-open-marks): Bind file-name-coding-system to
113         nnmail-pathname-coding-system.
114
115         (nnml-request-article): Pass server argument to nnml-find-group-number.
116         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
117         server argument to nnml-possibly-create-directory.
118         (nnml-request-accept-article): Pass server argument to
119         nnml-active-number and nnml-save-mail.
120         (nnml-find-group-number): Pass server argument to nnml-find-id.
121         (nnml-request-update-info): Pass server argument to
122         nnml-marks-changed-p.
123
124         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
125         (nnml-save-mail, nnml-active-number): Add server argument.
126
127         (nnml-request-delete-group): Warn if group is missing.
128         (nnml-get-nov-buffer): Decode group name.
129         (nnml-generate-active-info): Encode group name.
130         (nnml-open-marks): Decode group name in messages.
131
132 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
133
134         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
135         if it is not specified.
136         (gnus-article-pipe-part, gnus-article-save-part)
137         (gnus-article-interactively-view-part, gnus-article-copy-part)
138         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
139         (gnus-article-inline-part, gnus-article-save-part-and-strip)
140         (gnus-article-replace-part, gnus-article-delete-part)
141         (gnus-article-view-part-as-type): Pass raw prefix argument to
142         gnus-article-part-wrapper.
143
144 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * gnus-agent.el (gnus-agent-save-active): Bind
147         nnheader-file-coding-system to gnus-agent-file-coding-system.
148
149         * gnus-cache.el (gnus-cache-save-buffers)
150         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
151         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
152         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
153         (gnus-cache-braid-nov, gnus-cache-braid-heads)
154         (gnus-cache-generate-active, gnus-cache-rename-group)
155         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
156         (gnus-cache-update-overview-total-fetched-for): Bind
157         file-name-coding-system to nnmail-pathname-coding-system.
158         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
159         variables.
160         (gnus-cache-decoded-group-name): New function.
161         (gnus-cache-file-name): Use it.
162         (gnus-cache-generate-active): Use non-decoded group name for active.
163
164         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
165         right place.
166         (gnus-write-active-file): Don't break non-ASCII group names.
167
168         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
169         nnmail-pathname-coding-system.
170
171         * lpath.el: Bind default-file-name-coding-system,
172         file-name-coding-system and language-info-alist for XEmacs.
173
174         * gnus-uu.el (gnus-uu-decode-save): Typo.
175
176 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
179
180 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
183         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
184         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
185         (gnus-agent-flush-group, gnus-agent-flush-cache)
186         (gnus-agent-fetch-headers, gnus-agent-load-alist)
187         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
188         (gnus-agent-retrieve-headers, gnus-agent-request-article)
189         (gnus-agent-regenerate-group)
190         (gnus-agent-update-files-total-fetched-for)
191         (gnus-agent-update-view-total-fetched-for): Bind
192         file-name-coding-system to nnmail-pathname-coding-system.
193         (gnus-agent-group-pathname): Don't encode file names by
194         nnmail-pathname-coding-system.
195         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
196         coding-system-for-write instead of buffer-file-coding-system to
197         gnus-agent-file-coding-system.
198
199         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
200         Decode group name.
201
202         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
203
204         * gnus-start.el (gnus-update-active-hashtb-from-killed)
205         (gnus-read-newsrc-el-file): Make group names unibyte.
206
207         * nnmail.el (nnmail-group-pathname): Don't encode file names by
208         nnmail-pathname-coding-system.
209
210         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
211         (nnrss-request-delete-group): Bind file-name-coding-system to
212         nnmail-pathname-coding-system.
213         (nnrss-read-server-data, nnrss-read-group-data): Bind
214         file-name-coding-system correctly.
215         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
216
217         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
218         (nntp-server-to-method-cache): New variable.
219         (nntp-group-pathname): New function that decodes non-ASCII group names.
220         (nntp-possibly-create-directory, nntp-marks-changed-p)
221         (nntp-save-marks, nntp-open-marks): Use it.
222         (nntp-possibly-create-directory, nntp-open-marks):
223         Bind file-name-coding-system to nnmail-pathname-coding-system.
224         (nntp-open-marks): Decode group names when bootstrapping marks.
225
226         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
227         Newsgroups and Folowup-To headers.
228
229 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
232         (gnus-server-closed-face, gnus-server-denied-face)
233         (gnus-server-offline-face): Remove variable.
234         (gnus-server-font-lock-keywords): Use faces that are not aliases.
235
236         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
237         of modifying message-stack directly for XEmacs.
238
239         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
240         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
241         if the coding-system argument is nil for XEmacs.
242
243         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
244         mm-charset-override-alist.
245
246         * rfc2047.el: Don't require base64; require rfc2045 for the function
247         rfc2045-encode-string.
248         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
249         to quote the parameter value.
250
251 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
252
253         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
254         form in gnus-group-name-charset-method-alist.
255
256         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
257         overrides the default layout edit-form.
258
259         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
260
261         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
262
263 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
266         as unfetched articles.
267
268 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
269
270         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
271
272 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
275         original back end that keeps marks in the local system.
276
277 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
278
279         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
280         arg of pop-to-buffer for XEmacs.
281         (gnus-article-read-summary-keys): Ditto; don't restore window
282         configuration if summary command ends up with neither article buffer
283         nor summary buffer; describe bindings if summary keys end with C-h.
284
285 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * message.el (message-fix-before-sending): Skip raw message part to be
288         forwarded while checking illegible text.
289         (message-forward-make-body-mime, message-forward-make-body): Mark
290         signed or encrypted raw message as having no illegible text.
291
292 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
293
294         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
295         (gnus-message-with-timestamp-1): New macro.
296         (gnus-message-with-timestamp): New function.
297         (gnus-message): Use them.
298
299         * nnheader.el (nnheader-message): Use them.
300
301 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
302
303         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
304         .newsrc.eld file.
305
306 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
307
308         * gnus-agent.el (gnus-agent-fetch-headers)
309         (gnus-agent-retrieve-headers): Bind
310         gnus-decode-encoded-address-function to identity.
311
312         * nntp.el (nntp-send-xover-command): Recognize an xover command is
313         available also when the server returns simply a dot.
314
315         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
316
317 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
320
321 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * gnus-ems.el (gnus-x-splash): Make it work.
324
325         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
326         from being used.
327
328         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
329
330 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
333         4th and the 5th arguments.
334
335         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
336         the front stickiness.
337         (gnus-article-summary-command-nosave): Correct the order of the
338         arguments passed to pop-to-buffer.
339         (gnus-article-read-summary-keys): Ditto; make it work properly when the
340         summary command ends up with the article buffer.
341
342         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
343         the same faces.
344
345 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
346
347         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
348
349 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
350
351         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
352         * gnus-sum.el (gnus-summary-highlight):
353         * pgg.el (pgg-sign-region, pgg-sign):
354         * mail-source.el (mail-source-delete-old-incoming-confirm):
355         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
356
357 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * gnus-art.el (gnus-mime-view-part-externally)
360         (gnus-mime-view-part-internally): Fix predicate function passed to
361         completing-read.
362
363         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
364
365         * gnus.el (gnus-update-message-archive-method): Add :version.
366
367 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * gnus.el (gnus-update-message-archive-method): New variable.
370
371         * gnus-start.el (gnus-setup-news): Update saved "archive" method
372         according to gnus-message-archive-method if
373         gnus-update-message-archive-method is non-nil.
374
375 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
378         by Loic Dachary <loic@dachary.org>.
379         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
380
381 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * message.el (message-pop-to-buffer): Add switch-function argument.
384         (message-mail): Pass switch-function argument to it.
385
386 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
387
388         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
389         Improve doc string.
390
391 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
394         (gnus-header-content)
395         * gnus-cite.el (gnus-cite-10)
396         * gnus-srvr.el (gnus-server-closed)
397         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
398         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
399         (gnus-group-mail-3-empty, gnus-group-mail-low)
400         (gnus-group-mail-low-empty, gnus-splash)
401         * message.el (message-header-to, message-header-cc)
402         (message-header-subject, message-header-other, message-header-name)
403         (message-header-xheader, message-separator, message-cited-text)
404         (message-mml): Lighten colors of faces used for dark background.
405
406 2007-05-24  Simon Josefsson  <simon@josefsson.org>
407
408         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
409         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
410
411 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * message.el (message-narrow-to-headers-or-head): Ignore
414         mail-header-separator in the body.
415
416 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
419         same as window size.
420
421 2007-05-22  Kevin Ryde  <user42@zip.com.au>
422
423         * message.el (message-font-lock-keywords): Use message-header-xheader
424         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
425         ahead of the anything pattern, to get it recognised.
426
427 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
428
429         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
430         spam.el loads uses it in the compiled defadvice form.
431
432 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
433
434         * gnus-sum.el (gnus-articles-to-read)
435         (gnus-summary-insert-old-articles): Don't truncate group name for
436         `read-string'.
437
438         * gnus-util.el (gnus-limit-string): Delete this function.
439
440         * gnus-sum.el (gnus-simplify-subject-fully): Use
441         `truncate-string-to-width' instead.
442
443 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
444
445         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
446         summary exit, the next group has to be selected.
447         (gnus-summary-exit): Use it.
448
449 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
450
451         * gnus-art.el (gnus-article-mode): Fix comment about displaying
452         non-break space.
453
454 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
457         Check if group is not a directory.
458         (nnfolder-request-expire-articles): Don't delete articles if the target
459         group is not available.
460
461         * nnml.el (nnml-request-create-group): Properly check if group is not a
462         file.
463         (nnml-request-expire-articles): Don't delete articles if the target
464         group is not available.
465
466         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
467         Don't quote characters that are within parentheses.
468
469 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
472         (gnus-handle-ephemeral-exit): Select article according to it.
473
474 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
475
476         * message.el (message-insert-formated-citation-line): Remove newline.
477         (message-citation-line-format): Add final \n here so that the user can
478         avoid a blank line.
479
480 2007-05-03  Dan Christensen  <jdc@uwo.ca>
481
482         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
483         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
484         Update lanl/arXiv support.
485
486 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
487
488         * gnus.el: Bump version number.
489
490 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * gnus.el (gnus-version-number): Bump version.
493
494 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
495
496         * gnus.el: No Gnus v0.6 is released.
497
498 2007-04-27  Didier Verna  <didier@xemacs.org>
499
500         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
501         * gmm-utils.el (gmm-regexp-concat): here.
502         * message.el: Don't require 'gnus-util.
503         (message-dont-reply-to-names): Handle name change above.
504         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
505
506 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
509         since the initial value varies according to the system.
510
511 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
512
513         * mm-util.el (mm-charset-synonym-alist): Defcustom.
514
515 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
516
517         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
518
519 2007-04-24  Didier Verna  <didier@xemacs.org>
520
521         Improve the type of gnus-ignored-from-addresses.
522         * gnus-util.el (gnus-orify-regexp): New function.
523         * message.el (gnus-util): Require it.
524         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
525         * gnus-sum.el (gnus-ignored-from-addresses): New function.
526         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
527
528 2007-04-24  Didier Verna  <didier@xemacs.org>
529
530         * gnus-sum.el:
531         * gnus-utils.el: Fix some trailing whitespaces.
532
533 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
536         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
537         article's Message-ID; refer parent article in summary buffer.
538
539         * message.el (message-bounce): Call mime-to-mml.
540
541         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
542         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
543         optimize and/or forms properly.
544
545 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
546
547         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
548         URL.
549
550 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
551
552         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
553
554 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
557         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
558         displayed of multipart/alternative part if it is invoked from summary
559         buffer.
560
561         * mm-view.el (mm-inline-text-html-render-with-w3m)
562         (mm-inline-text-html-render-with-w3m-standalone)
563         (mm-inline-render-with-function): Use mail-parse-charset by default.
564
565 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
566
567         * parse-time.el (parse-time-string-chars): Check if CHAR
568         is less than the length of parse-time-syntax.
569
570 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
573         from gnus-newsgroup-processable.
574
575 2007-04-16  Didier Verna  <didier@xemacs.org>
576
577         * gnus-msg.el (gnus-configure-posting-styles): Handle
578         message-signature-directory properly with :file syntax. Reported by
579         "Leo".
580
581 2007-04-11  Didier Verna  <didier@xemacs.org>
582
583         New user option: message-signature-directory.
584         * gnus-msg.el (gnus-configure-posting-styles): Support it.
585         * message.el (message-insert-signature): Ditto.
586         * message.el (message-signature-file): Doc update.
587         * message.el (message-signature-directory): New.
588
589 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * gnus-msg.el (gnus-inews-yank-articles): Use
592         message-exchange-point-and-mark instead of exchange-point-and-mark.
593
594 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * message.el (message-yank-original): Make sure cited text ends with
597         newline; don't exchange point and mark.
598
599 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
600
601         * tls.el (open-tls-stream): Properly handle case where there
602         is no associated buffer.
603
604 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
605
606         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
607         message-yank-original, make sure (< mark TEXT point).
608
609 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
610
611         * message.el (message-fill-column): New variable.
612         (message-mode): Use it.  Add comment on a possible new hook.
613
614         * nnmail.el (nnmail-spool-file): Mark as obsolete.
615         (nnmail-get-new-mail): Reformat.
616
617         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
618
619         * gmm-utils.el: Fix Commentary.
620         (gmm-tool-bar-from-list): Fix typo in doc string.
621
622 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
623
624         * message.el (message-yank-original): Don't switch point and mark
625         unnecessarily to put point and mark as documented.
626
627 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
630         from the message heads.
631
632 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
633
634         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
635         article buffer does not have a window.  This may not be the best
636         solution but is certainly better than setting the start of the null,
637         that is the current, window.
638
639 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
640
641         * gnus-draft.el (gnus-draft-setup-hook): New hook.
642         (gnus-draft-setup): Run it.
643
644         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
645         gnus-score-fast-scoring.  Allow regexp.
646         (gnus-score-headers): Use it.
647
648         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
649         XEmacs.
650
651         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
652         string.
653         (gnus-button-alist): Also catch `<f1> k ...'.
654         (gnus-treat-display-x-face): Fix doc string.
655
656 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
657
658         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
659         evaluation of gnus-extended-version to ensure correct generation of the
660         User-Agent header when message-generate-headers-first is used.
661
662 2007-03-24  Simon Josefsson  <simon@josefsson.org>
663
664         * hashcash.el (hashcash-generate-payment-async): Don't crash if
665         hashcash-path is nil.  Don't call callback with incorrect number of
666         parameters if val is 0.
667
668 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
669
670         * message.el (message-required-news-headers):
671         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
672
673 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
674
675         * tls.el (open-tls-stream): In handshake-waiting loop,
676         don't wait more if there is output available to process.
677
678 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
679
680         * tls.el (tls-program): Doc fix.
681
682 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * message.el (message-generate-new-buffers): Change the meaning of the
685         nil value; add `standard' to the choices; treat t as `unique'; improve
686         doc string.
687         (gnus-select-frame-set-input-focus): Autoload.
688         (message-buffer-name): Search for the existing message buffer if
689         message-generate-new-buffers is nil or `standard'; treat the value t of
690         message-generate-new-buffers as `unique'.
691         (message-pop-to-buffer): Raise the frame already displaying the message
692         buffer; clear the echo area after querying.
693         (message-setup): Pass the `continue' argument to compose-mail.
694         (message-mail): Prefer `switch-function' if it is given; search for the
695         existing message buffer if the `continue' argument is non-nil; pass
696         continue and switch-function arguments to compose-mail by way of
697         message-setup.
698         (message-mail-other-window): Adjust argument of message-setup.
699         (message-mail-other-frame): Ditto.
700
701 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
704         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
705         to turn font-lock on when turning gnus-message-citation-mode on.
706
707 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
708
709         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
710         (mml-smime-function-alist): New variable; add epg as the backend.
711         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
712         mml-smime- functions instead.
713         * mm-view.el: Require smime.
714
715 2007-03-05  Didier Verna  <didier@xemacs.org>
716
717         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
718         instead of just inheritance for posting styles.
719         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
720
721 2007-02-24  Chris Moore  <dooglus@gmail.com>
722
723         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
724         * pgg-pgp.el (pgg-pgp-encrypt-region):
725         * pgg-gpg.el (pgg-gpg-encrypt-region):
726         Check pgg-encrypt-for-me if no other recipients.
727
728 2007-02-24  John Paul Wallington  <jpw@pobox.com>
729
730         * tls.el (tls-certtool-program): Fix custom type.
731
732 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
735         and point-at-eol instead of line-(beginning|end)-position.
736
737         * assistant.el (assistant-parse-buffer): Ditto.
738
739         * netrc.el (netrc-parse-services): Ditto.
740
741 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
742
743         * mml2015.el (mml2015-epg-find-usable-key): New function.
744         (mml2015-epg-sign): Use it.
745         (mml2015-epg-encrypt): Use it.
746
747 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
748
749         * message.el (message-make-in-reply-to): Quote name containing
750         non-ASCII characters.  It will make the RFC2047 encoder cause an error
751         if there are special characters.  Reported by NAKAJI Hiroyuki
752         <nakaji@jp.freebsd.org>.
753
754 2007-02-27  Didier Verna  <didier@xemacs.org>
755
756         Include the group parameters as well as the topic ones in the
757         inheritance filter process.
758         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
759         argument GROUP-PARAMS-LIST.
760         * gnus-topic.el (gnus-group-topic-parameters): Use it.
761
762 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * nntp.el (nntp-never-echoes-commands)
765         (nntp-open-connection-functions-never-echo-commands): New variables.
766         (nntp-send-command): Use them.
767
768 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
769
770         * mml2015.el (mml2015-epg-verify): Simplified.
771
772 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * mml.el (mml-content-disposition-alist): New user option.
775         (mml-content-disposition): New function.
776         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
777         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
778
779 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
780
781         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
782         verification.
783
784 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
785
786         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
787         articles posted in the last 24 hours.
788
789 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
790
791         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
792
793 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
794
795         * nntp.el (nntp-send-command): Don't wait for echoes when
796         nntp-open-ssl-stream is used.
797
798 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * gnus-cite.el (gnus-test-font-lock-add-keywords)
801         (gnus-message-add-citation-keywords)
802         (gnus-message-remove-citation-keywords): Remove.
803         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
804         directly, make the variables in font-lock-defaults buffer-local, add
805         gnus-message-citation-keywords to them and then update the value of
806         font-lock-keywords.
807
808 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * message.el (message-cite-original-1): Don't call
811         gnus-article-highlight-citation.
812
813         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
814         citations; fix line count.
815
816 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
819         (gnus-message-add-citation-keywords)
820         (gnus-message-remove-citation-keywords): Use it; fix the emulating
821         versions of font-lock-add-keywords and font-lock-remove-keywords to
822         work with XEmacs correctly.
823
824 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * gnus-cite.el (gnus-cite-face-list): Set the values of
827         gnus-message-max-citation-depth and gnus-message-citation-keywords.
828         (gnus-message-max-citation-depth): Use defvar rather than defconst.
829         (gnus-message-cite-prefix-regexp): New variable.
830         (gnus-message-search-citation-line): Use it; protect against long
831         citation prefix; fill match data with nil rather than 0 for XEmacs; set
832         the 0th match data for Emacs.
833         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
834         (gnus-message-add-citation-keywords): Append keywords rather than
835         prepending; emulate font-lock-add-keywords if it is not available.
836         (gnus-message-remove-citation-keywords): Emulate
837         font-lock-remove-keywords if it is not available.
838
839         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
840
841         * message.el (message-cite-prefix-regexp): Set the value of
842         gnus-message-cite-prefix-regexp.
843
844 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
845
846         * nnweb.el (nnweb-google-parse-1): Update parser.
847
848 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
849
850         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
851
852 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
853
854         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
855         regexp.
856
857 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * uudecode.el (uudecode-string-to-multibyte): New function emulating
860         string-to-multibyte.
861         (uudecode-decode-region-internal): Use it.
862
863         * lpath.el: Fbind string-as-multibyte for XEmacs.
864
865 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
866
867         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
868         custom choice.
869
870         * gnus-art.el (gnus-signature-limit): Fix custom choice.
871
872 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
873
874         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
875
876         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
877         `write-region' to respect `mm-inhibit-file-name-handlers'.
878
879 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
880
881         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
882         Use gnus-home-directory instead of "~/" or "$HOME".
883
884 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
885
886         * encrypt.el (encrypt-insert-file-contents): Add better prompt
887         to mention filename.
888         Add comments at beginning regarding usage.
889         (encrypt-write-file-contents): Change interactive so a string is
890         acceptable.  If the file has no associated model, show an error instead
891         of a nonsense prompt.
892
893 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
894
895         * spam.el (spam-bsfilter-ham-switch): Fix typo.
896         Thanks to Yoshihiko Yamada for kind notification of this typo.
897
898 2007-01-12  Kenichi Handa  <handa@m17n.org>
899
900         * uudecode.el (uudecode-decode-region-internal): Make it work in a
901         multibyte buffer.
902
903 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
904
905         * gnus-score.el (gnus-score-fast-scoring): New variable.
906         (gnus-score-headers): Use it.
907
908         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
909
910         * message.el (message-cite-original-1): Call
911         gnus-article-highlight-citation if requested.
912
913         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
914
915         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
916         bugs to doc string.
917         (gnus-button-alist): Add mid\\|message-id.
918         (gnus-button-fetch-group): Extend for use in
919         `browse-url-browser-function'.
920         (gnus-button-url-regexp): Try to catch paired parentheses like in
921         Wikipedia URLs.
922
923         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
924         Suggested by Simon Krahnke <overlord@gmx.li>.
925
926 2007-01-13  Romain Francoise  <romain@orebokech.com>
927
928         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
929         Update copyright.
930
931 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
932
933         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
934
935 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
936
937         * gnus-registry.el (gnus-registry-unfollowed-groups)
938         (gnus-registry-split-fancy-with-parent): Fix documentation.
939
940 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
943         from nnweb groups.
944
945 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
946
947         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
948         Xref urls.  Erase buffer before requesting head.
949
950 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
951
952         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
953         customizable.
954
955 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
956
957         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
958         no signing key is found.
959         (mml2015-epg-encrypt): Ask user whether to skip or abort if
960         no encrypting and/or signing key is found.
961
962 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
963
964         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
965
966 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
967
968         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
969         headers read from disk with the ones newly found in the current search.
970         This should no longer cause problems, because the article numbers in
971         Gmane's `nov.php' output are ignored since the previous change.
972
973 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
974
975         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
976
977 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
980         replace-regexp-in-string; bind url-version; fbind display-images-p and
981         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
982         find-face and set-itimer-function for Emacs; bind itimer-list for
983         Emacs.
984
985         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
986
987 2007-01-01  Romain Francoise  <romain@orebokech.com>
988
989         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
990
991 2006-12-31  Steve Youngs  <steve@sxemacs.org>
992
993         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
994         `define-minor-mode' macro definition expanded properly.
995         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
996         exclude it there.
997
998         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
999         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1000         `fboundp' test.
1001         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1002         This is OK to autoload in (S)XEmacs now.
1003
1004 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1007         keystroke.
1008         (gnus-summary-limit-to-singletons): Fix typo.
1009
1010         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1011         else fails.
1012
1013 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1014
1015         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1016         docstring.
1017
1018         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1019         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1020         (gnus-summary-insert-dormant-articles): Fix typo in message.
1021
1022 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1023
1024         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1025         nil for XEmacs.
1026         (gnus-message-citation-mode): Don't autoload in XEmacs.
1027
1028         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1029
1030 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1031
1032         * nnimap.el (nnimap-expunge-search-string): Mention
1033         nnimap-search-uids-not-since-is-evil in docstring.
1034
1035 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1036
1037         * spam.el: Revert to make-obsolete-variable because
1038         define-obsolete-variable-alias is not supported in Emacs 21.
1039
1040         * spam.el (spam-ifile-path, spam-ifile-database-path)
1041         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1042         make-obsolete-variable.
1043         (spam-bsfilter-path, spam-bsfilter-program)
1044         (spam-spamassassin-path, spam-spamassassin-program)
1045         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1046         use "path" inappropriately.
1047         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1048         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1049         variable names.
1050
1051 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1052
1053         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1054         summary buffer.
1055
1056         * password.el (password-cache-remove): Use clear-string to burn
1057         password, if available.
1058
1059 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1060
1061         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1062
1063         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1064
1065         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1066         (gnus-message-highlight-citation): Move defcustom here from
1067         gnus-cite.el.
1068         (gnus-message-citation-mode): Autoload.
1069
1070         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1071         checks to make it compile with XEmacs.
1072         (gnus-message-citation-mode): New minor mode.
1073         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1074         (gnus-message-highlight-citation): New variables.
1075         (gnus-message-search-citation-line)
1076         (gnus-message-add-citation-keywords)
1077         (gnus-message-remove-citation-keywords)
1078         (turn-on-gnus-message-citation-mode)
1079         (turn-off-gnus-message-citation-mode): New functions.
1080
1081 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1082
1083         * gnus-cite.el: Enable highlighting of different citation levels in
1084         message-mode.
1085
1086 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1087
1088         * message.el (message-make-fqdn): Fix comment.
1089         (message-bogus-system-names): Add ".local".
1090
1091         * spam.el (spam-ifile-path, spam-ifile-program)
1092         (spam-ifile-database-path, spam-ifile-database)
1093         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1094         Don't use "path" inappropriately.
1095         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1096         strings.
1097         (spam-check-ifile, spam-ifile-register-with-ifile)
1098         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1099         new variable names.
1100
1101         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1102         (gnus-treat-display-smileys): Simplify using
1103         gnus-image-type-available-p.
1104
1105         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1106         available.
1107
1108         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1109         `display-images-p' if available.
1110
1111 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1114         one after turning on the buffer's multibyteness instead of decoding
1115         them directly in the unibyte buffer that causes unexpected conversion
1116         in Emacs 23 (unicode).
1117
1118 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1119
1120         * message.el (message-generate-hashcash): Fix custom type.
1121
1122 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1123
1124         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1125
1126 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1127
1128         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1129         disconnect icons.  Add help text.
1130
1131 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1132
1133         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1134         negated to be consistent with the others we handle.
1135
1136 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1139         version of gnus-summary-buffer to something, so that we can use two
1140         article buffers at the same time.
1141
1142 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1143
1144         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1145         trigger all the extra headers.
1146         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1147         sorting.
1148
1149 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1150
1151         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1152         solid groups.
1153
1154 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1155
1156         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1157
1158 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1159
1160         * legacy-gnus-agent.el: Add Copyright notice.
1161
1162 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1163
1164         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1165
1166 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1169
1170         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1171         to make it work reliably in CVS Emacs.
1172         (gnus-summary-limit-strange-charsets-predicate)
1173         (gnus-summary-limit-to-predicate): New functions.
1174
1175 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1176
1177         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1178         specifying array size.
1179         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1180         array if it is too small.
1181         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1182         (gnus-sort-threads-loop): New function.
1183
1184 2006-12-06  Chris Moore  <dooglus@gmail.com>
1185
1186         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1187         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1188
1189 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1190
1191         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1192         options.
1193
1194 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1197         DOS-ing the recipient.
1198
1199         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1200         the headers when creating the mapping to avoid mismappings.
1201         (nnweb-gmane-create-mapping): Always nix out old mapping.
1202
1203 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1206         and mm-verify-option to never.
1207
1208 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * message.el (message-signed-or-encrypted-p): New function.
1211         (message-forward-make-body): Use it.
1212
1213         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1214         Replace encode-coding-string with mm-encode-coding-string.
1215
1216 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * nneething.el (nneething-decode-file-name): Replace
1219         decode-coding-string with mm-decode-coding-string.
1220
1221         * gnus-int.el (gnus-open-server): Say failed server's name.
1222
1223 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1224
1225         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1226         strings to a single string.  Quote `errors-file-name'.
1227         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1228         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1229         Adjust calls.  Use `shell-quote-argument'.
1230
1231 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1232
1233         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1234         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1235
1236         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1237         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1238         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1239         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1240         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1241         (gnus-subscribe-newsgroup, gnus-1):
1242         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1243         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1244         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1245         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1246
1247 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1250         keystroke.
1251         (gnus-summary-limit-to-bodies): Implement headersp.
1252
1253 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1256
1257 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1260
1261 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * message.el (message-generate-hashcash): Expand range of values to
1264         include `opportunistic'.
1265         (message-send-mail): Use it.
1266
1267 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1268
1269         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1270         and comment it.
1271
1272         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1273
1274 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1275
1276         * gnus-util.el (gnus-extract-address-components): Improve comment.
1277
1278 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1279
1280         * gnus-util.el (gnus-extract-address-components): Work with address in
1281         which the name portion contains @.
1282
1283         * lpath.el: Fbind custom-autoload.
1284
1285 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1286
1287         * gnus.el (gnus-start): Move custom group up.
1288         (gnus-select-method): Don't autoload, but make it available for
1289         `customize-variable'.
1290         (gnus-getenv-nntpserver): Don't autoload.
1291
1292 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1293
1294         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1295
1296 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1297
1298         * message.el (message-sendmail-extra-arguments): New variable.
1299         (message-send-mail-with-sendmail): Use it.
1300
1301 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1304         mm-with-unibyte-current-buffer to make string unibyte.
1305
1306         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1307         mm-string-as-multibyte.
1308
1309 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1310
1311         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1312         Reported by Werner Koch <wk@gnupg.org>.
1313
1314 2006-11-14  Daiki Ueno  <ueno@p360>
1315
1316         * mml2015.el: Autoload epa-select-keys when compiling.
1317
1318 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1319
1320         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1321         message-options.
1322         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1323
1324 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1325
1326         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1327         EasyPG (< 0.0.6).
1328         (mml2015-always-trust): New user option.
1329         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1330         prompt.
1331
1332 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1333
1334         * nntp.el (nntp-authinfo-force): New variable.
1335         (nntp-send-authinfo): Use it.
1336
1337 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1338
1339         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1340         decode encoded words.  Improve prompt.  Add comment about forwarding.
1341         (message-replacement-char): Move up.
1342
1343 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1344
1345         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1346         instead of gnus-intersection because arguments of gnus-sorted-nunion
1347         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1348
1349 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1350
1351         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1352         (message-simplify-subject-functions): Enable
1353         message-strip-subject-encoded-words by default.
1354
1355 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1356
1357         * message.el (message-strip-subject-encoded-words): New function
1358         (message-simplify-subject-functions): New variable.
1359         (message-simplify-subject): Use it.  Fix typo in doc string.
1360         Support message-strip-subject-encoded-words.
1361
1362 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1363
1364         * gnus-diary.el (gnus-diary-delay-format-function):
1365         * nndiary.el (nndiary-reminders):
1366         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1367
1368 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1369
1370         * gnus-art.el (article-hide-boring-headers): Fetch date from
1371         gnus-original-article-buffer to avoid problems with localized date
1372         strings.
1373
1374 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1377
1378 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1379
1380         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1381         New variables.
1382         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1383         (mm-charset-synonym-alist): Move some entries to
1384         mm-codepage-iso-8859-list.
1385         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1386         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1387
1388 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1391
1392 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1393
1394         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1395         with Emacs 21 and XEmacs.
1396
1397 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1398
1399         * spam.el (spam-parse-address): New function for better parsing,
1400         catching errors, etc.
1401         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1402
1403 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1404
1405         * mm-view.el: Add interactive arg to html2text autoload.
1406
1407 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1410
1411 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1412
1413         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1414         variables.
1415         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1416         (mm-charset-synonym-alist): Move some entries to
1417         mm-codepage-iso-8859-list.
1418
1419         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1420
1421 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1422
1423         * message.el (message-citation-line-format)
1424         (message-insert-formated-citation-line): Fix implementation of %E, %N
1425         and %n according to the doc string.
1426
1427 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1428
1429         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1430         car-safe to avoid bad parses.
1431
1432 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1435         names.
1436
1437         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1438
1439 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1442         header.
1443
1444         * message.el (message-draft-headers): Add Date.
1445         (message-headers-to-generate): Fix typo in docstring.
1446
1447         * nndraft.el (nndraft-required-headers): New variable.
1448         (nndraft-generate-headers): Use it.
1449
1450         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1451
1452 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1453
1454         * gnus-registry.el (gnus-registry-wash-for-keywords)
1455         (gnus-registry-find-keywords): New functions to allow easy searching of
1456         articles that are in the registry.
1457
1458 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1459
1460         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1461         ietf-drums-parse-address instead of gnus-extract-address-components.
1462         Reported by Damien Elmes <damien@repose.cx>.
1463
1464 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1465
1466         * gnus.el (gnus-mime): Remove unused custom group.
1467
1468 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1469
1470         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1471         "blank line" when searching for end of armor headers.
1472
1473 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * gmm-utils.el (gmm-write-region): Fix variable name.
1476
1477 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1478
1479         * gmm-utils.el (gmm-write-region): New function based on compatibility
1480         code from `mm-make-temp-file'.
1481
1482         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1483
1484         * nnmaildir.el (nnmaildir--update-nov)
1485         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1486         Use `gmm-write-region'.
1487
1488 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1489
1490         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1491         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1492
1493         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1494
1495         * message.el (message-replacement-char): New variable.
1496         (message-fix-before-sending): Use it.
1497         (message-simplify-subject): New function to remove duplicate code.
1498         (message-reply, message-followup): Use it.
1499
1500         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1501         gnus-summary-limit-to-articles.
1502
1503 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * gnus-util.el (gnus-with-local-quit): New macro.
1506
1507         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1508
1509 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1510
1511         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1512         ignore non-string data.
1513
1514 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1515
1516         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1517         non-string data (needs to be done in the registry too).
1518
1519 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1520
1521         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1522         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1523         (gnus-registry-split-fancy-with-parent)
1524         (gnus-registry-fetch-simplified-message-subject-fast)
1525         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1526         Remove text properties on ingress into the registry and when it's saved.
1527         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1528         registry from entries with no groups.
1529
1530 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1531
1532         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1533         function to remove string properties.
1534
1535 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1536
1537         * gmm-utils.el (gmm): Adjust custom version.
1538
1539         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1540         custom version.
1541
1542         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1543
1544 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1545
1546         * gnus-art.el (gnus-insert-prev-page-button)
1547         (gnus-insert-next-page-button): Simplify.  Reformat.
1548
1549 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1550
1551         * gnus-art.el (gnus-insert-prev-page-button)
1552         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1553
1554 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1555
1556         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1557
1558 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1559
1560         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1561         gnus-article-button-face to MIME and security buttons.
1562
1563 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1564
1565         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1566         readable.
1567
1568 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1569
1570         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1571
1572 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1573
1574         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1575         `browse-url-of-file' instead of `browse-url'.
1576
1577 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1578
1579         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1580         regexp.  Articles containing quotation were cut prematurely.
1581
1582 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * message.el (message-cite-original-1): Use nobody by default for the
1585         value of From header.
1586         (message-reply): Ditto.
1587
1588 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1589
1590         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1591         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1592         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1593
1594 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1595
1596         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1597         mails in the doc string.  Add some URLs in comment.
1598         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1599
1600 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1603         backslashes handling and the way to find boundaries of quoted strings.
1604
1605 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1606
1607         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1608         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1609         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1610         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1611
1612 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1613
1614         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1615         doc string.
1616         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1617
1618 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1619
1620         * lpath.el: Fbind epg-check-configuration.
1621
1622 2006-09-06  Simon Josefsson  <jas@extundo.com>
1623
1624         * mml2015.el (mml2015-use): Doc fix, mention epg.
1625
1626 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1627
1628         * mml2015.el (mml2015-use): Default to epg, if available.
1629
1630 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1631
1632         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1633         message-sender.
1634         (mml1991-epg-encrypt): Ditto.
1635         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1636         message-sender.
1637         (mml2015-epg-encrypt): Ditto.
1638
1639 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1640
1641         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1642         several common directories.
1643
1644 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1645
1646         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1647         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1648
1649 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * gnus-art.el (article-decode-encoded-words): Make it fast.
1652
1653 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1656
1657         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1658         in quoted string into `\'.
1659
1660 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1663         Use standard-syntax-table.
1664
1665 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * gnus-art.el (gnus-decode-address-function): New variable.
1668         (article-decode-encoded-words): Use it to decode headers which are
1669         assumed to contain addresses.
1670         (gnus-mime-delete-part): Remove useless `or'.
1671
1672         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1673         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1674         (gnus-nov-parse-line): Use it to decode From header.
1675         (gnus-get-newsgroup-headers): Ditto.
1676         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1677
1678         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1679         (mail-decode-encoded-address-string): New alias.
1680
1681         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1682         New function.
1683         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1684         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1685         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1686         (rfc2047-decode-string): Ditto.
1687         (rfc2047-decode-address-region): New function.
1688         (rfc2047-decode-address-string): New function.
1689
1690 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1691
1692         * message.el (message-caesar-buffer-body): Allow rotating headers.
1693
1694         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1695
1696         * message.el (message-insert-formated-citation-line): Fix %f.
1697         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1698
1699 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1700
1701         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1702         (gnus-bookmark-mouse-available-p): New macro.
1703         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1704         (gnus-bookmark-bmenu-show-infos): Use it.
1705         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1706         (gnus-bookmark-bmenu-hide-infos): Ditto.
1707         (gnus-bookmark-remove-properties): New function.
1708         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1709         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1710         (gnus-bookmark-write-file): Bind coding-system-for-write.
1711         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1712         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1713         group before selecting it.
1714         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1715         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1716         quit-window if it is not available; use gnus-mouse-2 and bind it to
1717         gnus-bookmark-bmenu-select-by-mouse.
1718         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1719         (gnus-bookmark-bmenu-select-by-mouse): New function.
1720
1721 2006-08-13  Romain Francoise  <romain@orebokech.com>
1722
1723         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1724         space.
1725
1726 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * compface.el (uncompface): Use binary rather than raw-text-unix.
1729
1730 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * compface.el (uncompface): Make sure the eol conversion doesn't take
1733         place when communicating with the external programs.  Reported by
1734         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1735
1736 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1739
1740 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1741
1742         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1743         Make it more robust by parsing author and date independently.
1744
1745 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1748
1749 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1750
1751         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1752         first matching secret key.
1753         (mml2015-epg-encrypt): Ditto.
1754
1755         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1756         first matching secret key.
1757         (mml1991-epg-encrypt): Ditto.
1758
1759         * mml2015.el (mml2015-encrypt-to-self): New user option.
1760         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1761         mml2015-epg-encrypt-to-self is set.
1762
1763         * mml1991.el (mml1991-encrypt-to-self): New variable.
1764         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1765         mml1991-epg-encrypt-to-self is set.
1766
1767         * mml2015.el (mml2015-signers): New user option.
1768         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1769         (mml2015-epg-encrypt): Allow to select signing keys.
1770
1771         * mml1991.el (mml1991-signers): New variable.
1772         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1773         (mml1991-epg-encrypt): Allow to select signing keys.
1774
1775 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * nnheader.el (nnheader-insert-head): Make it work even if the file
1778         uses CRLF for the line-break code.
1779
1780 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1781
1782         * mml2015.el: Require mml-sec instead of password.
1783         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1784         (mml2015-cache-passphrase): Inherit the default value from
1785         mml-secure-cache-passphrase.
1786         (mml2015-passphrase-cache-expiry): Inherit the default value from
1787         mml-secure-passphrase-cache-expiry.
1788
1789         * mml1991.el: Require mml-sec instead of password.
1790         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1791         (mml1991-cache-passphrase): Inherit the default value from
1792         mml-secure-cache-passphrase.
1793         (mml1991-passphrase-cache-expiry): Inherit the default value from
1794         mml-secure-passphrase-cache-expiry.
1795
1796         * mml-sec.el: Require password.
1797         (mml-secure-verbose): New user option.
1798         (mml-secure-cache-passphrase): New user option.
1799         (mml-secure-passphrase-cache-expiry): New user option.
1800
1801 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1802
1803         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1804         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1805         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1806
1807         FIXME: Use `tiny change'?
1808
1809 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1810
1811         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1812         workaround for the url package included with Emacs.
1813
1814         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1815
1816 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1819         correctly.  This fixes a bug caused by the 2006-05-12 change.
1820
1821 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1822
1823         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1824         some information about the error when saying that the `bogus' mail
1825         group will be used.
1826
1827 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1828
1829         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1830         string.
1831
1832 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1833
1834         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1835
1836 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1837
1838         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1839
1840 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1841
1842         * mml1991.el (mml1991-function-alist): Add epg.
1843         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1844         (mml1991-epg-encrypt): New functions.
1845
1846 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1847
1848         * mml2015.el (mml2015-verbose): New variable.
1849         (mml2015-cache-passphrase): Ditto.
1850         (mml2015-passphrase-cache-expiry): Ditto.
1851         (mml2015-function-alist): Add epg.
1852         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1853         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1854         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1855         functions.
1856
1857 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1858
1859         * message.el (message-cite-original-1): Preserve region when removing
1860         quoted text due to X-No-Archive in order to avoid bogus attribution
1861         when citing multiple messages.
1862
1863 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1864
1865         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1866         Kenneth Jacker <khj@be.cs.appstate.edu>.
1867
1868 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1869
1870         * gnus-diary.el (gnus-user-format-function-d)
1871         (gnus-user-format-function-D): Autoload.
1872
1873         * imap.el (Commentary): Fix typo.
1874
1875         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1876         2006-04-22 contribution.
1877
1878 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1879
1880         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1881         It didn't really fix the bogosity I'm seeing with solid web groups.
1882
1883 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1884
1885         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1886         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1887         created using server names.  If we use the feature without declaring
1888         it, Gnus does not properly manage server and group state.
1889
1890         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1891         bound.
1892
1893 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1894
1895         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1896         looking up the method using GROUP's prefix before inventing a new one.
1897         It is used on killed/unknown groups in various places where returning
1898         an all-new method isn't expected by the caller.
1899
1900         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1901         and match semantics of gnus-group-real-prefix.
1902
1903 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1904
1905         * nnmail.el (nnmail-broken-references-mailers): New variable.
1906         (nnmail-ignore-broken-references): New function generalizing
1907         nnmail-fix-eudora-headers.
1908         (nnmail-fix-eudora-headers): Now obsolete.
1909
1910         * gnus-art.el (gnus-button-handle-custom): Support
1911         `customize-apropos*'.
1912
1913 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1916
1917         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1918         articles.
1919
1920 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1921
1922         * message.el (message-cite-reply-above): New variable.
1923         (message-yank-original): Use it.
1924
1925 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1928
1929 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1930
1931         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1932         as read.
1933
1934         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1935
1936 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1937
1938         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1939         (gnus-bookmark-default-file): Use gnus-directory.
1940         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1941         Remove "*" in doc string.
1942         (gnus-bookmark-write-file): Simplify.
1943         (gnus-bookmark-maybe-sort-alist): Use `when'.
1944         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1945         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1946         FIXME about Emacs 21 and XEmacs compatibility.
1947         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1948         compatibility.
1949         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1950         compatibility.
1951         (gnus-bookmark-menu-heading): Fix version.
1952
1953 2006-06-19  Bastien Guerry  <bzg@altern.org>
1954
1955         * gnus-bookmark.el: New file.
1956
1957 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * message.el (message-syntax-checks): Doc fix.
1960
1961 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1962
1963         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1964         unsubscribed groups as if they were killed ones.  It causes duplicate
1965         entries in gnus-newsrc-alist.
1966
1967 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1968
1969         * message.el (message-syntax-checks): Doc fix.
1970         (message-send-mail): Add check for continuation headers.
1971         (message-check-news-header-syntax): Fix regexp used to check for
1972         continuation headers.
1973
1974 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1977
1978 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1979
1980         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1981
1982 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1985         default-truncate-lines.
1986
1987 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1990         to fill the utf-8 entry.
1991
1992         * lpath.el: Fbind unicode-precedence-list.
1993
1994 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1995
1996         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1997
1998 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1999
2000         * gnus-agent.el (directory-files-and-attributes): Move all the way
2001         forward (the third and final move).
2002         (gnus-agent-read-agentview): Trap reconstruction errors due to
2003         nonexistant directory.  Handle by returning nil.
2004
2005 2006-05-30  Didier Verna  <didier@xemacs.org>
2006
2007         * message.el (message-dont-reply-to-names): Update the custom type.
2008         * message.el (message-dont-reply-to-names): New defsubst: potentially
2009         convert a list of regexps into a single one.
2010         * message.el (message-get-reply-headers): Use it.
2011         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2012
2013 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * gnus-agent.el (directory-files-and-attributes): Move forward.
2016
2017 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2018
2019         * gnus-ml.el (gnus-mailing-list-subscribe)
2020         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2021         (gnus-mailing-list-message): Fix doc strings.
2022
2023 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2024
2025         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2026         of doing it manually.
2027
2028 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2029
2030         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2031         comment.
2032
2033 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2034
2035         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2036         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2037         (gnus-agent-read-local): All symbols allocated in my-obarray
2038         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2039         (gnus-agent-regenerate-group): Check numeric names to see if they are
2040         messages or groups.
2041         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2042         better way of do this...)
2043
2044         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2045         'dummy.group' (there should be a better way of do this...)
2046
2047 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2050         (gnus-saved-headers): Ditto.
2051         (gnus-default-article-saver): Mention functions may have properties.
2052         (gnus-article-save): Override gnus-save-all-headers and
2053         gnus-saved-headers by :headers property which saver function may have.
2054         (gnus-summary-save-in-file): Add :headers property.
2055         (gnus-summary-write-to-file): Ditto.
2056
2057         * gnus-sum.el (gnus-summary-save-article): Bind
2058         gnus-prompt-before-saving to t when saving many articles in a file;
2059         always show all headers.
2060
2061         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2062
2063 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2064
2065         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2066         marks.
2067
2068         * message.el (message-indent-citation): Add optional arguments to allow
2069         using it outside of message buffers.
2070
2071         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2072         (gnus-article-treat-unfold-headers): Use it.
2073         (gnus-article-truncate-lines): New variable.
2074         (gnus-article-mode): Use it.
2075         (gnus-article-toggle-truncate-lines): New function.
2076
2077         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2078         gnus-article-toggle-truncate-lines.
2079
2080         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2081         coding system in XEmacs, use binary.
2082
2083 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2086         after-load-alist.
2087
2088         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2089         this function should save decoded articles.
2090         (gnus-summary-write-to-file): Use property to specify this function
2091         should save decoded articles and specify gnus-summary-save-in-file
2092         should be used to save articles other than the first one when saving
2093         many articles.
2094         (gnus-summary-save-body-in-file): Use property to specify this
2095         function should save decoded articles.
2096         (gnus-summary-write-body-to-file): Use property to specify this
2097         function should save decoded articles and specify
2098         gnus-summary-save-body-in-file should be used to save articles other
2099         than the first one when saving many articles.
2100
2101         * gnus-sum.el (gnus-summary-save-article): Simplify.
2102
2103 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2104
2105         * gnus-art.el (gnus-default-article-saver): Add
2106         gnus-summary-write-body-to-file.
2107         (gnus-article-save-coding-system): Don't use coding system object
2108         in XEmacs.
2109         (gnus-read-save-file-name): Add optional `dir-var' argument which
2110         specifies directory in which files are saved; work even if optional
2111         `variable' argument is not specified.
2112         (gnus-summary-write-to-file): Read file name.
2113         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2114         (gnus-summary-write-body-to-file): New function.
2115
2116         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2117         (gnus-summary-local-variables): Add it.
2118         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2119         (gnus-summary-save-article): Remove optional `decode' argument;
2120         determine whether to decode articles by the value of
2121         gnus-default-article-saver; when saving many files using
2122         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2123         it first and use gnus-summary-save-in-file or
2124         gnus-summary-save-body-in-file thereafter unless
2125         gnus-prompt-before-saving is always; move point to article which
2126         will be saved.
2127         (gnus-summary-save-article-file): Revert.
2128         (gnus-summary-write-article-file): Revert.
2129         (gnus-summary-save-article-body-file): Revert.
2130         (gnus-summary-write-article-body-file): New function.
2131
2132 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * gnus-art.el (gnus-default-article-saver): Doc fix.
2135         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2136         from gnus-summary-save-article-coding-system, and default to a
2137         certain coding system.
2138         (gnus-output-to-file): Add coding cookie and encode text according
2139         to gnus-article-save-coding-system; don't use mm-append-to-file.
2140
2141         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2142         gnus-art.el and rename to gnus-article-save-coding-system.
2143         (gnus-summary-save-article): Require gnus-art; don't show all
2144         headers if it decodes articles; don't add coding cookie here;
2145         don't bind mm-text-coding-system-for-write.
2146         (gnus-summary-save-article-file): Save decoded articles.
2147         (gnus-summary-write-article-file): When saving many files, use
2148         gnus-summary-write-to-file first and gnus-summary-save-in-file
2149         thereafter unless gnus-prompt-before-saving is always.
2150         (gnus-summary-save-article-body-file): Save decoded articles.
2151
2152         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2153
2154 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2155
2156         * nnrss.el (nnrss-check-group): Bind hash-index.
2157
2158 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2159
2160         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2161         its hash index.  Store this hash in `nnrss-group-data'.
2162         (nnrss-read-group-data): Update accordingly.
2163
2164 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2165
2166         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2167         entry.
2168
2169         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2170         gnus-article-browse-html-article.
2171
2172 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2173
2174         * gnus-sum.el (gnus-summary-mime-map): Add
2175         gnus-article-browse-html-article.
2176
2177         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2178
2179 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2180
2181         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2182         suitable coding systems in customize.
2183
2184 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2185
2186         * mail-source.el (mail-sources): Fix custom type.
2187
2188 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2189
2190         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2191         (gnus-summary-expire-articles-now): Shorten prompt.
2192
2193         * gmm-utils.el (wid-edit): Require.
2194         (defun-gmm): Renamed from `gmm-defun-compat'.
2195         (gmm-image-search-load-path): Use it.
2196         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2197
2198 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2201         variable.
2202         (gnus-summary-save-article): Add optional `decode' argument.  If
2203         it is set and gnus-summary-save-article-coding-system is non-nil,
2204         save decoded article.
2205         (gnus-summary-write-article-file): Save decoded article if
2206         gnus-summary-save-article-coding-system is non-nil.
2207
2208         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2209         type.
2210
2211 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2214
2215 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2218         first to test gnus-single-article-buffer which may be buffer-local.
2219
2220         * gnus-sum.el (gnus-summary-setup-buffer): Make
2221         gnus-single-article-buffer buffer-local and nil in ephemeral
2222         group; make gnus-article-buffer, gnus-article-current, and
2223         gnus-original-article-buffer always buffer-local.
2224         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2225         group.
2226         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2227
2228 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2229
2230         * nnml.el (nnml-request-compact-group): Compressed files might not
2231         have .gz extension.
2232
2233 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2234
2235         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2236         (mm-copy-to-buffer): Use with-current-buffer.
2237         (mm-display-part): Simplify.
2238         (mm-inlinable-p): Add optional arg `type'.
2239
2240 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2241
2242         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2243         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2244         Try harder to show the attachment internally or externally using
2245         gnus-mime-view-part-as-type.
2246
2247 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2248
2249         * message.el (message-from-style, message-signature-separator)
2250         (message-user-organization-file, message-send-mail-function)
2251         (message-citation-line-function, message-yank-prefix)
2252         (message-indent-citation-function, message-signature)
2253         (message-signature-file, message-signature-insert-empty-line):
2254         Remove autoloads.
2255
2256         * gnus-art.el (gnus-buttonized-mime-types): Remove
2257         "multipart/signed".  Revert 2006-04-26 change.
2258
2259 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * gnus.el (gnus-version-number): Bump version.
2262
2263 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2264
2265         * gnus.el: No Gnus v0.5 is released.
2266
2267 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2268
2269         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2270         fetching articles by message-id.
2271
2272 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * message.el (hashcash): Require hashcash as normal.
2275
2276         * ecomplete.el (ecomplete-highlight-match-line): Use
2277         point-at-eol.
2278         (ecomplete-highlight-match-line): Use `highlight', because that
2279         face exists in both Emacs and XEmacs.
2280
2281         * message.el (message-display-abbrev): Use point-at-bol.
2282
2283         * mail-source.el: Don't require timer/timer-funcs.
2284
2285         * gnus-async.el: Ditto.
2286
2287         * password.el: Ditto.
2288
2289         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2290
2291         * mm-url.el: Ditto.
2292
2293         * gnus-xmas.el: Don't require timer-funcs.
2294
2295         * mm-util.el: Require timer/timer-funcs.
2296
2297 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2298
2299         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2300         Close.
2301
2302 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2303
2304         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2305         unibyte after clear-decrypt function runs.
2306
2307         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2308         returns as a unibyte string.
2309
2310 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2311
2312         * lpath.el: Revert.
2313
2314         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2315         (pgg-gpg-process-sentinel): Revert.
2316
2317         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2318         (pgg-pgp-lookup-key): Revert.
2319
2320         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2321         (pgg-pgp5-lookup-key): Revert.
2322
2323         * pgg.el (pgg-fetch-key): Revert.
2324
2325 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * lpath.el: Fbind string-as-multibyte for XEmacs.
2328
2329         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2330         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2331         (mml1991-pgg-encrypt): Ditto.
2332
2333         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2334         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2335         a multibyte buffer.
2336
2337         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2338         (pgg-pgp-lookup-key): Ditto.
2339
2340         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2341         (pgg-pgp5-lookup-key): Ditto.
2342
2343         * pgg.el (pgg-fetch-key): Ditto.
2344
2345 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2346
2347         * message.el (message-user-organization-file): Check several
2348         locations of the organization file.
2349
2350         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2351         Add gnus-article-view-part-as-type.
2352
2353         * gnus-art.el (gnus-article-view-part-as-type): New function.
2354
2355         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2356         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2357
2358         * mml.el: Simplify autoload.
2359         (mml-mode): defvar dnd-protocol-alist instead of using
2360         symbol-value.
2361         (mml-default-directory): New variable.
2362         (mml-minibuffer-read-file): Use it.
2363         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2364
2365         * message.el (message-citation-line-format): New variable.
2366         (message-insert-formated-citation-line): New function.
2367         (message-citation-line-function): Add
2368         `message-insert-formated-citation-line' to custom type.
2369
2370         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2371         to doc string.
2372
2373         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2374         depending on mm-verify-option.
2375
2376 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2379         binding pgg-* variables; reimplement the section which prevents
2380         MIME header from being signed.
2381         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2382         pgg-text-mode; remove a blank line at the top of body.
2383
2384         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2385         lines at the top of body; use gnus-newsgroup-charset if there's no
2386         Charset header.
2387
2388 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * message.el (message-self-insert-commands): Doc fix.
2391
2392         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2393         (mm-uu-pgp-encrypted-test): Ditto.
2394         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2395         between header and body; return application/pgp-encrypted handle
2396         if decryption failed; decode decrypted body by charset.
2397
2398         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2399         element match to application/pgp-*.
2400
2401 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2402
2403         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2404         HTML.
2405
2406 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2407
2408         * mail-source.el (mail-source-call-script): Message the error
2409         string.
2410
2411 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-util.el (gnus-byte-compile): Use it.
2414
2415 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2416
2417         * gnus-util.el (kill-empty-logs): New function.
2418
2419 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * message.el (message-mail-alias-type): Doc fix.
2422         (message-mail-alias-type-p): New function.
2423         (message-send): Use it.
2424         (message-mode): Ditto.
2425         (message-strip-forbidden-properties): Ditto.
2426
2427         * ecomplete.el (ecomplete-database-file-coding-system): New
2428         variable.
2429         (ecomplete-save): Use it.
2430         (ecomplete-setup): Use it.
2431
2432 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * message.el (message-self-insert-commands): New variable.
2435         (message-strip-forbidden-properties): Use it.
2436
2437 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2440         that doesn't make XEmacs choke.
2441
2442 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2443
2444         * gnus-util.el (gnus-replace-in-string):
2445         Prefer replace-regexp-in-string over of replace-in-string.
2446
2447 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * gnus-util.el (gnus-select-frame-set-input-focus):
2450         Use select-frame-set-input-focus if it is available in XEmacs; use
2451         definition defined in Emacs 22 for old Emacsen.
2452
2453         * dgnushack.el: Autoload unmorse-region for XEmacs.
2454
2455         * lpath.el: Bind cursor-in-non-selected-windows and
2456         select-frame-set-input-focus for XEmacs.
2457
2458 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2461
2462 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2463
2464         * gnus-registry.el (gnus-registry-cache-save): Remove text
2465         properties when saving via the temp buffer.
2466
2467 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2468
2469         * message.el (message-generate-hashcash): Honor custom type.
2470
2471 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * message.el (message-generate-hashcash): Default to non-nil when
2474         hashcash is found.
2475
2476         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2477         (gnus-refer-thread-limit): Increase default to 500.
2478
2479         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2480
2481         * flow-fill.el (fill-flowed): Allow delete-space.
2482
2483 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2484
2485         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2486         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2487         Remove autoloads.
2488
2489 2006-04-18  Simon Josefsson  <jas@extundo.com>
2490
2491         * message.el (message-generate-hashcash): Default to.
2492
2493 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2496         concatenating segments rather than before concatenating them.
2497
2498 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2499
2500         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2501
2502 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2505
2506         * message.el (message-forward-make-body-plain): Allow
2507         message-forward-ignored-headers to be a list.
2508         (message-remove-ignored-headers): Factor out into function.
2509         (message-forward-make-body-mml): Use it.
2510
2511         * imap.el (imap-quote-specials): New function.
2512         (imap-login-auth): Quote specials.
2513
2514         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2515         (rfc2231-parse-string): Allow concatanation of parameters that
2516         aren't contiguous.  The test case is
2517           (mail-header-parse-content-type "message/external-body;
2518             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2519             access-type=LOCAL-FILE;
2520             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2521
2522 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2523
2524         * nntp.el (nntp-accept-process-output): Return the value of
2525         `nnheader-accept-process-output'.
2526
2527 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2530         (gnus-button-alist): Recognize more diff formats.
2531         (gnus-button-patch): Strip directory.
2532
2533 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2534
2535         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2536         Emacs 22 when setting focus.
2537
2538 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * gnus-art.el (gnus-article-treat-types): Do treatment of
2541         text/x-verbatim parts.
2542         (gnus-button-patch): New command.
2543
2544         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2545         addresses that contain invalid characters.
2546
2547 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * message.el (message-put-addresses-in-ecomplete): Use
2550         gnus-replace-in-string.
2551         (message-is-yours-p): Use the more correct
2552         mail-header-parse-address instead of
2553         mail-extract-address-components.
2554         (message-put-addresses-in-ecomplete): Fix typo.
2555
2556         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2557         keystroke.
2558
2559         * gnus-art.el (gnus-treatment-function-alist): Change order of
2560         newsgroups/generic header folding to avoid double-folding.
2561
2562         * message.el (message-hidden-headers): Add X-Draft-From.
2563
2564         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2565         command.
2566         (gnus-summary-repeat-search-article-backward): New command.
2567
2568         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2569         groups in the parent topic.
2570
2571 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2572
2573         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2574         (spam-extra-header-to-number): Return the CRM114 number as a
2575         number instead of a string.
2576
2577 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * gnus-art.el (gnus-face-properties-alist): Moved here from
2580         gnus-fun.
2581
2582         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2583
2584 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * message.el (message-strip-forbidden-properties): Only display on
2587         self-insert-command.
2588
2589         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2590         reindent.
2591         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2592
2593 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2594
2595         * smiley.el (smiley-style): Fix typo.
2596
2597 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * hashcash.el (hashcash-insert-payment-async-2): Use
2600         message-goto-eoh instead of doing it manually.
2601         (mail-add-payment): Use message-narrow-to-header instead of trying
2602         to do the same itself.
2603
2604         * message.el (message-hidden-headers): Add Face.
2605
2606         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2607         reparenting code.
2608         (gnus-summary-reparent-children): Refactored out code.
2609         (gnus-summary-thread-map): New keystroke.
2610         (gnus-summary-reparent-children): Make into command.
2611
2612         * smiley.el (smiley-style): Default to `medium' if using a large
2613         font.
2614
2615         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2616         does it itself.
2617
2618         * message.el (message-point-in-header-p): Simplify definition.
2619
2620 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621
2622         * nnagent.el (nnagent-request-set-mark): Silence log file
2623         writing.
2624         (nnagent-request-set-mark): Use write-region instead of
2625         append-to-file.
2626
2627         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2628         strange select method.
2629
2630         * ecomplete.el (ecomplete-display-matches): Get highlightling
2631         right.
2632         (ecomplete-display-matches): Use literals.
2633         (ecomplete-display-matches): Disable message logging.
2634
2635         * message.el (message-display-abbrev): Small optimization.
2636
2637         * ecomplete.el (ecomplete-display-matches): Allow automatic
2638         display.
2639
2640         * message.el (message-strip-forbidden-properties): Display
2641         abbrevs.
2642         (message-display-abbrev): Get automatic display right.
2643
2644         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2645         keystrokes.
2646
2647 2006-04-13  Romain Francoise  <romain@orebokech.com>
2648
2649         TODO: Backport to v5-10!
2650
2651         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2652         Moved here (and renamed) from gnus-registry.el.
2653
2654         * gnus-registry.el: Require gnus-util.
2655         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2656
2657 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2658
2659         * gnus-group.el (gnus-group-catchup-current): Change
2660         if-then-else-if-then-else into cond.
2661         (gnus-group-catchup): Indent.
2662         (group-name-at-point): New function.
2663         (gnus-fetch-group): Provide default from thing at point.
2664
2665 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2666
2667         * message.el (message-display-abbrev): Fix regexp.
2668
2669         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2670         choosing.
2671         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2672         dead variables.
2673
2674         * message.el (message-newline-and-indent): Remove debugging.
2675         (message-display-abbrev): Use new implementation.
2676
2677 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2678
2679         * gnus-art.el (gnus-article-mode): Set
2680         cursor-in-non-selected-windows to nil.
2681
2682         * smiley.el: Revert previous change.
2683         (smiley-data-directory): defvar it before using it in the
2684         defcustom of `smiley-style'.
2685
2686 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2687
2688         * message.el (message-newline-and-indent): New function.
2689
2690         * ecomplete.el: Implement more bits.
2691
2692         * message.el (message-put-addresses-in-ecomplete): Clean up the
2693         string.
2694
2695         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2696
2697         * gnus-sum.el (gnus-summary-save-parts): Bind
2698         gnus-summary-save-parts-counter and use it to make unique file
2699         names.
2700
2701         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2702
2703         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2704         parameter to say whether to actually parse the individual
2705         addresses.
2706
2707         * message.el (message-put-addresses-in-ecomplete): New function.
2708         (ecomplete): Require.
2709         (message-mail-alias-type): Add ecomplete as an option.
2710
2711 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2712
2713         * flow-fill.el (fill-flowed): Remove trailing space from blank
2714         quoted lines.
2715
2716 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * smiley.el (smiley-style): Move definition later to avoid a
2719         compilation warning.
2720
2721 2006-04-12  Kenichi Handa  <handa@m17n.org>
2722
2723         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2724         buffer and then decode the buffer text if necessary.
2725         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2726         first, and after mm-encode-body, change the buffer to unibyte.
2727         Use mm-disable-multibyte instead of set-buffer-multibyte.
2728
2729 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2732         Content-Type header instead of Content-Disposition header.
2733         (gnus-mime-inline-part): Ditto.
2734         (gnus-mime-view-part-as-charset): Ignore charset that the part
2735         specifies.
2736
2737         * mm-decode.el (mm-display-part): Work with external parts and
2738         usual parts similarly.
2739
2740         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2741         instead of gnus-display-mime.
2742
2743         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2744         instead of with-temp-buffer.
2745
2746         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2747         tag to summarized topics part in order to encode non-ASCII text.
2748
2749 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2750
2751         * smiley.el (smiley-style): New variable.
2752         (smiley-directory): New function.
2753         (smiley-data-directory): Derive from `smiley-style' using
2754         `smiley-directory'.
2755         (smiley-regexp-alist): Add new entries.
2756
2757         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2758         (gnus-article-browse-delete-temp): Add :version.
2759
2760 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2761
2762         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2763         the sieve region.
2764
2765 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2766
2767         * gnus.el (gnus-version-number): Bump version.
2768
2769 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2770
2771         * gnus.el: No Gnus v0.4 is released.
2772
2773 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2776         layout.
2777
2778         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2779         unknown charset.
2780
2781         * message.el (message-header-synonyms): Add Original-To to the
2782         default.
2783
2784         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2785         optional parameter.
2786
2787 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2788
2789         * gnus-fun.el (gnus): Require it for gnus-directory.
2790
2791 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2794
2795 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2796
2797         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2798
2799 2006-04-05  Simon Josefsson  <jas@extundo.com>
2800
2801         * password.el (password-reset): New function.
2802
2803 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2804
2805         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2806         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2807
2808 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2809
2810         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2811         Some whitespace was matched into the url, which broke browsing hits
2812         > 100 when mm-url-use-external was nil.
2813
2814 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2815
2816         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2817         gnus-extra-headers for 'Newsgroups.
2818
2819         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2820         bound.
2821
2822 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2823
2824         * pgg-gpg.el: Clean up process buffers every time gpg processes
2825         complete.
2826
2827 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2828
2829         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2830         doc string.
2831
2832 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2833
2834         * pgg-gpg.el (pgg-gpg-process-filter)
2835         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2836
2837         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2838         lines, temporary fix.
2839
2840 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2841
2842         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2843
2844 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2845
2846         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2847         default-enable-multibyte-characters.  This reverts the change from
2848         revision 6.17 which is no longer necessary because the passphrase
2849         is sent separately now.  GnuPG messages are unreadable under
2850         multibyte locales with default-enable-multibyte-characters set to
2851         nil.
2852
2853 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2854
2855         * message.el (message-tool-bar-gnome): Move "spell".
2856
2857 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2858
2859         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2860         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2861         instead.
2862
2863 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2864
2865         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2866         newsgroups handling for NNTP overviews which don't include
2867         Newsgroups.
2868
2869 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2870
2871         * message.el (message-resend): Bind message-generate-hashcash to nil.
2872
2873 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2874
2875         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2876         when searching for already-paid recipients.
2877
2878 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2879
2880         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2881         passphrases when it is not needed.
2882         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2883         passphrase stuff from gpg, should only be necessary when you use
2884         gpg with a smartcard.
2885
2886 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * mml.el (mml-insert-mime): Ignore cached contents of
2889         message/external-body part.
2890
2891         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2892         (mm-insert-part): Ditto.
2893
2894 2006-03-23  Simon Josefsson  <jas@extundo.com>
2895
2896         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2897         Reiner.
2898         (pgg-gpg-use-agent-p): Use it again.
2899
2900 2006-03-23  Simon Josefsson  <jas@extundo.com>
2901
2902         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2903         older emacsen.
2904         (pgg-gpg-use-agent-p): Don't use it.
2905
2906 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2907
2908         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2909         if we can.
2910
2911 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2912
2913         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2914         (pgg-gpg-update-agent): New function.
2915         (pgg-gpg-use-agent-p): New function.
2916         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2917         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2918         (pgg-gpg-sign-region): Use it.
2919
2920 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2923         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2924
2925 2006-03-21  Simon Josefsson  <jas@extundo.com>
2926
2927         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2928         <wilde@sha-bang.de>.
2929         (pgg-gpg-use-agent): New variable.
2930         (pgg-gpg-process-region): Use it.
2931         (pgg-gpg-encrypt-region): Likewise.
2932         (pgg-gpg-encrypt-symmetric-region): Likewise.
2933         (pgg-gpg-decrypt-region): Likewise.
2934         (pgg-gpg-sign-region): Likewise.
2935         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2936
2937 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2938
2939         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2940
2941         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2942         Add comment on version.
2943
2944 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2945
2946         * smiley.el: Add missing test smiley.
2947
2948 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * mm-decode.el (mm-with-part): New macro.
2951         (mm-get-part): Use it; work with message/external-body as well.
2952         (mm-save-part): Treat name and filename equally.
2953
2954         * mm-extern.el (mm-extern-cache-contents): New function.
2955         (mm-inline-external-body): Use it; force the part to be displayed;
2956         move undisplayer added to the cached handle to the parent.
2957
2958         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2959         (gnus-mime-view-part-as-type): Work with message/external-body.
2960
2961         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2962
2963 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2964
2965         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2966         images in image-load-path.  [Sync with image.el, revision 1.60, in
2967         Emacs.]
2968
2969 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2970
2971         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2972         path rather than symbol.  Always return list of directories.
2973         Guarantee that image directory comes first.  [Sync with image.el,
2974         revision 1.59, in Emacs.]
2975
2976         * message.el (message-make-tool-bar): Adjust to new API of
2977         `gmm-image-load-path-for-library'.
2978
2979         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2980
2981         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2982
2983 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2984
2985         * gnus-art.el (gnus-article-only-boring-p):
2986         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2987         intangible text.
2988         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2989
2990 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2991
2992         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2993         `defun' instead of `gmm-defun-compat'.
2994
2995 2006-03-14  Simon Josefsson  <jas@extundo.com>
2996
2997         * message.el (message-unique-id): Don't use message-number-base36
2998         if (user-uid) is a float.
2999         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3000
3001 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3004
3005         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3006         empty line between a part and a message part.
3007
3008 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3009
3010         * smiley.el: Add more test smileys.
3011         (smiley-data-directory, smiley-regexp-alist)
3012         (gnus-smiley-file-types): Fix doc strings.
3013         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3014         adding new elements.
3015         (smiley-mouse-map): Unused code.  Make it a comment.
3016
3017 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3020         scan latest NoCeM messages instead of old ones.
3021         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3022         delimiters that are recently used.
3023         (gnus-nocem-load-cache): Add autoload cookie.
3024
3025         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3026
3027         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3028         level which is larger than gnus-use-nocem is specified.
3029
3030         * gnus-group.el (gnus-group-get-new-news): Ditto.
3031
3032 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3033
3034         * gnus-util.el (gnus-tool-bar-update): New function.
3035
3036         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3037         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3038
3039         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3040
3041         * gnus-group.el (gnus-group-redraw-when-idle)
3042         (gnus-group-redraw-check): Remove.
3043         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3044
3045 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3048         if optional last element is specified in splits (FIELD VALUE...).
3049
3050 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3051
3052         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3053         to gmm-image-load-path-for-library.  Call with no-error argument.
3054         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3055
3056         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3057
3058         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3059
3060         * gmm-utils.el (gmm-image-load-path): Remove alias.
3061
3062 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3063
3064         * gmm-utils.el (gmm-image-load-path): Add alias.
3065
3066         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3067         nnml-generate-nov-databases-1.
3068         (nnml-generate-nov-databases): Use it.
3069         (nnml-generate-nov-databases-directory): Document no-active
3070         argument.
3071
3072         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3073         directory if path is t.  Add no-error.
3074
3075         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3076         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3077
3078         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3079         resetting gnus-article-browse-html-temp-list.
3080
3081         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3082         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3083         Add example to docstring.  Rename local variables.  Move error
3084         checks to default case in cond and simplify.
3085
3086 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3089         handle is multipart when calling it recursively.
3090         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3091
3092 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3093
3094         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3095         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3096
3097 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3100         is loaded.
3101
3102         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3103         loaded.
3104
3105 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3106
3107         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3108         to "Emacs 23 (unicode)" in doc string.
3109
3110         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3111         "Emacs 23 (unicode)" in comment.
3112
3113 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3116
3117         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3118         characters 160 through 255 in Emacs 23.
3119
3120 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3121
3122         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3123         gnus-article-browse-html-temp.
3124         (gnus-article-browse-delete-temp): Make it customizable.  Add
3125         `file'.  Adjust doc string.
3126         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3127         query for each file.  Adjust doc string.
3128         (gnus-article-browse-html-parts): Add
3129         `gnus-article-browse-delete-temp-files' to
3130         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3131
3132 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3133
3134         * gnus-art.el (gnus-article-browse-html-temp)
3135         (gnus-article-browse-delete-temp): New variables.
3136         (gnus-article-browse-delete-temp-files): New function.
3137         (gnus-article-browse-html-parts): Use it.
3138
3139 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3140
3141         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3142
3143         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3144         string.
3145
3146         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3147         gnus-summary-insert-new-articles when unplugged.  Remove
3148         gnus-summary-search-article-forward.
3149
3150         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3151         display-visual-class instead of display-color-cells.
3152
3153 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * dgnushack.el: Autoload customize-group for XEmacs.
3156
3157         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3158         message/* containing non-ASCII text properly.
3159
3160 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3161
3162         * message.el: Require gmm-utils, remove autoloads.
3163         (message-tool-bar): Set default based on
3164         gmm-tool-bar-style.
3165         (message-tool-bar-gnome): Add gmm-customize-mode.
3166
3167         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3168         gmm-tool-bar-style.
3169         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3170
3171         * gnus-group.el (gnus-group-tool-bar): Set default based on
3172         gmm-tool-bar-style.
3173         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3174
3175         * gmm-utils.el (gmm-image-directory): Rename variable from
3176         gmm-image-load-path.
3177         (gmm-image-load-path): Use gmm-image-directory.
3178         (gmm-customize-mode): New function.
3179         (gmm-tool-bar-style): New variable.
3180
3181         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3182         gnus-group-redraw-line-number.
3183         (gnus-group-redraw-check): Simplify.
3184         (gnus-group-tool-bar-update): Remove redraw check.
3185         (gnus-group-make-tool-bar): Add redraw check.
3186
3187 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3188
3189         * gnus-art.el (gnus-button): Add missing parentheses.
3190
3191 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * lpath.el: Fbind line-number-at-pos.
3194
3195 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3196
3197         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3198
3199 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3200
3201         * gnus-art.el (gnus-button): New face.
3202         (gnus-article-button-face): Use it.
3203
3204         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3205         gnus-summary-next-page.  Re-order.
3206
3207         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3208         next-node are now included.
3209         (gnus-group-redraw-line-number): New internal variable.
3210         (gnus-group-redraw-check): Helper function for updating the tool
3211         bar.
3212         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3213
3214         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3215
3216         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3217         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3218         Use it to match format of Spamassassin 3.0 and later.  Reported by
3219         IRIE Tetsuya <irie@t.email.ne.jp>.
3220         (spam-check-bogofilter)
3221         (spam-bogofilter-register-with-bogofilter): Fix args of
3222         `gnus-error' calls.
3223
3224 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3225
3226         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3227         unnecessary interaction when sending queued mails.  Reported by
3228         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3229
3230 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3231
3232         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3233         first or last are nil.
3234
3235 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3236
3237         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3238
3239 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240
3241         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3242
3243 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244
3245         * dns.el (query-dns): Protect more against buggy tcp output.
3246
3247 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3248
3249         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3250         nov.php.
3251
3252 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3253
3254         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3255         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3256         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3257         output on the server side.
3258         (nnweb-google-create-mapping): Update regexps and add some
3259         progress indication.
3260
3261 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3262
3263         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3264         gnus-agent-toggle-plugged.  Re-order icons.
3265         (gnus-group-tool-bar-gnome): Add
3266         gnus-group-{prev,next}-unread-group.
3267         (gnus-group-tool-bar-gnome): Re-order icons.
3268
3269         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3270         gnus-summary-insert-new-articles.
3271
3272         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3273         comments.
3274
3275         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3276         also available in Emacs 21.3.
3277
3278         * message.el (message-fix-before-sending): Change "Emacs 22" to
3279         "Emacs 23 (unicode)" in comment.
3280
3281         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3282         "Emacs 23 (unicode)" in comment.
3283
3284         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3285         comment.
3286         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3287
3288         * mm-view.el (mm-fill-flowed): Add :version.
3289
3290 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3293         and load-path.
3294
3295 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3296
3297         * message.el: Autoload gmm-image-load-path.
3298         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3299         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3300         consitency.
3301
3302         * gmm-utils.el (gmm-image-load-path): Also search in
3303         "../etc/images".  Don't set gmm-image-load-path if we don't find
3304         the image.
3305
3306 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * gmm-utils.el (gmm-image-load-path): Don't make
3309         `gmm-image-load-path' include subdirectories which the second arg
3310         `image' might specify.
3311
3312         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3313         subdirectory to icon file names.
3314
3315         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3316
3317 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3318
3319         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3320         gmm-image-load-path calls.
3321
3322         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3323
3324         * message.el (message-make-tool-bar): Ditto.
3325
3326         * mml.el (mml-preview): Added comment concerning tool bar icons.
3327
3328         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3329         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3330
3331         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3332         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3333
3334         * message.el (message-tool-bar-gnome): Use new icon names.
3335         (message-make-tool-bar): Use `gmm-image-load-path'.
3336
3337         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3338         functions from MH-E.
3339         (gmm-image-load-path): New variable from MH-E.
3340         (gmm-image-load-path): New function from MH-E.  Added arguments
3341         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3342         *-image-load-path-called-flag.
3343
3344 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3345
3346         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3347
3348 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3349
3350         * nnimap.el (nnimap-request-move-article): Change folder back to
3351         source group before deleting.
3352
3353 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3354
3355         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3356
3357         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3358         mm-url.
3359
3360         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3361
3362 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3365         coding system which mm-charset-to-coding-system returns for a
3366         given charset is valid.
3367
3368 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3369
3370         * html2text.el (html2text-remove-tag-list):
3371         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3372
3373 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3374
3375         * gnus-cus.el: Revert 2005-10-17 change.
3376
3377 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * gnus-art.el (article-strip-banner): Call
3380         article-really-strip-banner only when the regexp match is made.
3381
3382 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * gnus-art.el (article-strip-banner): Use
3385         gnus-extract-address-components instead of
3386         mail-header-parse-addresses to make it work with non-ASCII text;
3387         remove mail-encode-encoded-word-string.
3388
3389         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3390         values which are surrounded with \"...\"; make it never cause a
3391         Lisp error; give up parsing of parameters if it failed in
3392         extracting type.
3393
3394 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3395
3396         * smime.el (smime-cert-by-ldap-1): Fix bug where
3397         `smime-ldap-search' returns results without userCertificates.
3398
3399 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3402
3403 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3404
3405         * spam.el (spam-check-spamassassin-headers): Adapt format for
3406         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3407         <ari@mbf.ocn.ne.jp>.
3408         (spam-list-of-processors): Add spam-use-gmane.
3409
3410 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3411
3412         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3413         make-temp-file; make it work with XEmacs as well.
3414
3415         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3416         mm-make-temp-file.
3417
3418         * mm-decode.el (mm-display-external): Use the 3rd arg of
3419         mm-make-temp-file.
3420         (mm-create-image-xemacs): Ditto.
3421
3422 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3423
3424         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3425         with message-narrow-to-headers.
3426         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3427         (gnus-draft-check-draft-articles): New function.
3428         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3429
3430 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3431
3432         * gnus-art.el (gnus-article-browse-html-parts):
3433         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3434         Don't use suffix argument for mm-make-temp-file for Emacs 21
3435         compatibility.  Remove useless `format'.
3436
3437 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3438
3439         * nnweb.el (nnweb-google-wash-article): Update regexps.
3440         (nnweb-group-alist): Use defvoo instead of defvar.
3441
3442 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3445         re-loading nn* modules.
3446
3447 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3448
3449         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3450         for `tool-bar-mode' and don't check it's default-value.
3451
3452         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3453
3454         * message.el (message-make-tool-bar): Ditto.
3455
3456         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3457         `substring'.  Shorten tmp-file name.
3458
3459         * gnus.el: Remove bogus comment.
3460
3461 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3462
3463         * gnus-art.el (gnus-article-browse-html-parts): New function.
3464         (gnus-article-browse-html-article): New function for viewing html
3465         articles with a browser.
3466
3467 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3468
3469         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3470         in elisp.
3471         (pgg-gpg-encrypt-symmetric-region): Ditto.
3472         (pgg-gpg-sign-region): Ditto.
3473
3474         * pgg-def.el (pgg-text-mode): New variable.
3475
3476         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3477         (mml2015-pgg-encrypt): Ditto.
3478
3479         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3480         (mml1991-pgg-encrypt): Ditto.
3481
3482 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3485         message-make-date instead of current-time-string.
3486
3487         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3488         to gnus-decoded which mm-uu might set.
3489
3490 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3493         don't decode quoted parameters; remove misimported Emacs code.
3494         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3495         (rfc2231-decode-encoded-string): Don't use split-string which
3496         behaves differently according to Emacs version; use
3497         mm-decode-coding-region to convert charset to coding-system.
3498         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3499         (rfc2231-encode-string): Remove misimported Emacs code.
3500
3501 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3504         when calling mail-header-parse-content-type.
3505         (article-de-quoted-unreadable): Ditto.
3506         (article-de-base64-unreadable): Ditto.
3507         (article-wash-html): Ditto.
3508
3509         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3510         calling mail-header-parse-content-type and
3511         mail-header-parse-content-disposition.
3512         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3513         mail-header-parse-content-type.
3514
3515         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3516         insert charset and format parameters; encode description after
3517         inserting it to buffer.
3518         (mml-insert-parameter): Fold lines properly even if a parameter is
3519         segmented into two or more lines; change the max column to 76.
3520
3521         * rfc1843.el (rfc1843-decode-article-body): Don't use
3522         ignore-errors when calling mail-header-parse-content-type.
3523
3524         * rfc2231.el (rfc2231-parse-string): Return at least type if
3525         possible; don't cause an error even if it fails in parsing of
3526         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3527         (rfc2231-encode-string): Don't break lines at the beginning, leave
3528         it to mml-insert-parameter.
3529
3530         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3531         calling mail-header-parse-content-type.
3532
3533 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3534
3535         * spam-report.el (spam-report-gmane-use-article-number):
3536         Improve doc string.
3537         (spam-report-gmane-internal): Check if a suitable header was found
3538         in the article.
3539
3540 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3543         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3544
3545 2006-02-05  Romain Francoise  <romain@orebokech.com>
3546
3547         Update copyright notices of all files in the gnus directory.
3548
3549 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3550
3551         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3552
3553 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3556         segmented lines of parameter value to cope with Thunderbird 1.5
3557         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3558         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3559         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3560
3561 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3562
3563         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3564         parts.
3565
3566 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3567
3568         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3569         there's only one active file for all servers.
3570         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3571         solid groups.  Gnus might have used a FAST request to select the group.
3572         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3573         and nnweb-search redundantly in the active file.
3574         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3575         (nnweb-request-create-group): Don't use ARGS.
3576         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3577         initialisations.  Let nnoo do the work.
3578
3579 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3582         Say the part has been decoded.
3583
3584         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3585
3586 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3587
3588         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3589         mailcap-viewer-test-cache when there's no 'test clause, since that
3590         will invert the meaning of a "nil" test previously determined by
3591         mailcap-mailcap-entry-passes-test.
3592
3593 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3596         compiling.
3597
3598         * gnus-sum.el: Ditto.
3599
3600         * message.el: Don't bind tool-bar-map when compiling.
3601
3602 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3603
3604         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3605
3606 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3607
3608         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3609         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3610         current Google Groups.
3611
3612 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3613
3614         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3615         and tool-bar-mode.
3616
3617         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3618         and tool-bar-mode.
3619
3620         * message.el (message-tool-bar-update): Simplify.
3621         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3622
3623         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3624         gnus-summary-buffer.
3625         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3626         gnus-summary-reply.
3627
3628         * gmm-utils.el (gmm): Add :version.
3629
3630 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * Makefile.in (clean): New rule.
3633         (distclean): Use it.
3634
3635 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3636
3637         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3638         autoload.
3639
3640 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * gmm-utils.el (gmm-verbose): Add :group.
3643
3644 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3645
3646         * message.el: Change some comments WRT tool-bars.
3647
3648         * gnus-sum.el (gnus-summary-tool-bar)
3649         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3650         (gnus-summary-tool-bar-zap-list): New variables.
3651         (gnus-summary-make-tool-bar): Complete rewrite using
3652         `gmm-tool-bar-from-list'.
3653
3654         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3655         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3656         variables.
3657         (gnus-group-make-tool-bar): Complete rewrite using
3658         `gmm-tool-bar-from-list'.
3659         (gnus-group-tool-bar-update): New function.
3660
3661         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3662
3663 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3666         is dissected into a single part of which the type is the same as
3667         the given one; decode charset.
3668
3669 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3670
3671         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3672         into alists as symbol not string, since that's what
3673         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3674         look for.
3675
3676 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3677
3678         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3679         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3680
3681         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3682
3683 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3686         (gnus-xmas-mime-security-button-menu): New function.
3687
3688         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3689         (gnus-mime-security-button-menu): New definition.
3690         (gnus-mime-security-button-map): Use them.
3691         (gnus-mime-security-button-menu): New function.
3692         (gnus-insert-mime-security-button): Addition to help echo.
3693         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3694         (gnus-mime-security-pipe-part): New functions.
3695
3696         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3697         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3698
3699         * mm-decode.el (mm-handle-set-disposition): Remove.
3700         (mm-handle-set-description): Remove.
3701
3702 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3705         (mm-w3m-standalone-supports-m17n-p): New function.
3706         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3707         w3m usage.
3708
3709         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3710         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3711
3712 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3713
3714         * message.el (message-tool-bar-zap-list): Use
3715         gmm-tool-bar-zap-list as custom type.
3716         (message-tool-bar-update): New function.
3717         (message-tool-bar, message-tool-bar-gnome)
3718         (message-tool-bar-retro): Add message-tool-bar-update.
3719         (message-tool-bar-gnome): Add flyspell-buffer.
3720
3721         * gnus-util.el (gnus-error): Describe `args'.
3722
3723         * gmm-utils.el (gmm-error): Describe `args'.
3724         (gmm-tool-bar-zap-list): New widget.
3725         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3726
3727 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3730         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3731         the number of recursive calls.
3732
3733         * mm-decode.el (mm-handle-set-disposition): New macro.
3734         (mm-handle-set-description): New macro.
3735
3736 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3739         encoding.
3740
3741 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3742
3743         * message.el (message-tool-bar-zap-list, message-tool-bar)
3744         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3745         (message-tool-bar-local-item-from-menu): Remove.
3746         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3747         (message-make-tool-bar): New function.
3748         (message-mode): Use `message-make-tool-bar'.
3749
3750         * gmm-utils.el: New file.
3751         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3752         (gmm-lazy): New widget copied from `nnmail.el'.
3753         (gmm-tool-bar-from-list): New function for creating customizable
3754         tool bars.
3755         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3756         output.
3757         (gmm): Add :prefix to defgroup.
3758
3759 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3760
3761         * gmm-utils.el (gmm-widget-p): New function.
3762
3763 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3764
3765         * mml.el (mml-attach-file): Describe `description' in doc string.
3766         (mml-menu): Add Emacs MIME manual and PGG manual.
3767
3768 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3769
3770         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3771
3772 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3773
3774         * nntp.el (nntp-end-of-line): Doc fix.
3775
3776 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3777
3778         * imap.el (imap-open): Handle case where buffer is a buffer
3779         object.
3780
3781 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3782
3783         * gnus-delay.el (gnus-delay): Don't autoload.
3784         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3785         to be re-loaded when customizing the `gnus-delay' group.
3786
3787 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3788
3789         * message.el (message-insert-citation-line): Use newlines.
3790
3791 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3792
3793         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3794         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3795         these routines, so the passphrase can be managed externally and
3796         passed in to the system.
3797         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3798         pgg-add-passphrase-to-cache function.
3799
3800         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3801         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3802         these routines, so the passphrase can be managed externally and
3803         passed in to the system.
3804         (pgg-pgp5-sign-region): Use new name of
3805         pgg-add-passphrase-to-cache function.
3806
3807 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3808
3809         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3810         part of the decoded armor to find the key-identifier.
3811         (pgg-gpg-lookup-key-owner): New function to return the
3812         human-readable identifier of a key owner.
3813         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3814         itself.
3815         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3816         the key value) if we have a key and can match it against a secret
3817         key.  Also, added a note pointing out fact that the prompt only
3818         indicates the first matching key.
3819
3820         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3821         pgg-decrypt-region.
3822         (pgg-add-passphrase-to-cache): Rename from
3823         `pgg-add-passphrase-cache' to reduce confusion (all callers
3824         changed).
3825         (pgg-remove-passphrase-from-cache): Rename from
3826         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3827         changed).
3828         (pgg-read-passphrase, pgg-add-passphrase-cache)
3829         (pgg-remove-passphrase-cache): Add informative docstrings.
3830         (pgg-decrypt): Convey provided passphrase in subordinate call to
3831         pgg-decrypt-region.
3832
3833 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3834
3835         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3836         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3837         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3838         'passphrase' argument, so the passphrase can be managed externally
3839         and then passed in to the system.
3840
3841         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3842         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3843         so the passphrase cache can be used reliably with identifiers
3844         besides a pgp packet's key id.
3845
3846         * pgg-gpg.el (pgg-gpg-encrypt-region)
3847         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3848         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3849         these routines, so the passphrase can be managed externally and
3850         passed in to the system.
3851
3852         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3853         'notruncate' argument, so the passphrase cache can be used
3854         reliably with identifiers besides a pgp packet's key id.
3855
3856 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3857
3858         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3859         symmetric encryption.
3860         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3861         encrypted session key.
3862         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3863         message ask for the passphrase in a proper way.
3864
3865         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3866         New user commands for symmetric encryption.
3867
3868 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3869
3870         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3871
3872         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3873
3874 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3875
3876         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3877
3878 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * mm-decode.el (mm-inlined-types): Add application/pgp.
3881         (mm-automatic-display): Ditto.
3882
3883         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3884         part as text.
3885
3886 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * nnrss.el: Update copyright.
3889         (nnrss-opml-import): Query whether to subscribe to each entry.
3890
3891         * gnus-art.el:
3892         * gnus-sum.el:
3893         * gnus-xmas.el:
3894         * messagexmas.el:
3895         * mm-uu.el:
3896         * mm-view.el: Update copyright.
3897
3898 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3899
3900         * message.el (message-info): New function.
3901         (message-mode-menu): Add it.
3902         Update copyright.
3903
3904         * ChangeLog: Fix and update copyright.
3905
3906 2006-01-13  Romain Francoise  <romain@orebokech.com>
3907
3908         * message.el (message-forward-subject-name-subject): Prefer the
3909         address to 'nowhere' if the sender has no name.
3910         Fix typo.  Update copyright year.
3911
3912 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-art.el (article-wash-html): Use
3915         gnus-summary-show-article-charset-alist if a numeric arg is given.
3916         (gnus-article-wash-html-with-w3m-standalone): New function.
3917
3918         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3919         mm-inline-text-html-render-with-w3m-standalone.
3920         (mm-text-html-washer-alist): Map w3m-standalone to
3921         gnus-article-wash-html-with-w3m-standalone.
3922         (mm-inline-text-html-render-with-w3m-standalone): New function.
3923
3924 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3925
3926         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3927         Improve LaTeX.
3928
3929 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3932         (nnrss-request-article): Render text/plain parts as HTML.
3933
3934         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3935         the buffer.
3936
3937 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3938
3939         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3940         custom definition of `gnus-posting-styles'.
3941
3942         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3943         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3944
3945 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3946
3947         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3948         Use nntp for bug archive.
3949
3950 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3953         parts.
3954         (nnrss-normalize-date): New function converts ISO 8601 date into
3955         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3956         (nnrss-check-group): Use it.
3957
3958 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3961
3962         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3963         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3964         (nnrss-insert-w3): Ditto.
3965
3966 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3969         the articles to be forwarded including the case where neither a
3970         number of articles nor a region is specified.
3971
3972 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * nnrss.el (nnrss-request-article): Fix last change; fill
3975         text/plain parts.
3976
3977 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3980         in text/plain part.
3981         (nnrss-check-group): Don't add excessive newline to dc:subject.
3982
3983 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3984
3985         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3986         article.
3987
3988 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3989
3990         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3991         (nnml-use-compressed-files, nnml-save-mail): Support other
3992         comression programs such as bzip2.
3993
3994 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * dns.el (query-dns): Make sure we check the buffer size before
3997         removing tcp headers.
3998
3999 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4002         remove MIME buttons associated with multipart/alternative parts.
4003         (gnus-mime-display-alternative): Tag buttons using `article-type'
4004         text property.
4005
4006         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4007         associated with multipart/alternative parts.
4008
4009         * gnus-art.el (gnus-signature-separator): Fix custom type.
4010
4011         * mm-decode.el (mm-inlined-types): Fix custom type.
4012         (mm-keep-viewer-alive-types): Ditto.
4013         (mm-automatic-display): Ditto.
4014         (mm-attachment-override-types): Ditto.
4015         (mm-inline-override-types): Ditto.
4016         (mm-automatic-external-display): Ditto.
4017
4018 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4019
4020         * spam-report.el (spam-report-user-mail-address)
4021         (spam-report-user-agent): New variables.
4022         (spam-report-url-ping-plain): Use spam-report-user-agent.
4023
4024 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4025
4026         * gnus-art.el (gnus-button-handle-custom): Do not just use
4027         `customize-apropos' for any "M-x customize-*" button but the
4028         function called for.  Accept both the function name and its
4029         argument in order to achieve this.
4030         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4031         function name to `gnus-button-handle-custom' in case of "M-x
4032         customize-*" buttons.
4033
4034 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4037         multipart/alternative and add xref to mm-discouraged-alternatives
4038         in doc string.
4039
4040         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4041         gnus-buttonized-mime-types in doc string.
4042
4043 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4044
4045         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4046         Suggest image/.* in the doc string.
4047
4048 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4049
4050         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4051         message-marks (Debian bug #342521).
4052
4053 2005-12-12  Simon Josefsson  <jas@extundo.com>
4054
4055         * password.el (password-read-from-cache): Add.
4056         (password-read): Use it.
4057
4058 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4061         us-ascii as a MIME charset.
4062
4063         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4064         against the case where the 2nd arg TYPE is nil.
4065
4066 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4067
4068         * pop3.el (pop3-stream-type): Fix custom version.
4069
4070         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4071
4072 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4073
4074         * mm-decode.el (mm-display-external): Add missing cdr.
4075
4076 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4079         RFC1524) if it is in mailcap or add a suffix according to
4080         mailcap-mime-extensions when generating a temp filename; postpone
4081         deleting a temp file for 2 seconds for some wrappers, shell
4082         scripts, and so on, which might exit right after having started a
4083         viewer command as a background job.
4084
4085 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4086
4087         * nntp.el (nntp-marks-directory): Fix custom group.
4088
4089         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4090         steps when < 10.
4091
4092         * gnus-start.el (gnus-no-server-1): Mention
4093         `gnus-level-default-subscribed' in doc string.
4094
4095 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4096
4097         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4098         parens.
4099
4100 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * gnus-xmas.el (gnus-use-toolbar): Revert.
4103         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4104         gnus-use-toolbar is default.
4105
4106         * messagexmas.el (message-use-toolbar): Revert.
4107         (message-setup-toolbar): Use global default-toolbar if
4108         message-use-toolbar is default.
4109
4110 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4113         according to default-toolbar-visible-p.
4114
4115         * messagexmas.el (message-use-toolbar): Ditto.
4116
4117 2005-11-26  Dave Love  <fx@gnu.org>
4118
4119         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4120         (tls-program, tls-success): Provide openssl alternative.
4121
4122         * starttls.el: Doc fixes.
4123         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4124         SERVICE to PORT.
4125
4126         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4127         port null or service name.
4128         (starttls-negotiate): Autoload.
4129
4130 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * message.el (message-kill-to-signature): Fix interactive spec.
4133
4134 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * pop3.el (pop3-open-server): Recognize a string as a service name.
4137
4138 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4139
4140         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4141
4142 2005-11-23  Dave Love  <fx@gnu.org>
4143
4144         Add pop3s, pop3/starttls.
4145
4146         * pop3.el (pop3-authentication-scheme): Clarify doc.
4147         (open-tls-stream, starttls-open-stream): Autoload.
4148         (pop3-stream-type): New.
4149         (pop3-open-server): Use it.
4150
4151         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4152         for POP.
4153         (mail-source-keyword-map): Add :stream for POP.
4154         (mail-source-fetch-pop): Use pop3-stream-type.
4155
4156 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4159         of current-time-string.
4160
4161 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4162
4163         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4164         date header.
4165
4166 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4167
4168         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4169         it can seriously impact performance as it bypasses the agent's
4170         local caches.
4171
4172 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4173
4174         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4175         must be explicitly online rather than "not explicitly offline" for
4176         its flags to be synchronized.
4177
4178         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4179         that gnus-uu-unmark-thread will function correctly.
4180
4181         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4182         1024K is instead displayed as 1M.
4183
4184 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185
4186         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4187
4188 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4189
4190         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4191
4192 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4193
4194         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4195         error message to display actual error condition.
4196         (gnus-agent-save-local): Avoid saving symbols that are bound to
4197         nil as they simply result in a warning message in
4198         gnus-agent-read-local.
4199
4200 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4203         rather than make-variable-buffer-local for file-precious-flag.
4204
4205 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4206
4207         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4208         for duplicates which are removed.  The invalid sort check then
4209         triggers a rescan after the sort as sorting may have moved
4210         duplicate entries such that they can be cheaply detected.
4211
4212 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4215
4216 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4217
4218         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4219         internal variable to a custom variable.  Changed default value
4220         from compressed(2) to uncompressed(1).
4221         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4222         support for uncompressed agentview files.  Taken together, reading
4223         the agentview file should now be 6-7 times faster.
4224
4225 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4226
4227         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4228         as a buffer-local variable.  This avoids creating truncated
4229         dribble files as a result of a hang up, eg.
4230
4231 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4232
4233         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4234         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4235         XEmacs.
4236
4237 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4238
4239         * gnus-start.el (gnus-start-draft-setup): Enforce
4240         `gnus-draft-mode' for nndraft:drafts at startup.
4241
4242         * gnus.el (gnus-splash): Change custom group.
4243         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4244         allow-list argument.
4245
4246         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4247         string.
4248
4249 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4250
4251         * gnus-art.el (gnus-default-article-saver): Add user-defined
4252         `function' to custom type.
4253
4254 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4255
4256         * imap.el (imap-open): Handle case where buffer is a buffer
4257         object.
4258
4259 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4260
4261         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4262         long lines.
4263         (gnus-cache-delete-group): Wrap doc strings.
4264
4265         * gnus-agent.el (gnus-agent-rename-group)
4266         (gnus-agent-delete-group): Wrap doc strings.
4267
4268
4269 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * messagexmas.el (message-use-toolbar): Change the valid values
4272         into default, top, bottom, left, and right.
4273         (message-toolbar-thickness): New variable.
4274         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4275         well.
4276         (message-setup-toolbar): Make it work.
4277
4278         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4279         (gnus-use-toolbar): Change the valid values into default, top,
4280         bottom, left, and right.
4281         (gnus-toolbar-thickness): New variable.
4282         (gnus-xmas-setup-toolbar): New function.
4283         (gnus-xmas-setup-group-toolbar): Use it.
4284         (gnus-xmas-setup-summary-toolbar): Use it.
4285
4286 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4287
4288         * gnus-start.el (gnus-1): Add "native" to
4289         gnus-predefined-server-alist.
4290
4291         * gnus.el (gnus-method-to-server): Don't add "native" to the
4292         lists here, because that leads to problems when
4293         gnus-select-method is bound.
4294
4295 2005-11-09  Simon Josefsson  <jas@extundo.com>
4296
4297         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4298         use (not sort-by-date) instead.
4299
4300 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4301
4302         * gnus-delay.el (gnus-delay-group): Don't autoload.
4303         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4304         to be re-loaded when customizing the `gnus-delay' group.
4305
4306 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4307
4308         * message.el: Revert last changes.
4309         (message-insert-citation-line): Use newlines.
4310
4311 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4312
4313         * message.el (message-courtesy-message)
4314         (message-mark-insert-begin, message-mark-insert-end)
4315         (message-elide-ellipsis, message-cancel-message)
4316         (message-add-header, message-change-subject)
4317         (message-cross-post-followup-to-header)
4318         (message-cross-post-insert-note, message-reduce-to-to-cc)
4319         (message-widen-reply, message-delete-not-region)
4320         (message-kill-to-signature, message-insert-signature)
4321         (message-insert-importance-high, message-insert-importance-low)
4322         (message-insert-or-toggle-importance)
4323         (message-insert-disposition-notification-to)
4324         (message-indent-citation, message-yank-original)
4325         (message-cite-original-without-signature, message-cite-original)
4326         (message-insert-citation-line, message-position-on-field)
4327         (message-fix-before-sending, message-send-mail-partially)
4328         (message-send-mail, message-send-mail-with-sendmail)
4329         (message-send-mail-with-qmail, message-send-news)
4330         (message-check-news-header-syntax, message-generate-headers)
4331         (message-insert-courtesy-copy, message-fill-address)
4332         (message-fill-header, message-shorten-references)
4333         (message-setup-1, message-cancel-news)
4334         (message-forward-make-body-plain, message-forward-make-body-mime)
4335         (message-forward-make-body-mml, message-encode-message-body)
4336         (message-forward-make-body-digest-plain)
4337         (message-forward-make-body-digest-mime)
4338         (message-use-alternative-email-as-from): Insert `hard-newline'
4339         instead of ordinary newlines.
4340
4341 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * message.el (message-generate-headers): Downcase the argument
4344         given to message-check-element.
4345
4346 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4347
4348         * nntp.el (nntp-authinfo-rejected): New error condition.
4349         (nntp-wait-for): Use new error condition to signal authentication
4350         error.
4351         (nntp-retrieve-data): Rethrow new error condition to break out of
4352         recursive call to nntp-send-authinfo.
4353
4354 2005-11-08  Romain Francoise  <romain@orebokech.com>
4355
4356         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4357         (gnus-summary-exit-map): Bind to `Z p'.
4358         (gnus-summary-make-menu-bar): Add menu item.
4359
4360 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4361
4362         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4363         (gnus-treat-*): Add `first' in all doc strings.
4364
4365         * gnus-group.el (gnus-group-compact-group): Fix typo.
4366
4367 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * gnus.el (gnus-parameters-case-fold-search): New variable.
4370         (gnus-parameters-get-parameter): Use it.
4371
4372         * gnus-score.el (gnus-home-score-file): Doc fix.
4373
4374 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4375
4376         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4377
4378 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * mm-util.el (mm-special-display-p): New function.
4381
4382         * mml.el (mml-preview): Use it; doc fix.
4383
4384 2005-10-29  Romain Francoise  <romain@orebokech.com>
4385
4386         * message.el (message-fix-before-sending): Fix comment.
4387
4388 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4389
4390         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4391
4392 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4393
4394         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4395         Used in gnus-score.el.
4396
4397 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4398
4399         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4400
4401 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4402
4403         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4404         whitespace removed in revision 7.8.  Use concatenated string to
4405         protect trailing whitespace.
4406
4407 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4408
4409         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4410         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4411         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4412         Courier IMAP ("some version from 2004").  Mostly based on similar
4413         code in the same function.
4414
4415 2005-10-26  Didier Verna  <didier@xemacs.org>
4416
4417         * gnus-group.el (gnus-group-compact-group): invalidate original
4418         article buffer.
4419         * gnus-srvr.el (gnus-server-compact-server): ditto.
4420         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4421         NOV database and in article itself.
4422         Invalidate article backlog.
4423
4424 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4425
4426         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4427
4428 2005-10-26  Simon Josefsson  <jas@extundo.com>
4429
4430         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4431         part of 2004-07-25 change.
4432
4433 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * message.el (message-display-completion-list): New function.
4436         (message-expand-group): Use it; make sure the Completions buffer
4437         is modifiable.
4438
4439 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4440
4441         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4442         user-mail-name is an empty string.
4443
4444 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4445
4446         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4447         depending on gnus-score-decay-constant.
4448
4449         * encrypt.el (encrypt-insert-file-contents)
4450         (encrypt-write-file-contents): Don't use `gnus-message'.
4451
4452         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4453         arguments.
4454         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4455         arguments to mm-uu-verbatim-marks-extract.
4456         (mm-uu-hide-markers): New variable.
4457         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4458
4459         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4460         (gnus-convert-image-to-face-command): Use "convert" by default to
4461         allow other input image formats.
4462         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4463         accordingly.
4464
4465 2005-10-23  Simon Josefsson  <jas@extundo.com>
4466
4467         * imap.el (imap-gssapi-program): Align command line parameters
4468         with latest GNU SASL.
4469         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4470
4471 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4474         HTML.
4475         (nnslashdot-request-article): Ditto.
4476
4477         * lpath.el (featurep): Add nobreak-char-display.
4478
4479 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4480
4481         * mail-source.el (mail-source-fetch-pop): Require pop3.
4482         (mail-source-check-pop): Ditto.
4483
4484 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4487         errors.
4488
4489 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4490
4491         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4492         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4493
4494         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4495
4496         * mm-bodies.el (mm-decode-string): Call
4497         `mm-charset-to-coding-system' with allow-override argument.
4498
4499 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4502         (rfc2047-charset-to-coding-system): New function.
4503         (rfc2047-decode-encoded-words): New function.
4504         (rfc2047-decode-region): Use them.
4505         (rfc2047-decode-cte): Remove.
4506         (rfc2047-parse-and-decode): Remove.
4507         (rfc2047-decode): Remove.
4508
4509 2005-10-15  Kenichi Handa  <handa@m17n.org>
4510
4511         * rfc2047.el (rfc2047-decode-cte): New function.
4512         (rfc2047-decode-region): Change the way to decode successive
4513         encoded-words: decode B- or Q-encoding in each encoded-word,
4514         concatenate them, and decode it as charset.
4515
4516 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * lpath.el: Fbind codepage-setup for XEmacs.
4519
4520 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4521
4522         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4523         widget-move-and-invoke.
4524         (gnus-custom-mode): Use gnus-custom-map.
4525
4526 2005-10-15  Bill Wohler  <wohler@newt.com>
4527
4528         * message.el (message-tool-bar-map): Renamed image file from
4529         mail_send to mail/send.
4530
4531 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4532
4533         * message.el (message-expand-group): Pass the common
4534         prefix substring of completion to `display-completion-list'.
4535
4536 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4537
4538         * mml-sec.el (mml-secure-method): New internal variable.
4539         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4540         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4541         functions using mml-secure-method.
4542
4543         * mml.el (mml-mode-map): Add key bindings for those functions.
4544         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4545         Harder <harder@myrealbox.com>.
4546         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4547         end of message if point is the headers of the message.
4548
4549         * message.el (message-in-body-p): New function.
4550
4551         * assistant.el: Autoload gnus-util and netrc.
4552
4553         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4554         Use `mm-charset-override-alist' only when decoding.
4555
4556         * mm-bodies.el (mm-decode-body): Call
4557         `mm-charset-to-coding-system' with allow-override argument.
4558
4559         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4560         `filename' from Content-Disposition if Content-Type doesn't
4561         provide `name'.
4562         (gnus-mime-view-part-as-type): Set default instead of
4563         initial-input.
4564
4565 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4566
4567         * format-spec.el (format-spec): Propagate text properties of % spec.
4568
4569 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4570
4571         * gnus-art.el (gnus-treat-predicate): Add `first'.
4572
4573 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4574
4575         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4576         (mm-charset-override-alist): New variable.
4577         (mm-charset-to-coding-system): Use it.
4578         (mm-codepage-setup): New helper function.
4579         (mm-charset-eval-alist): New variable.
4580         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4581         about unknown charsets.
4582
4583         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4584
4585 2005-10-04  David Hansen  <david.hansen@gmx.net>
4586
4587         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4588         (nnrss-check-group): Ditto.
4589
4590 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4591
4592         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4593         Rename x-gnus-verbatim to x-verbatim.
4594         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4595
4596         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4597         x-verbatim.
4598
4599         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4600
4601         * gnus-util.el (gnus-remove-duplicates): Remove.
4602
4603         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4604         instead of gnus-remove-duplicates.
4605
4606         * message.el (message-remove-duplicates): Remove.
4607         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4608         message-remove-duplicates.
4609
4610         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4611         available, else use implementation from `delete-dups'.
4612
4613         * message.el (message-insert-expires): New function.
4614         (message-mode-map): Add key binding.
4615         (message-mode-field-menu): Add menu entry.
4616         (message-mode): Document it.
4617         (message-make-expires-date): Use `message-make-date'.
4618
4619 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4620
4621         * message.el (message-make-expires-date): New function.
4622
4623 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * Makefile.in (list-installed-shadows): New entry.
4626         (install): Use it.
4627         (remove-installed-shadows): New entry.
4628
4629         * dgnushack.el (dgnushack-default-load-path): New variable.
4630         (dgnushack-find-lisp-shadows): New function.
4631         (dgnushack-remove-lisp-shadows): New function.
4632
4633 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * Makefile.in (install-el-elc): New entry.
4636         (install): Use it so that .el files are necessarily installed.
4637
4638 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4641
4642 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4643
4644         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4645         function rather than the diff-mode.el package.
4646         (mm-display-external): Use with-current-buffer.
4647         (mm-viewer-completion-map, mm-viewer-completion-map):
4648         Move initialization inside declaration.
4649
4650 2005-09-29  Simon Josefsson  <jas@extundo.com>
4651
4652         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4653         autoload mail-check-payment.
4654         (spam-check-hashcash): Define unconditionally, since hashcash.el
4655         is part of Gnus now.  Ignore errors from payment checking.
4656
4657 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4658
4659         * message.el (message-bold-region, message-unbold-region): Rename
4660         from `bold-region' and `unbold-region'.
4661
4662         * message.el: Remove useless autoloads.
4663
4664 2005-09-28  Simon Josefsson  <jas@extundo.com>
4665
4666         * message.el (message-use-idna): Default to t.
4667         (message-use-idna): Test whether encoding works too.  Doc fix.
4668
4669 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * nntp.el (nntp-warn-about-losing-connection): Remove.
4672
4673 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4674
4675         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4676         customizable.  Change default value.
4677         (mm-uu-diff-groups-regexp): Change default value.
4678         (mm-uu-type-alist): Add doc string.
4679         (mm-uu-configure): Add doc string.  Make it interactive.
4680         (mm-uu-tex-groups-regexp): New variable.
4681         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4682         (mm-uu-type-alist): Add LaTeX documents.
4683         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4684         of "text/verbatim".
4685         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4686
4687         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4688         instead of "text/verbatim".
4689
4690         * message.el (message-mark-inserted-region)
4691         (message-mark-insert-file): Use slrn style marks when called with
4692         prefix argument.
4693
4694 2005-09-27  Simon Josefsson  <jas@extundo.com>
4695
4696         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4697
4698 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4699
4700         * message.el (message-remove-duplicates): New function.
4701         Implementation borrowed from `gnus-remove-duplicates'.
4702         (message-idna-to-ascii-rhs): Also encode idna addresses in
4703         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4704         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4705         only ask about the same idna domain once per header and also tell
4706         in what header to replace the idna domain.
4707
4708         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4709         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4710         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4711         a header is decoded and not just the last one.
4712
4713 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4716         has been decoded.
4717
4718         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4719         (mm-insert-part): Don't modify text if it has been decoded.
4720
4721         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4722         decoded.
4723
4724         * mm-view.el (mm-inline-text): Don't strip text props unless
4725         decoding enriched or richtext parts.
4726
4727 2005-09-25  Romain Francoise  <romain@orebokech.com>
4728
4729         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4730         * gnus-start.el (gnus-subscribe-interactively):
4731         * gnus-uu.el (gnus-uu-grab-articles):
4732         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4733         space.
4734
4735 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4736
4737         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4738         * mm-view.el (mm-view-pkcs7-decrypt):
4739         * gnus-sum.el (gnus-summary-limit-to-extra)
4740         (gnus-summary-respool-article, gnus-read-move-group-name):
4741         * gnus-score.el (gnus-summary-increase-score):
4742         * gnus-util.el (gnus-completing-read-with-default):
4743         * gnus-art.el (gnus-read-save-file-name)
4744         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4745         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4746         * message.el (message-check-news-header-syntax):
4747         Follow convention for reading with the minibuffer.
4748
4749 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4750
4751         * spam-report.el (spam-report-url-ping-plain):
4752         Use gnus-extended-version as User-Agent.
4753
4754         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4755         default value is nil.
4756
4757         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4758         (mm-uu-verbatim-marks-extract): New function.
4759         (mm-uu-extract): New face.
4760         (mm-uu-copy-to-buffer): Use it.
4761
4762         * spam-report.el (spam-report-gmane-ham): Renamed from
4763         `spam-report-gmane-unspam'.
4764         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4765         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4766
4767         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4768         Autoload.
4769         (spam-report-gmane-unregister-routine): Renamed
4770         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4771
4772 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4773
4774         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4775         (spam-report-gmane-unregister-routine): Add support for gmane
4776         unregistration.
4777
4778         * spam-report.el (spam-report-gmane-unspam)
4779         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4780         (spam-report-gmane): Change to take a single article and do unspam
4781         registration.
4782
4783 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4784
4785         * mm-url.el (mm-url-decode-entities): Fix regexp.
4786
4787 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4788
4789         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4790         default to nil, to be able to use Gnus at all.  If the default
4791         switches to something else, then the function should be fixed not
4792         be exceedingly slow.
4793
4794 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4795
4796         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4797         fail hard.
4798
4799         * spam-report.el: Add better Keywords line.
4800
4801         * spam.el: Add Maintainer and better Keywords line.
4802
4803 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4804
4805         * gnus-art.el (gnus-article-replace-part)
4806         (gnus-mime-replace-part): New functions.
4807         (gnus-mime-action-alist, gnus-mime-button-commands)
4808         (gnus-mime-save-part-and-strip): Added file argument.
4809         (gnus-article-part-wrapper): Added interactive argument.
4810
4811         * gnus-sum.el (gnus-summary-mime-map): Add
4812         `gnus-article-replace-part'.
4813
4814 2005-09-19  Didier Verna  <didier@xemacs.org>
4815
4816         The nnml compaction feature:
4817         * nnml.el (nnml-request-compact-group): New function.
4818         * nnml.el (nnml-request-compact): New function.
4819         * gnus-int.el (gnus-request-compact-group): New function.
4820         * gnus-int.el (gnus-request-compact): New function.
4821         * gnus-group.el (gnus-group-compact-group): New function.
4822         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4823         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4824         * gnus-srvr.el (gnus-server-compact-server): New function.
4825         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4826         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4827
4828 2005-09-18  Deepak Goel  <deego@gnufans.org>
4829
4830         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4831         format spec.
4832
4833 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4836
4837 2005-09-15  Romain Francoise  <romain@orebokech.com>
4838
4839         * message.el (message-fill-paragraph): Clarify docstring.
4840
4841 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * gnus-art.el (gnus-mime-display-part): Protect against broken
4844         MIME messages.
4845
4846 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4849         before parsing header.
4850
4851 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4852
4853         * html2text.el: (html2text-replace-list): Add new entities.
4854
4855 2005-09-11  Romain Francoise  <romain@orebokech.com>
4856
4857         * message.el (message-alternative-emails): Improve docstring.
4858         (message-setup-1): Call `message-use-alternative-email-as-from'
4859         after `message-setup-hook' to give it precedence over posting
4860         styles, etc.
4861         (message-use-alternative-email-as-from): Add docstring.  Remove
4862         the original From header if present.
4863
4864         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4865         (nnml-save-mail): Use it.
4866
4867         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4868         articles.  Add new argument `silent'.
4869         (gnus-uu-mark-all): Report the total number of marked articles.
4870
4871 2005-09-10  Romain Francoise  <romain@orebokech.com>
4872
4873         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4874         (gnus-uu-mark-series): Likewise.
4875
4876 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4877
4878         * spam-report.el (spam-report-gmane): Fix generation of spam
4879         report URL.
4880
4881 2005-09-10  Simon Josefsson  <jas@extundo.com>
4882
4883         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4884         t, based on discussion on the ding list with Robert Epprecht
4885         <epprecht@solnet.ch>.
4886
4887 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4888
4889         * spam-report.el (spam-report-gmane): Make it work without
4890         X-Report-Spam header.  Gmane now only provides Archived-At.
4891         This is only used if `spam-report-gmane-use-article-number' is nil.
4892         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4893
4894         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4895         make `gnus-summary-sort-by-recipient' work with threading.
4896
4897         * nnweb.el (nnweb-google-wash-article): Print a message if article
4898         is not available.
4899
4900 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4901
4902         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4903         change.  Decode text/* parts content before displaying.
4904
4905 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4906
4907         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4908
4909 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4912
4913         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4914         url-package-name, url-package-version,
4915         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4916         w3m-display-inline-images, and w3m-minor-mode-map.
4917
4918 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4919
4920         * message.el (message-tab-body-function): Fixed mismatched custom
4921         type.
4922
4923         * gnus.el (gnus-group-change-level-function): Ditto.
4924
4925         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4926
4927         * gnus-art.el (gnus-signature-limit)
4928         (gnus-article-mime-part-function): Ditto.
4929
4930 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * mml.el (mml-mode): Silence the byte compiler.
4933
4934         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4935         using `(sit-for 0)' before moving the point to the specified part;
4936         skip unbuttonized parts.
4937         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4938         return to the summary window if gnus-auto-select-part is non-nil.
4939
4940 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4941
4942         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4943         variables.
4944         (mml-dnd-attach-file, mml-mode): Use them.
4945
4946         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4947         Make fetching article by MID work again for Google Groups.  Added
4948         FIXME concerning gnus-group-make-web-group.
4949
4950         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4951         Don't depend on Gnus by using mail-extract-address-components if
4952         gnus-extract-address-components is not bound.
4953
4954 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4955
4956         * gnus-art.el (gnus-mime-display-security): Don't display the
4957         signature, but only the signed part.
4958
4959 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4962
4963         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4964         list, not listp.
4965
4966 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4967
4968         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4969         when encoding.
4970
4971         * mm-bodies.el (mm-decode-content-transfer-encoding):
4972         De-canonicalize CRLF for all text content types, not just
4973         text/plain.
4974
4975 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4978         valid article; point arrow and cursor at the MIME button.
4979
4980 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4983         Suggested by Dan Christensen <jdc@uwo.ca>.
4984
4985         * mm-decode.el (mm-save-part): Enable change of prompt.
4986
4987 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4988
4989         * gnus-msg.el (gnus-inews-add-send-actions): Made
4990         `message-post-method' lambda parameter ARG `&optional'.
4991
4992 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4993
4994         * gnus-sum.el (gnus-summary-mime-map): Added
4995         gnus-article-save-part-and-strip, gnus-article-delete-part and
4996         gnus-article-jump-to-part.
4997
4998         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4999         (gnus-article-edit-part): Use it.
5000         (gnus-article-part-wrapper): Added no-handle argument.
5001         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5002         functions.
5003
5004 2005-08-29  Romain Francoise  <romain@orebokech.com>
5005
5006         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5007         docstring.
5008         (gnus-face-from-file): Likewise.
5009
5010 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5011
5012         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5013         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5014         non-nil.
5015         (gnus-auto-select-part): New variable.
5016         (gnus-article-jump-to-part): New function.
5017         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5018         (gnus-mime-delete-part): Allow selecting specified part after
5019         deleting or stripping parts.
5020         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5021         part if argument is bogus.
5022
5023 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5024
5025         * gnus-art.el (w3m-minor-mode-map):
5026         * gnus-spec.el (gnus-newsrc-file-version):
5027         * gnus-util.el (nnmail-active-file-coding-system)
5028         (gnus-original-article-buffer, gnus-user-agent):
5029         * gnus.el (gnus-ham-process-destinations)
5030         (gnus-parameter-ham-marks-alist)
5031         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5032         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5033         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5034         * mm-decode.el (gnus-current-window-configuration):
5035         * mm-extern.el (gnus-article-mime-handles):
5036         * mm-url.el (url-current-object, url-package-name)
5037         (url-package-version):
5038         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5039         (smime-keys, w3m-cid-retrieve-function-alist)
5040         (w3m-current-buffer, w3m-display-inline-images)
5041         (w3m-minor-mode-map):
5042         * mml-smime.el (gnus-extract-address-components):
5043         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5044         (gnus-newsrc-hashtb, message-default-charset)
5045         (message-deletable-headers, message-options)
5046         (message-posting-charset, message-required-mail-headers)
5047         (message-required-news-headers):
5048         * mml1991.el (mc-pgp-always-sign):
5049         * mml2015.el (mc-pgp-always-sign):
5050         * nnheader.el (nnmail-extra-headers):
5051         * rfc1843.el (gnus-decode-encoded-word-function)
5052         (gnus-decode-header-function, gnus-newsgroup-name):
5053         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5054
5055 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5056
5057         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5058         the end of the date treatments.
5059
5060 2005-08-15  Simon Josefsson  <jas@extundo.com>
5061
5062         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5063         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5064         Capello and Romain Francoise.
5065         (pgg-fetch-key-function): Removed, not used?
5066         (pgg-insert-url-with-w3): Require url, to get
5067         url-insert-file-contents regardless of where it is defined.
5068
5069 2005-08-13  Romain Francoise  <romain@orebokech.com>
5070
5071         * message.el (message-cite-original-1): New function.
5072         (message-cite-original): Use it.
5073         (message-cite-original-without-signature): Ditto.
5074
5075 2005-08-08  Romain Francoise  <romain@orebokech.com>
5076
5077         * message.el (message-yank-empty-prefix): New variable.
5078         (message-indent-citation): Use it.
5079         (message-cite-original-without-signature): Respect X-No-Archive.
5080
5081 2005-08-08  Simon Josefsson  <jas@extundo.com>
5082
5083         * pgg.el: Autoload url-insert-file-contents instead of loading
5084         w3/url.
5085         (pgg-insert-url-with-w3): Don't load url here.
5086
5087 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5088
5089         * message.el (message-kill-to-signature): Don't insert newline at
5090         bol.
5091         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5092
5093 2005-08-06  Romain Francoise  <romain@orebokech.com>
5094
5095         * message.el (message-user-fqdn): Fix typo in docstring.
5096
5097 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5098
5099         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5100
5101         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5102
5103 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * mm-bodies.el (mm-encode-body): Use coding system rather than
5106         charset to encode text.
5107
5108         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5109         number of charsets if utf-8 is available (XEmacs).
5110
5111 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5112
5113         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5114         taken from `gnus-button-mid-or-mail-regexp'.
5115         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5116         (gnus-button-alist): Improve regexp for domain part of the MIDs
5117         for news:localpart@domain buttons.
5118         (gnus-button-ctan-directory-regexp): Update.
5119
5120 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * sieve-manage.el (sieve-manage-interactive-login): Use
5123         make-local-variable rather than make-variable-buffer-local.
5124         (sieve-manage-open): Ditto.
5125         (sieve-manage-authenticate): Ditto.
5126
5127         * mml.el (mml-generate-mime-1): Make the content type default to
5128         text/plain if the filename is not specified.
5129
5130 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5133         instead of insert-buffer.
5134
5135         * message.el (message-yank-original): Ditto; set the mark at the
5136         end of the yanked message.
5137
5138 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5141         lines to scroll rather than to stop it.
5142
5143         * mml.el (mml-generate-default-type): Add doc string.
5144         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5145         default to application/octet-stream when determining the content
5146         type if it is not specified for the part or the mml contents; add
5147         a comment about mml-generate-default-type.
5148
5149 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5150
5151         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5152         make it default to application/octet-stream when determining the
5153         content type if it is not specified for the external contents.
5154
5155 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5158         segmented parameter but also other parameters might be there.
5159
5160 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * mm-decode.el (mm-display-external): Delete temp file, directory
5163         and buffer immediately if the external process is exited.
5164
5165 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5168         fewer lines than that of scroll-margin.
5169         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5170
5171 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * gnus-art.el (gnus-article-next-page): Revert.
5174         (gnus-article-beginning-of-window): New macro.
5175         (gnus-article-next-page-1): Use it.
5176         (gnus-article-prev-page): Ditto.
5177         (gnus-article-edit-part): Use insert-buffer-substring instead of
5178         insert-buffer.
5179         (gnus-article-edit-exit): Ditto.
5180
5181         * gnus-util.el (gnus-beginning-of-window): Remove.
5182         (gnus-end-of-window): Remove.
5183
5184         * lpath.el: Don't bind header-line-format and scroll-margin.
5185
5186 2005-07-25  Simon Josefsson  <jas@extundo.com>
5187
5188         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5189         to have the url package without w3.  Reported by Daiki Ueno
5190         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5191
5192 2005-07-20  Didier Verna  <didier@xemacs.org>
5193
5194         * gnus-diary.el: Remove the description comment (nndiary is now
5195         properly documented in the Gnus manual).
5196         Fix the spelling of "Back End".
5197         * nndiary.el: Ditto.
5198         Fix the copyright notice.
5199
5200 2005-07-18  Romain Francoise  <romain@orebokech.com>
5201
5202         * gnus-sum.el (gnus-summary-to-prefix,
5203         gnus-summary-newsgroup-prefix): New variables.
5204         (gnus-summary-from-or-to-or-newsgroups): Use them.
5205
5206 2005-07-17  Romain Francoise  <romain@orebokech.com>
5207
5208         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5209         space as it's generally not especially interesting to the user.
5210
5211 2005-07-16  Romain Francoise  <romain@orebokech.com>
5212
5213         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5214         nil to avoid prompting and file modification if one of the
5215         messages at the top of the nnfolder file contains a copyright
5216         notice.
5217         Update copyright notice.
5218
5219         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5220         instead of `current-time-string' as the latter creates a time
5221         string that is not RFC 2822 compliant (it lacks the zone).
5222         Update copyright notice.
5223
5224 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5225
5226         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5227         for text/rtf.  Display default in prompt.  Pass default for M-n.
5228
5229         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5230
5231 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5232
5233         * gnus-msg.el (gnus-button-mailto): Remove
5234         save-selected-window-window hackery because it relies on
5235         save-selected-window internals.
5236
5237 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5240         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5241         (gnus-article-prev-page): Ditto.
5242
5243         * gnus-util.el (gnus-beginning-of-window): New function.
5244         (gnus-end-of-window): New function.
5245
5246         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5247
5248 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5249
5250         * gnus-score.el (gnus-score-edit-all-score): Set
5251         gnus-score-edit-exit-function to gnus-score-edit-done and call
5252         gnus-message.
5253
5254 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * gnus-msg.el (gnus-button-mailto): Remove
5257         save-selected-window-window hackery because it relies on
5258         save-selected-window internals.
5259
5260 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5263         add-minor-mode.
5264         (gnus-binary-mode): Ditto.
5265
5266         * gnus-topic.el (gnus-topic-mode): Ditto.
5267
5268 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5269
5270         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5271         (gnus-article-prev-page): Take scroll-margin into consideration.
5272
5273 2005-07-04  Lute Kamstra  <lute@gnu.org>
5274
5275         Update FSF's address in GPL notices.
5276
5277 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5278
5279         * gnus.el (gnus-exit):
5280         * gnus-group.el (gnus-group-icons):
5281         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5282
5283         * gnus-nocem.el (gnus-nocem):
5284         * message.el (message-various, message-buffers, message-sending)
5285         (message-interface, message-forwarding, message-insertion)
5286         (message-headers, message-news, message-mail):
5287         * pgg-gpg.el (pgg-gpg):
5288         * pgg-parse.el (pgg-parse):
5289         * pgg-pgp.el (pgg-pgp):
5290         * pgg-pgp5.el (pgg-pgp5):
5291         * pop3.el (pop3): Finish `defgroup' description with period.
5292
5293 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * gnus-art.el (article-display-face): Improve the efficiency.
5296         (article-display-x-face): Ditto; remove grey x-face stuff.
5297
5298 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * gnus-art.el (article-display-face): Correct the position in
5301         which Faces are inserted.
5302
5303 2005-06-29  Didier Verna  <didier@xemacs.org>
5304
5305         * gnus-art.el (article-display-face): Display faces in correct
5306         order.
5307
5308 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5311         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5312         (gnus-nocem-check-article): Fetch the Type header.
5313         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5314         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5315         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5316         make sure gnus-nocem-hashtb is initialized.
5317         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5318         (gnus-nocem-unwanted-article-p): Ditto.
5319
5320         * pgg.el (pgg-verify): Return the verification result.
5321
5322 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5325         is ascii.
5326
5327 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5328
5329         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5330         `show-nonbreak-escape'.
5331
5332 2005-06-23  Lute Kamstra  <lute@gnu.org>
5333
5334         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5335
5336         * dig.el (dig-mode):
5337         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5338
5339 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5340
5341         * nnimap.el (nnimap-split-download-body): Fix spellings.
5342
5343 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5344
5345         * gnus-art.el (gnus-article-encrypt-body):
5346         * gnus-cus.el (gnus-score-customize):
5347         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5348         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5349
5350 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5351
5352         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5353         header by looking for magic "MII" at the beginnig.
5354
5355 2005-06-16  Miles Bader  <miles@gnu.org>
5356
5357         * gnus-xmas.el (gnus-xmas-group-startup-message):
5358         Use renamed gnus-splash face.
5359
5360         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5361         (assistant-field-face): New backward-compatibility alias for renamed
5362         face.
5363         (assistant-render-text): Use renamed assistant-field face.
5364
5365         * spam.el (spam): Remove "-face" suffix from face name.
5366         (spam-face): New backward-compatibility alias for renamed face.
5367         (spam-face, spam-initialize): Use renamed spam face.
5368
5369         * message.el (message-header-to, message-header-cc)
5370         (message-header-subject, message-header-newsgroups)
5371         (message-header-other, message-header-name)
5372         (message-header-xheader, message-separator, message-cited-text)
5373         (message-mml): Remove "-face" suffix from face names.
5374         (message-header-to-face, message-header-cc-face)
5375         (message-header-subject-face, message-header-newsgroups-face)
5376         (message-header-other-face, message-header-name-face)
5377         (message-header-xheader-face, message-separator-face)
5378         (message-cited-text-face, message-mml-face):
5379         New backward-compatibility aliases for renamed faces.
5380         (message-font-lock-keywords): Use renamed message faces.
5381
5382         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5383         (sieve-test-commands, sieve-tagged-arguments):
5384         Remove "-face" suffix from face names.
5385         (sieve-control-commands-face, sieve-action-commands-face)
5386         (sieve-test-commands-face, sieve-tagged-arguments-face):
5387         New backward-compatibility aliases for renamed faces.
5388         (sieve-control-commands-face, sieve-action-commands-face)
5389         (sieve-test-commands-face, sieve-tagged-arguments-face):
5390         Use renamed sieve faces.
5391
5392         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5393         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5394         (gnus-group-news-3-empty, gnus-group-news-4)
5395         (gnus-group-news-4-empty, gnus-group-news-5)
5396         (gnus-group-news-5-empty, gnus-group-news-6)
5397         (gnus-group-news-6-empty, gnus-group-news-low)
5398         (gnus-group-news-low-empty, gnus-group-mail-1)
5399         (gnus-group-mail-1-empty, gnus-group-mail-2)
5400         (gnus-group-mail-2-empty, gnus-group-mail-3)
5401         (gnus-group-mail-3-empty, gnus-group-mail-low)
5402         (gnus-group-mail-low-empty, gnus-summary-selected)
5403         (gnus-summary-cancelled, gnus-summary-high-ticked)
5404         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5405         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5406         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5407         (gnus-summary-low-undownloaded)
5408         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5409         (gnus-summary-low-unread, gnus-summary-normal-unread)
5410         (gnus-summary-high-read, gnus-summary-low-read)
5411         (gnus-summary-normal-read, gnus-splash):
5412         Remove "-face" suffix from face names.
5413         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5414         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5415         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5416         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5417         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5418         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5419         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5420         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5421         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5422         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5423         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5424         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5425         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5426         (gnus-summary-normal-ticked-face)
5427         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5428         (gnus-summary-normal-ancient-face)
5429         (gnus-summary-high-undownloaded-face)
5430         (gnus-summary-low-undownloaded-face)
5431         (gnus-summary-normal-undownloaded-face)
5432         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5433         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5434         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5435         (gnus-splash-face):
5436         New backward-compatibility aliases for renamed faces.
5437         (gnus-group-startup-message): Use renamed gnus faces.
5438
5439         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5440         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5441         (gnus-server-agent): Remove "-face" suffix from face names.
5442         (gnus-server-agent-face, gnus-server-opened-face)
5443         (gnus-server-closed-face, gnus-server-denied-face)
5444         (gnus-server-offline-face):
5445         New backward-compatibility aliases for renamed faces.
5446         (gnus-server-agent-face, gnus-server-opened-face)
5447         (gnus-server-closed-face, gnus-server-denied-face)
5448         (gnus-server-offline-face): Use renamed gnus faces.
5449
5450         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5451         Remove "-face" suffix from face names.
5452         (gnus-picon-xbm-face, gnus-picon-face):
5453         New backward-compatibility aliases for renamed faces.
5454
5455         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5456         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5457         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5458         (gnus-cite-11): Remove "-face" suffix from face names.
5459         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5460         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5461         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5462         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5463         New backward-compatibility aliases for renamed faces.
5464         (gnus-cite-attribution-face, gnus-cite-face-list)
5465         (gnus-article-boring-faces): Use renamed gnus faces.
5466
5467         * gnus-art.el (gnus-signature, gnus-header-from)
5468         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5469         (gnus-header-content): Remove "-face" suffix from face names.
5470         (gnus-signature-face, gnus-header-from-face)
5471         (gnus-header-subject-face, gnus-header-newsgroups-face)
5472         (gnus-header-name-face, gnus-header-content-face):
5473         New backward-compatibility aliases for renamed faces.
5474         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5475
5476         * gnus-sum.el (gnus-summary-selected-face)
5477         (gnus-summary-highlight): Use renamed gnus faces.
5478         * gnus-group.el (gnus-group-highlight): Likewise.
5479
5480 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5481
5482         * gnus-sieve.el (gnus-sieve-article-add-rule):
5483         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5484         * spam-stat.el (spam-stat-buffer-change-to-spam)
5485         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5486
5487         * message.el (message-is-yours-p):
5488         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5489
5490 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * mm-view.el (mm-inline-text): Withdraw the last change.
5493
5494 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5497         executing enriched-decode.
5498
5499 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5502         charset of tar files.
5503
5504 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5505
5506         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5507
5508 2005-06-04  Lute Kamstra  <lute@gnu.org>
5509
5510         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5511         information is never recorded.
5512
5513 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5514
5515         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5516
5517 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * pop3.el (pop3-apop): Run md5 in the binary mode.
5520
5521         * starttls.el (starttls-set-process-query-on-exit-flag):
5522         Use eval-and-compile.
5523
5524 2005-05-31  Simon Josefsson  <jas@extundo.com>
5525
5526         * smime.el (smime-replace-in-string): Define.
5527         (smime-cert-by-ldap-1): Use it.
5528
5529 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * gnus-art.el (article-display-x-face): Replace
5532         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5533
5534         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5535         set-process-query-on-exit-flag or process-kill-without-query.
5536
5537         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5538         loop instead of replace-regexp.
5539
5540         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5541         instead of process-kill-without-query if it is available.
5542
5543         * lpath.el: Fbind ldap-search-entries.
5544
5545         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5546         instead of find-file-hooks if it is available.
5547
5548         * mml1991.el: Bind pgg-default-user-id when compiling.
5549
5550         * mml2015.el: Bind pgg-default-user-id when compiling.
5551
5552         * nndraft.el (nndraft-request-associate-buffer):
5553         Use write-contents-functions instead of write-contents-hooks if it is
5554         available.
5555
5556         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5557         instead of find-file-hooks if it is available.
5558
5559         * nntp.el (nntp-open-connection): Replace
5560         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5561         (nntp-open-ssl-stream): Ditto.
5562         (nntp-open-tls-stream): Ditto.
5563
5564         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5565         set-process-query-on-exit-flag or process-kill-without-query.
5566         (starttls-open-stream-gnutls): Use it instead of
5567         process-kill-without-query.
5568         (starttls-open-stream): Ditto.
5569
5570 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5571
5572         * smime.el (smime-cert-by-ldap-1): Don't use
5573         replace-regexp-in-string.
5574
5575 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5576
5577         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5578
5579         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5580         in PEM format. Adjust to the XEmacs compability.
5581
5582 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5583
5584         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5585         by `string-to-number'.
5586         * gnus-agent.el (gnus-agent-regenerate-group)
5587         (gnus-agent-fetch-articles): Ditto.
5588         * gnus-art.el (gnus-button-fetch-group): Ditto.
5589         * gnus-cache.el (gnus-cache-generate-active)
5590         (gnus-cache-articles-in-group): Ditto.
5591         * gnus-group.el (gnus-group-set-current-level)
5592         (gnus-group-insert-group-line): Ditto.
5593         * gnus-score.el (gnus-score-set-expunge-below)
5594         (gnus-score-set-mark-below, gnus-summary-score-effect)
5595         (gnus-summary-score-entry): Ditto.
5596         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5597         (gnus-soup-pack): Ditto.
5598         * gnus-spec.el (gnus-xmas-format): Ditto.
5599         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5600         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5601         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5602         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5603         * nndb.el (nndb-get-remote-expire-response): Ditto.
5604         * nndiary.el (nndiary-parse-schedule-value)
5605         (nndiary-string-to-number, nndiary-request-replace-article)
5606         (nndiary-request-article): Ditto.
5607         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5608         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5609         * nneething.el (nneething-make-head): Ditto.
5610         * nnfolder.el (nnfolder-request-article)
5611         (nnfolder-retrieve-headers): Ditto.
5612         * nnheader.el (nnheader-file-to-number): Ditto.
5613         * nnkiboze.el (nnkiboze-request-article): Ditto.
5614         * nnmail.el (nnmail-process-unix-mail-format)
5615         (nnmail-process-babyl-mail-format): Ditto.
5616         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5617         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5618         (nnmh-request-create-group, nnmh-request-list-1)
5619         (nnmh-request-group, nnmh-request-article): Ditto.
5620         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5621         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5622         * nnsoup.el (nnsoup-make-active): Ditto.
5623         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5624         * nntp.el (nntp-find-group-and-number)
5625         (nntp-retrieve-headers-with-xover): Ditto.
5626         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5627         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5628         (pgg-format-key-identifier): Ditto.
5629         * pop3.el (pop3-last, pop3-stat): Ditto.
5630         * qp.el (quoted-printable-decode-region): Ditto.
5631
5632         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5633         of concat.
5634
5635 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5638
5639         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5640
5641         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5642
5643         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5644
5645         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5646
5647         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5648
5649         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5650         (gnus-carpal-mode): Ditto.
5651
5652         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5653         (gnus-browse-mode): Ditto.
5654
5655         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5656
5657         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5658
5659 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5660
5661         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5662
5663 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * gnus-util.el (gnus-run-mode-hooks): New function.
5666
5667         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5668
5669         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5670         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5671
5672 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5673
5674         * gnus-agent.el (gnus-agent-make-mode-line-string):
5675         Use mode-line-highlight as mouse-face.
5676
5677 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * canlock.el (canlock): Change the parent group to news.
5680
5681         * deuglify.el (gnus-outlook-deuglify): Add :group.
5682
5683         * dig.el (dig): Add :group.
5684
5685         * dns-mode.el (dns-mode): Add :group.
5686
5687         * encrypt.el (encrypt): Add :group.
5688
5689         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5690         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5691         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5692         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5693         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5694
5695         * gnus-diary.el (gnus-diary): Add :group.
5696
5697         * gnus.el (gnus-group-news-1-face): Add :group.
5698         (gnus-group-news-1-empty-face): Ditto.
5699         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5700         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5701         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5702         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5703         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5704         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5705         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5706         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5707         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5708         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5709         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5710         (gnus-summary-high-ticked-face): Ditto.
5711         (gnus-summary-low-ticked-face): Ditto.
5712         (gnus-summary-normal-ticked-face): Ditto.
5713         (gnus-summary-high-ancient-face): Ditto.
5714         (gnus-summary-low-ancient-face): Ditto.
5715         (gnus-summary-normal-ancient-face): Ditto.
5716         (gnus-summary-high-undownloaded-face): Ditto.
5717         (gnus-summary-low-undownloaded-face): Ditto.
5718         (gnus-summary-normal-undownloaded-face): Ditto.
5719         (gnus-summary-high-unread-face): Ditto.
5720         (gnus-summary-low-unread-face): Ditto.
5721         (gnus-summary-normal-unread-face): Ditto.
5722         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5723         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5724
5725         * hashcash.el (hashcash): New custom group.
5726         (hashcash-default-payment): Add :group.
5727         (hashcash-payment-alist): Ditto.
5728         (hashcash-default-accept-payment): Ditto.
5729         (hashcash-accept-resources): Ditto.
5730         (hashcash-path): Ditto.
5731         (hashcash-extra-generate-parameters): Ditto.
5732         (hashcash-double-spend-database): Ditto.
5733         (hashcash-in-news): Ditto.
5734
5735         * message.el (message-minibuffer-local-map): Add :group.
5736
5737         * netrc.el (netrc): Add :group.
5738
5739         * sieve-manage.el (sieve-manage-log): Add :group.
5740         (sieve-manage-default-user): Diito.
5741         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5742         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5743         (sieve-manage-authenticators): Ditto.
5744         (sieve-manage-authenticator-alist): Ditto.
5745         (sieve-manage-default-port): Ditto.
5746
5747         * sieve-mode.el (sieve-control-commands-face): Add :group.
5748         (sieve-action-commands-face): Ditto.
5749         (sieve-test-commands-face): Ditto.
5750         (sieve-tagged-arguments-face): Ditto.
5751
5752         * smime.el (smime): Add :group.
5753
5754         * spam-report.el (spam-report): Add :group.
5755
5756         * spam.el (spam, spam-face): Add :group.
5757
5758 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5759
5760         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5761         return \n.\n.\n at the end of articles.  Protect against that.
5762         (nntp-with-open-group): Allow debugging.
5763
5764         * nnheader.el (mail-header-set-extra): Make into a function
5765         because I just could't understand how to quote the list properly.
5766
5767         * dns.el (query-dns-cached): New function.
5768
5769 2005-05-26  Lute Kamstra  <lute@gnu.org>
5770
5771         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5772
5773 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5776
5777         * gnus-art.el: Don't autoload mail-extract-address-components.
5778
5779         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5780         eval-and-compile to evaluate it.
5781
5782         * hashcash.el: Don't autoload executable-find.
5783
5784         * nndb.el: Don't declare the nndb back end two or more times; don't
5785         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5786
5787         * nntp.el: Autoload format-spec instead of format; use
5788         eval-and-compile to evaluate autoload forms.
5789
5790 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5791
5792         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5793
5794 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * gnus.el (gnus-version-number): Bump version.
5797
5798 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5799
5800         * gnus.el: No Gnus v0.3 is released.
5801
5802 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * lpath.el (featurep): Bind show-nonbreak-escape.
5805
5806 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * gnus-art.el (gnus-article-edit-part): Disable undo.
5809
5810 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5813         gnus-article-date-lapsed-new-header is t if date timer is active;
5814         skip headers in which the original date value is empty.
5815         (gnus-article-save-original-date): Redefine it as a macro.
5816         (gnus-display-mime): Use it.
5817
5818 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * gnus-art.el (article-date-ut): Support converting date in
5821         forwarded parts as well.
5822         (gnus-article-save-original-date): New function.
5823         (gnus-display-mime): Use it.
5824
5825 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5826
5827         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5828         enclosure element of <item>.
5829
5830 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5831
5832         * message.el (message-kill-buffer-query): Renamed from
5833         `message-kill-buffer-query-if-modified'.  Added :version.
5834
5835 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5838         window layout.
5839
5840 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * mml.el: Autoload dnd when compiling.
5843
5844 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5845
5846         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5847         x-dnd-*.
5848
5849 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * qp.el (quoted-printable-encode-region): Save excursion.
5852
5853 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5854
5855         * message.el (message-kill-buffer-query-if-modified): Add new variable
5856         so the user can kill a modified message buffer quickly.
5857         (message-kill-buffer): Use it.
5858
5859 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * lpath.el: Fbind display-time-event-handler; don't fbind
5862         string-to-multibyte.
5863
5864         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5865
5866 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5869         contained in text because xml.el decodes entities) with LFs.
5870
5871 2005-04-11  Lute Kamstra  <lute@gnu.org>
5872
5873         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5874         differently.
5875
5876 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5877
5878         * mm-util.el (mm-detect-coding-region): Typo.
5879
5880 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5883
5884 2005-04-06  D Goel  <deego@gnufans.org>
5885
5886         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5887         user-function allow user modifications of the scores.
5888         (spam-stat-score-buffer-user): New function, to allow
5889         user-computed modifications to the score.
5890         (spam-stat-score-buffer-user-functions): list of additional
5891         scoring functions
5892         (spam-stat-error-holder): global temporary error holder
5893         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5894         variable
5895
5896 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5897
5898         * gnus-registry.el (gnus-registry-clean-empty-function)
5899         (gnus-registry-trim, gnus-registry-fetch-groups)
5900         (gnus-registry-delete-group): Groups that match
5901         `gnus-registry-ignored-groups' are removed from the registry
5902         entries, not just ignored for splitting.  This helps clean up the
5903         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5904         to get all the groups a message ID is in.
5905
5906         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5907         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5908         (spam-stat-score-buffer-user-functions): Add :number custom type.
5909
5910 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5913         argument in XEmacs.
5914
5915         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5916         (nnrss-request-group): Decode group name first.
5917         (nnrss-request-article): Make a text/plain article if mml-to-mime
5918         failed.
5919         (nnrss-get-encoding): Return a compatible encoding according to
5920         nnrss-compatible-encoding-alist.
5921         (nnrss-find-el): Use consp instead of listp.
5922         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5923
5924 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5927         which Emacs 20 doesn't support.
5928         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5929
5930 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5933         silence the byte compiler inside the defun
5934
5935         * gnus-demon.el (parse-time-string): Add autoload.
5936
5937         * gnus-delay.el (parse-time-string): Add autoload.
5938
5939         * gnus-art.el (parse-time-string): Add autoload.
5940
5941         * nnultimate.el (parse-time): Require for `parse-time-string'.
5942
5943 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5944
5945         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5946
5947         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5948
5949         * smime.el (smime-ldap-host-list): Add :version.
5950
5951 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5952
5953         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5954         pass it to `gnus-browse-read-group'.
5955         (gnus-browse-read-group): Add NUMBER argument and pass it to
5956         `gnus-group-read-ephemeral-group'.
5957
5958         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5959         argument and pass it to `gnus-group-read-group'.
5960
5961 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5962
5963         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5964         mm-xemacs-find-mime-charset-1 if we have the mule feature
5965         available at runtime.
5966
5967 2005-03-25  Werner Lemberg  <wl@gnu.org>
5968
5969         * nnmaildir.el: Replace `illegal' with `invalid'.
5970
5971 2005-03-23  Lute Kamstra  <lute@gnu.org>
5972
5973         * time-date.el: Add comment on time value formats.
5974         Don't require parse-time.
5975         (with-decoded-time-value): New macro.
5976         (encode-time-value): New function.
5977         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5978         (days-to-time): Return a valid time value when arg is huge.
5979         (time-since): Use time-subtract.
5980         (time-to-number-of-days): Use time-to-seconds.
5981
5982 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5983
5984         * gnus-start.el (gnus-display-time-event-handler):
5985         Check display-time-timer at runtime rather than only at load time
5986         in case display-time-mode is turned off in the mean time.
5987
5988 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5989
5990         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5991         used.
5992
5993         * nneething.el (nneething-map-file-directory): Derive from
5994         `gnus-directory'.
5995
5996         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5997         the To/Cc button.
5998
5999 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6000
6001         * nnmaildir.el (nnmaildir-request-accept-article):
6002         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6003
6004 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6005
6006         * gnus-async.el: Require timer-funcs at compile time when in
6007         XEmacs for `run-with-idle-timer'.
6008
6009 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6010
6011         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6012         autoloaded function.
6013
6014 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6015
6016         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6017
6018 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6019
6020         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6021
6022 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6023
6024         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6025         gnus-expert-user to default.
6026
6027 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6028
6029         * nnimap.el (nnimap-open-server): Ditto.
6030
6031         * imap.el (imap-authenticate): Fix typo.
6032
6033 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6034
6035         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6036         buffer (since IMAP server might return FETCH response out of
6037         order, and the nntp buffer must be sorted).
6038
6039 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6040
6041         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6042         comparison on string.
6043
6044         * gnus-agent.el (gnus-agent-long-article,
6045         gnus-agent-short-article, gnus-agent-score): Renamed category
6046         keywords to match gnus-cus.
6047         (gnus-agent-summary-fetch-series): Modified to protect against
6048         gnus-agent-summary-fetch-group clearing processable flags.
6049         (gnus-agent-synchronize-group-flags): Update live group buffer as
6050         synchronization may occur due to the user toggle the plugged
6051         status.
6052         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6053         successfully downloaded.
6054         (gnus-agent-expire-group-1): Avoid using markers when the overview
6055         is in ascending order; greatly improves performance.
6056         (gnus-agent-regenerate-group): Use
6057         gnus-agent-synchronize-group-flags to reset read status in both
6058         gnus and server.
6059         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6060
6061 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6062
6063         * message.el: Don't autoload former message-utils variables.
6064         (message-strip-subject-trailing-was): Change doc string.
6065
6066         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6067         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6068         (nnweb-google-search): Add "hl=en" here.
6069         (nnweb-google-parse-1, nnweb-google-create-mapping):
6070         Don't hardcode URL.
6071
6072 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6073
6074         * message.el (message-get-reply-headers, message-followup):
6075         Mention related variables `message-use-followup-to' and
6076         `message-use-mail-followup-to', in the information buffer.
6077
6078         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6079         of broken groups(-beta).google.com.
6080
6081 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6082
6083         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6084         parameter to invoked gnus-request-move-article; remove the
6085         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6086         all at once instead of once per article.
6087         (gnus-summary-remove-process-mark): Accept a list of articles as
6088         well as a single article for processing.
6089
6090         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6091         parameter.
6092
6093         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6094
6095         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6096
6097         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6098         parameter.
6099
6100         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6101         parameter.
6102
6103         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6104         parameter and remove the gnus-sum-hint-move-is-internal variable.
6105
6106         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6107         parameter.
6108
6109         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6110         parameter.
6111
6112         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6113         parameter.
6114
6115         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6116
6117         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6118         parameter.
6119
6120         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6121         parameter.
6122
6123 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6124
6125         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6126         a more conservative way.
6127
6128 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6129
6130         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6131         buffer, so it moves the window's cursor.
6132
6133 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6134
6135         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6136         `mm-dissect-multipart' and receive the from field as an (optional)
6137         argument from `mm-dissect-multipart'.
6138         (mm-dissect-multipart): Receive the from field as an argument and
6139         pass it on when we call `mm-dissect-buffer' on MIME parts.
6140         Fixes verification/decryption of signed/encrypted MIME parts.
6141
6142 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6143
6144         * gnus-sum.el (gnus-summary-move-article): Set
6145         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6146         whatever it calls (right now, only nnimap-request-move article
6147         respects it).
6148
6149         * nnimap.el (nnimap-request-move-article): When
6150         gnus-sum-hint-move-is-internal is set, don't do the extra
6151         nnimap-request-article.
6152
6153 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6154
6155         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6156
6157         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6158         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6159
6160         * gnus-sum.el (gnus-summary-caesar-message):
6161         Apply `gnus-treat-article' after rotation.
6162
6163         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6164         doc string.
6165
6166 2005-02-22  Simon Josefsson  <jas@extundo.com>
6167
6168         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6169         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6170         <arne@arnested.dk>.
6171         (encrypt): Add password-cache and password-cache-expiry as group
6172         members.
6173
6174 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6175
6176         * smime.el (smime-ldap-host-list): Doc fix.
6177         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6178         cache) password.
6179         (smime-sign-region): Use it.
6180         (smime-decrypt-region): Use it.
6181         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6182         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6183         fails.
6184         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6185         certificate from DER to PEM format rather than calling openssl.
6186
6187         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6188
6189         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6190         for signing/encryption.
6191
6192         * mml.el (mml-parse-1): Use them.
6193
6194 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6195
6196         * nnrss.el (nnrss-verbose): Removed.
6197         (nnrss-request-group): Use `nnheader-message' instead.
6198
6199 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6200
6201         * nnrss.el (nnrss-verbose): New variable.
6202         (nnrss-request-group): Make it say nnrss is requesting a group.
6203
6204 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6207         Handle news URL with given port correctly.
6208
6209 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6212         containing special characters.
6213
6214         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6215
6216         * mml.el (mime-to-mml): Ditto.
6217
6218         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6219         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6220         (rfc2047-decode-region): Quote decoded words containing special
6221         characters when rfc2047-quote-decoded-words-containing-tspecials
6222         is non-nil.
6223
6224 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6225
6226         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6227
6228         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6229
6230 2005-02-15  Simon Josefsson  <jas@extundo.com>
6231
6232         * nnimap.el (nnimap-debug): Doc fix.
6233
6234         * imap.el (imap-debug): Doc fix.
6235
6236 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6239
6240 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6241
6242         * gnus.el (spam-contents): Improve docs for spam-contents
6243         parameter in its variable incarnation.
6244
6245 2005-02-14  Simon Josefsson  <jas@extundo.com>
6246
6247         * smime-ldap.el: Use require instead of load-library for ldap.
6248         (smime-ldap-search): Indent.
6249         (smime-ldap-search-internal): Shorten line.
6250
6251         * smime.el (smime-cert-by-dns): Add doc-string.
6252         (smime-cert-by-ldap-1): Indent.
6253
6254         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6255         mml-smime-get-dns-ldap.
6256         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6257
6258 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6259
6260         * smime.el: Require smime-ldap.
6261         (smime-ldap-host-list): New variable.
6262         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6263
6264         * mml-smime.el (mml-smime-encrypt-query): New function.
6265         (mml-smime-encrypt-query): Use it.
6266
6267         * smime-ldap.el: New file.
6268
6269 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6272
6273 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6276         argument in doc string.  Make query for type more clear.
6277
6278 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6279
6280         * gnus.el (gnus-group-startup-message): Search for gnus images in
6281         etc/images/gnus.
6282         * mm-util.el (mm-image-load-path): Likewise.
6283         * smiley.el (smiley-data-directory): Search for smilies in
6284         etc/images/smilies.
6285
6286 2005-02-09  Kim F. Storm  <storm@cua.dk>
6287
6288         Change Emacs release version from 21.4 to 22.1 throughout.
6289         Change Emacs development version from 21.3.50 to 22.0.50.
6290
6291 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6294
6295         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6296         non-Mule XEmacs as well.
6297         (mm-decompress-buffer): Signal an error intentionally if it does
6298         not decompress compressed data because auto-compression-mode is
6299         disabled.
6300
6301 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6302
6303         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6304         an ID in the registry even if it has no groups.
6305
6306 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6309         merge it into mm-decompress-buffer.
6310         (gnus-mime-copy-part): Use the MIME part charset, the value which
6311         a user specified or gnus-newsgroup-charset for decoding, like
6312         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6313         save-buffer what was used.  Suggested by Kevin Ryde
6314         <user42@zip.com.au>.
6315         (gnus-mime-inline-part): Allow the name parameter as well as the
6316         filename parameter; force decompressing of compressed data; always
6317         display contents being not decoded as unibyte.
6318
6319         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6320         as well as the filename parameter.
6321
6322         * mm-util.el (mm-decompress-buffer): Merge
6323         gnus-mime-jka-compr-maybe-uncompress.
6324         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6325         of compressed data.
6326
6327 2005-02-08  Simon Josefsson  <jas@extundo.com>
6328
6329         * imap.el (imap-log): Doc fix.
6330
6331 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6334         the coding cookies; decompress compressed parts.
6335
6336         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6337         to the value which a user specified manually or the coding cookie.
6338
6339         * mm-util.el (mm-string-to-multibyte): New function.
6340         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6341         (mm-coding-system-to-mime-charset): New function.
6342         (mm-decompress-buffer): New function.
6343         (mm-find-buffer-file-coding-system): New function.
6344
6345         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6346         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6347         parts.
6348
6349 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6350
6351         * mm-view.el (mm-display-inline-fontify): Decode a part according
6352         to the charset parameter.
6353
6354 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6357         prefix arg is neither nil nor a number, as info specifies.
6358
6359 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6362         timestamps.
6363
6364 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6365
6366         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6367         groups error checking and notify user.
6368
6369 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6370
6371         * message.el (message-send-mail-function): Check existence of
6372         sendmail-program first before using default value
6373         `message-send-mail-with-sendmail'.  Otherwise use more generic
6374         `smtpmail-send-it'.
6375
6376 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * nntp.el (nntp-request-update-info): Always return nil.
6379
6380 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6381
6382         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6383
6384 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6385
6386         * message.el (message-beginning-of-line): Change the behavior when
6387         invoked between BOL and : so that it first moves backward.
6388
6389 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6392         article buffer when editing of the article is discarded.
6393         (gnus-article-prepare): Revert.
6394
6395 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * gnus-art.el (gnus-article-prepare):
6398         Remove message-strip-forbidden-properties from the local hook.
6399
6400 2005-01-27  Simon Josefsson  <jas@extundo.com>
6401
6402         * password.el (password-cache-add): Only start one timer per key.
6403         Reported by Derek Atkins <warlord@MIT.EDU>.
6404
6405 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6406
6407         * run-at-time.el: Removed.  It is no longer needed as
6408         timer-funcs.el in the xemacs-base package has a working version of
6409         `run-at-time'.
6410
6411         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6412
6413         * password.el: Require timer-funcs instead of run-at-time in
6414         XEmacs.
6415         Remove `password-run-at-time' macro.
6416         (password-cache-add): Use `run-at-time' instead of
6417         `password-run-at-time'.
6418
6419         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6420         Remove `nnheader-cancel-function-timers' alias,
6421         `cancel-function-timers' exists in XEmacs in timer-funcs.
6422
6423         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6424         for `run-with-idle-timer'.
6425
6426         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6427         for `run-at-time'.
6428
6429         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6430         for `with-timeout'.
6431
6432         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6433         the same as for XEmacs 21.4.
6434         No need to ignore `run-with-idle-timer', this function exists in
6435         XEmacs now in timer-funcs.el in the xemacs-base package.
6436         (dgnushack-compile): No need to delete
6437         run-at-time.el from the list of files to compile because it
6438         doesn't exist anymore.
6439
6440 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6443         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6444
6445 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6446
6447         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6448         sensitively.
6449
6450 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6451
6452         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6453
6454 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6457         which will be inserted according to the multibyteness of a buffer
6458         rather than the type of contents.  Suggested by ARISAWA Akihiro
6459         <ari@mbf.ocn.ne.jp>.
6460
6461         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6462         of string which old xml.el may return rather than a string.
6463
6464 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6467
6468 2005-01-16  Simon Josefsson  <jas@extundo.com>
6469
6470         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6471         idn/idna.el isn't available.
6472         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6473         <michael@waxrat.com>.
6474
6475         * hashcash.el: Remove non-FSF copyright header.
6476
6477         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6478         (hashcash-generate-payment): Use it.
6479         (hashcash-generate-payment-async): Use it.
6480
6481 2005-01-15  Simon Josefsson  <jas@extundo.com>
6482
6483         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6484         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6485
6486         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6487         gnus-summary-idna-message.
6488         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6489         (gnus-summary-idna-message): New function.
6490
6491 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6492
6493         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6494         gnus-novice-user.
6495
6496 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * nnrss.el (nnrss-request-delete-group): Delete entries in
6499         nnrss-group-alist as well.
6500         (nnrss-save-server-data): Insert newline.
6501
6502 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6503
6504         * gnus.el (gnus-user-agent): Use list of symbols instead of
6505         symbols.  Display full version number for (S)XEmacs.  Optionally
6506         display (S)XEmacs codename.
6507
6508         * gnus-util.el (gnus-emacs-version): Update for new
6509         `gnus-user-agent'.
6510
6511         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6512         Gnus version.
6513
6514 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6515
6516         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6517         which is unreadable in some setups.
6518
6519 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * gnus-spec.el (gnus-update-format-specifications): Flush the
6522         group format spec cache if it doesn't support decoded group names.
6523
6524 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6525
6526         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6527         to apply decay on score files matching a regexp.
6528
6529 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6532         compatibility in %g and %c.
6533
6534 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6537         name for only %g and %c.
6538         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6539         of gnus-tmp-group to decoded group name.
6540         (gnus-group-make-rss-group): Exclude `/'s from group names.
6541
6542 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * nnrss.el (nnrss-get-encoding): Fix regexp.
6545
6546 2004-12-27  Simon Josefsson  <jas@extundo.com>
6547
6548         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6549         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6550         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6551
6552 2004-12-17  Kim F. Storm  <storm@cua.dk>
6553
6554         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6555
6556         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6557
6558 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6559
6560         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6561
6562 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * nnrss.el: Require rfc2047 and mml.
6565         (nnrss-file-coding-system): New variable.
6566         (nnrss-format-string): Redefine it as an inline function.
6567         (nnrss-decode-group-name): New function.
6568         (nnrss-string-as-multibyte): Remove.
6569         (nnrss-retrieve-headers): Decode group name; don't use
6570         nnrss-format-string.
6571         (nnrss-request-group): Decode group name.
6572         (nnrss-request-article): Decode group name; allow a Message-ID as
6573         well as an article number; don't use nnrss-format-string; encode a
6574         Message-ID string which may contain non-ASCII characters; use
6575         mml-to-mime to compose a MIME article.
6576         (nnrss-request-expire-articles): Decode group name.
6577         (nnrss-request-delete-group): Decode group name.
6578         (nnrss-fetch): Clarify error message.
6579         (nnrss-read-server-data): Use insert-file-contents instead of load;
6580         bind file-name-coding-system; use multibyte buffer.
6581         (nnrss-save-server-data): Bind coding-system-for-write to the
6582         value of nnrss-file-coding-system; bind file-name-coding-system;
6583         add coding cookie.
6584         (nnrss-read-group-data): Use insert-file-contents instead of load;
6585         bind file-name-coding-system; use multibyte buffer.
6586         (nnrss-save-group-data): Bind coding-system-for-write to the
6587         value of nnrss-file-coding-system; bind file-name-coding-system.
6588         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6589         make it work with non-ASCII text.
6590         (nnrss-find-el): Make it work with old xml.el as well.
6591
6592 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6593
6594         * nnrss.el (nnrss-get-encoding): New function.
6595         (nnrss-fetch): Use unibyte buffer initially; bind
6596         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6597         decode contents according to the encoding attribute.
6598         (nnrss-save-group-data): Add coding cookie.
6599         (nnrss-mime-encode-string): New function.
6600         (nnrss-check-group): Use it to encode subject and author.
6601
6602 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6603
6604         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6605         imaginary variable.
6606
6607 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6610         correctly even if there are wide characters.
6611
6612 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6613
6614         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6615         downcased symbol names; make a new cache instead of reusing
6616         bbdb-hashtable.
6617
6618 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6621         concatenating segments rather than before concatenating them.
6622         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6623
6624         * message.el (message-get-reply-headers): Bind `extra'.
6625
6626 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6627
6628         * message.el (message-extra-wide-headers): New variable.
6629         (message-get-reply-headers): Use it.
6630
6631 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6634         (gnus-agent-group-pathname): Ditto.
6635
6636         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6637
6638         * gnus-group.el (gnus-group-make-group): Decode group name.
6639         (gnus-group-make-rss-group): Register the group data after opening
6640         the nnrss group.
6641
6642 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6643
6644         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6645         by expiry now get marked as read.
6646
6647 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6650
6651 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6652
6653         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6654         unify Latin characters in XEmacs.
6655         (mm-find-mime-charset-region): Use it.
6656
6657 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * gnus-util.el (gnus-delete-directory): New function.
6660
6661         * gnus-agent.el (gnus-agent-delete-group): Use it.
6662
6663         * gnus-cache.el (gnus-cache-delete-group): Use it.
6664
6665 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6668         names.
6669
6670 2004-12-16  Simon Josefsson  <jas@extundo.com>
6671
6672         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6673
6674 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6677
6678         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6679         (gnus-group-set-current-level): Decode group name.
6680
6681 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6682
6683         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6684         failed.
6685
6686 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * gnus-group.el (gnus-group-delete-group): Decode group name.
6689         (gnus-group-make-rss-group): Encode group name.
6690         (gnus-group-catchup-current): Decode group name.
6691         (gnus-group-kill-group): Decode group name.
6692
6693 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6694
6695         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6696
6697 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * gnus-group.el (gnus-group-make-rss-group):
6700         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6701
6702         * gnus-start.el (gnus-setup-news): Honor user's setting to
6703         gnus-message-archive-method.  Suggested by Lute Kamstra
6704         <lute@gnu.org>.
6705
6706 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6707
6708         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6709         global counterparts of the buffer-local variables.
6710
6711 2004-11-16  Romain Francoise  <romain@orebokech.com>
6712
6713         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6714         counterparts of the buffer-local variables.
6715
6716 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * message.el (message-forbidden-properties): Fixed typo in doc
6719         string.
6720
6721 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6722
6723         * gnus-util.el (gnus-replace-in-string): Added doc string.
6724
6725         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6726         to avoid problems when splitting mails with many recipients.
6727
6728 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6729
6730         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6731         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6732
6733 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6734
6735         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6736         if there is no hashtable in memory or file modification time is
6737         newer than cached timestamp.
6738
6739 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6740
6741         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6742         not-matching option.
6743
6744 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6747         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6748         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6749         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6750         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6751         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6752
6753 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * message.el (message-forward-make-body-mml): Remove headers
6756         according to message-forward-ignored-headers if a message is decoded.
6757
6758 2004-12-02  Romain Francoise  <romain@orebokech.com>
6759
6760         * message.el (message-forward-make-body-plain): Always remove
6761         headers according to message-forward-ignored-headers.
6762
6763 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6764
6765         * spam.el (spam-summary-prepare-exit): Remove the
6766         gnus-summary-limit pop for now, it has problems with ham marks for
6767         me.
6768
6769 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6770
6771         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6772         correctly.
6773
6774 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6775
6776         * format-spec.el (format-spec): Message the char.
6777
6778 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6779
6780         * gnus-art.el (gnus-split-methods): Reformat comments.
6781
6782         * spam.el (spam-summary-prepare-exit): Remove article limits
6783         before exiting the summary buffer.
6784
6785 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6788         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6789
6790         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6791         order to silence the byte compiler.
6792
6793         * spam.el: Fix the way to silence the byte compiler, which
6794         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6795         bbdb-search-simple, spam-BBDB-register-routine,
6796         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6797         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6798         spam-stat-buffer-is-spam, spam-stat-load,
6799         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6800         spam-stat-save and spam-stat-split-fancy.
6801
6802 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6805         which may confuse users.
6806         (canlock-password-for-verify): Ditto.
6807
6808         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6809
6810         * gnus-art.el (gnus-emphasis-alist): Ditto.
6811
6812         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6813
6814         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6815
6816         * gnus-start.el (gnus-save-killed-list): Ditto.
6817
6818         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6819         (gnus-sum-thread-tree-root): Ditto.
6820         (gnus-sum-thread-tree-false-root): Ditto.
6821         (gnus-sum-thread-tree-single-indent): Ditto.
6822
6823         * message.el (message-courtesy-message): Ditto.
6824         (message-archive-note): Ditto.
6825         (message-subscribed-address-file): Ditto.
6826         (message-user-fqdn): Ditto.
6827
6828         * spam-report.el (spam-report-gmane-regex): Ditto.
6829
6830         * spam.el (spam-blackhole-good-server-regex): Ditto.
6831
6832 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * mml.el (mml-preview): Widen the message buffer before copying
6835         the contents to the preview buffer; sort headers before previewing.
6836
6837         * message.el (message-hidden-headers): Fix the way to avoid a bug
6838         in the `repeat' widget in Emacs 21.3 or earlier.
6839
6840 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * message.el (message-hidden-headers): Default to "^References:".
6843         Improve customization type.  Suggested by Reiner Steib
6844         <Reiner.Steib@gmx.de>.
6845
6846 2004-11-25  Romain Francoise  <romain@orebokech.com>
6847
6848         * message.el (message-strip-forbidden-properties): Remove check for
6849         obsolete `message-hidden' text property, hidden headers are not
6850         accessible in the buffer anymore.
6851
6852 2004-11-22  Romain Francoise  <romain@orebokech.com>
6853
6854         * message.el (message-header-format-alist): Add `From' in list
6855         so that it can be sorted.
6856         (message-fix-before-sending): Widen and sort headers before
6857         sending.
6858         (message-hide-headers): Use narrowing to hide headers by moving
6859         them to the top of the buffer and narrowing to the region
6860         underneath.
6861
6862 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6863
6864         * message.el (message-strip-forbidden-properties): Bind
6865         buffer-read-only (etc) to nil.
6866
6867 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6870         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6871
6872 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6873
6874         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6875
6876 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6877
6878         * dns.el (query-dns): Use sit-for to time instead of
6879         accept-process-output, since that doesn't seem to work on udp
6880         sockets.
6881
6882 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6885
6886 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6887
6888         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6889         doc string.  Improve doc string.
6890
6891 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * nntp.el (nntp-request-update-info): Return nil if
6894         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6895         may not call gnus-activate-group which uselessly issues the GROUP
6896         commands for all nntp groups and wastes time.  Reported by Romain
6897         Francoise <romain@orebokech.com>.
6898
6899         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6900
6901 2004-11-15  Simon Josefsson  <jas@extundo.com>
6902
6903         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6904         headers separately.
6905         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6906         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6907
6908 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6909
6910         * gnus-start.el (gnus-convert-old-newsrc):
6911         Assign legacy-gnus-agent to 5.10.7.
6912
6913 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6914
6915         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6916         start of the lines.
6917
6918 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6919
6920         * hashcash.el (hashcash-default-payment): Change default to 20
6921         (hashcash-default-accept-payment): Change default to 20
6922         (hashcash-process-alist): New variable
6923         (hashcash-generate-payment-async): Add
6924         (hashcash-already-paid-p): Add
6925         (hashcash-insert-payment): Don't generate payments twice
6926         (hashcash-insert-payment-async): Add
6927         (hashcash-insert-payment-async-2): Add
6928         (hashcash-cancel-async): Add
6929         (hashcash-wait-async): Add
6930         (hashcash-processes-running-p): Add
6931         (hashcash-wait-or-cancel): Add
6932         (mail-add-payment): New optional argument.  Conditionally start
6933         asynchronous calculation.
6934         (mail-add-payment-async): Add
6935
6936         * message.el (message-send-mail): Wait for asynchronous hashcash
6937         results.  Don't clobber existing X-Hashcash headers.
6938         (message-setup-1): Call mail-add-payment-async when
6939         message-generate-hashcash is non-nil.
6940
6941 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6942
6943         * message.el (message-use-alternative-email-as-from): Examine the
6944         From header as well; use message-make-from in order to include a
6945         user's full name.
6946
6947 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6950         default; improve customization type.
6951         (gnus-emphasis-custom-with-format): New macro.
6952         (gnus-emphasis-custom-value-to-external): New function.
6953         (gnus-emphasis-custom-value-to-internal): New function.
6954
6955 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6956
6957         * dns.el (query-dns): Resolve reverse addresses.
6958
6959 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6960
6961         * gnus-group.el (gnus-group-get-new-news): Use it.
6962
6963         * gnus-start.el (gnus-check-reasonable-setup): New function.
6964
6965 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6968         "Args out of range" error.  Reported by Arnaud Giersch
6969         <arnaud.giersch@free.fr>.
6970
6971 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6972
6973         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6974
6975 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6976
6977         * spam.el (spam group): Add :version.
6978
6979         * pgg-def.el (pgg group): Add :version.
6980
6981 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * gnus-art.el (gnus-article-edit-article): Don't associate the
6984         article buffer with a draft file.  This is a temporary measure
6985         against the 2004-08-22 change to gnus-article-edit-mode.
6986
6987 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6990         (html2text-format-tags): Remove unused variable `attr'.
6991
6992 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6993
6994         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6995
6996         * tls.el (tls-process-connection-type, tls-success)
6997         (tls-certtool-program): Add :version.
6998
6999         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7000         (starttls-extra-arguments, starttls-process-connection-type)
7001         (starttls-connect, starttls-failure, starttls-success):
7002
7003         * spam-stat.el (spam-stat): Add :version.
7004
7005         * sieve.el (sieve): Add :version.
7006
7007         * sha1.el (sha1): Add :version.
7008         (sha1-use-external): Remove redundant version.
7009
7010         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7011         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7012         (nnmail-split-fancy-match-partial-words)
7013         (nnmail-split-lowercase-expanded): Add :version.
7014
7015         * nndiary.el (nndiary): Add :version.
7016
7017         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7018
7019         * mml-sec.el (mml-default-sign-method)
7020         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7021         Add :version.
7022
7023         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7024
7025         * mm-url.el (mm-url-use-external, mm-url-program)
7026         (mm-url-arguments): Add :version.
7027
7028         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7029         (mm-attachment-file-modes, mm-decrypt-option)
7030         (mm-w3m-safe-url-regexp): Add :version.
7031
7032         * message.el (message-cite-prefix-regexp)
7033         (message-sendmail-envelope-from, message-minibuffer-local-map)
7034         (message-user-fqdn, message-completion-alist): Add :version.
7035
7036         * gnus-win.el (gnus-configure-windows-hook)
7037         (gnus-use-frames-on-any-display): Add :version.
7038
7039         * gnus-art.el (gnus-article-address-banner-alist)
7040         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7041         (gnus-treat-from-picon, gnus-treat-mail-picon)
7042         (gnus-treat-x-pgp-sig): Add :version.
7043
7044         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7045         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7046         (gnus-summary-article-delete-hook)
7047         (gnus-summary-display-while-building): Add :version.
7048
7049         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7050         (gnus-get-top-new-news-hook):Add :version.
7051
7052         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7053         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7054
7055         * gnus-registry.el (gnus-registry): Add :version.
7056
7057         * gnus-spec.el (gnus-use-correct-string-widths)
7058         (gnus-make-format-preserve-properties): Add :version.
7059
7060         * gnus.el (gnus-group-charter-alist)
7061         (gnus-group-fetch-control-use-browse-url)
7062         (gnus-install-group-spam-parameters): Add :version.
7063
7064         * gnus-diary.el (gnus-diary): Add :version.
7065
7066         * gnus-delay.el (gnus-delay): Add :version.
7067
7068         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7069         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7070         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7071         Add :version.
7072
7073         * gnus-agent.el (gnus-agent-max-fetch-size)
7074         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7075         (gnus-agent-prompt-send-queue): Add :version.
7076
7077         * deuglify.el (gnus-outlook-deuglify): Add :version.
7078
7079         * html2text.el: Beautify code.  Improve doc strings.  Some
7080         checkdoc cleanup.
7081         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7082
7083 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7084
7085         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7086
7087 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7088
7089         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7090         when package is loaded.
7091
7092         * spam.el (spam-summary-score-preferred-header): Add global preference
7093         for people who want to override the default SpamAssassin over
7094         Bogofilter preference (when both are set).
7095         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7096         (spam-user-format-function-S): Check
7097         spam-summary-score-preferred-header.
7098         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7099         (spam-user-format-function-S): Format the score correctly.
7100
7101 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7104         signature file.  Suggested by Manoj Srivastava
7105         <srivasta@golden-gryphon.com>.
7106
7107         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7108         iso-2022-jp even in the Japanese language environment.
7109         Suggested by Jason Rumney <jasonr@gnu.org>.
7110
7111 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7114         use the same characters as the dummy marks; make it free from
7115         getting affected by the language environment.
7116         (gnus-summary-read-group-1): Update mark positions only when the
7117         format spec is updated.
7118
7119         * gnus-spec.el (gnus-update-format-specifications): Return a list
7120         of updated types.
7121
7122 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7125         of boundp to check if display-warning is available.
7126
7127 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7128
7129         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7130
7131 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * nnspool.el (nnspool-spool-directory): Use news-path if the
7134         news-directory variable is not bound.
7135
7136         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7137         function instead of display-warning if it is not available.
7138
7139 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7140
7141         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7142         v5-10: Use `point-at-bol'.
7143
7144 2004-10-26  Simon Josefsson  <jas@extundo.com>
7145
7146         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7147         <chenggao@gmail.com>.
7148
7149 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7150
7151         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7152         instead.
7153
7154 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7155
7156         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7157         to remove a server from the nnimap-server-buffer-alist.
7158         (nnimap-open-connection, nnimap-close-server): Use it.
7159
7160         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7161
7162 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7165         running the major-mode function.
7166
7167 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7170         dummy marks in the right way.
7171
7172 2004-10-18  David Edmondson  <dme@dme.org>
7173
7174         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7175         excessively.
7176
7177 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7178
7179         * gnus-util.el (gnus-split-references): Accept a nil references
7180         string and go on blissfully.
7181
7182         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7183         cases where the references string is non-nil but has no references.
7184
7185         * encrypt.el: Add autoload tags.
7186
7187         * spam.el (spam-resolve-registrations-routine): Remove article
7188         from unregistration list too.  Reported by David Hanak
7189         <dhanak@isis.vanderbilt.edu>
7190
7191 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7192
7193         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7194         nil.  Changed custom type.
7195
7196 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7197
7198         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7199
7200         * gnus-sum.el (gnus-summary-move-article): Use it.
7201
7202 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7203
7204         * encrypt.el: Add autoload cookies.
7205
7206         * spam.el (spam-backend-article-list-property)
7207         (spam-backend-get-article-todo-list)
7208         (spam-backend-put-article-todo-list, )
7209         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7210         Resolve registrations separately.
7211         (spam-register-routine): Format comments.
7212         (spam-unregister-routine, spam-register-routine): Always call with
7213         specific-articles, no default list.
7214         (spam-summary-prepare-exit): Use the spam-classifications function.
7215
7216         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7217         gnus-encrypt.el.
7218
7219         * encrypt.el: copied from gnus-encrypt.el
7220
7221         * gnus-encrypt.el: commented that it's obsolete
7222
7223 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7224
7225         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7226         (gnus-score-save): Use it.
7227
7228         * message.el (message-bury): Use `window-dedicated-p'.
7229
7230 2004-10-15  Simon Josefsson  <jas@extundo.com>
7231
7232         * pop3.el (top-level): Don't require nnheader.
7233         (pop3-read-timeout): Add.
7234         (pop3-accept-process-output): Add.
7235         (pop3-read-response, pop3-retr): Use it.
7236
7237 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7238
7239         * spam.el (spam-register-routine): Move comment.
7240         (spam-verify-bogofilter): Use 'unknown for the initial
7241         spam-bogofilter-valid state, not 'never.
7242
7243         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7244         for netrc-machine.
7245
7246         * nnimap.el (nnimap-open-connection): Use
7247         netrc-machine-user-or-password.
7248
7249 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7250
7251         * gnus-registry.el (gnus-registry-unload-hook):
7252         Set as a variable with add-hook.
7253
7254         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7255         of news-path.
7256
7257         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7258
7259         * spam.el: Delete duplicate `provide'.
7260         (spam-unload-hook): Set as a variable with add-hook.
7261
7262 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7265         in the doc string.
7266
7267         * message.el (message-ignored-news-headers)
7268         (message-ignored-supersedes-headers)
7269         (message-ignored-resent-headers)
7270         (message-forward-ignored-headers): Improve custom type.
7271
7272 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * message.el (message-tokenize-header): Fix 2004-09-06 change
7275         which used point-min in the wrong place.
7276
7277 2004-10-12  Simon Josefsson  <jas@extundo.com>
7278
7279         * tls.el (tls-certtool-program): New variable.
7280         (tls-certificate-information): New function, based on
7281         ssl-certificate-information.
7282
7283 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * compface.el: Move the version of ELisp-based uncompface program
7286         to the contrib directory because of the copyright problem.
7287
7288 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7289
7290         * message.el (message-kill-buffer): Raise the current frame.
7291
7292 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7293
7294         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7295
7296         * gnus.el (message-y-or-n-p): Autoload.
7297
7298         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7299         (pop3-password-required, pop3-authentication-scheme)
7300         (pop3-leave-mail-on-server): Made customizable.
7301         (pop3): New custom group.
7302         (pop3-retr): Remove `sleep-for' statements.
7303         Suggested by Dave Love <fx@gnu.org>.
7304
7305         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7306         Windows/DOS.
7307
7308         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7309         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7310         Dave Love <fx@gnu.org>.
7311
7312         * mml.el (mml-minibuffer-read-disposition): Require match.
7313         Suggested by Dave Love <fx@gnu.org>.
7314
7315 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7316
7317         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7318         doc string.
7319
7320 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7323
7324 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7325
7326         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7327         instead of calling `mm-insert-inline', to decode text/* parts
7328         before displaying them.
7329
7330 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * mm-uu.el (mm-uu-text-plain-type): New variable.
7333         (mm-uu-pgp-signed-extract-1): Use it.
7334         (mm-uu-pgp-encrypted-extract-1): Use it.
7335         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7336         bind mm-uu-text-plain-type with that value.
7337         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7338         mm-uu-dissect.
7339
7340 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * gnus-group.el (gnus-update-group-mark-positions):
7343         * gnus-sum.el (gnus-update-summary-mark-positions):
7344         * message.el (message-check-news-body-syntax):
7345         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7346         of string-as-multibyte.
7347
7348 2004-10-05  Juri Linkov  <juri@jurta.org>
7349
7350         * gnus-group.el (gnus-update-group-mark-positions):
7351         * gnus-sum.el (gnus-update-summary-mark-positions):
7352         * message.el (message-check-news-body-syntax):
7353         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7354         8-bit unibyte values to a multibyte string for search functions.
7355
7356 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7359         (mm-uu-dissect-text-parts): New function.
7360
7361         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7362         dissect text parts.
7363
7364         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7365         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7366
7367         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7368
7369         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7370         gnus-current-topics instead of gnus-current-topic.
7371
7372 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7373
7374         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7375
7376 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7377
7378         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7379         where approriate.
7380
7381         * nnml.el (nnml-generate-active-info): do.
7382
7383         * nndiary.el (nndiary-generate-active-info): do.
7384
7385         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7386         (gnus-topic-move): do.
7387
7388         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7389         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7390
7391         * gnus-srvr.el (gnus-server-prepare)
7392         (gnus-server-open-all-servers): do.
7393
7394         * gnus-msg.el (gnus-summary-cancel-article)
7395         (gnus-summary-resend-message)
7396         (gnus-summary-mail-crosspost-complaint): do.
7397
7398         * gnus-move.el (gnus-change-server): do.
7399
7400         * gnus-group.el (gnus-group-unmark-all-groups)
7401         (gnus-group-set-current-level): do.
7402
7403 2004-10-04  Simon Josefsson  <jas@extundo.com>
7404
7405         * message.el (message-generate-hashcash): Doc fix.
7406
7407 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7408
7409         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7410         avoid infinite recursion via gnus-get-function.
7411
7412 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7413
7414         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7415
7416         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7417
7418         * nnmail.el (nnmail-split-history): do.
7419
7420         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7421         (nnml-request-delete-group): do.
7422
7423         * nnslashdot.el (nnslashdot-read-groups): do.
7424
7425         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7426         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7427
7428         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7429         (nnspool-sift-nov-with-sed): Use last
7430         (nnspool-retrieve-headers-with-nov): Use mapc.
7431         (nnspool-request-newgroups): Use dolist.
7432         (nnspool-request-group): Use last.
7433
7434         * nntp.el (nntp-read-server-type): Use dolist.
7435
7436         * nnvirtual.el (nnvirtual-create-mapping)
7437         (nnvirtual-update-read-and-marked): Use dolist.
7438         (nnvirtual-convert-headers): Simplify.
7439
7440 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7441
7442         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7443         support for sync'ing tick marks.
7444
7445 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7448         there's no visible header.
7449
7450 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7451
7452         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7453         necessary, pass full group name to gnus-request-set-marks.
7454
7455 2004-10-01  Simon Josefsson  <jas@extundo.com>
7456
7457         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7458         acroread.
7459
7460 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7461
7462         * spam-report.el (spam-report-gmane): Fix interactive.
7463
7464         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7465
7466         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7467         when writing file.
7468         (gnus-agent-synchronize-flags): Don't default to being
7469         interactive.
7470
7471 2004-09-30  Simon Josefsson  <jas@extundo.com>
7472
7473         * message.el (message-generate-hashcash): Add.
7474         (message-send-mail): Use it, call mail-add-payment.
7475
7476 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7477
7478         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7479
7480 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7481
7482         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7483         gnus-requst-update-info with explicit code to sync the in-memory
7484         info read flags with the marks being sync'd to the backend.
7485
7486         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7487
7488 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7489
7490         * spam.el (spam-verify-bogofilter): Add new function.
7491         (spam-check-bogofilter)
7492         (spam-bogofilter-register-with-bogofilter): Use it.
7493         (spam-verify-bogofilter): Add small fixes.
7494
7495 2004-09-28  Simon Josefsson  <jas@extundo.com>
7496
7497         * hashcash.el (hashcash-generate-payment): Revert.
7498
7499 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7500
7501         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7502         gnus-extract-references instead of gnus-split-references.
7503
7504         * gnus-util.el (gnus-extract-references): Add new function, analogous
7505         to gnus-split-references but extracts only the message-ID without
7506         anything extra.
7507
7508         * hashcash.el (hashcash-generate-payment)
7509         (hashcash-check-payment): Do the right thing if hashcash-path is
7510         nil (because the hashcash program could not be found).
7511
7512         * spam.el (spam-use-hashcash): Remove comment.
7513
7514 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7515
7516         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7517         (gnus-cache-enter-article, gnus-cache-remove-article)
7518         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7519
7520         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7521
7522         * gnus-art.el (article-hide-boring-headers)
7523         (article-translate-strings, article-display-face)
7524         (gnus-article-mime-match-handle-first)
7525         (gnus-article-highlight-headers)
7526         (gnus-article-add-buttons-to-head): do.
7527
7528 2004-09-27  Simon Josefsson  <jas@extundo.com>
7529
7530         * hashcash.el: New version, from
7531         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7532         ../contrib/.
7533
7534 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7537
7538 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7539
7540         * gnus-dup.el (gnus-dup-open): Use mapc.
7541         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7542
7543         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7544         Reported by Stefan Wiens <s.wi@gmx.net>.
7545
7546         * gnus.el (gnus-shutdown): Use dolist.
7547
7548         * gnus-undo.el (gnus-undo): Use mapc.
7549
7550         * nnrss.el (nnrss-generate-active): do.
7551
7552         * message.el (message-cite-original-without-signature)
7553         (message-cite-original): Use mapc.
7554         (message-do-actions, message-make-forward-subject): Use dolist.
7555
7556 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7557
7558         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7559         deletion to remove entire duplicate line.  Fixes merged article
7560         number bug.
7561
7562 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7563
7564         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7565         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7566         first ask if you want to open a server and then, even when you
7567         responded with no, asking if you want to synchronize the server's
7568         flags.
7569         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7570         multi-line expressions.
7571         (gnus-agent-synchronize-group-flags): New internal function.
7572         Updates marks in memory (in the info structure) AND in the
7573         backend.
7574
7575         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7576
7577         * nnagent.el (nnagent-request-set-mark): Use
7578         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7579         method, to ensure that synchronization updates marks in the
7580         backend and in the info (in memory) structure.
7581
7582 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7585         convention fully; don't miss the root article of a thread; make
7586         the X-Draft-From header with correct article numbers.
7587
7588 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7589
7590         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7591         unless plugged.  Disable the agent so that an open failure causes
7592         an error.
7593
7594         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7595         Reverted 2004-09-21 change.  The backend must be opened while
7596         synchronizing flags even when the backend stores the flags
7597         locally.
7598
7599 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7600
7601         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7602         in `header' match.  Reported by Svend Tollak Munkejord.
7603
7604         * message.el (message-cite-original): Fix use of
7605         `message-cite-articles-with-x-no-archive'.
7606
7607 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7610         (gnus-window-to-buffer): Ditto.
7611
7612         * mml.el (mml-preview-buffer): New variable.
7613         (mml-preview): Manage window layout with gnus-buffer-configuration.
7614
7615         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7616         X-Draft-From header even if those articles aren't quoted.
7617
7618 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7619
7620         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7621         (gnus-request-set-mark, gnus-request-update-mark): Use new
7622         g-s-t-u-l-m to decide to use backend even when unplugged.
7623
7624 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7627         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7628
7629 2004-09-20  Simon Josefsson  <jas@extundo.com>
7630
7631         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7632         "utf-16-le".
7633
7634 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7635
7636         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7637
7638 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7639
7640         * uudecode.el (uudecode-use-external): Add :version.
7641
7642         * smime.el (smime-CA-file, smime-encrypt-cipher)
7643         (smime-dns-server): Add :version.
7644
7645         * smiley.el (gnus-smiley-file-types): Add :version.
7646
7647         * sha1.el (sha1-use-external): Add :version.
7648
7649         * pgg-def.el (pgg-query-keyserver): Add :version.
7650
7651         * nnmail.el (nnmail-fancy-expiry-targets)
7652         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7653         Add :version.
7654
7655         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7656         (nnimap-retrieve-groups-asynchronous): Add :version.
7657         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7658
7659         * mml.el (mml-content-disposition-parameters)
7660         (mml-insert-mime-headers-always): Add :version.
7661
7662         * mm-util.el (mm-coding-system-priorities): Add :version.
7663
7664         * mm-decode.el (mm-inline-text-html-with-images)
7665         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7666         (mm-verify-option): Add :version.
7667         (mm-text-html-renderer): Change :version.
7668
7669         * message.el (message-fcc-externalize-attachments)
7670         (message-required-headers, message-draft-headers)
7671         (message-subject-trailing-was-query)
7672         (message-subject-trailing-was-ask-regexp)
7673         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7674         (message-mark-insert-end, message-archive-header)
7675         (message-archive-note, message-cross-post-default)
7676         (message-cross-post-note, message-followup-to-note)
7677         (message-cross-post-note-function, message-use-mail-followup-to)
7678         (message-subscribed-address-functions)
7679         (message-subscribed-address-file, message-subscribed-addresses)
7680         (message-subscribed-regexps, message-allow-no-recipients)
7681         (message-yank-cited-prefix, message-signature-insert-empty-line)
7682         (message-hidden-headers, message-hierarchical-addresses)
7683         (message-mail-user-agent, message-use-idna)
7684         (message-valid-fqdn-regexp)
7685         (message-strip-special-text-properties, message-header-synonyms)
7686         (message-beginning-of-line, message-tab-body-function): Add :version.
7687         (message-insert-canlock, message-wide-reply-confirm-recipients):
7688         Change :version.
7689
7690         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7691         and :version.
7692         (mail-source-delete-old-incoming-confirm)
7693         (mail-source-movemail-program): Add :version.
7694
7695         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7696         (gnus-agent-cache, gnus-agent): Change :version.
7697
7698         * gnus-util.el (gnus-use-byte-compile): Change :version.
7699
7700         * gnus-sum.el (gnus-summary-make-false-root-always)
7701         (gnus-summary-default-high-score)
7702         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7703         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7704         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7705         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7706         (gnus-sum-thread-tree-single-indent)
7707         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7708         (gnus-sum-thread-tree-leaf-with-other)
7709         (gnus-sum-thread-tree-single-leaf): Add :version.
7710         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7711         (gnus-article-loose-mime): Change :version.
7712
7713         * gnus-start.el (gnus-backup-startup-file)
7714         (gnus-save-startup-file-via-temp-buffer): Add :version.
7715
7716         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7717         (gnus-server-offline-face): Add :version.
7718
7719         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
7720
7721         * gnus-msg.el (gnus-gcc-externalize-attachments)
7722         (gnus-debug-files, gnus-debug-exclude-variables)
7723         (gnus-discouraged-post-methods): Change :version.
7724         (gnus-confirm-mail-reply-to-news)
7725         (gnus-confirm-treat-mail-like-news): Add :version.
7726
7727         * gnus-int.el (gnus-server-unopen-status): Add :version.
7728
7729         * gnus-group.el (gnus-group-jump-to-group-prompt)
7730         (gnus-large-ephemeral-newsgroup)
7731         (gnus-fetch-old-ephemeral-headers): Add :version.
7732
7733         * gnus-fun.el (gnus-x-face-directory)
7734         (gnus-convert-pbm-to-x-face-command)
7735         (gnus-convert-image-to-x-face-command)
7736         (gnus-convert-image-to-face-command): Add :version.
7737
7738         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7739
7740         * gnus-cite.el (gnus-cite-blank-line-after-header)
7741         (gnus-article-boring-faces): Add :version.
7742
7743         * gnus-art.el (gnus-buttonized-mime-types)
7744         (gnus-inhibit-mime-unbuttonizing)
7745         (gnus-treat-display-face)
7746         (gnus-treat-body-boundary): Change :version.
7747         (gnus-body-boundary-delimiter, gnus-picon-databases)
7748         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7749         (gnus-treat-date-english, gnus-treat-fold-headers)
7750         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7751         (gnus-treat-mail-picon, gnus-treat-wash-html)
7752         (gnus-article-encrypt-protocol)
7753         (gnus-use-idna, gnus-article-over-scroll)
7754         (gnus-mime-display-multipart-alternative-as-mixed)
7755         (gnus-mime-display-multipart-related-as-mixed)
7756         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7757         (gnus-ctan-url, gnus-button-ctan-handler)
7758         (gnus-button-handle-ctan-bogus-regexp)
7759         (gnus-button-ctan-directory-regexp)
7760         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7761         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7762         (gnus-button-man-level, gnus-button-emacs-level)
7763         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7764
7765         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7766         (gnus-agent-go-online): Change :version.
7767         (gnus-agent-expire-unagentized-dirs)
7768         (gnus-agent-auto-agentize-methods): Add :version.
7769
7770         * flow-fill.el (fill-flowed-display-column)
7771         (fill-flowed-encode-column): Add :version.
7772
7773         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7774         (gnus-outlook-deuglify-unwrap-max)
7775         (gnus-outlook-deuglify-cite-marks)
7776         (gnus-outlook-deuglify-unwrap-stop-chars)
7777         (gnus-outlook-deuglify-no-wrap-chars)
7778         (gnus-outlook-deuglify-attrib-cut-regexp)
7779         (gnus-outlook-deuglify-attrib-verb-regexp)
7780         (gnus-outlook-deuglify-attrib-end-regexp)
7781         (gnus-outlook-display-hook): Add :version.
7782
7783         * binhex.el (binhex-use-external): Add :version.
7784
7785 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7786
7787         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7788         and `invisible'.
7789
7790 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7791
7792         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7793         in gnus-registry-trim.
7794
7795 2004-09-13  Simon Josefsson  <jas@extundo.com>
7796
7797         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7798
7799         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7800
7801         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7802         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7803         <yamaoka@jpl.org>.
7804         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7805         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7806         <yamaoka@jpl.org>.
7807
7808         * sieve.el (sieve-manage-mode): Ditto.
7809
7810 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7813
7814 2004-09-11  Simon Josefsson  <jas@extundo.com>
7815
7816         * dns-mode.el: Add.
7817
7818         * mm-view.el (mm-display-dns-inline): Add.
7819
7820         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7821         (mm-automatic-display): Ditto.
7822
7823         * mailcap.el (mailcap-mime-data): Add text/dns.
7824         (mailcap-mime-extensions): Map .soa to text/dns.
7825
7826 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7827
7828         * gnus-art.el (article-decode-mime-words, article-babel)
7829         (gnus-article-highlight-signature, gnus-article-add-buttons)
7830         (gnus-signature-toggle): Remove unnecessary bindings of
7831         `inhibit-read-only' inherited from v5.10 merge.
7832
7833 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * nntp.el (nntp): New customization group.
7836         (nntp-authinfo-file): Add customization group.
7837
7838         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7839
7840         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7841
7842         * gnus.el (to-address, to-list, subscribed)
7843         (large-newsgroup-initial): Ditto.
7844
7845         * flow-fill.el (fill-flowed-display-column)
7846         (fill-flowed-encode-column): Ditto.
7847
7848 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7849
7850         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7851         Use point-min rather than 1.
7852         (message-send-mail): Use buffer-size rather than point-max.
7853
7854         * gnus-sum.el (gnus-summary-search-article-forward):
7855         Signal a specific `search-failed' rather than a generic `error'.
7856
7857         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7858         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7859         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7860
7861 2004-09-10  Simon Josefsson  <jas@extundo.com>
7862
7863         * nndb.el (require): Remove tcp and duplicate cl.
7864
7865 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * gnus-agent.el (directory-files-and-attributes): Move forward.
7868
7869 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7870
7871         * gnus-agent.el (directory-files-and-attributes): Optionally
7872         defined to support XEmacs.
7873
7874 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7875
7876         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7877         to avoid run-time CL dependencies.
7878         (gnus-agent-unfetch-articles): New function.
7879         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7880         article numbers even when local .overview file is missing.
7881         (gnus-agent-read-article-number): New function. Only accepts
7882         27-bit article numbers.
7883         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7884         gnus-agent-read-article-number.
7885         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7886         from backend while recognizing that article numbers in .overview
7887         must be valid.
7888         (gnus-agent-update-files-total-fetched-for): Use
7889         directory-files-and-attributes to improve performance.
7890         * gnus-int.el (gnus-request-move-article): Use
7891         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7892         improve performance.
7893
7894         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7895         some users confused by references to .newsrc when they only have a
7896         .newsrc.eld file.
7897         (gnus-convert-mark-converter-prompt,
7898         gnus-convert-converter-needs-prompt): Fixed use of property list.
7899         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7900         New function. Used internally to only display 'gnus converting
7901         files' message when actually necessary.
7902
7903         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7904         methods now autoloaded.
7905
7906 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7909         identifiers.
7910
7911 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * gnus-picon.el: Fix indentation and closing parenthesis.
7914
7915 2004-09-01  Simon Josefsson  <jas@extundo.com>
7916
7917         * message.el (message-canlock-generate): Require sha1, not
7918         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7919         to require within a function.  Sadly, if sha1.el isn't loaded, the
7920         let binding in m-c-g will hide the defcustom definition, which is
7921         bad.)
7922
7923         * canlock.el: Require sha1, not sha1-el.
7924
7925         * message.el: Don't autoload sha1 (there is a autoload cookie in
7926         sha1.el).
7927
7928         * sha1-el.el: Renamed to sha1.el.
7929
7930 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7931
7932         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7933
7934 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7935
7936         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7937
7938 2004-08-30  Kim F. Storm  <storm@cua.dk>
7939
7940         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7941
7942         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7943         Add :group 'nnimap.
7944
7945 2004-08-30  Andreas Schwab  <schwab@suse.de>
7946
7947         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7948         ?* and ?\;.
7949
7950         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7951         and ?\' to symbol instead of whitespace.
7952
7953 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7956
7957         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7958         instead of re-search-forward.
7959
7960         * gnus-uu.el (gnus-uu-save-article): Ditto.
7961         (gnus-uu-post-encode-uuencode): Ditto.
7962
7963         * html2text.el (html2text-clean-list-items): Ditto.
7964         (html2text-clean-dtdd): Ditto.
7965         (html2text-format-tags): Ditto.
7966
7967         * message.el (message-send-mail-with-sendmail): Fix regexp.
7968         (message-fill-field-general): Use search-forward instead of
7969         re-search-forward.
7970         (unbold-region): Ditto.
7971
7972         * nnrss.el (nnrss-request-article): Ditto.
7973
7974         * nnslashdot.el (nnslashdot-request-article): Ditto.
7975
7976         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7977
7978         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7979         "Unrecognized menu descriptor" error in XEmacs.
7980
7981 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7982
7983         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7984         parent article of a sparse article in the thread hashtb.
7985
7986 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7987
7988         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7989         (nnmail-expand-newtext): Lowercase expanded entries if
7990         nnmail-split-lowercase-expanded is non-nil.
7991
7992 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7995         entry.
7996
7997         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7998         of gnus-tmp-news-method into string under XEmacs.  It will be
7999         passed to gnus-correct-length which takes only a string argument.
8000
8001 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * gnus-util.el (gnus-bind-print-variables): New macro.
8004         (gnus-prin1): Use it.
8005         (gnus-prin1-to-string): Use it.
8006         (gnus-pp): New function.
8007         (gnus-pp-to-string): New function.
8008
8009         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8010         pp-to-string with gnus-pp-to-string.
8011         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8012         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8013         * gnus-msg.el (gnus-debug): Ditto.
8014         * gnus-score.el (gnus-score-save): Ditto.
8015         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8016         gnus-pp-to-string.
8017         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8018         with gnus-pp.
8019         * score-mode.el (gnus-score-pretty-print): Ditto.
8020         * webmail.el (webmail-debug): Ditto.
8021
8022 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-art.el (article-display-face, article-display-x-face): Use
8025         buffer-read-only.
8026
8027 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * gnus-art.el (article-hide-list-identifiers): Bind
8030         inhibit-read-only as t.
8031
8032 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8033
8034         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8035
8036 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8037
8038         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8039         (gnus-narrow-to-page): Don't assume point-min == 1.
8040         (gnus-article-edit-mode): Derive from message-mode.
8041
8042         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8043         point-min == 1.
8044
8045         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8046         Disable incorrect use of `assert'.
8047
8048         * message.el (message-mode): Set comment-start-skip.
8049
8050
8051 2004-08-22  Sam Steingold  <sds@gnu.org>
8052
8053         * pop3.el (pop3-leave-mail-on-server): New user variable.
8054         (pop3-movemail): Delete mail only when it is nil.
8055
8056 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8057
8058         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8059
8060         * mml.el (mml-preview): Use `pop-to-buffer'.
8061
8062         * message.el (message-goto-mail-followup-to): Insert after "To".
8063         (message-carefully-insert-headers): Add comment.
8064
8065         * gnus.el: Remove unused variable `gnus-article-check-size'.
8066
8067         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8068
8069         * gnus-art.el (gnus-button-alist): Improve
8070         `gnus-button-handle-library' entry.
8071
8072 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8073
8074         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8075         downcase, since XEmacs capitalizes error messages differently.
8076
8077 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8078
8079         * nntp.el: Add (require 'gnus) due to reference to
8080         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8081
8082 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8083
8084         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8085         `mm-fill-flowed'.
8086
8087         * mm-decode.el (mm-dissect-singlepart): Check it.
8088
8089 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8090
8091         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8092         'imap' for netrc parsing.
8093
8094 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8095
8096         * mailcap.el (mailcap-mime-data): Mark as risky.
8097
8098 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8101         may be included in the encoded word.
8102         (rfc2047-encode): Don't append a space if the encoded word
8103         includes close parenthesis.
8104
8105 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8108         of text within parentheses.
8109
8110 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8111
8112         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8113         (gnus-encrypt-write-file-contents): Make the password key the file
8114         name PLUS the cipher, not just the cipher.  Also remove failed
8115         passwords from the cache.
8116
8117 2004-08-06  Simon Josefsson  <jas@extundo.com>
8118
8119         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8120         fix.
8121
8122 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8125         LWSP.
8126
8127 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8128
8129         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8130         to append in-reply-to: data to the references: header.
8131
8132         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8133         (netrc-parse): Use gnus-encrypt.el functions.
8134
8135         * gnus-encrypt.el: Add new file for encryption support; currently
8136         does only a few GPG ciphers and an internal XOR cipher.
8137
8138         * password.el: Add comments on using password-read-and-add.
8139         (password-read-and-add): Add function to read and add the
8140         password to the cache at once.
8141
8142 2004-07-28  Simon Josefsson  <jas@extundo.com>
8143
8144         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8145         parameter (but don't use it, for now).
8146
8147         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8148         instead of hard coding to nil.
8149
8150 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8153         as mm-inline-image-xemacs does.
8154
8155 2004-07-26  Simon Josefsson  <jas@extundo.com>
8156
8157         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8158         Revert part of 2004-07-17 change below.
8159
8160 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8163         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8164
8165 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8166
8167         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8168         quotes that actually start with ">" at the beginning of the
8169         lines.
8170
8171 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * rfc2047.el (rfc2047-encode-region): Fix last change.
8174         (rfc2047-encode-parameter): Remove useless concat.
8175
8176 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8179         encode special characters; fix some kind of misconfigured headers;
8180         signal a real error if debug-on-quit or debug-on-error is non-nil.
8181         (rfc2047-encode-max-chars): New variable.
8182         (rfc2047-encode-1): Use it.
8183         (rfc2047-encode-parameter): New function.
8184
8185         * mml.el (mml-insert-parameter): Remove an excessive space.
8186
8187 2004-07-17  Simon Josefsson  <jas@extundo.com>
8188
8189         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8190         Kai Grossjohann <kai@emptydomain.de>.
8191         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8192         (gnus-group-make-menu-bar): Ditto.
8193
8194         * gnus-util.el (gnus-group-server): Add.
8195
8196 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8197
8198         * message.el (message-clone-locals): Clone sendmail and smtp
8199         variables.
8200
8201 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * rfc2047.el (rfc2047-encode-region): Fix last change.
8204
8205 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8208         characters as non-special.
8209
8210 2004-07-09  Simon Josefsson  <jas@extundo.com>
8211
8212         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8213         Users will lose all flag changes made while unplugged with
8214         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8215         good default.  See numerous reports on ding mailing list.
8216
8217 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8220         add generate-head-function and generate-article-function to the
8221         rfc822-forward entry.
8222         (nndoc-rfc822-forward-generate-article): New function.
8223         (nndoc-rfc822-forward-generate-head): New function.
8224
8225         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8226
8227 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8228
8229         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8230         respect display group parameter and gnus-summary-expunge-below.
8231         (gnus-articles-to-read): Remove unused reference to display group
8232         parameter.
8233
8234 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8235
8236         * nnheader.el (nnheader-uniquify-message-id): New experimental
8237         variable.
8238         (nnheader-nov-read-message-id): Use it.
8239
8240         * spam-report.el (spam-report-gmane): Add interactive.
8241
8242 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8245         qp-or-base64 for the application/* types.
8246
8247 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8248
8249         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8250
8251 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8252
8253         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8254         trim value.
8255
8256 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8257
8258         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8259         New macro and function.
8260         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8261
8262 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8265         after-load-alist.
8266
8267 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8268
8269         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8270         update info that isn't there.
8271
8272 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8273
8274         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8275         entry.
8276
8277 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * mm-view.el (mm-inline-render-with-function): Use multibyte
8280         buffer; decode html source by charset.
8281
8282         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8283
8284         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8285         Mule-UCS is loaded under XEmacs.
8286         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8287
8288 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8289
8290         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8291
8292 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * mm-util.el (mm-coding-system-p): Return a coding-system.
8295         (mm-mime-mule-charset-alist): Use shift_jis instead of
8296         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8297         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8298         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8299         instead of japanese-shift-jis and iso-latin-1 respectively in
8300         order to share the default value with both Emacs and XEmacs-mule.
8301         (mm-mule-charset-to-mime-charset): Make
8302         mm-coding-system-priorities effective.
8303         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8304         while predicating of candidates upon the priorities.
8305
8306 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8307
8308         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8309         gnus-uu-invert-processable.
8310
8311         * gnus.el: Autoload gnus-uu-invert-processable.
8312
8313 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * mm-util.el (mm-with-multibyte-buffer): New macro.
8316
8317         * rfc2047.el (rfc2047-encode-string): Use it.
8318         (rfc2047-encode-region): Move point to the end of the region after
8319         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8320
8321 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8324         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8325
8326 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8329         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8330         Karl Chen <quarl@nospam.quarl.org>.
8331
8332 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8333
8334         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8335         invalid addresses.
8336
8337 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8338
8339         * spam.el: Change section markers, revise TODO list.
8340         (spam-backends): Make new master list of all installed backends.
8341         (spam-summary-exit-behavior): Add new variable to determine how
8342         messages moves are done at summary exit.
8343         (spam-move-spam-nonspam-groups-only)
8344         (spam-process-ham-in-nonham-groups)
8345         (spam-process-ham-in-spam-groups): Remove variables, the
8346         spam-summary-exit-behavior variable should be used to manage this
8347         behavior.
8348         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8349         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8350         and spam-old-spam-articles.
8351         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8352         Add empty variables, placeholders for the backends they represent.
8353         (spam-set-difference): Move, unchanged.
8354         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8355         unless the user has a processor variable.
8356         (spam-classifications, spam-classification-valid-p)
8357         (spam-backend-properties, spam-backend-property-valid-p)
8358         (spam-backend-function-type-valid-p)
8359         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8360         (spam-report-articles-gmane, spam-report-articles-resend):
8361         Remove functions, they are not needed.
8362         (spam-install-backend-super, spam-backend-list)
8363         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8364         (spam-backend-function, spam-backend-ham-registration-function)
8365         (spam-backend-spam-registration-function)
8366         (spam-backend-ham-unregistration-function)
8367         (spam-backend-spam-unregistration-function)
8368         (spam-backend-statistical-p, spam-backend-mover-p)
8369         (spam-install-backend-alias, spam-install-checkonly-backend)
8370         (spam-install-mover-backend, spam-install-nocheck-backend)
8371         (spam-install-backend, spam-install-statistical-backend)
8372         (spam-install-statistical-checkonly-backend): Add backend installation
8373         support.
8374         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8375         (spam-group-processor-p): Use the new backend code and respect the
8376         summary exit behavior.
8377         (spam-mark-spam-as-expired-and-move-routine): Remove.
8378         (spam-summary-prepare): Change to use the new spam-old-articles
8379         variable.
8380         (spam-copy-or-move-routine, spam-copy-spam-routine)
8381         (spam-move-spam-routine, spam-copy-ham-routine)
8382         (spam-move-ham-routine): Add code to copy/move ham or spam.
8383         (spam-fetch-field-fast): Improve doc and code, plus allow the
8384         'number request.
8385         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8386         variables.
8387         (spam-split, spam-find-spam): Use the new backend code.
8388         (spam-registration-functions): Remove variable.
8389         (spam-unregister-routine): Add convenience wrapper.
8390         (spam-log-undo-registration, spam-register-routine)
8391         (spam-log-processing-to-registry)
8392         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8393         where possible.
8394         (spam-check-gmane-xref, spam-check-regex-headers)
8395         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8396         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8397         (spam-check-bogofilter-headers, spam-check-spamoracle)
8398         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8399         (spam-check-crm114-headers): Use the spam-split-group that
8400         spam-split prepares, no need to determine it every time.
8401
8402         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8403         to the nnheader-parse-naked-head call.
8404
8405         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8406
8407         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8408         the nnheader-nov-read-message-id call.
8409
8410 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8413         gnus-activate-group twice.  Suggested by Markus Peter
8414         <warp@spin.de>.
8415
8416 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * gnus-art.el (gnus-article-time-format): Exchange the order of
8419         day and month in the default value; fix customization type.
8420         (article-date-ut): Use add-text-properties.
8421         (article-make-date-line): Use message-make-date instead of
8422         current-time-string.
8423
8424         * message.el (message-fetch-field): Don't use set-text-properties.
8425         (message-make-date): Simplify.
8426
8427         * messagexmas.el (message-xmas-make-date): New function.
8428         (message-xmas-redefine): Defalias message-make-date to it.
8429
8430 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8433         (rfc2047-encode-region): Treat text within parentheses as special;
8434         show the original text when error has occurred.
8435
8436         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8437         already-computed method to gnus-activate-group.
8438
8439         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8440         same select-methods identical Lisp objects.
8441
8442         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8443         object when modifying the info.
8444
8445 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8448         gnus-opened-servers since it has never been opened with the new
8449         configuration yet.
8450
8451 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8454         arg to nnheader-generate-fake-message-id.
8455
8456 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8457
8458         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8459         number and build a fake message ID localized to a group and
8460         article number (so it's repeatable from that point on).
8461         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8462         ID format.
8463
8464         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8465         nnheader-generate-fake-message-id with the article number.
8466
8467 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8468
8469         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8470         end-of-buffer.
8471
8472 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8473
8474         * message.el (message-ignored-supersedes-headers): Add Approved.
8475
8476 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8479         goto-char.
8480         (rfc2047-encode): Fold the line before encoding.
8481
8482 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8483
8484         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8485         folding -- not all headers can be folded, and this should be done
8486         by the message composition mode.  Probably.  I think.
8487
8488 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8491         fast.
8492
8493         * gnus-ems.el (gnus-remove-image): Don't use
8494         message-text-with-property; remove only the image found first.
8495
8496         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8497         found first.
8498
8499 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8500
8501         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8502
8503 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * message.el (message-text-with-property): Make it fast and accept
8506         optional arguments.
8507         (message-strip-forbidden-properties): Use it.
8508         (message-fix-before-sending): Follow the m-t-w-p change.
8509
8510         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8511
8512 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-art.el (article-hide-headers): Don't change the buffer
8515         mistakenly when performing mml-preview even if
8516         gnus-single-article-buffer is nil.
8517
8518 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8519
8520         * message.el (message-expand-name-databases): New user option.
8521         (message-expand-name): Use it.
8522
8523 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8524
8525         * spam.el (spam-report-articles-resend)
8526         (spam-report-resend-register-routine): Allow ham reporting.
8527         (spam-report-resend-register-ham-routine): Add wrapper.
8528         (spam-registration-functions): Add ham resending functions.
8529         (spam-list-of-processors): Add ham resend processor.
8530
8531         * gnus.el (ham-resend-to): Add new group parameter.
8532         (spam-process): Add ham resend option.
8533
8534         * spam-report.el (spam-report-resend): Allow reporting ham.
8535         (spam-report-resend-ham): Add wrapper.
8536
8537 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8538
8539         * message.el (message-cite-articles-with-x-no-archive): New
8540         variable.
8541         (message-cite-original): Use it.
8542
8543 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8544
8545         * message.el (message-cite-original): Respect X-No-Archive.
8546
8547 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * gnus-art.el (article-hide-headers): Refer to the values for
8550         gnus-ignored-headers and gnus-visible-headers in the summary
8551         buffer since a user may have set them as group parameters.
8552
8553 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8554
8555         * assistant.el (assistant-node-name): Add convenience function.
8556         (assistant-render-text, assistant-render-node): Add error handling,
8557         plus handle multiple next nodes.
8558         (assistant-find-next-node): Comment out for now.
8559         (assistant-find-next-nodes): Add function, returns list of next
8560         nodes.
8561
8562 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * mail-source.el (mail-source-directory): Fix doc-string.
8565
8566 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8567
8568         * assistant.el (assistant-render-text, assistant-eval): Add :set
8569         widget type, which is different because it takes and returns a
8570         list.  Much hilarity ensues.
8571
8572 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8573
8574         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8575
8576         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8577         doc-string.
8578
8579         * gnus-start.el (gnus-activate-group): Added doc-string.
8580
8581 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8584
8585 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8586
8587         * assistant.el (assistant-render-text): Try to add a :set
8588         widget, more to come.
8589
8590         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8591         strings.
8592         (spam-report-articles-resend)
8593         (spam-register-routine): Do registration iff any articles warrant
8594         it.
8595         (spam-summary-prepare-exit): Change log message for nil group
8596         destinations.
8597
8598 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8599
8600         * spam.el (spam-report-resend-register-routine): Allow
8601         spam-report-resend-to to be a group parameter or a global value.
8602
8603 2004-05-26  Simon Josefsson  <jas@extundo.com>
8604
8605         * starttls.el: Merge with my GNUTLS based starttls.el.
8606         (starttls-gnutls-program, starttls-use-gnutls)
8607         (starttls-extra-arguments, starttls-process-connection-type)
8608         (starttls-connect, starttls-failure, starttls-success): New
8609         variables.
8610         (starttls-program, starttls-extra-args): Doc fix.
8611         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8612         functions.
8613         (starttls-negotiate, starttls-open-stream): Check
8614         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8615         function if it is set.
8616
8617 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8620         structured fields.
8621
8622 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8625
8626 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8627
8628         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8629         variable.
8630         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8631         assigning the spam-mark to new messages.
8632
8633 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8634
8635         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8636
8637 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8640
8641         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8642         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8643         default.
8644
8645 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8646
8647         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8648         correct data.
8649
8650 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8651
8652         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8653         (spam-group-processor-p): Fix function.
8654         (spam-group-processor-multiple-p)
8655         (spam-group-spam-processor-report-gmane-p)
8656         (spam-group-spam-processor-report-resend-p)
8657         (spam-group-spam-processor-bogofilter-p)
8658         (spam-group-spam-processor-blacklist-p)
8659         (spam-group-spam-processor-ifile-p)
8660         (spam-group-ham-processor-ifile-p)
8661         (spam-group-spam-processor-spamoracle-p)
8662         (spam-group-spam-processor-crm114-p)
8663         (spam-group-ham-processor-bogofilter-p)
8664         (spam-group-spam-processor-stat-p)
8665         (spam-group-ham-processor-stat-p)
8666         (spam-group-ham-processor-whitelist-p)
8667         (spam-group-ham-processor-BBDB-p)
8668         (spam-group-ham-processor-spamoracle-p)
8669         (spam-group-ham-processor-copy-p): Remove functions with some
8670         prejudice against unneeded code.
8671         (spam-report-articles-resend)
8672         (spam-report-resend-register-routine): Allow the group/topic
8673         spam-resend-to value to override spam-report-resend-to.
8674         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8675         properly now.
8676
8677         * gnus.el (spam-resend-to): Add group/topic parameter.
8678         (spam-process): Move the OBSOLETE processors to the end of the
8679         choices.
8680
8681 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8682
8683         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8684         with resend-to set to nil, and then ask the user if necessary.
8685         (spam-report-resend): spam-report-resend takes a list of articles, not
8686         separate article numbers.
8687
8688 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8691         addition to emacs-w3m.
8692
8693 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8694
8695         * assistant.el (assistant-authinfo-data): New function.
8696         (assistant-eval): Eval for entire assistant.
8697
8698         * netrc.el (netrc-services-file): New variable.
8699         (netrc-parse-services): New function.
8700         (netrc-find-service-name): New function.
8701         (netrc-find-service-number): New function.
8702         (netrc-port-equal): New function.
8703         (netrc-machine): Use it.
8704
8705         * nnimap.el (nnimap-open-connection): Use netrc.
8706
8707         * gnus-util.el (gnus-netrc-get): Remove aliases.
8708
8709         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8710
8711         * assistant.el (wid-edit): Fix compilation.
8712
8713         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8714
8715 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8716
8717         * gnus-util.el (gnus-set-file-modes): New function.  (small
8718         patch).
8719
8720 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8721
8722         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8723
8724         * assistant.el (assistant-render-node): Fix up rendering and
8725         read-only text.
8726         (assistant-render-node): Reset.
8727         (assistant-make-read-only): Not sticky.
8728
8729 2004-05-20  Danny Siu  <dsiu@adobe.com>
8730
8731         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8732         centered even when gnus-auto-center-summary is t
8733
8734 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8735
8736         * dns.el (dns-get-txt-answer): New function.
8737         (dns-read-txt): Ditto.
8738         (query-dns): Use it.
8739
8740 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8743         active for foreign groups even if the group level is higher than
8744         the specified value.
8745
8746 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8747
8748         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8749         non-active groups.
8750
8751         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8752
8753 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8754
8755         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8756
8757 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8758
8759         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8760         (spam-crm114-header, spam-crm114-spam-switch)
8761         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8762         (spam-crm114-positive-spam-header)
8763         (spam-crm114-database-directory, spam-list-of-processors)
8764         (spam-group-spam-processor-crm114-p)
8765         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8766         (spam-generic-score, spam-list-of-checks)
8767         (spam-list-of-statistical-checks, spam-registration-functions)
8768         (spam-check-crm114-headers, spam-crm114-score)
8769         (spam-check-crm114, spam-crm114-register-with-crm114)
8770         (spam-crm114-register-spam-routine)
8771         (spam-crm114-unregister-spam-routine)
8772         (spam-crm114-register-ham-routine)
8773         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8774         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8775
8776         * gnus.el: Add spam-use-crm114.
8777
8778         * spam.el (spam-list-of-processors, spam-registration-functions):
8779         Add spam-use-resend.
8780         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8781         (spam-report-articles-gmane): Add doc fix.
8782         (spam-report-articles-resend,
8783         spam-report-resend-register-routine): Add wrappers around
8784         spam-report-resend-to.
8785
8786         * spam-report.el (spam-report-resend-to, spam-report-resend):
8787         Add support for resending spam.
8788         (spam-report-gmane): Fix line length >80.
8789
8790         * gnus.el (spam-process): Add spam-use-resend.
8791
8792 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8793
8794         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8795         number of processed spam messages.
8796         (spam-ham-copy-or-move-routine): Return the number of processed
8797         ham messages.
8798         (spam-summary-prepare-exit): Use the above values to decide
8799         whether status messages shouled be displayed.
8800
8801 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8804         `rfc2047-encoding-function-alist' in order to avoid conflicting
8805         with the old version.
8806         (rfc2047-encode-region): Concatenate words containing non-ASCII
8807         characters in structured fields; don't encode space-delimited
8808         ASCII words even in unstructured fields; don't break words at
8809         char-category boundaries.
8810         (rfc2047-encode-1): New function.
8811         (rfc2047-encode): Use it; encode text so that it occupies the
8812         maximum width within 76-column; work correctly on Q encoding for
8813         iso-2022-* charsets.
8814         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8815         sure not to break a line just after the header name.
8816         (rfc2047-b-encode-region): Removed.
8817         (rfc2047-b-encode-string): New function.
8818         (rfc2047-q-encode-region): Removed.
8819         (rfc2047-q-encode-string): New function.
8820
8821         * mm-util.el (mm-replace-in-string): New function.
8822
8823 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8824
8825         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8826         get it right.
8827         (gnus-inews-make-draft): Really.
8828
8829 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8830
8831         * nnmh.el (nnmh-request-list-1): Don't check the link count
8832         before descending.  (small patch)
8833
8834 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8835
8836         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8837         stuff.
8838
8839         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8840         on real group name.
8841
8842         * gnus-art.el (gnus-signature-limit): Doc fix.
8843
8844         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8845
8846         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8847
8848 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8849
8850         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8851         isn't a string.
8852
8853 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8854
8855         * gnus-draft.el (gnus-draft-send): Bind
8856         rfc2047-encode-encoded-words.
8857
8858         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8859         (rfc2047-encodable-p): Say that =? needs encoding.
8860         (rfc2047-encode-encoded-words): New variable.
8861
8862         * gnus-group.el (gnus-group-select-group): Doc fix.
8863
8864         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8865
8866         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8867         to nil.
8868
8869         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8870
8871         * nnheader.el (nnheader-get-lines-and-char): New function.
8872
8873 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * gnus-msg.el (gnus-summary-followup-with-original): Document
8876         yanking of region when active.
8877
8878 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8881         groups if the group level is higher than the specified value.
8882
8883 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8886         (gnus-group-jump-to-group): Added prefix argument using
8887         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8888         non-active group.
8889
8890         * compface.el (uncompface): Be verbose when changing
8891         `uncompface-use-external'.
8892
8893         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8894         handle manual section.
8895
8896 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8897
8898         * gnus-art.el (gnus-button-alist): Revert previous change.
8899
8900 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8901
8902         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8903
8904 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8905
8906         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8907         whether backend can accept message.
8908
8909         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8910
8911 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8912
8913         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8914         Avoid creating directory when nntp-marks-is-evil is true.
8915         Reported by Reiner Steib.
8916
8917 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * gnus-picon.el (gnus-picon-style): New variable.
8920         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8921         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8922         Jesper Harder <harder@ifa.au.dk>.
8923
8924 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8925
8926         * message.el (message-fill-field): Return point.
8927         (message-generate-headers): Go to end of field.
8928
8929         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8930         stuff for non-living groups.
8931
8932 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8933
8934         * gnus-art.el (gnus-article-followup-with-original)
8935         (gnus-article-reply-with-original): gnus-mark-active-p ->
8936         gnus-region-active-p.
8937
8938 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8939
8940         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8941         only when there is spam or ham to be processed.
8942
8943 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8944
8945         * mail-source.el (mail-source-delete-crash-box): Refactor.
8946         (mail-source-fetch): Use it.
8947         (mail-source-fetch-file): Ditto.
8948         (mail-source-fetch-directory): Run postscript in loop.
8949         (mail-source-fetch-pop): Delete.
8950         (mail-source-fetch-maildir): Ditto.
8951         (mail-source-fetch-imap): Ditto.
8952
8953         * imap.el (imap-authenticators): Comment out sasl.
8954
8955         * message.el (message-skip-to-next-address): New function.
8956         (message-fill-header-address): Refactor.
8957         (message-fill-address): Use it.
8958         (message-delete-address): Use it.
8959         (message-fill-header-general): Refactor.
8960         (message-fill-field-address): Rename.
8961         (message-narrow-to-field): Find the start of the header.
8962         (message-header-format-alist): Don't pre-fill.
8963         (message-fill-header): Removed.
8964         (message-insert-header): New function.
8965         (message-shorten-references): Use it.
8966
8967         * rfc2047.el (rfc2047-field-value): Strip props.
8968
8969         * mail-parse.el (mail-header-make-address): New alias.
8970
8971         * ietf-drums.el (ietf-drums-make-address): New function.
8972
8973         * imap.el: Add compiler directives.
8974
8975         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8976
8977         * gnus-art.el (article-decode-idna-rhs): Don't use
8978         message-idna-inside-rhs-p.
8979
8980 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8981
8982         * message.el (message-idna-inside-rhs-p): Removed.
8983         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8984
8985         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8986         false positives.
8987
8988 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8989
8990         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8991
8992 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8993
8994         * nneething.el (nneething-file-name): Don't create spurions
8995         files.
8996
8997         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8998         (gnus-inews-do-gcc): Remove sleep.
8999
9000         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9001         part under point.
9002
9003         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9004         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9005
9006 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9007
9008         * spam.el (spam-summary-prepare-exit): Fixed (length).
9009
9010 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9011
9012         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9013         as expired without moving it" message when there are spam
9014         messages left.
9015
9016 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9017
9018         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9019         header is not nil.
9020
9021 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9022
9023         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9024         nntp-possibly-create-directory, not nntp-possibly-change-group.
9025         (nntp-marks-changed-p): New arg SERVER.
9026         (nntp-request-update-info): Adjust caller.
9027
9028 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9029
9030         * nntp.el (nntp-save-marks): Pass missing arg.
9031
9032 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9033
9034         * nntp.el: Support marks.
9035         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9036         (nntp-marks-modtime, nntp-marks-directory): New variables.
9037         (nntp-request-set-mark, nntp-request-update-info)
9038         (nntp-possibly-create-directory, nntp-marks-changed-p)
9039         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9040         functions.
9041
9042 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9043
9044         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9045         (gnus-xmas-redefine): Rename.
9046
9047         * gnus-score.el (gnus-score-insert-help): Use
9048         gnus-select-lowest-window.
9049
9050         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9051         appt-select-lowest-window and rename to gnus-select-lowest-window.
9052
9053         * gnus.el: do.
9054
9055 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9056
9057         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9058         encodings of MIME-encoded words, in order to improve
9059         interoperability with several broken MUAs.
9060
9061 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9062
9063         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9064         tags, only when charsets are not specified in headers.
9065         (mm-inline-text-html-render-with-w3m): Ditto.
9066
9067         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9068         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9069
9070 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9071
9072         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9073         instead of MIME-decoded from fields when checking
9074         `gnus-article-address-banner-alist'.
9075
9076 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9077
9078         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9079         description rather than subject.
9080
9081 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9082
9083         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9084
9085 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9086
9087         * gnus.el (gnus-version-number): Bump.
9088
9089 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9090
9091         * gnus.el: No Gnus v0.2 is released.
9092
9093 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094
9095         * gnus-agent.el (gnus-agent-read-agentview): Inline
9096         gnus-uncompress-range.
9097
9098 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9099
9100         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9101         `exec-installed-p'.
9102
9103 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9104
9105         * gnus.el (spam-process, spam-autodetect-methods): Add
9106         bsfilter and bsfilter-headers.
9107
9108         * spam.el (spam-bsfilter): New customize group.
9109         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9110         (spam-bsfilter-header, spam-bsfilter-probability-header)
9111         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9112         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9113         (spam-bsfilter-database-directory): New options.
9114         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9115         (spam-list-of-statistical-checks, spam-registration-functions):
9116         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9117         (spam-bsfilter-score): New command.
9118         (spam-check-bsfilter-headers, spam-check-bsfilter)
9119         (spam-bsfilter-register-with-bsfilter)
9120         (spam-bsfilter-register-spam-routine)
9121         (spam-bsfilter-unregister-spam-routine)
9122         (spam-bsfilter-register-ham-routine)
9123         (spam-bsfilter-unregister-ham-routine): New functions.
9124         (spam-generic-score): Support bsfilter; Accept an optional argument
9125         to recalcurate spam score even if scoring header has already been
9126         added.
9127         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9128         optional argument to recalcurate spam score even if scoring header
9129         has already been added.
9130
9131 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9132
9133         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9134         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9135         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9136         link is missing.
9137
9138 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9139
9140         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9141         (html2text-get-attr): Rewrite.
9142
9143         * message.el (message-setup-1): Remove redundant put-text-property
9144         on mail-header-separator.
9145
9146 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9147
9148         * gnus-registry.el (gnus-registry-cache-whitespace)
9149         (gnus-registry-action, gnus-registry-spool-action)
9150         (gnus-registry-split-fancy-with-parent): Change message levels
9151         from 5 to 3 or 7, as needed.
9152
9153         * spam.el (spam-summary-prepare-exit)
9154         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9155         (spam-split, spam-find-spam, spam-log-undo-registration)
9156         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9157         level from 5 to 6.
9158
9159 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9162         2004-03-04 change).
9163
9164 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9165
9166         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9167         Use mapc when appropriate.
9168
9169         * sieve-manage.el (sieve-manage-open): do.
9170
9171         * nnweb.el (nnweb-insert-html): do.
9172
9173         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9174         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9175
9176         * nnspool.el (nnspool-request-group): do.
9177
9178         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9179         do.
9180
9181         * nnml.el (nnml-request-update-info): do.
9182
9183         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9184         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9185
9186         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9187         (nnimap-request-set-mark): do.
9188
9189         * nnfolder.el (nnfolder-request-update-info): do.
9190
9191         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9192         do.
9193
9194         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9195
9196         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9197
9198         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9199         do.
9200
9201         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9202         do.
9203
9204         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9205
9206         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9207
9208         * gnus-int.el (gnus-start-news-server): do.
9209
9210         * gnus-group.el (gnus-group-make-kiboze-group)
9211         (gnus-group-browse-foreign-server): do.
9212
9213 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9214
9215         FIXME: Make separate entries for each person.
9216
9217         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9218         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9219         <shields@msrl.com>:
9220
9221         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9222         may need for spam sorting and scoring.
9223         (spam-user-format-function-S): Add user format function suitable for
9224         general use.
9225         (spam-article-sort-by-spam-status): Add sorting function for summary
9226         sorting.
9227         (spam-extra-header-to-number): Add function to get a score from a
9228         header.
9229         (spam-summary-score): Add function to  get a numeric score from the
9230         headers.
9231         (spam-generic-score): Fixed function doc, was in wrong place.
9232         (spam-initialize): Take symbols when it's run, and install the
9233         extra headers that spam-necessary-extra-headers thinks we need.
9234
9235 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9236
9237         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9238         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9239
9240 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9241
9242         * gnus-sum.el (gnus-set-global-variables)
9243         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9244         (gnus-article-get-xrefs, gnus-summary-best-group)
9245         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9246         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9247         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9248         with-current-buffer.
9249
9250 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9251
9252         * spam.el (spam-summary-prepare-exit): Simplify logic.
9253         (spam-fetch-article-header): Read the article header if it's not
9254         available.
9255         (spam-list-articles): Simplify logic.
9256         (spam-filelist-register-routine): Fix bug with unregister-list.
9257
9258         * gnus-registry.el: Fix comments at beginning.
9259
9260 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9261
9262         * message.el (message-cater-to-broken-inn): Remove.
9263         (message-shorten-references): Make sure the total folded length of
9264         References is shorter than 998 characters to cater to a bug in INN
9265         2.3.  Also, don't pretend that references aren't folded -- this
9266         hasn't worked for a while.
9267
9268 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9269
9270         * gnus-agent.el (gnus-agentize):
9271         gnus-agent-send-mail-real-function no longer set to current value
9272         of message-send-mail-function but rather a lambda that calls
9273         message-send-mail-function.  The change makes the agent real-time
9274         responsive to user changes to message-send-mail-function.
9275
9276 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9277
9278         * legacy-gnus-agent.el
9279         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9280         help from Florian Weimer <fw@deneb.enyo.de>
9281
9282 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * nnmail.el (nnmail-cache-insert): Revert last change.
9285
9286 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * nnmail.el (nnmail-cache-insert): Always check whether
9289         nnmail-cache-ignore-groups matches a group name.
9290
9291 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9292
9293         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9294         (spam-find-spam, spam-log-processing-to-registry)
9295         (spam-log-registered-p, spam-log-unregistration-needed-p)
9296         (spam-log-undo-registration): Use gnus-message instead of
9297         gnus-error, none of these errors are fatal.
9298
9299         * gnus-registry.el (gnus-registry-clean-empty-function)
9300         (gnus-registry-clean-empty): Remove only empty entries without
9301         extra data.
9302
9303 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9304
9305         * spam-stat.el (spam-stat-buffer-change-to-spam)
9306         (spam-stat-buffer-change-to-non-spam): Change (error) to
9307         (gnus-message 8) invocation.
9308
9309 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * nntp.el (nntp-via-netcat-command): New variable.
9312         (nntp-via-netcat-switches): New variable.
9313         (nntp-open-via-rlogin-and-netcat): New function.
9314         (nntp-open-connection-function): Doc fix.
9315         (nntp-telnet-command): Doc fix.
9316         (nntp-end-of-line): Doc fix.
9317         (nntp-via-rlogin-command): Doc fix.
9318         (nntp-via-user-name): Doc fix.
9319         (nntp-via-address): Doc fix.
9320
9321 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9324         error in Emacs 21.1.
9325
9326 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9329
9330 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9331         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9332         (gnus-agent-with-refreshed-group): New macro.
9333         (gnus-agent-rename-group): New function.
9334         (gnus-agent-delete-group): New function.
9335         (gnus-agent-save-group-info): Use gnus-command-method when
9336         `method' parameter is nil.  Don't write nil entries into the
9337         active file.
9338         (gnus-agent-get-group-info): New function.
9339         (gnus-agent-fetch-articles): Use
9340         gnus-agent-update-files-total-fetched-for to increment disk space
9341         used.
9342         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9343         gnus-agent-update-view-total-fetched-for to increment disk space
9344         used.
9345         (gnus-agent-get-local): Added optional parameters to avoid calling
9346         gnus-group-real-name and gnus-find-method-for-group.
9347         (gnus-agent-set-local): Delete stored entry if either min, or max,
9348         are nil.
9349         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9350         quit, use gnus-agent-regenerate-group to record existance of any
9351         articles fetched to disk before the quit occurred.
9352         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9353         gnus-agent-update-view-total-fetched-for, and
9354         gnus-agent-update-files-total-fetched-for to decrement disk space
9355         used.
9356         (gnus-agent-retrieve-headers): Use
9357         gnus-agent-update-view-total-fetched-for to increment disk space
9358         used.
9359         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9360         with gnus-agent-update-files-total-fetched-for to decrement disk
9361         space and fresh group buffer.
9362         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9363         (gnus-agent-need-update-total-fetched-for): New variable.
9364         (gnus-agent-update-files-total-fetched-for): New function.
9365         (gnus-agent-update-view-total-fetched-for): New function.
9366         (gnus-agent-total-fetched-for): New function.
9367
9368         * gnus-cache.el (gnus-cache-save-buffers): Use
9369         gnus-cache-update-overview-total-fetched-for to change disk space
9370         used by this group.
9371         (gnus-cache-possibly-enter-article): Use
9372         gnus-cache-update-file-total-fetched-for to increment disk space
9373         used by this group.
9374         (gnus-cache-possibly-remove-article): Use
9375         gnus-cache-update-file-total-fetched-for to decrement disk space
9376         used by this group.
9377         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9378         (gnus-cache-rename-group): New function.
9379         (gnus-cache-delete-group): New function.
9380         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9381         (gnus-cache-need-update-total-fetched-for): New variable.
9382         (gnus-cache-with-refreshed-group): New macro.
9383         (gnus-cache-update-file-total-fetched-for): New function.
9384         (gnus-cache-update-overview-total-fetched-for): New function.
9385         (gnus-cache-rename-group-total-fetched-for): New function.
9386         (gnus-cache-delete-group-total-fetched-for): New function.
9387         (gnus-cache-total-fetched-for): New function.
9388
9389         * gnus-group.el: Require gnus-sum and autoload functions to
9390         resolve warnings when gnus-group.el compiled alone.
9391         (gnus-group-line-format): Documented new %F
9392         (size of Fetched data) group line format; identifies disk space
9393         used by agent and cache.
9394         (gnus-group-line-format-alist): Defined new F format.
9395         (gnus-total-fetched-for): New function.
9396         (gnus-group-delete-group): No longer update
9397         gnus-cache-active-altered as gnus-request-delete-group now keeps
9398         the cache in sync.
9399         (gnus-group-list-active): Let the agent store a server's active
9400         list if currently plugged.
9401
9402         * gnus-int.el (gnus-request-delete-group): Use
9403         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9404         local disk in sync with the server.
9405          (gnus-request-rename-group): Use
9406         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9407         local disk in sync with the server.
9408
9409         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9410         simplification to logic.
9411
9412         * gnus-util.el (gnus-rename-file): New function.
9413
9414 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9415
9416         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9417
9418 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9419
9420         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9421         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9422
9423 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9424
9425         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9426         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9427
9428 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9429
9430         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9431
9432 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9433
9434         * spam.el (spam-set-difference): Add function to replace
9435         gnus-set-difference in spam.el.
9436         (spam-summary-prepare-exit): Use spam-set-difference.
9437
9438 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9439
9440         * gnus-registry.el (gnus-registry-cache-file): Update to use
9441         gnus-dribble-directory OR gnus-home-directory OR ~.
9442         (gnus-registry-split-fancy-with-parent): Fix doc.
9443
9444 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * message.el (message-exchange-point-and-mark): Use
9447         message-mark-active-p.  Suggested by Jesper Harder
9448         <harder@ifa.au.dk>.
9449
9450 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * message.el (message-exchange-point-and-mark): Don't activate
9453         region if it was inactive.  Suggested by Hiroshi Fujishima
9454         <pooh@nature.tsukuba.ac.jp>.
9455
9456 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * gnus-art.el (article-display-face): Display Faces in the same
9459         order as X-Faces.
9460
9461 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9464
9465 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9468         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9469         (gnus-article-mime-hierarchy): Remove.
9470         (gnus-article-mime-hierarchy-next): Remove.
9471         (gnus-article-mode): Revert 2004-03-19 change.
9472         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9473         (gnus-insert-mime-button): Revert 2004-03-19 change.
9474         (gnus-mime-accumulate-hierarchy): Remove.
9475         (gnus-mime-enter-multipart): Remove.
9476         (gnus-mime-leave-multipart): Remove,
9477         (gnus-mime-display-part): Revert 2004-03-19 change.
9478         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9479
9480         * mml.el (mml-preview): Revert 2004-03-19 change.
9481
9482 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9483
9484         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9485
9486 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9489         t while entering a file name using the mm-with-multibyte macro.
9490         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9491
9492         * mm-util.el (mm-with-multibyte): New macro.
9493
9494 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9497         user option.
9498         (gnus-mime-multipart-functions): Doc and customization fix.
9499         (gnus-article-mime-hierarchy): New variable.
9500         (gnus-article-mime-hierarchy-next): New variable.
9501         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9502         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9503         gnus-article-mime-hierarchy-next to nil.
9504         (gnus-insert-mime-button): Show hierarchy numbers.
9505         (gnus-mime-accumulate-hierarchy): New function.
9506         (gnus-mime-enter-multipart): New function.
9507         (gnus-mime-leave-multipart): New function.
9508         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9509         (gnus-mime-display-alternative): Show hierarchy numbers.
9510
9511         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9512         gnus-article-mime-hierarchy-next to nil.
9513
9514 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9515
9516         * dns.el: Don't require gnus-xmas.
9517
9518 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9519
9520         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9521         inline PGP.
9522         (mml-menu): Disable mml-quote-region if mark is inactive.
9523
9524 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9527         when the group's active is not available.
9528
9529 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9532         error.
9533
9534 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * imap.el (imap-store-password): New variable.
9537         (imap-interactive-login): Use it.
9538         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9539
9540 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9543         window-start and hscroll to summary window.
9544
9545 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9546
9547         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9548         conversion message to newsrc-dribble when an actual conversion is
9549         performed.
9550
9551 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9552
9553         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9554
9555 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * mm-decode.el (mm-complicated-handles): New function reviving
9558         former definition of mm-multiple-handles.
9559
9560         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9561         (gnus-mime-delete-part): Use it.
9562
9563 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9564
9565         * gnus-agent.el (gnus-agent-read-local): Bind
9566         nnheader-file-coding-system to gnus-agent-file-coding-system to
9567         avoid the implicit assumption that they will always be equal.
9568         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9569         coding-system-for-write, as the with-temp-file macro first prints
9570         to a buffer then saves the buffer.
9571
9572 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * gnus-art.el (gnus-article-edit-part): New function.
9575         (gnus-mime-save-part-and-strip): Use it; do query instead of
9576         signaling an error; don't use mm-multiple-handles.
9577         (gnus-mime-delete-part): Ditto.
9578
9579 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9580
9581         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9582         old file versions.
9583         (gnus-group-prepare-hook): Removed function that converted list
9584         form of gnus-agent-expire-days to group properties.
9585
9586         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9587         (gnus-request-accept-article): Re-indented.
9588
9589         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9590         converters to handle old agent file formats.  Added logic for a
9591         "backup before upgrading warning".
9592         (gnus-convert-mark-converter-prompt): Developers can mark
9593         functions as needing (default), or not needing,
9594         gnus-convert-old-newsrc's "backup before upgrading warning".
9595         (gnus-convert-converter-needs-prompt): Tests whether the user
9596         should be protected from potentially irreversable changes by the
9597         function.
9598
9599         * legacy-gnus-agent.el (): New. Provides converters that are only
9600         loaded when gnus-convert-old-newsrc needs to call them.
9601
9602 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * mail-source.el (mail-source-touch-pop): Doc fix.
9605
9606         * message.el (message-smtpmail-send-it): Doc fix.
9607
9608 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9609
9610         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9611
9612         * nnmail.el (nnmail-split-fancy): do.
9613
9614         * gnus-kill.el (gnus-kill, gnus-execute): do.
9615
9616 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9617
9618         * gnus-sum.el (gnus-widget-reversible-match)
9619         (gnus-widget-reversible-to-internal)
9620         (gnus-widget-reversible-to-external): New functions.
9621         (gnus-widget-reversible): New widget.
9622         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9623
9624 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9625
9626         * gnus-sum.el (gnus-thread-sort-functions)
9627         (gnus-article-sort-functions): Document `(not F)' items.
9628
9629 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9630
9631         * spam.el (spam-use-gmane-xref): Add new backend.
9632         (spam-gmane-xref-spam-group): Add variable to control the name of the
9633         Gmane spam group.
9634         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9635         (spam-regex-headers-spam, spam-regex-headers-ham)
9636         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9637         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9638         backends and checks.
9639         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9640
9641         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9642         an autodetect method.
9643
9644 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9645
9646         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9647         articles are being added to a group.
9648         (gnus-request-replace-article): Inform the agent that articles
9649         need to be uncached as the cached contents are no longer valid.
9650
9651 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * binhex.el: Don't autoload executable-find.
9654
9655         * canlock.el: Don't autoload mail-fetch-field.
9656
9657         * dgnushack.el: Autoload c-mode for XEmacs.
9658
9659         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9660
9661         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9662         rmail-dont-reply-to and rmail-output.
9663
9664         * gnus-score.el: Don't autoload ffap-string-at-point.
9665
9666         * gnus-setup.el: Don't autoload sc-cite-original.
9667
9668         * imap.el: Don't autoload base64-decode-string,
9669         base64-encode-string and md5.
9670
9671         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9672         and rmail-msg-restore-non-pruned-header.
9673
9674         * mm-decode.el: Don't autoload executable-find.
9675
9676         * mm-url.el: Don't autoload executable-find.
9677
9678         * mm-view.el: Don't autoload diff-mode.
9679
9680         * nndb.el: Don't autoload news-reply-mode, news-setup,
9681         cancel-timer and telnet.
9682
9683         * password.el: Don't autoload run-at-time for Emacs.
9684
9685         * sha1-el.el: Don't autoload executable-find.
9686
9687         * sieve-mode.el: Don't autoload c-mode.
9688
9689         * uudecode.el: Don't autoload executable-find.
9690
9691 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9692
9693         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9694         (gnus-agent-possibly-alter-active): Avoid null in numeric
9695         comparison.
9696         (gnus-agent-set-local): Refuse to save null in local object table.
9697         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9698         list of articles that will be marked as unread.
9699
9700 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9703
9704 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9705
9706         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9707         language tags.
9708
9709 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9710
9711         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9712         Don't bind "obarray".
9713
9714         * gnus-sum.el (gnus-thread-sort-functions): Added
9715         `gnus-thread-sort-by-most-recent-number' and
9716         `gnus-thread-sort-by-most-recent-date'.
9717         Reported by Kai Grossjohann <kai@emptydomain.de>.
9718
9719 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9722
9723 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9724
9725         * gnus-cus.el (gnus-agent-customize-category): Removed
9726         ignore-errors macro reference that required cl to be loaded at
9727         run-time.
9728
9729         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9730         single-interval range of the form (min . max).  Previously the
9731         range had to look like ((min . max)).  Likewise, return
9732         (min . max) rather than ((min . max)).
9733         (gnus-range-map): Use gnus-range-normalize to accept
9734         single-interval range.
9735
9736         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9737         the cache, but not the agent, now appear with their usual face.
9738
9739         * dgnushack.el (loaddir): New variable that is bound to the
9740         directory containing the dgnushack.el file. Use loaddir, rather
9741         than srcdir, to update load-path. Change lets dgnushack compile
9742         code in directories other than GNUS/lisp.
9743
9744 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * lpath.el: Don't bind w3m-safe-url-regexp.
9747
9748         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9749         w3m-safe-url-regexp variable buffer-local.
9750
9751         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9752
9753 2004-02-27  Simon Josefsson  <jas@extundo.com>
9754
9755         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9756         gnus-group-real-prefix.
9757         (gnus-summary-move-article): Use it, instead of
9758         gnus-group-real-prefix.
9759
9760 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * lpath.el: Bind w3m-safe-url-regexp.
9763
9764         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9765         w3m-safe-url-regexp variable buffer-local and set it as the value
9766         of mm-w3m-safe-url-regexp.
9767
9768         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9769
9770         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9771         parsing gnus-posting-styles when the message is not for replying.
9772
9773         * dgnushack.el: Autoload sgml-mode for XEmacs.
9774
9775         * nnrss.el (nnrss-opml-export): Use
9776         mm-set-buffer-file-coding-system instead of
9777         set-buffer-file-coding-system.
9778
9779 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9780
9781         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9782         of checkdoc.el).
9783         * nnrss.el: do.
9784         * gnus-mlspl.el: do.
9785         * gnus-ml.el: do.
9786         * gnus-srvr.el: do.
9787
9788         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9789
9790 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9791
9792         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9793         Corrections to custom-manual links.
9794
9795         * gnus-art.el (gnus-article): Ditto.
9796
9797         * mm-decode.el (mime-display, mime-security): Ditto.
9798
9799 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9800
9801         * flow-fill.el: Typo.
9802
9803 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9804
9805         * spam-wash.el: New file.
9806
9807 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9808
9809         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9810
9811 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9812
9813         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9814         to be run with new-articles as LIST1, not LIST2.
9815         (spam-registration-functions): Add spam-use-ham-copy as a nil
9816         registration backend.
9817
9818 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9819
9820         * spam-stat.el (spam-stat-washing-hook): New option.
9821         (spam-stat-buffer-words): Use it.
9822         (spam-stat-process-directory, spam-stat-test-directory): Use
9823         insert-file-contents-literally.
9824         (spam-stat-coding-system): New variable.
9825         (spam-stat-load, spam-stat-save): Use it.
9826
9827 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * spam-report.el (spam-report-plug-agent): Quote
9830         spam-report-url-to-file and spam-report-url-ping-plain.
9831
9832 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9835         / in mailto URLs.
9836
9837 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9838
9839         * spam-report.el (spam-report-process-queue): Fix interactive use.
9840         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9841         (spam-report-unplug-agent): Doc fixes.
9842         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9843         (spam-report-agentize, spam-report-deagentize): Autoload
9844
9845 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9848
9849         * message.el (message-setup-fill-variables): Add mml tags to
9850         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9851         <ajk@iu.edu>.
9852         (message-mode): Don't modify paragraph-separate there.
9853
9854 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * compface.el (uncompface-use-external): Default to undecided.
9857         (uncompface-use-external-threshold): New variable.
9858         (uncompface-float-time): New macro.
9859         (uncompface): Determine whether to use the external decoder if
9860         uncompface-use-external is undecided.
9861
9862 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9863
9864         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9865         after images.
9866
9867         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9868
9869 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9870
9871         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9872
9873         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9874
9875         * gnus-sum.el (gnus-summary-limit-to-age)
9876         (gnus-summary-limit-children): do.
9877
9878         * gnus-int.el (gnus-request-scan): do.
9879
9880         * gnus-group.el (gnus-group-suspend): do.
9881
9882         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9883
9884         * gnus-cite.el (gnus-cite-parse-attributions): do.
9885
9886         * gnus-agent.el (gnus-summary-set-agent-mark)
9887         (gnus-agent-regenerate-group): do.
9888
9889         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9890
9891         * binhex.el (binhex-decode-region-internal): do.
9892
9893 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * gnus-fun.el (gnus-face-properties-alist): New user option.
9896         (gnus-display-x-face-in-from): Use it.
9897
9898         * gnus-art.el (article-display-face): Ditto.
9899
9900         * compface.el (uncompface-use-external): Default to nil.
9901
9902 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9903
9904         * nntp.el (nntp-erase-buffer): New function.
9905         (nntp-retrieve-data, nntp-send-command)
9906         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9907         (nntp-possibly-change-group): Use it.
9908
9909         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9910         with-current-buffer.
9911
9912 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9913
9914         * compface.el: Merge the ELisp-based uncompface program.
9915         (compface): New customization group.
9916         (uncompface-use-external): New user option.
9917         (uncompface): Call uncompface-internal if uncompface-use-external
9918         is nil.
9919         (uncompface-internal): New function.  Note that there are also
9920         some other functions and variables added for this function.
9921
9922 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9923
9924         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9925         if necessary.
9926
9927 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9928
9929         * spam-report.el (spam-report-unplug-agent)
9930         (spam-report-plug-agent, spam-report-deagentize)
9931         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9932         Add support for the Agent in spam-report: when unplugged, report to a
9933         file; when plugged, submit all the requests.
9934
9935         * spam.el (spam-register-routine): Fix message about
9936         registration.
9937
9938 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9939
9940         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9941         dependencies.
9942         (rfc2047-encode): Use it.
9943
9944         * gnus-art.el (gnus-button-marker-list): Move before first
9945         reference.
9946
9947         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9948         (imap-parse-body): Fix format string mismatch.
9949
9950         * gnus-score.el (gnus-summary-increase-score): do.
9951
9952         * nnrss.el (nnrss-close): New function.
9953
9954 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9955
9956         * nnrss.el (nnrss-make-filename): New function.
9957         (nnrss-request-delete-group, nnrss-read-server-data)
9958         (nnrss-save-server-data, nnrss-read-group-data)
9959         (nnrss-save-group-data): Use it.
9960         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9961         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9962         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9963
9964 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9965
9966         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9967
9968 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9969
9970         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9971         files.
9972
9973         * message.el (message-generate-headers-first): Don't quote nil
9974         and t in docstrings.
9975
9976         * imap.el (imap-id): do.
9977
9978         * gnus-agent.el (gnus-agent-consider-all-articles)
9979         (gnus-agent-queue-mail): do.
9980
9981 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * spam-report.el (spam-report-process-queue): New function.
9984         Process requests from `spam-report-requests-file'.
9985         (spam-report-process-queue): Doc fix.
9986
9987 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9988
9989         * spam.el (spam-register-routine)
9990         (spam-log-processing-to-registry, spam-log-registered-p)
9991         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9992         Change "check" to "spam-check" for semi-clarity.
9993
9994 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9995
9996         * pop3.el: Require nnheader.
9997
9998         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9999
10000         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10001
10002         * gnus-picon.el: Require cl.
10003
10004         * gnus-fun.el: Require gnus-ems and gnus-util.
10005
10006         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10007
10008         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10009
10010         * gnus-art.el (gnus-article-edit-mode): Define before first
10011         reference.
10012
10013 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10014
10015         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10016         (gnus-uu-post-encoded): Use point-at-bol.
10017
10018         * gnus-topic.el (gnus-group-active-topic-p): do.
10019
10020         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10021
10022         * gnus-group.el (gnus-group-kill-region): do.
10023
10024         * gnus-art.el (article-date-ut): do.
10025
10026         * message.el (message-fetch-field): Remove redundant
10027         case-fold-search binding.
10028         (message-narrow-to-field): Simplify.
10029
10030 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10031
10032         * spam.el (spam-directory): Derive from `gnus-directory'.
10033
10034         * spam-report.el (spam-report-url-to-file)
10035         (spam-report-requests-file): New function and variable for offline
10036         reporting.
10037         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10038         and user defined function.
10039         (spam-report-url-ping-mm-url): Remove doubled slash.
10040
10041 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10042
10043         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10044
10045 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10046
10047         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10048         format string mismatch.
10049
10050         * sieve.el (sieve-deactivate-all): do.
10051
10052         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10053
10054         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10055
10056         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10057
10058         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10059
10060 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10061
10062         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10063         the list of checks.
10064
10065 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10066
10067         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10068         padding.
10069
10070 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10071
10072         * mm-view.el (mm-fill-flowed): New variable.
10073         (mm-inline-text): Use it.
10074
10075 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10076
10077         * spam.el (spam-spamassassin-register-ham-routine)
10078         (spam-spamassassin-register-spam-routine): Fix function names.
10079
10080 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus.el (gnus-tmp-grouplens): Remove.
10083         (gnus-summary-line-format): Remove grouplens.
10084
10085         * gnus-group.el (gnus-group-line-format): Ditto.
10086
10087         * gnus-spec.el (gnus-format-specs): Ditto.
10088         (gnus-update-format-specifications): Flush the group format spec
10089         cache if there's the grouplens stuff.
10090         (gnus-parse-simple-format): Replace %l with the empty string.
10091
10092 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10093
10094         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10095         omission.
10096
10097 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10098
10099         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10100         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10101
10102 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10103
10104         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10105         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10106         New macros and functions.
10107         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10108         Handle > NLINK_MAX messages.
10109         * nnmaildir.el (nnmaildir-request-set-mark): Use
10110         nnmaildir--emlink-p and nnmaildir--eexist-p.
10111
10112 2004-01-25  Alex Schroeder  <alex@gnu.org>
10113
10114         * spam-stat.el (spam-stat-process-directory-age): New option.
10115         (spam-stat-process-directory): Use it.
10116
10117 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10118
10119         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10120         (spam-stat-save): Accept prefix argument.
10121
10122 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10123
10124         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10125         links" error.
10126
10127 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10130         the rest of the and/or forms.
10131
10132 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10133
10134         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10135         compatibility with old .newsrc.eld files.
10136
10137         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10138
10139         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10140
10141         * gnus-start.el (gnus-1): do.
10142
10143         * gnus-group.el (gnus-group-line-format-alist): do.
10144
10145         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10146
10147         * gnus-gl.el: Remove.
10148
10149 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10150
10151         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10152         marks consisting of a single range {for example, (3 . 5)} rather
10153         than a list of a single range { ((3 . 5)) }.
10154
10155 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10156
10157         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10158         with-current-buffer.
10159         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10160         avoid consing a string.
10161
10162         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10163         Remove obsolete entries for big5 and gb2312.
10164
10165 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10166
10167         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10168         uncompressed list.
10169
10170 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10171
10172         * spam-stat.el (spam-stat-strip-xref): New function.
10173         (spam-stat-process-directory): Use it.
10174
10175         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10176         here -- it's done in message-fetch-field.
10177
10178 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10179
10180         * gnus-agent.el (gnus-agent-queue-mail,
10181         gnus-agent-prompt-send-queue): New variables.
10182         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10183         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10184         "nndraft:queue" along to gnus-draft-send.  Use
10185         gnus-agent-prompt-send-queue.
10186         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10187         is "nndraft:queue".  Suggested by Gaute Strokkenes
10188         <gs234@srcf.ucam.org>
10189
10190         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10191         (agent-enable-undownloaded-faces): Added
10192         (gnus-agent-cat-groups): Use eval-and-compile, not
10193         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10194         method of gnus-agent-cat-groups even when the buffer has been
10195         evaled.
10196         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10197         delete gnus-agent-save-active-1.
10198         (gnus-agent-save-groups): Deleted. Identical to
10199         gnus-agent-save-active.
10200         (gnus-agent-write-active): No longer adjust agent's copy of active
10201         file as agent's adjustments are now stored in their own
10202         file. Removed optional parameter.
10203         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10204         servers.  Add use of min/max range limits from server's local
10205         file.
10206         (gnus-agent-save-alist): Removed unused optional argument.
10207         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10208         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10209         (gnus-agent-set-local): A per-server file that keeps min/max range
10210         limits for articles known to the agent.  Provides a fast mechanism
10211         for altering many active ranges.
10212         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10213         active file (local makes it unnecessary).
10214         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10215
10216         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10217         (agent-enable-undownloaded-faces): Added
10218
10219         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10220         disable it when sending to "nndraft:queue".
10221         (gnus-group-send-queue): Add safety check to avoid sending queue
10222         when unplugged.
10223
10224         * gnus-group.el (gnus-group-catchup): Use new
10225         gnus-sequence-of-unread-articles, not
10226         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10227         numbers of articles.  Use gnus-range-map to avoid having to
10228         uncompress the unread list.
10229         (gnus-group-archive-directory,
10230         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10231         reference.
10232
10233         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10234         (gnus-sorted-range-intersection): Intersection of two ranges
10235         without requiring that they first be uncompressed.
10236
10237         * gnus-start.el (gnus-activate-group): Unless blocked by the
10238         caller, possibly expand the active range to include both cached
10239         and agentized articles.
10240         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10241         multiple version-dependent converters.
10242         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10243         gnus-agent-save-active.
10244         (gnus-save-newsrc-file): Save dirty agent range limits.
10245
10246         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10247         gnus-agent-possibly-alter-active.
10248         (gnus-adjust-marked-articles): Faster handling of simple lists
10249
10250 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10251
10252         * spam-stat.el (spam-stat-test-directory): New optional argument
10253         displays a list of files detected.  Suggested by Andrew Cohen
10254         <cohen@andy.bu.edu>.
10255         (spam-stat-buffer-words-with-scores): Don't narrow and change
10256         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10257
10258 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10259
10260         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10261         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10262         (spam-spamassassin-arguments)
10263         (spam-spamassassin-spam-flag-header)
10264         (spam-spamassassin-positive-spam-flag-header)
10265         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10266         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10267         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10268         (spam-list-of-processors, spam-list-of-checks)
10269         (spam-list-of-statistical-checks, spam-registration-functions)
10270         (spam-check-spamassassin-headers, spam-check-spamassassin)
10271         (spam-spamassassin-score)
10272         (spam-spamassassin-register-with-sa-learn)
10273         (spam-spamassassin-register-spam-routine)
10274         (spam-spamassassin-register-ham-routine)
10275         (spam-assassin-register-spam-routine)
10276         (spam-assassin-register-ham-routine): add SpamAssassin support
10277         (spam-bogofilter-score): fix to show article before scoring
10278
10279 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10280
10281         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10282         default scoring function.
10283         (spam-generic-score): Call spam-spamassassin-score if
10284         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10285         spam-bogofilter-score otherwise.
10286
10287         * gnus.el (spam-process, spam-autodetect-methods): Add
10288         spamassassin and spamassassin-headers.
10289
10290 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10291
10292         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10293         Suppress unnecessary messages.
10294
10295 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10296
10297         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10298         make-hash-table.
10299
10300 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * canlock.el (base64-encode-string): Don't autoload it.
10303
10304 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * run-at-time.el: Remove useless (require 'itimer),
10307         eval-and-compile and (featurep 'xemacs).
10308
10309 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10310
10311         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10312         GROUP is a virtual group.
10313
10314 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10315
10316         * gnus.el: Autoload `message-y-or-n-p'.
10317
10318 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10319
10320         * pgg-parse.el: Remove unnecessary (require 'custom).
10321
10322         * pgg-def.el: do.
10323
10324         * nnmail.el: do.
10325
10326         * gnus-undo.el: do.
10327
10328         * gnus-picon.el: do.
10329
10330         * gnus-util.el: do.
10331
10332 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10333
10334         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10335
10336 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10339         handle, as well as a list.
10340
10341         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10342         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10343         (mm-w3m-cid-retrieve): Simplify.
10344
10345 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10346
10347         * message.el (message-kill-to-signature): Allow prefix arg to
10348         specify number of lines to keep before signature.
10349
10350 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10351
10352         (message-kill-to-signature): Change docstring.
10353
10354 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * canlock.el: Always require sha1-el.
10357         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10358
10359         * message.el: Autoload sha1 only when compiling.
10360
10361         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10362         eudc-expand-inline for XEmacs.
10363
10364 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * message.el (message-canlock-generate): Require sha1-el.
10367
10368 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10369
10370         * message.el (message-expand-name): Silence the byte compiler.
10371
10372         * lpath.el: Add detect-coding-system.
10373
10374         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10375         cus-edit.
10376
10377 2004-01-13  Simon Josefsson  <jas@extundo.com>
10378
10379         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10380         Invoke gnus-score-mode.  Reported by
10381         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10382
10383         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10384         Jim Blandy <jimb@redhat.com> (tiny change).
10385
10386 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10387
10388         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10389
10390 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10391
10392         * spam.el (spam-get-article-as-string): Update to use
10393         gnus-request-article-this-buffer, much simpler.
10394         (spam-get-article-as-buffer): Remove.
10395
10396 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10397
10398         * message.el (message-expand-name): Use EUDC if the user uses
10399         that.
10400
10401 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10402
10403         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10404         character for the encoding to avoid consing a string.
10405
10406         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10407         unnecessarily.
10408
10409         * mm-util.el (mm-replace-chars-in-string): Remove.
10410
10411         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10412         of mm-replace-chars-in-string.
10413
10414 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10415
10416         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10417         strings.
10418
10419         * mm-util.el (mm-subst-char-in-string): Support inplace.
10420
10421         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10422         a new string in every iteration.  Use shy groups.
10423
10424 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10425
10426         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10427         (gnus-group-change-level, gnus-kill-newsgroup)
10428         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10429         (gnus-get-unread-articles, gnus-make-articles-unread)
10430         (gnus-make-ascending-articles-unread): Use accessor
10431         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10432         to get group information for improved readability.
10433
10434         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10435
10436         * gnus-soup.el (gnus-soup-group-brew): do.
10437
10438         * gnus-msg.el (gnus-put-message): do.
10439
10440         * gnus-move.el (gnus-group-move-group-to-server): do.
10441
10442         * gnus-kill.el (gnus-batch-score): do.
10443
10444         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10445         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10446         (gnus-group-update-group, gnus-group-read-group)
10447         (gnus-group-make-group, gnus-group-make-help-group)
10448         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10449         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10450         (gnus-group-sort-by-unread, gnus-group-catchup)
10451         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10452         (gnus-group-yank-group, gnus-group-set-info)
10453         (gnus-group-list-groups): do.
10454
10455         * gnus.el (gnus-generate-new-group-name): do.
10456
10457         * gnus-delay.el (gnus-delay-send-queue): do.
10458
10459         * nnvirtual.el (nnvirtual-catchup-group): do.
10460
10461         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10462         do.
10463
10464         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10465         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10466
10467         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10468         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10469         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10470         (gnus-group-make-articles-read): do.
10471
10472 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10473
10474         * gnus-art.el (article-decode-mime-words, article-babel)
10475         (gnus-article-highlight-signature, gnus-article-add-buttons)
10476         (gnus-signature-toggle): Use gnus-with-article-buffer.
10477
10478         * gnus-art.el (gnus-article-highlight-headers)
10479         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10480
10481         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10482         (gnus-article-set-globals, gnus-request-article-this-buffer)
10483         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10484         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10485         (gnus-mime-display-alternative): Use with-current-buffer.
10486
10487 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10488
10489         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10490         also under 80 char limit, and call gnus-error if needed.
10491         (spam-fetch-article-header): Fix - it was a
10492         buffer-local variable (gnus-newsgroup-data).
10493         (spam-find-spam): Use spam-generate-fake-headers, forget about
10494         spam-insert-fake-headers.
10495         (spam-insert-fake-headers): Remove.
10496
10497 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10498
10499         * deuglify.el (gnus-article-outlook-unwrap-lines)
10500         (gnus-outlook-rearrange-article)
10501         (gnus-outlook-repair-attribution-outlook)
10502         (gnus-outlook-repair-attribution-block)
10503         (gnus-outlook-repair-attribution-other): Remove redundant
10504         save-excursion.
10505
10506 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10507
10508         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10509         (spam-fetch-field-subject-fast)
10510         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10511         (spam-fetch-article-header): Add functions to deal with Gnus
10512         internals for fast retrieval of article header data.
10513         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10514
10515 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10516
10517         * pop3.el (pop3-md5): Remove.
10518         (pop3-apop): Replace pop3-md5 with md5.
10519
10520         * mm-bodies.el: base64 is always built-in.
10521
10522         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10523         with-current-buffer.
10524
10525 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * canlock.el (canlock-insert-header): Remove excessive grouping in
10528         regexp.
10529
10530         * gnus-sum.el (gnus-summary-read-document): Ditto.
10531
10532         * gnus-uu.el (gnus-uu-part-number): Ditto.
10533
10534         * html2text.el (html2text-remove-tags): Ditto.
10535         (html2text-format-tags): Ditto.
10536         (html2text-format-single-elements): Ditto.
10537
10538         * mml.el (mml-parse-1): Ditto.
10539
10540 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10541
10542         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10543
10544         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10545
10546         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10547
10548         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10549
10550 2003-11-15  Simon Josefsson  <jas@extundo.com>
10551
10552         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10553         (pgg-gpg-lookup-key): Use regexp match instead of
10554         split-string (split-string is different between emacs 21.2 and
10555         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10556
10557 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10558
10559         * gnus-art.el (gnus-mime-view-all-parts)
10560         (gnus-article-part-wrapper, gnus-article-view-part): Use
10561         with-current-buffer.
10562
10563 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10564
10565         * spam.el (spam-disable-spam-split-during-ham-respool)
10566         (spam-spamoracle-database, spam-cache-lookups)
10567         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10568         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10569         (spam-group-ham-marks, spam-group-spam-marks)
10570         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10571         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10572         also add spam-use-blackholes to the statistical checks.
10573         (spam-fetch-field-fast): Add interface to fetching fields, may
10574         become a macro.
10575         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10576         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10577         (spam-insert-fake-headers): Fake an article when needed.
10578         (spam-find-spam): Fake article when possible.
10579         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10580         (spam-check-bogofilter-headers): Use message-fetch-field instead
10581         of nnmail-fetch-field.
10582
10583 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10584
10585         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10586
10587 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10588
10589         * spam.el (spam-split): Do not require spam-use-CHECK to be
10590         enabled if that check is passed to spam-split explicitly; also
10591         fix so 'spam doesn't get converted to spam-split-group when
10592         spam-split-symbolic-return is t.
10593         (spam-find-spam): Find registrations of the article and use those
10594         instead of re-running spam-split to find the spam/ham
10595         classification of the article.
10596         (spam-log-processing-to-registry, spam-log-registered-p)
10597         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10598         Use gnus-error instead of gnus-message.
10599         (spam-log-registration-type): Add function to determine the
10600         classification of a message based on registry entries; will
10601         return nil if both 'spam and 'ham are found.
10602         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10603         a reasonably fast local cache without the loading errors.
10604         (spam-cache-lookups): Set to t by default.
10605         (spam-find-spam): Don't try to guess spam-cache-lookups.
10606         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10607         spam-caches entry.
10608         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10609         caching of whitelist/blacklist entries.
10610         (spam-check-whitelist, spam-check-blacklist): Invoke
10611         spam-from-listed-p with a type, not a cache variable.
10612         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10613
10614 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10615
10616         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10617
10618         * nnmail.el (nnmail-split-fancy): do.
10619
10620         * mml.el (mml-parse): do.
10621
10622         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10623         (gnus-score-adaptive): do.
10624
10625 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10628         (gnus-mime-button-map): Don't set keymap parent.
10629         (gnus-button-ctan-directory-regexp): Use shy grouping.
10630         (gnus-prev-page-map): Don't set keymap parent.
10631         (gnus-prev-page-map): Remove duplicated one.
10632         (gnus-next-page-map): Don't set keymap parent.
10633         (gnus-mime-security-button-map): Ditto.
10634
10635         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10636         version number.
10637
10638         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10639
10640 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * canlock.el (canlock-sha1-function): Remove.
10643         (canlock-sha1-function-for-verify): Remove.
10644         (canlock-openssl-program): Remove.
10645         (canlock-openssl-args): Remove.
10646         (canlock-ignore-errors): Remove.
10647         (canlock-sha1-with-openssl): Remove.
10648         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10649         (canlock-verify): Don't use canlock-ignore-errors.
10650
10651         * sha1-el.el (sha1-string-external): Make it can return a string
10652         in binary form.
10653         (sha1-region-external): Ditto.
10654         (sha1-string-internal): Ditto.
10655         (sha1-region-internal): Ditto.
10656         (sha1-region): Ditto.
10657         (sha1-string): Ditto.
10658         (sha1): Ditto.
10659
10660 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10661
10662         * spam.el (spam-report-articles-gmane): New command.
10663
10664 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10667
10668         * run-at-time.el (run-at-time-saved): Remove.
10669         (run-at-time): Doc fix.
10670
10671 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10672
10673         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10674         (gnus-summary-limit-map): Add it.
10675         (gnus-summary-make-menu-bar): do.
10676
10677 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10678
10679         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10680         Make attempt at some caching support (done for BBDB only now).
10681         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10682         addresses to be checked.
10683         (spam-clear-cache-BBDB): Add function, to be invoked by
10684         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10685         (spam-check-BBDB): Check and use the caches, if
10686         spam-cache-lookups is on, remove superfluous (provide).
10687
10688 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10691
10692 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10693
10694         * run-at-time.el (run-at-time-saved): Move to after the definition
10695         of `run-at-time'.
10696
10697         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10698
10699 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10702         mm-w3m-local-map-property.
10703
10704         * mm-view.el (mm-w3m-mode-map): Remove.
10705         (mm-w3m-local-map-property): Remove.
10706         (mm-inline-text-html-render-with-w3m): Don't use
10707         mm-w3m-local-map-property.
10708
10709 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10710
10711         * run-at-time.el: New file.
10712
10713         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10714         under Emacs.
10715
10716         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10717         of gnus-set-text-properties.
10718
10719         * gnus-uu.el (gnus-uu-save-article): Ditto.
10720
10721         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10722
10723         * gnus-cite.el (gnus-cite-parse): Ditto.
10724
10725         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10726         of gnus-.
10727
10728         * gnus-xmas.el (run-at-time): Require run-at-time.
10729
10730         * gnus.el: Changed calls to nnheader-run-at-time and
10731         password-run-at-time throughout to use run-at-time directly.
10732
10733         * password.el: Removed definition of run-at-time.
10734
10735         * nnheaderxm.el: Remove definition of run-at-time.
10736
10737 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10738
10739         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10740         in prompt.
10741
10742 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10743
10744         * messagexmas.el (message-xmas-redefine): Alias
10745         `message-make-caesar-translation-table' to
10746         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10747         version.
10748
10749         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10750         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10751         `gnus-xmas-set-text-properties'.
10752         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10753         `gnus-xmas-completing-read'.
10754         (gnus-xmas-completing-read): Removed.
10755         (gnus-xmas-open-network-stream): Removed.
10756
10757         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10758         XEmacs version.
10759
10760         * dns.el (dns-make-network-process): Use `open-network-stream'
10761         instead of `gnus-xmas-open-network-stream'.
10762
10763         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10764
10765         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10766
10767 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10768
10769         * gnus-art.el (gnus-mime-display-alternative)
10770         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10771         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10772         Don't use gnus-local-map-property.
10773
10774         * gnus-util.el (gnus-local-map-property): Remove.
10775
10776         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10777         gnus-completing-read-maybe-default with completing-read.
10778
10779         * gnus-util.el (gnus-completing-read): do.
10780         (gnus-completing-read-maybe-default): Remove.
10781
10782 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10783
10784         * password.el: Only autoload `run-at-time' if not XEmacs.
10785         Only autoload the itimer functions if XEmacs.
10786
10787 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10790         XEmacsen.
10791
10792         * dgnushack.el: Autoload executable-find for XEmacs.
10793
10794 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10795
10796         * gnus-art.el (gnus-read-string): Remove.
10797         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10798         read-string.
10799
10800 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10801
10802         * netrc.el: Autoload password-read.
10803         (netrc): Add configuration group.
10804         (netrc-encoding-method, netrc-openssl-path): Add
10805         variables for encoding and decoding of files with symmetric
10806         ciphers.
10807         (netrc-encode): Add assistant function to encode a file with
10808         netrc-encoding-method.
10809         (netrc-parse): Add interactive parameter, added optional
10810         decoding if netrc-encoding-method is non-nil but otherwise
10811         behavior is standard.
10812         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10813         Do s/encode/encrypt/ everywhere.
10814
10815         * spam.el: Remove executable-find autoload.
10816
10817 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10818
10819         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10820
10821         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10822
10823 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10824
10825         * gnus-art.el (gnus-treat-ansi-sequences,
10826         article-treat-ansi-sequences): New variable and function.
10827         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10828
10829         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10830         Use it.
10831
10832 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10833
10834         * mm-util.el (mm-quote-arg): Remove.
10835
10836         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10837         shell-quote-argument.
10838
10839         * gnus-uu.el (gnus-uu-command): do.
10840
10841         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10842
10843         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10844         with make-char.
10845
10846         * mm-util.el (mm-make-char): Remove.
10847
10848         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10849         add-minor-mode.
10850
10851         * gnus-undo.el (gnus-undo-mode): do.
10852
10853         * gnus-topic.el (gnus-topic-mode): do.
10854
10855         * gnus-sum.el (gnus-dead-summary-mode): do.
10856
10857         * gnus-start.el (gnus-slave-mode): do.
10858
10859         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10860
10861         * gnus-ml.el (gnus-mailing-list-mode): do.
10862
10863         * gnus-gl.el (gnus-grouplens-mode): do.
10864
10865         * gnus-draft.el (gnus-draft-mode): do.
10866
10867         * gnus-dired.el (gnus-dired-mode): do.
10868
10869         * gnus-ems.el (gnus-add-minor-mode): Remove.
10870
10871         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10872         Replace gnus-char-width with char-width.
10873
10874         * gnus-ems.el (gnus-char-width): Remove.
10875
10876         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10877         Replace gnus-char-width with char-width.
10878
10879         * gnus-ems.el (gnus-char-width): Remove.
10880
10881         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10882         definition.
10883         Remove Emacs 20 hash table compatibility code.
10884
10885         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10886         20 compatibility code.
10887
10888         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10889
10890         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10891
10892         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10893         with point-at-{eol,bol}.
10894
10895         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10896
10897         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10898
10899         * flow-fill.el (fill-flowed-point-at-bol,
10900         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10901
10902         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10903         Replace with point-at-{eol,bol} throughout all files.
10904
10905 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * ntlm.el (ntlm-string-as-unibyte): New macro.
10908         (ntlm-build-auth-response): Use it.
10909
10910         Remove Emacs 20 stuff:
10911         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10912         (butlast, mapc, remove): Remove the compiler macros.
10913         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10914         of delq and copy-sequence.
10915         * gnus-art.el (popup-menu): Remove the compiler macro.
10916         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10917         Emacs 20.
10918
10919 2004-01-05  Simon Josefsson  <jas@extundo.com>
10920
10921         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10922         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10923         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10924         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10925         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10926         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10927         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10928         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10929         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10930         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10931         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10932         string-xor into ntlm-string-xor.  Suggested by
10933         Jesper Harder <harder@myrealbox.com>.
10934
10935         * ntlm.el: Don't include poem.
10936
10937         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10938         Jesper Harder <harder@myrealbox.com>.
10939
10940         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10941
10942         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10943         probably breaks emacs with DL patch, but do we care? Is anyone
10944         still using the DL stuff?)
10945
10946         * sieve-manage.el: Use the password package.
10947         (sieve-manage-read-passwd): Remove.
10948         (sieve-manage-interactive-login): Use password.  Re-add
10949         condition-case around loop.
10950
10951         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10952         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10953         the password package.
10954
10955 2003-02-19  Simon Josefsson  <jas@extundo.com>
10956
10957         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10958         token.
10959
10960 2002-08-07  Simon Josefsson  <jas@extundo.com>
10961
10962         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10963         (sieve-manage-authenticators):
10964         (sieve-manage-authenticator-alist): Add some SASL mechs.
10965         (sieve-sasl-auth): New function.
10966         (sieve-manage-cram-md5-auth):
10967         (sieve-manage-plain-auth): Rewrite using SASL library.
10968         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10969         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10970         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10971         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10972
10973 2004-01-05  Simon Josefsson  <jas@extundo.com>
10974
10975         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10976         New files.
10977
10978 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10979
10980         * gnus-group.el (gnus-no-groups-message): Update.
10981
10982         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10983
10984 2003-11-09  Simon Josefsson  <jas@extundo.com>
10985
10986         * imap.el: Support for ID IMAP extension (RFC 2971).
10987         (imap-local-variables): Add imap-id.
10988         (imap-id): New variable.
10989         (imap-id): New function.
10990         (imap-parse-response): Parse untagged ID response.
10991         * nnimap.el (nnimap-id): New variable.
10992         (nnimap-open-connection): Use it.
10993
10994 2003-12-28  Simon Josefsson  <jas@extundo.com>
10995
10996         * gnus-score.el (gnus-score-edit-all-score): New.
10997         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10998
10999 2004-01-04  Simon Josefsson  <jas@extundo.com>
11000
11001         * password.el: Add.
11002
11003 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11004
11005         * dns.el: Add support for AAAA records (see RFC 3596)
11006
11007         * Fix typo PRT -> PTR
11008
11009         * Parse MX, PTR and SOA replies (see RFC 1035)
11010
11011 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11012
11013         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11014
11015         * Moved to Changelog.2.
11016
11017 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11018
11019         * gnus.el (gnus-version-number): Bump version.
11020
11021 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11022
11023         * gnus.el: No Gnus v0.1 is released.
11024
11025 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11026
11027         * gnus.el: No Gnus v0.0 is released.
11028
11029 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11030
11031         * gnus.el (gnus-version-number): Bump.
11032         (gnus-version): No.
11033
11034 See ChangeLog.2 for earlier changes.
11035
11036     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11037
11038   This file is part of GNU Emacs.
11039
11040   GNU Emacs is free software; you can redistribute it and/or modify
11041   it under the terms of the GNU General Public License as published by
11042   the Free Software Foundation; either version 2, or (at your option)
11043   any later version.
11044
11045   GNU Emacs is distributed in the hope that it will be useful,
11046   but WITHOUT ANY WARRANTY; without even the implied warranty of
11047   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11048   GNU General Public License for more details.
11049
11050   You should have received a copy of the GNU General Public License
11051   along with GNU Emacs; see the file COPYING.  If not, write to the
11052   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11053   Boston, MA 02110-1301, USA.
11054
11055 ;; Local Variables:
11056 ;; coding: iso-2022-7bit
11057 ;; fill-column: 79
11058 ;; add-log-time-zone-rule: t
11059 ;; End:
11060
11061 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4