(mm-uu-type-alist): Refer to mm-uu-configure-list in doc string.
[gnus] / lisp / ChangeLog
1 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4         string.
5
6 2007-07-20  Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7
8         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9         that should be ignored when comparing distant RSS articles with local
10         ones.
11         (nnrss-make-hash-index): New function.  Create a hash index according
12         to the ignored fields.
13         (nnrss-check-group): Use it.
14
15 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
18
19         * gnus-art.el (article-decode-group-name): Decode Xref header too.
20
21         * gnus-group.el (gnus-group-make-group): Encode group name here unless
22         the new optional argument ENCODED is non-nil.
23         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
24         coding system for encoding group name.
25         (gnus-group-make-rss-group): Pass un-encoded group name to
26         gnus-group-make-group.
27         (gnus-group-set-info): Tell gnus-group-make-group that group name is
28         encoded.
29
30         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
31         Encode group name to which articles are moved or copied.
32         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
33         coding system for encoding Newsgroup, Followup-To and Xref headers.
34
35         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
36         marks; use nnheader-file-coding-system to write a file.
37         (nnagent-retrieve-headers): Bind file-name-coding-system to
38         nnmail-pathname-coding-system.
39
40         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
41
42         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
43         (nnml-request-article, nnml-request-create-group)
44         (nnml-request-rename-group, nnml-find-id)
45         (nnml-possibly-change-directory, nnml-possibly-create-directory)
46         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
47         (nnml-save-marks): Use nnml-group-pathname instead of
48         nnmail-group-pathname.
49
50         (nnml-request-create-group, nnml-request-expire-articles)
51         (nnml-request-move-article, nnml-request-delete-group)
52         (nnml-deletable-article-p, nnml-possibly-create-directory)
53         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
54         (nnml-open-marks): Bind file-name-coding-system to
55         nnmail-pathname-coding-system.
56
57         (nnml-request-article): Pass server argument to nnml-find-group-number.
58         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
59         server argument to nnml-possibly-create-directory.
60         (nnml-request-accept-article): Pass server argument to
61         nnml-active-number and nnml-save-mail.
62         (nnml-find-group-number): Pass server argument to nnml-find-id.
63         (nnml-request-update-info): Pass server argument to
64         nnml-marks-changed-p.
65
66         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
67         (nnml-save-mail, nnml-active-number): Add server argument.
68
69         (nnml-request-delete-group): Warn if group is missing.
70         (nnml-get-nov-buffer): Decode group name.
71         (nnml-generate-active-info): Encode group name.
72         (nnml-open-marks): Decode group name in messages.
73
74 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
77         if it is not specified.
78         (gnus-article-pipe-part, gnus-article-save-part)
79         (gnus-article-interactively-view-part, gnus-article-copy-part)
80         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
81         (gnus-article-inline-part, gnus-article-save-part-and-strip)
82         (gnus-article-replace-part, gnus-article-delete-part)
83         (gnus-article-view-part-as-type): Pass raw prefix argument to
84         gnus-article-part-wrapper.
85
86 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * gnus-agent.el (gnus-agent-save-active): Bind
89         nnheader-file-coding-system to gnus-agent-file-coding-system.
90
91         * gnus-cache.el (gnus-cache-save-buffers)
92         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
93         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
94         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
95         (gnus-cache-braid-nov, gnus-cache-braid-heads)
96         (gnus-cache-generate-active, gnus-cache-rename-group)
97         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
98         (gnus-cache-update-overview-total-fetched-for): Bind
99         file-name-coding-system to nnmail-pathname-coding-system.
100         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
101         variables.
102         (gnus-cache-decoded-group-name): New function.
103         (gnus-cache-file-name): Use it.
104         (gnus-cache-generate-active): Use non-decoded group name for active.
105
106         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
107         right place.
108         (gnus-write-active-file): Don't break non-ASCII group names.
109
110         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
111         nnmail-pathname-coding-system.
112
113         * lpath.el: Bind default-file-name-coding-system,
114         file-name-coding-system and language-info-alist for XEmacs.
115
116         * gnus-uu.el (gnus-uu-decode-save): Typo.
117
118 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
121
122 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
123
124         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
125         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
126         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
127         (gnus-agent-flush-group, gnus-agent-flush-cache)
128         (gnus-agent-fetch-headers, gnus-agent-load-alist)
129         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
130         (gnus-agent-retrieve-headers, gnus-agent-request-article)
131         (gnus-agent-regenerate-group)
132         (gnus-agent-update-files-total-fetched-for)
133         (gnus-agent-update-view-total-fetched-for): Bind
134         file-name-coding-system to nnmail-pathname-coding-system.
135         (gnus-agent-group-pathname): Don't encode file names by
136         nnmail-pathname-coding-system.
137         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
138         coding-system-for-write instead of buffer-file-coding-system to
139         gnus-agent-file-coding-system.
140
141         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
142         Decode group name.
143
144         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
145
146         * gnus-start.el (gnus-update-active-hashtb-from-killed)
147         (gnus-read-newsrc-el-file): Make group names unibyte.
148
149         * nnmail.el (nnmail-group-pathname): Don't encode file names by
150         nnmail-pathname-coding-system.
151
152         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
153         (nnrss-request-delete-group): Bind file-name-coding-system to
154         nnmail-pathname-coding-system.
155         (nnrss-read-server-data, nnrss-read-group-data): Bind
156         file-name-coding-system correctly.
157         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
158
159         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
160         (nntp-server-to-method-cache): New variable.
161         (nntp-group-pathname): New function that decodes non-ASCII group names.
162         (nntp-possibly-create-directory, nntp-marks-changed-p)
163         (nntp-save-marks, nntp-open-marks): Use it.
164         (nntp-possibly-create-directory, nntp-open-marks):
165         Bind file-name-coding-system to nnmail-pathname-coding-system.
166         (nntp-open-marks): Decode group names when bootstrapping marks.
167
168         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
169         Newsgroups and Folowup-To headers.
170
171 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
174         (gnus-server-closed-face, gnus-server-denied-face)
175         (gnus-server-offline-face): Remove variable.
176         (gnus-server-font-lock-keywords): Use faces that are not aliases.
177
178         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
179         of modifying message-stack directly for XEmacs.
180
181         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
182         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
183         if the coding-system argument is nil for XEmacs.
184
185         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
186         mm-charset-override-alist.
187
188         * rfc2047.el: Don't require base64; require rfc2045 for the function
189         rfc2045-encode-string.
190         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
191         to quote the parameter value.
192
193 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
194
195         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
196         form in gnus-group-name-charset-method-alist.
197
198         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
199         overrides the default layout edit-form.
200
201         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
202
203         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
204
205 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
208         as unfetched articles.
209
210 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
211
212         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
213
214 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
217         original back end that keeps marks in the local system.
218
219 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
220
221         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
222         arg of pop-to-buffer for XEmacs.
223         (gnus-article-read-summary-keys): Ditto; don't restore window
224         configuration if summary command ends up with neither article buffer
225         nor summary buffer; describe bindings if summary keys end with C-h.
226
227 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * message.el (message-fix-before-sending): Skip raw message part to be
230         forwarded while checking illegible text.
231         (message-forward-make-body-mime, message-forward-make-body): Mark
232         signed or encrypted raw message as having no illegible text.
233
234 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
237         (gnus-message-with-timestamp-1): New macro.
238         (gnus-message-with-timestamp): New function.
239         (gnus-message): Use them.
240
241         * nnheader.el (nnheader-message): Use them.
242
243 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
244
245         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
246         .newsrc.eld file.
247
248 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * gnus-agent.el (gnus-agent-fetch-headers)
251         (gnus-agent-retrieve-headers): Bind
252         gnus-decode-encoded-address-function to identity.
253
254         * nntp.el (nntp-send-xover-command): Recognize an xover command is
255         available also when the server returns simply a dot.
256
257         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
258
259 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
262
263 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * gnus-ems.el (gnus-x-splash): Make it work.
266
267         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
268         from being used.
269
270         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
271
272 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
273
274         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
275         4th and the 5th arguments.
276
277         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
278         the front stickiness.
279         (gnus-article-summary-command-nosave): Correct the order of the
280         arguments passed to pop-to-buffer.
281         (gnus-article-read-summary-keys): Ditto; make it work properly when the
282         summary command ends up with the article buffer.
283
284         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
285         the same faces.
286
287 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
288
289         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
290
291 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
292
293         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
294         * gnus-sum.el (gnus-summary-highlight):
295         * pgg.el (pgg-sign-region, pgg-sign):
296         * mail-source.el (mail-source-delete-old-incoming-confirm):
297         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
298
299 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * gnus-art.el (gnus-mime-view-part-externally)
302         (gnus-mime-view-part-internally): Fix predicate function passed to
303         completing-read.
304
305         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
306
307         * gnus.el (gnus-update-message-archive-method): Add :version.
308
309 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * gnus.el (gnus-update-message-archive-method): New variable.
312
313         * gnus-start.el (gnus-setup-news): Update saved "archive" method
314         according to gnus-message-archive-method if
315         gnus-update-message-archive-method is non-nil.
316
317 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
320         by Loic Dachary <loic@dachary.org>.
321         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
322
323 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * message.el (message-pop-to-buffer): Add switch-function argument.
326         (message-mail): Pass switch-function argument to it.
327
328 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
329
330         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
331         Improve doc string.
332
333 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
334
335         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
336         (gnus-header-content)
337         * gnus-cite.el (gnus-cite-10)
338         * gnus-srvr.el (gnus-server-closed)
339         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
340         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
341         (gnus-group-mail-3-empty, gnus-group-mail-low)
342         (gnus-group-mail-low-empty, gnus-splash)
343         * message.el (message-header-to, message-header-cc)
344         (message-header-subject, message-header-other, message-header-name)
345         (message-header-xheader, message-separator, message-cited-text)
346         (message-mml): Lighten colors of faces used for dark background.
347
348 2007-05-24  Simon Josefsson  <simon@josefsson.org>
349
350         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
351         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
352
353 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * message.el (message-narrow-to-headers-or-head): Ignore
356         mail-header-separator in the body.
357
358 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
361         same as window size.
362
363 2007-05-22  Kevin Ryde  <user42@zip.com.au>
364
365         * message.el (message-font-lock-keywords): Use message-header-xheader
366         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
367         ahead of the anything pattern, to get it recognised.
368
369 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
372         spam.el loads uses it in the compiled defadvice form.
373
374 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
375
376         * gnus-sum.el (gnus-articles-to-read)
377         (gnus-summary-insert-old-articles): Don't truncate group name for
378         `read-string'.
379
380         * gnus-util.el (gnus-limit-string): Delete this function.
381
382         * gnus-sum.el (gnus-simplify-subject-fully): Use
383         `truncate-string-to-width' instead.
384
385 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
386
387         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
388         summary exit, the next group has to be selected.
389         (gnus-summary-exit): Use it.
390
391 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
392
393         * gnus-art.el (gnus-article-mode): Fix comment about displaying
394         non-break space.
395
396 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
399         Check if group is not a directory.
400         (nnfolder-request-expire-articles): Don't delete articles if the target
401         group is not available.
402
403         * nnml.el (nnml-request-create-group): Properly check if group is not a
404         file.
405         (nnml-request-expire-articles): Don't delete articles if the target
406         group is not available.
407
408         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
409         Don't quote characters that are within parentheses.
410
411 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
414         (gnus-handle-ephemeral-exit): Select article according to it.
415
416 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
417
418         * message.el (message-insert-formated-citation-line): Remove newline.
419         (message-citation-line-format): Add final \n here so that the user can
420         avoid a blank line.
421
422 2007-05-03  Dan Christensen  <jdc@uwo.ca>
423
424         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
425         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
426         Update lanl/arXiv support.
427
428 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
429
430         * gnus.el: Bump version number.
431
432 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * gnus.el (gnus-version-number): Bump version.
435
436 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
437
438         * gnus.el: No Gnus v0.6 is released.
439
440 2007-04-27  Didier Verna  <didier@xemacs.org>
441
442         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
443         * gmm-utils.el (gmm-regexp-concat): here.
444         * message.el: Don't require 'gnus-util.
445         (message-dont-reply-to-names): Handle name change above.
446         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
447
448 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
451         since the initial value varies according to the system.
452
453 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * mm-util.el (mm-charset-synonym-alist): Defcustom.
456
457 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
458
459         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
460
461 2007-04-24  Didier Verna  <didier@xemacs.org>
462
463         Improve the type of gnus-ignored-from-addresses.
464         * gnus-util.el (gnus-orify-regexp): New function.
465         * message.el (gnus-util): Require it.
466         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
467         * gnus-sum.el (gnus-ignored-from-addresses): New function.
468         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
469
470 2007-04-24  Didier Verna  <didier@xemacs.org>
471
472         * gnus-sum.el:
473         * gnus-utils.el: Fix some trailing whitespaces.
474
475 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
478         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
479         article's Message-ID; refer parent article in summary buffer.
480
481         * message.el (message-bounce): Call mime-to-mml.
482
483         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
484         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
485         optimize and/or forms properly.
486
487 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
488
489         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
490         URL.
491
492 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
495
496 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
499         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
500         displayed of multipart/alternative part if it is invoked from summary
501         buffer.
502
503         * mm-view.el (mm-inline-text-html-render-with-w3m)
504         (mm-inline-text-html-render-with-w3m-standalone)
505         (mm-inline-render-with-function): Use mail-parse-charset by default.
506
507 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
508
509         * parse-time.el (parse-time-string-chars): Check if CHAR
510         is less than the length of parse-time-syntax.
511
512 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
515         from gnus-newsgroup-processable.
516
517 2007-04-16  Didier Verna  <didier@xemacs.org>
518
519         * gnus-msg.el (gnus-configure-posting-styles): Handle
520         message-signature-directory properly with :file syntax. Reported by
521         "Leo".
522
523 2007-04-11  Didier Verna  <didier@xemacs.org>
524
525         New user option: message-signature-directory.
526         * gnus-msg.el (gnus-configure-posting-styles): Support it.
527         * message.el (message-insert-signature): Ditto.
528         * message.el (message-signature-file): Doc update.
529         * message.el (message-signature-directory): New.
530
531 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * gnus-msg.el (gnus-inews-yank-articles): Use
534         message-exchange-point-and-mark instead of exchange-point-and-mark.
535
536 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
537
538         * message.el (message-yank-original): Make sure cited text ends with
539         newline; don't exchange point and mark.
540
541 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
542
543         * tls.el (open-tls-stream): Properly handle case where there
544         is no associated buffer.
545
546 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
547
548         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
549         message-yank-original, make sure (< mark TEXT point).
550
551 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
552
553         * message.el (message-fill-column): New variable.
554         (message-mode): Use it.  Add comment on a possible new hook.
555
556         * nnmail.el (nnmail-spool-file): Mark as obsolete.
557         (nnmail-get-new-mail): Reformat.
558
559         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
560
561         * gmm-utils.el: Fix Commentary.
562         (gmm-tool-bar-from-list): Fix typo in doc string.
563
564 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
565
566         * message.el (message-yank-original): Don't switch point and mark
567         unnecessarily to put point and mark as documented.
568
569 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
572         from the message heads.
573
574 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
575
576         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
577         article buffer does not have a window.  This may not be the best
578         solution but is certainly better than setting the start of the null,
579         that is the current, window.
580
581 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
582
583         * gnus-draft.el (gnus-draft-setup-hook): New hook.
584         (gnus-draft-setup): Run it.
585
586         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
587         gnus-score-fast-scoring.  Allow regexp.
588         (gnus-score-headers): Use it.
589
590         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
591         XEmacs.
592
593         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
594         string.
595         (gnus-button-alist): Also catch `<f1> k ...'.
596         (gnus-treat-display-x-face): Fix doc string.
597
598 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
599
600         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
601         evaluation of gnus-extended-version to ensure correct generation of the
602         User-Agent header when message-generate-headers-first is used.
603
604 2007-03-24  Simon Josefsson  <simon@josefsson.org>
605
606         * hashcash.el (hashcash-generate-payment-async): Don't crash if
607         hashcash-path is nil.  Don't call callback with incorrect number of
608         parameters if val is 0.
609
610 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
611
612         * message.el (message-required-news-headers):
613         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
614
615 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
616
617         * tls.el (open-tls-stream): In handshake-waiting loop,
618         don't wait more if there is output available to process.
619
620 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
621
622         * tls.el (tls-program): Doc fix.
623
624 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * message.el (message-generate-new-buffers): Change the meaning of the
627         nil value; add `standard' to the choices; treat t as `unique'; improve
628         doc string.
629         (gnus-select-frame-set-input-focus): Autoload.
630         (message-buffer-name): Search for the existing message buffer if
631         message-generate-new-buffers is nil or `standard'; treat the value t of
632         message-generate-new-buffers as `unique'.
633         (message-pop-to-buffer): Raise the frame already displaying the message
634         buffer; clear the echo area after querying.
635         (message-setup): Pass the `continue' argument to compose-mail.
636         (message-mail): Prefer `switch-function' if it is given; search for the
637         existing message buffer if the `continue' argument is non-nil; pass
638         continue and switch-function arguments to compose-mail by way of
639         message-setup.
640         (message-mail-other-window): Adjust argument of message-setup.
641         (message-mail-other-frame): Ditto.
642
643 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
646         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
647         to turn font-lock on when turning gnus-message-citation-mode on.
648
649 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
650
651         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
652         (mml-smime-function-alist): New variable; add epg as the backend.
653         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
654         mml-smime- functions instead.
655         * mm-view.el: Require smime.
656
657 2007-03-05  Didier Verna  <didier@xemacs.org>
658
659         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
660         instead of just inheritance for posting styles.
661         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
662
663 2007-02-24  Chris Moore  <dooglus@gmail.com>
664
665         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
666         * pgg-pgp.el (pgg-pgp-encrypt-region):
667         * pgg-gpg.el (pgg-gpg-encrypt-region):
668         Check pgg-encrypt-for-me if no other recipients.
669
670 2007-02-24  John Paul Wallington  <jpw@pobox.com>
671
672         * tls.el (tls-certtool-program): Fix custom type.
673
674 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
677         and point-at-eol instead of line-(beginning|end)-position.
678
679         * assistant.el (assistant-parse-buffer): Ditto.
680
681         * netrc.el (netrc-parse-services): Ditto.
682
683 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
684
685         * mml2015.el (mml2015-epg-find-usable-key): New function.
686         (mml2015-epg-sign): Use it.
687         (mml2015-epg-encrypt): Use it.
688
689 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
690
691         * message.el (message-make-in-reply-to): Quote name containing
692         non-ASCII characters.  It will make the RFC2047 encoder cause an error
693         if there are special characters.  Reported by NAKAJI Hiroyuki
694         <nakaji@kankyo-u.ac.jp>.
695
696 2007-02-27  Didier Verna  <didier@xemacs.org>
697
698         Include the group parameters as well as the topic ones in the
699         inheritance filter process.
700         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
701         argument GROUP-PARAMS-LIST.
702         * gnus-topic.el (gnus-group-topic-parameters): Use it.
703
704 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
705
706         * nntp.el (nntp-never-echoes-commands)
707         (nntp-open-connection-functions-never-echo-commands): New variables.
708         (nntp-send-command): Use them.
709
710 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
711
712         * mml2015.el (mml2015-epg-verify): Simplified.
713
714 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * mml.el (mml-content-disposition-alist): New user option.
717         (mml-content-disposition): New function.
718         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
719         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
720
721 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
722
723         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
724         verification.
725
726 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
727
728         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
729         articles posted in the last 24 hours.
730
731 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
732
733         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
734
735 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
736
737         * nntp.el (nntp-send-command): Don't wait for echoes when
738         nntp-open-ssl-stream is used.
739
740 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
741
742         * gnus-cite.el (gnus-test-font-lock-add-keywords)
743         (gnus-message-add-citation-keywords)
744         (gnus-message-remove-citation-keywords): Remove.
745         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
746         directly, make the variables in font-lock-defaults buffer-local, add
747         gnus-message-citation-keywords to them and then update the value of
748         font-lock-keywords.
749
750 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
751
752         * message.el (message-cite-original-1): Don't call
753         gnus-article-highlight-citation.
754
755         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
756         citations; fix line count.
757
758 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
761         (gnus-message-add-citation-keywords)
762         (gnus-message-remove-citation-keywords): Use it; fix the emulating
763         versions of font-lock-add-keywords and font-lock-remove-keywords to
764         work with XEmacs correctly.
765
766 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * gnus-cite.el (gnus-cite-face-list): Set the values of
769         gnus-message-max-citation-depth and gnus-message-citation-keywords.
770         (gnus-message-max-citation-depth): Use defvar rather than defconst.
771         (gnus-message-cite-prefix-regexp): New variable.
772         (gnus-message-search-citation-line): Use it; protect against long
773         citation prefix; fill match data with nil rather than 0 for XEmacs; set
774         the 0th match data for Emacs.
775         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
776         (gnus-message-add-citation-keywords): Append keywords rather than
777         prepending; emulate font-lock-add-keywords if it is not available.
778         (gnus-message-remove-citation-keywords): Emulate
779         font-lock-remove-keywords if it is not available.
780
781         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
782
783         * message.el (message-cite-prefix-regexp): Set the value of
784         gnus-message-cite-prefix-regexp.
785
786 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
787
788         * nnweb.el (nnweb-google-parse-1): Update parser.
789
790 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
791
792         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
793
794 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
795
796         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
797         regexp.
798
799 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * uudecode.el (uudecode-string-to-multibyte): New function emulating
802         string-to-multibyte.
803         (uudecode-decode-region-internal): Use it.
804
805         * lpath.el: Fbind string-as-multibyte for XEmacs.
806
807 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
808
809         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
810         custom choice.
811
812         * gnus-art.el (gnus-signature-limit): Fix custom choice.
813
814 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
815
816         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
817
818         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
819         `write-region' to respect `mm-inhibit-file-name-handlers'.
820
821 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
822
823         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
824         Use gnus-home-directory instead of "~/" or "$HOME".
825
826 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
827
828         * encrypt.el (encrypt-insert-file-contents): Add better prompt
829         to mention filename.
830         Add comments at beginning regarding usage.
831         (encrypt-write-file-contents): Change interactive so a string is
832         acceptable.  If the file has no associated model, show an error instead
833         of a nonsense prompt.
834
835 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
836
837         * spam.el (spam-bsfilter-ham-switch): Fix typo.
838         Thanks to Yoshihiko Yamada for kind notification of this typo.
839
840 2007-01-12  Kenichi Handa  <handa@m17n.org>
841
842         * uudecode.el (uudecode-decode-region-internal): Make it work in a
843         multibyte buffer.
844
845 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
846
847         * gnus-score.el (gnus-score-fast-scoring): New variable.
848         (gnus-score-headers): Use it.
849
850         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
851
852         * message.el (message-cite-original-1): Call
853         gnus-article-highlight-citation if requested.
854
855         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
856
857         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
858         bugs to doc string.
859         (gnus-button-alist): Add mid\\|message-id.
860         (gnus-button-fetch-group): Extend for use in
861         `browse-url-browser-function'.
862         (gnus-button-url-regexp): Try to catch paired parentheses like in
863         Wikipedia URLs.
864
865         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
866         Suggested by Simon Krahnke <overlord@gmx.li>.
867
868 2007-01-13  Romain Francoise  <romain@orebokech.com>
869
870         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
871         Update copyright.
872
873 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
874
875         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
876
877 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
878
879         * gnus-registry.el (gnus-registry-unfollowed-groups)
880         (gnus-registry-split-fancy-with-parent): Fix documentation.
881
882 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
885         from nnweb groups.
886
887 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
890         Xref urls.  Erase buffer before requesting head.
891
892 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
893
894         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
895         customizable.
896
897 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
898
899         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
900         no signing key is found.
901         (mml2015-epg-encrypt): Ask user whether to skip or abort if
902         no encrypting and/or signing key is found.
903
904 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
905
906         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
907
908 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
909
910         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
911         headers read from disk with the ones newly found in the current search.
912         This should no longer cause problems, because the article numbers in
913         Gmane's `nov.php' output are ignored since the previous change.
914
915 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
916
917         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
918
919 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
922         replace-regexp-in-string; bind url-version; fbind display-images-p and
923         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
924         find-face and set-itimer-function for Emacs; bind itimer-list for
925         Emacs.
926
927         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
928
929 2007-01-01  Romain Francoise  <romain@orebokech.com>
930
931         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
932
933 2006-12-31  Steve Youngs  <steve@sxemacs.org>
934
935         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
936         `define-minor-mode' macro definition expanded properly.
937         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
938         exclude it there.
939
940         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
941         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
942         `fboundp' test.
943         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
944         This is OK to autoload in (S)XEmacs now.
945
946 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
949         keystroke.
950         (gnus-summary-limit-to-singletons): Fix typo.
951
952         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
953         else fails.
954
955 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
956
957         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
958         docstring.
959
960         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
961         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
962         (gnus-summary-insert-dormant-articles): Fix typo in message.
963
964 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
965
966         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
967         nil for XEmacs.
968         (gnus-message-citation-mode): Don't autoload in XEmacs.
969
970         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
971
972 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
973
974         * nnimap.el (nnimap-expunge-search-string): Mention
975         nnimap-search-uids-not-since-is-evil in docstring.
976
977 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
978
979         * spam.el: Revert to make-obsolete-variable because
980         define-obsolete-variable-alias is not supported in Emacs 21.
981
982         * spam.el (spam-ifile-path, spam-ifile-database-path)
983         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
984         make-obsolete-variable.
985         (spam-bsfilter-path, spam-bsfilter-program)
986         (spam-spamassassin-path, spam-spamassassin-program)
987         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
988         use "path" inappropriately.
989         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
990         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
991         variable names.
992
993 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
994
995         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
996         summary buffer.
997
998         * password.el (password-cache-remove): Use clear-string to burn
999         password, if available.
1000
1001 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1002
1003         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1004
1005         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1006
1007         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1008         (gnus-message-highlight-citation): Move defcustom here from
1009         gnus-cite.el.
1010         (gnus-message-citation-mode): Autoload.
1011
1012         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1013         checks to make it compile with XEmacs.
1014         (gnus-message-citation-mode): New minor mode.
1015         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1016         (gnus-message-highlight-citation): New variables.
1017         (gnus-message-search-citation-line)
1018         (gnus-message-add-citation-keywords)
1019         (gnus-message-remove-citation-keywords)
1020         (turn-on-gnus-message-citation-mode)
1021         (turn-off-gnus-message-citation-mode): New functions.
1022
1023 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1024
1025         * gnus-cite.el: Enable highlighting of different citation levels in
1026         message-mode.
1027
1028 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1029
1030         * message.el (message-make-fqdn): Fix comment.
1031         (message-bogus-system-names): Add ".local".
1032
1033         * spam.el (spam-ifile-path, spam-ifile-program)
1034         (spam-ifile-database-path, spam-ifile-database)
1035         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1036         Don't use "path" inappropriately.
1037         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1038         strings.
1039         (spam-check-ifile, spam-ifile-register-with-ifile)
1040         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1041         new variable names.
1042
1043         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1044         (gnus-treat-display-smileys): Simplify using
1045         gnus-image-type-available-p.
1046
1047         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1048         available.
1049
1050         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1051         `display-images-p' if available.
1052
1053 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1056         one after turning on the buffer's multibyteness instead of decoding
1057         them directly in the unibyte buffer that causes unexpected conversion
1058         in Emacs 23 (unicode).
1059
1060 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1061
1062         * message.el (message-generate-hashcash): Fix custom type.
1063
1064 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1065
1066         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1067
1068 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1069
1070         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1071         disconnect icons.  Add help text.
1072
1073 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1074
1075         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1076         negated to be consistent with the others we handle.
1077
1078 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1081         version of gnus-summary-buffer to something, so that we can use two
1082         article buffers at the same time.
1083
1084 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1085
1086         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1087         trigger all the extra headers.
1088         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1089         sorting.
1090
1091 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1092
1093         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1094         solid groups.
1095
1096 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1097
1098         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1099
1100 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1101
1102         * legacy-gnus-agent.el: Add Copyright notice.
1103
1104 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1105
1106         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1107
1108 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1111
1112         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1113         to make it work reliably in CVS Emacs.
1114         (gnus-summary-limit-strange-charsets-predicate)
1115         (gnus-summary-limit-to-predicate): New functions.
1116
1117 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1118
1119         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1120         specifying array size.
1121         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1122         array if it is too small.
1123         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1124         (gnus-sort-threads-loop): New function.
1125
1126 2006-12-06  Chris Moore  <dooglus@gmail.com>
1127
1128         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1129         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1130
1131 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1132
1133         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1134         options.
1135
1136 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1139         DOS-ing the recipient.
1140
1141         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1142         the headers when creating the mapping to avoid mismappings.
1143         (nnweb-gmane-create-mapping): Always nix out old mapping.
1144
1145 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1146
1147         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1148         and mm-verify-option to never.
1149
1150 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * message.el (message-signed-or-encrypted-p): New function.
1153         (message-forward-make-body): Use it.
1154
1155         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1156         Replace encode-coding-string with mm-encode-coding-string.
1157
1158 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1159
1160         * nneething.el (nneething-decode-file-name): Replace
1161         decode-coding-string with mm-decode-coding-string.
1162
1163         * gnus-int.el (gnus-open-server): Say failed server's name.
1164
1165 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1166
1167         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1168         strings to a single string.  Quote `errors-file-name'.
1169         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1170         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1171         Adjust calls.  Use `shell-quote-argument'.
1172
1173 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1174
1175         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1176         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1177
1178         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1179         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1180         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1181         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1182         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1183         (gnus-subscribe-newsgroup, gnus-1):
1184         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1185         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1186         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1187         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1188
1189 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1192         keystroke.
1193         (gnus-summary-limit-to-bodies): Implement headersp.
1194
1195 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1198
1199 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1202
1203 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * message.el (message-generate-hashcash): Expand range of values to
1206         include `opportunistic'.
1207         (message-send-mail): Use it.
1208
1209 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1210
1211         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1212         and comment it.
1213
1214         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1215
1216 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1217
1218         * gnus-util.el (gnus-extract-address-components): Improve comment.
1219
1220 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * gnus-util.el (gnus-extract-address-components): Work with address in
1223         which the name portion contains @.
1224
1225         * lpath.el: Fbind custom-autoload.
1226
1227 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1228
1229         * gnus.el (gnus-start): Move custom group up.
1230         (gnus-select-method): Don't autoload, but make it available for
1231         `customize-variable'.
1232         (gnus-getenv-nntpserver): Don't autoload.
1233
1234 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1235
1236         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1237
1238 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1239
1240         * message.el (message-sendmail-extra-arguments): New variable.
1241         (message-send-mail-with-sendmail): Use it.
1242
1243 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1246         mm-with-unibyte-current-buffer to make string unibyte.
1247
1248         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1249         mm-string-as-multibyte.
1250
1251 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1252
1253         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1254         Reported by Werner Koch <wk@gnupg.org>.
1255
1256 2006-11-14  Daiki Ueno  <ueno@p360>
1257
1258         * mml2015.el: Autoload epa-select-keys when compiling.
1259
1260 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1261
1262         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1263         message-options.
1264         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1265
1266 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1267
1268         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1269         EasyPG (< 0.0.6).
1270         (mml2015-always-trust): New user option.
1271         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1272         prompt.
1273
1274 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * nntp.el (nntp-authinfo-force): New variable.
1277         (nntp-send-authinfo): Use it.
1278
1279 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1280
1281         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1282         decode encoded words.  Improve prompt.  Add comment about forwarding.
1283         (message-replacement-char): Move up.
1284
1285 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1286
1287         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1288         instead of gnus-intersection because arguments of gnus-sorted-nunion
1289         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1290
1291 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1292
1293         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1294         (message-simplify-subject-functions): Enable
1295         message-strip-subject-encoded-words by default.
1296
1297 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1298
1299         * message.el (message-strip-subject-encoded-words): New function
1300         (message-simplify-subject-functions): New variable.
1301         (message-simplify-subject): Use it.  Fix typo in doc string.
1302         Support message-strip-subject-encoded-words.
1303
1304 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1305
1306         * gnus-diary.el (gnus-diary-delay-format-function):
1307         * nndiary.el (nndiary-reminders):
1308         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1309
1310 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1311
1312         * gnus-art.el (article-hide-boring-headers): Fetch date from
1313         gnus-original-article-buffer to avoid problems with localized date
1314         strings.
1315
1316 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1319
1320 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1321
1322         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1323         New variables.
1324         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1325         (mm-charset-synonym-alist): Move some entries to
1326         mm-codepage-iso-8859-list.
1327         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1328         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1329
1330 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1331
1332         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1333
1334 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1335
1336         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1337         with Emacs 21 and XEmacs.
1338
1339 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1340
1341         * spam.el (spam-parse-address): New function for better parsing,
1342         catching errors, etc.
1343         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1344
1345 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1346
1347         * mm-view.el: Add interactive arg to html2text autoload.
1348
1349 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1350
1351         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1352
1353 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1354
1355         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1356         variables.
1357         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1358         (mm-charset-synonym-alist): Move some entries to
1359         mm-codepage-iso-8859-list.
1360
1361         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1362
1363 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1364
1365         * message.el (message-citation-line-format)
1366         (message-insert-formated-citation-line): Fix implementation of %E, %N
1367         and %n according to the doc string.
1368
1369 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1370
1371         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1372         car-safe to avoid bad parses.
1373
1374 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1377         names.
1378
1379         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1380
1381 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1384         header.
1385
1386         * message.el (message-draft-headers): Add Date.
1387         (message-headers-to-generate): Fix typo in docstring.
1388
1389         * nndraft.el (nndraft-required-headers): New variable.
1390         (nndraft-generate-headers): Use it.
1391
1392         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1393
1394 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1395
1396         * gnus-registry.el (gnus-registry-wash-for-keywords)
1397         (gnus-registry-find-keywords): New functions to allow easy searching of
1398         articles that are in the registry.
1399
1400 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1401
1402         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1403         ietf-drums-parse-address instead of gnus-extract-address-components.
1404         Reported by Damien Elmes <damien@repose.cx>.
1405
1406 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1407
1408         * gnus.el (gnus-mime): Remove unused custom group.
1409
1410 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1411
1412         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1413         "blank line" when searching for end of armor headers.
1414
1415 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * gmm-utils.el (gmm-write-region): Fix variable name.
1418
1419 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1420
1421         * gmm-utils.el (gmm-write-region): New function based on compatibility
1422         code from `mm-make-temp-file'.
1423
1424         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1425
1426         * nnmaildir.el (nnmaildir--update-nov)
1427         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1428         Use `gmm-write-region'.
1429
1430 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1431
1432         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1433         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1434
1435         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1436
1437         * message.el (message-replacement-char): New variable.
1438         (message-fix-before-sending): Use it.
1439         (message-simplify-subject): New function to remove duplicate code.
1440         (message-reply, message-followup): Use it.
1441
1442         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1443         gnus-summary-limit-to-articles.
1444
1445 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1446
1447         * gnus-util.el (gnus-with-local-quit): New macro.
1448
1449         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1450
1451 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1452
1453         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1454         ignore non-string data.
1455
1456 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1457
1458         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1459         non-string data (needs to be done in the registry too).
1460
1461 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1462
1463         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1464         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1465         (gnus-registry-split-fancy-with-parent)
1466         (gnus-registry-fetch-simplified-message-subject-fast)
1467         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1468         Remove text properties on ingress into the registry and when it's saved.
1469         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1470         registry from entries with no groups.
1471
1472 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1473
1474         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1475         function to remove string properties.
1476
1477 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1478
1479         * gmm-utils.el (gmm): Adjust custom version.
1480
1481         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1482         custom version.
1483
1484         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1485
1486 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1487
1488         * gnus-art.el (gnus-insert-prev-page-button)
1489         (gnus-insert-next-page-button): Simplify.  Reformat.
1490
1491 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1492
1493         * gnus-art.el (gnus-insert-prev-page-button)
1494         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1495
1496 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1497
1498         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1499
1500 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1501
1502         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1503         gnus-article-button-face to MIME and security buttons.
1504
1505 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1506
1507         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1508         readable.
1509
1510 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1513
1514 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1515
1516         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1517         `browse-url-of-file' instead of `browse-url'.
1518
1519 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1520
1521         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1522         regexp.  Articles containing quotation were cut prematurely.
1523
1524 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * message.el (message-cite-original-1): Use nobody by default for the
1527         value of From header.
1528         (message-reply): Ditto.
1529
1530 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1531
1532         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1533         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1534         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1535
1536 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1537
1538         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1539         mails in the doc string.  Add some URLs in comment.
1540         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1541
1542 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1545         backslashes handling and the way to find boundaries of quoted strings.
1546
1547 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1548
1549         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1550         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1551         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1552         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1553
1554 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1555
1556         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1557         doc string.
1558         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1559
1560 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1561
1562         * lpath.el: Fbind epg-check-configuration.
1563
1564 2006-09-06  Simon Josefsson  <jas@extundo.com>
1565
1566         * mml2015.el (mml2015-use): Doc fix, mention epg.
1567
1568 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1569
1570         * mml2015.el (mml2015-use): Default to epg, if available.
1571
1572 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1573
1574         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1575         message-sender.
1576         (mml1991-epg-encrypt): Ditto.
1577         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1578         message-sender.
1579         (mml2015-epg-encrypt): Ditto.
1580
1581 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1582
1583         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1584         several common directories.
1585
1586 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1587
1588         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1589         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1590
1591 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * gnus-art.el (article-decode-encoded-words): Make it fast.
1594
1595 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1598
1599         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1600         in quoted string into `\'.
1601
1602 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1603
1604         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1605         Use standard-syntax-table.
1606
1607 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * gnus-art.el (gnus-decode-address-function): New variable.
1610         (article-decode-encoded-words): Use it to decode headers which are
1611         assumed to contain addresses.
1612         (gnus-mime-delete-part): Remove useless `or'.
1613
1614         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1615         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1616         (gnus-nov-parse-line): Use it to decode From header.
1617         (gnus-get-newsgroup-headers): Ditto.
1618         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1619
1620         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1621         (mail-decode-encoded-address-string): New alias.
1622
1623         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1624         New function.
1625         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1626         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1627         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1628         (rfc2047-decode-string): Ditto.
1629         (rfc2047-decode-address-region): New function.
1630         (rfc2047-decode-address-string): New function.
1631
1632 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1633
1634         * message.el (message-caesar-buffer-body): Allow rotating headers.
1635
1636         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1637
1638         * message.el (message-insert-formated-citation-line): Fix %f.
1639         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1640
1641 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1644         (gnus-bookmark-mouse-available-p): New macro.
1645         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1646         (gnus-bookmark-bmenu-show-infos): Use it.
1647         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1648         (gnus-bookmark-bmenu-hide-infos): Ditto.
1649         (gnus-bookmark-remove-properties): New function.
1650         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1651         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1652         (gnus-bookmark-write-file): Bind coding-system-for-write.
1653         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1654         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1655         group before selecting it.
1656         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1657         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1658         quit-window if it is not available; use gnus-mouse-2 and bind it to
1659         gnus-bookmark-bmenu-select-by-mouse.
1660         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1661         (gnus-bookmark-bmenu-select-by-mouse): New function.
1662
1663 2006-08-13  Romain Francoise  <romain@orebokech.com>
1664
1665         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1666         space.
1667
1668 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * compface.el (uncompface): Use binary rather than raw-text-unix.
1671
1672 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1673
1674         * compface.el (uncompface): Make sure the eol conversion doesn't take
1675         place when communicating with the external programs.  Reported by
1676         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1677
1678 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1681
1682 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1683
1684         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1685         Make it more robust by parsing author and date independently.
1686
1687 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1690
1691 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1692
1693         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1694         first matching secret key.
1695         (mml2015-epg-encrypt): Ditto.
1696
1697         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1698         first matching secret key.
1699         (mml1991-epg-encrypt): Ditto.
1700
1701         * mml2015.el (mml2015-encrypt-to-self): New user option.
1702         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1703         mml2015-epg-encrypt-to-self is set.
1704
1705         * mml1991.el (mml1991-encrypt-to-self): New variable.
1706         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1707         mml1991-epg-encrypt-to-self is set.
1708
1709         * mml2015.el (mml2015-signers): New user option.
1710         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1711         (mml2015-epg-encrypt): Allow to select signing keys.
1712
1713         * mml1991.el (mml1991-signers): New variable.
1714         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1715         (mml1991-epg-encrypt): Allow to select signing keys.
1716
1717 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1718
1719         * nnheader.el (nnheader-insert-head): Make it work even if the file
1720         uses CRLF for the line-break code.
1721
1722 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1723
1724         * mml2015.el: Require mml-sec instead of password.
1725         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1726         (mml2015-cache-passphrase): Inherit the default value from
1727         mml-secure-cache-passphrase.
1728         (mml2015-passphrase-cache-expiry): Inherit the default value from
1729         mml-secure-passphrase-cache-expiry.
1730
1731         * mml1991.el: Require mml-sec instead of password.
1732         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1733         (mml1991-cache-passphrase): Inherit the default value from
1734         mml-secure-cache-passphrase.
1735         (mml1991-passphrase-cache-expiry): Inherit the default value from
1736         mml-secure-passphrase-cache-expiry.
1737
1738         * mml-sec.el: Require password.
1739         (mml-secure-verbose): New user option.
1740         (mml-secure-cache-passphrase): New user option.
1741         (mml-secure-passphrase-cache-expiry): New user option.
1742
1743 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1744
1745         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1746         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1747         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1748
1749         FIXME: Use `tiny change'?
1750
1751 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1752
1753         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1754         workaround for the url package included with Emacs.
1755
1756         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1757
1758 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1761         correctly.  This fixes a bug caused by the 2006-05-12 change.
1762
1763 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1764
1765         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1766         some information about the error when saying that the `bogus' mail
1767         group will be used.
1768
1769 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1770
1771         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
1772         string.
1773
1774 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
1775
1776         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
1777
1778 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1779
1780         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
1781
1782 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1783
1784         * mml1991.el (mml1991-function-alist): Add epg.
1785         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
1786         (mml1991-epg-encrypt): New functions.
1787
1788 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
1789
1790         * mml2015.el (mml2015-verbose): New variable.
1791         (mml2015-cache-passphrase): Ditto.
1792         (mml2015-passphrase-cache-expiry): Ditto.
1793         (mml2015-function-alist): Add epg.
1794         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
1795         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
1796         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
1797         functions.
1798
1799 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1800
1801         * message.el (message-cite-original-1): Preserve region when removing
1802         quoted text due to X-No-Archive in order to avoid bogus attribution
1803         when citing multiple messages.
1804
1805 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1806
1807         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
1808         Kenneth Jacker <khj@be.cs.appstate.edu>.
1809
1810 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
1811
1812         * gnus-diary.el (gnus-user-format-function-d)
1813         (gnus-user-format-function-D): Autoload.
1814
1815         * imap.el (Commentary): Fix typo.
1816
1817         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
1818         2006-04-22 contribution.
1819
1820 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1821
1822         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
1823         It didn't really fix the bogosity I'm seeing with solid web groups.
1824
1825 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1826
1827         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
1828         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
1829         created using server names.  If we use the feature without declaring
1830         it, Gnus does not properly manage server and group state.
1831
1832         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1833         bound.
1834
1835 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1836
1837         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1838         looking up the method using GROUP's prefix before inventing a new one.
1839         It is used on killed/unknown groups in various places where returning
1840         an all-new method isn't expected by the caller.
1841
1842         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1843         and match semantics of gnus-group-real-prefix.
1844
1845 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1846
1847         * nnmail.el (nnmail-broken-references-mailers): New variable.
1848         (nnmail-ignore-broken-references): New function generalizing
1849         nnmail-fix-eudora-headers.
1850         (nnmail-fix-eudora-headers): Now obsolete.
1851
1852         * gnus-art.el (gnus-button-handle-custom): Support
1853         `customize-apropos*'.
1854
1855 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1856
1857         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1858
1859         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1860         articles.
1861
1862 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1863
1864         * message.el (message-cite-reply-above): New variable.
1865         (message-yank-original): Use it.
1866
1867 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1870
1871 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1872
1873         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1874         as read.
1875
1876         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1877
1878 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1879
1880         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1881         (gnus-bookmark-default-file): Use gnus-directory.
1882         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1883         Remove "*" in doc string.
1884         (gnus-bookmark-write-file): Simplify.
1885         (gnus-bookmark-maybe-sort-alist): Use `when'.
1886         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1887         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1888         FIXME about Emacs 21 and XEmacs compatibility.
1889         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1890         compatibility.
1891         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1892         compatibility.
1893         (gnus-bookmark-menu-heading): Fix version.
1894
1895 2006-06-19  Bastien Guerry  <bzg@altern.org>
1896
1897         * gnus-bookmark.el: New file.
1898
1899 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * message.el (message-syntax-checks): Doc fix.
1902
1903 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1904
1905         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1906         unsubscribed groups as if they were killed ones.  It causes duplicate
1907         entries in gnus-newsrc-alist.
1908
1909 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * message.el (message-syntax-checks): Doc fix.
1912         (message-send-mail): Add check for continuation headers.
1913         (message-check-news-header-syntax): Fix regexp used to check for
1914         continuation headers.
1915
1916 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1919
1920 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1921
1922         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1923
1924 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1927         default-truncate-lines.
1928
1929 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1932         to fill the utf-8 entry.
1933
1934         * lpath.el: Fbind unicode-precedence-list.
1935
1936 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1937
1938         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1939
1940 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1941
1942         * gnus-agent.el (directory-files-and-attributes): Move all the way
1943         forward (the third and final move).
1944         (gnus-agent-read-agentview): Trap reconstruction errors due to
1945         nonexistant directory.  Handle by returning nil.
1946
1947 2006-05-30  Didier Verna  <didier@xemacs.org>
1948
1949         * message.el (message-dont-reply-to-names): Update the custom type.
1950         * message.el (message-dont-reply-to-names): New defsubst: potentially
1951         convert a list of regexps into a single one.
1952         * message.el (message-get-reply-headers): Use it.
1953         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1954
1955 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * gnus-agent.el (directory-files-and-attributes): Move forward.
1958
1959 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1960
1961         * gnus-ml.el (gnus-mailing-list-subscribe)
1962         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1963         (gnus-mailing-list-message): Fix doc strings.
1964
1965 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1966
1967         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1968         of doing it manually.
1969
1970 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1971
1972         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1973         comment.
1974
1975 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1976
1977         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1978         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1979         (gnus-agent-read-local): All symbols allocated in my-obarray
1980         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1981         (gnus-agent-regenerate-group): Check numeric names to see if they are
1982         messages or groups.
1983         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1984         better way of do this...)
1985
1986         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1987         'dummy.group' (there should be a better way of do this...)
1988
1989 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1992         (gnus-saved-headers): Ditto.
1993         (gnus-default-article-saver): Mention functions may have properties.
1994         (gnus-article-save): Override gnus-save-all-headers and
1995         gnus-saved-headers by :headers property which saver function may have.
1996         (gnus-summary-save-in-file): Add :headers property.
1997         (gnus-summary-write-to-file): Ditto.
1998
1999         * gnus-sum.el (gnus-summary-save-article): Bind
2000         gnus-prompt-before-saving to t when saving many articles in a file;
2001         always show all headers.
2002
2003         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2004
2005 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2006
2007         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2008         marks.
2009
2010         * message.el (message-indent-citation): Add optional arguments to allow
2011         using it outside of message buffers.
2012
2013         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2014         (gnus-article-treat-unfold-headers): Use it.
2015         (gnus-article-truncate-lines): New variable.
2016         (gnus-article-mode): Use it.
2017         (gnus-article-toggle-truncate-lines): New function.
2018
2019         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2020         gnus-article-toggle-truncate-lines.
2021
2022         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2023         coding system in XEmacs, use binary.
2024
2025 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2028         after-load-alist.
2029
2030         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2031         this function should save decoded articles.
2032         (gnus-summary-write-to-file): Use property to specify this function
2033         should save decoded articles and specify gnus-summary-save-in-file
2034         should be used to save articles other than the first one when saving
2035         many articles.
2036         (gnus-summary-save-body-in-file): Use property to specify this
2037         function should save decoded articles.
2038         (gnus-summary-write-body-to-file): Use property to specify this
2039         function should save decoded articles and specify
2040         gnus-summary-save-body-in-file should be used to save articles other
2041         than the first one when saving many articles.
2042
2043         * gnus-sum.el (gnus-summary-save-article): Simplify.
2044
2045 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * gnus-art.el (gnus-default-article-saver): Add
2048         gnus-summary-write-body-to-file.
2049         (gnus-article-save-coding-system): Don't use coding system object
2050         in XEmacs.
2051         (gnus-read-save-file-name): Add optional `dir-var' argument which
2052         specifies directory in which files are saved; work even if optional
2053         `variable' argument is not specified.
2054         (gnus-summary-write-to-file): Read file name.
2055         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2056         (gnus-summary-write-body-to-file): New function.
2057
2058         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2059         (gnus-summary-local-variables): Add it.
2060         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2061         (gnus-summary-save-article): Remove optional `decode' argument;
2062         determine whether to decode articles by the value of
2063         gnus-default-article-saver; when saving many files using
2064         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2065         it first and use gnus-summary-save-in-file or
2066         gnus-summary-save-body-in-file thereafter unless
2067         gnus-prompt-before-saving is always; move point to article which
2068         will be saved.
2069         (gnus-summary-save-article-file): Revert.
2070         (gnus-summary-write-article-file): Revert.
2071         (gnus-summary-save-article-body-file): Revert.
2072         (gnus-summary-write-article-body-file): New function.
2073
2074 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * gnus-art.el (gnus-default-article-saver): Doc fix.
2077         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2078         from gnus-summary-save-article-coding-system, and default to a
2079         certain coding system.
2080         (gnus-output-to-file): Add coding cookie and encode text according
2081         to gnus-article-save-coding-system; don't use mm-append-to-file.
2082
2083         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2084         gnus-art.el and rename to gnus-article-save-coding-system.
2085         (gnus-summary-save-article): Require gnus-art; don't show all
2086         headers if it decodes articles; don't add coding cookie here;
2087         don't bind mm-text-coding-system-for-write.
2088         (gnus-summary-save-article-file): Save decoded articles.
2089         (gnus-summary-write-article-file): When saving many files, use
2090         gnus-summary-write-to-file first and gnus-summary-save-in-file
2091         thereafter unless gnus-prompt-before-saving is always.
2092         (gnus-summary-save-article-body-file): Save decoded articles.
2093
2094         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2095
2096 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2097
2098         * nnrss.el (nnrss-check-group): Bind hash-index.
2099
2100 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2101
2102         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2103         its hash index.  Store this hash in `nnrss-group-data'.
2104         (nnrss-read-group-data): Update accordingly.
2105
2106 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2107
2108         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2109         entry.
2110
2111         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2112         gnus-article-browse-html-article.
2113
2114 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2115
2116         * gnus-sum.el (gnus-summary-mime-map): Add
2117         gnus-article-browse-html-article.
2118
2119         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2120
2121 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2122
2123         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2124         suitable coding systems in customize.
2125
2126 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2127
2128         * mail-source.el (mail-sources): Fix custom type.
2129
2130 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2131
2132         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2133         (gnus-summary-expire-articles-now): Shorten prompt.
2134
2135         * gmm-utils.el (wid-edit): Require.
2136         (defun-gmm): Renamed from `gmm-defun-compat'.
2137         (gmm-image-search-load-path): Use it.
2138         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2139
2140 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2143         variable.
2144         (gnus-summary-save-article): Add optional `decode' argument.  If
2145         it is set and gnus-summary-save-article-coding-system is non-nil,
2146         save decoded article.
2147         (gnus-summary-write-article-file): Save decoded article if
2148         gnus-summary-save-article-coding-system is non-nil.
2149
2150         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2151         type.
2152
2153 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2156
2157 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2160         first to test gnus-single-article-buffer which may be buffer-local.
2161
2162         * gnus-sum.el (gnus-summary-setup-buffer): Make
2163         gnus-single-article-buffer buffer-local and nil in ephemeral
2164         group; make gnus-article-buffer, gnus-article-current, and
2165         gnus-original-article-buffer always buffer-local.
2166         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2167         group.
2168         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2169
2170 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2171
2172         * nnml.el (nnml-request-compact-group): Compressed files might not
2173         have .gz extension.
2174
2175 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2176
2177         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2178         (mm-copy-to-buffer): Use with-current-buffer.
2179         (mm-display-part): Simplify.
2180         (mm-inlinable-p): Add optional arg `type'.
2181
2182 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2183
2184         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2185         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2186         Try harder to show the attachment internally or externally using
2187         gnus-mime-view-part-as-type.
2188
2189 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2190
2191         * message.el (message-from-style, message-signature-separator)
2192         (message-user-organization-file, message-send-mail-function)
2193         (message-citation-line-function, message-yank-prefix)
2194         (message-indent-citation-function, message-signature)
2195         (message-signature-file, message-signature-insert-empty-line):
2196         Remove autoloads.
2197
2198         * gnus-art.el (gnus-buttonized-mime-types): Remove
2199         "multipart/signed".  Revert 2006-04-26 change.
2200
2201 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202
2203         * gnus.el (gnus-version-number): Bump version.
2204
2205 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2206
2207         * gnus.el: No Gnus v0.5 is released.
2208
2209 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2210
2211         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2212         fetching articles by message-id.
2213
2214 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * message.el (hashcash): Require hashcash as normal.
2217
2218         * ecomplete.el (ecomplete-highlight-match-line): Use
2219         point-at-eol.
2220         (ecomplete-highlight-match-line): Use `highlight', because that
2221         face exists in both Emacs and XEmacs.
2222
2223         * message.el (message-display-abbrev): Use point-at-bol.
2224
2225         * mail-source.el: Don't require timer/timer-funcs.
2226
2227         * gnus-async.el: Ditto.
2228
2229         * password.el: Ditto.
2230
2231         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2232
2233         * mm-url.el: Ditto.
2234
2235         * gnus-xmas.el: Don't require timer-funcs.
2236
2237         * mm-util.el: Require timer/timer-funcs.
2238
2239 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2240
2241         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2242         Close.
2243
2244 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2247         unibyte after clear-decrypt function runs.
2248
2249         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2250         returns as a unibyte string.
2251
2252 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * lpath.el: Revert.
2255
2256         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2257         (pgg-gpg-process-sentinel): Revert.
2258
2259         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2260         (pgg-pgp-lookup-key): Revert.
2261
2262         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2263         (pgg-pgp5-lookup-key): Revert.
2264
2265         * pgg.el (pgg-fetch-key): Revert.
2266
2267 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * lpath.el: Fbind string-as-multibyte for XEmacs.
2270
2271         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2272         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2273         (mml1991-pgg-encrypt): Ditto.
2274
2275         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2276         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2277         a multibyte buffer.
2278
2279         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2280         (pgg-pgp-lookup-key): Ditto.
2281
2282         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2283         (pgg-pgp5-lookup-key): Ditto.
2284
2285         * pgg.el (pgg-fetch-key): Ditto.
2286
2287 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2288
2289         * message.el (message-user-organization-file): Check several
2290         locations of the organization file.
2291
2292         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2293         Add gnus-article-view-part-as-type.
2294
2295         * gnus-art.el (gnus-article-view-part-as-type): New function.
2296
2297         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2298         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2299
2300         * mml.el: Simplify autoload.
2301         (mml-mode): defvar dnd-protocol-alist instead of using
2302         symbol-value.
2303         (mml-default-directory): New variable.
2304         (mml-minibuffer-read-file): Use it.
2305         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2306
2307         * message.el (message-citation-line-format): New variable.
2308         (message-insert-formated-citation-line): New function.
2309         (message-citation-line-function): Add
2310         `message-insert-formated-citation-line' to custom type.
2311
2312         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2313         to doc string.
2314
2315         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2316         depending on mm-verify-option.
2317
2318 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2319
2320         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2321         binding pgg-* variables; reimplement the section which prevents
2322         MIME header from being signed.
2323         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2324         pgg-text-mode; remove a blank line at the top of body.
2325
2326         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2327         lines at the top of body; use gnus-newsgroup-charset if there's no
2328         Charset header.
2329
2330 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * message.el (message-self-insert-commands): Doc fix.
2333
2334         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2335         (mm-uu-pgp-encrypted-test): Ditto.
2336         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2337         between header and body; return application/pgp-encrypted handle
2338         if decryption failed; decode decrypted body by charset.
2339
2340         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2341         element match to application/pgp-*.
2342
2343 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2344
2345         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2346         HTML.
2347
2348 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * mail-source.el (mail-source-call-script): Message the error
2351         string.
2352
2353 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * gnus-util.el (gnus-byte-compile): Use it.
2356
2357 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2358
2359         * gnus-util.el (kill-empty-logs): New function.
2360
2361 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * message.el (message-mail-alias-type): Doc fix.
2364         (message-mail-alias-type-p): New function.
2365         (message-send): Use it.
2366         (message-mode): Ditto.
2367         (message-strip-forbidden-properties): Ditto.
2368
2369         * ecomplete.el (ecomplete-database-file-coding-system): New
2370         variable.
2371         (ecomplete-save): Use it.
2372         (ecomplete-setup): Use it.
2373
2374 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * message.el (message-self-insert-commands): New variable.
2377         (message-strip-forbidden-properties): Use it.
2378
2379 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380
2381         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2382         that doesn't make XEmacs choke.
2383
2384 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2385
2386         * gnus-util.el (gnus-replace-in-string):
2387         Prefer replace-regexp-in-string over of replace-in-string.
2388
2389 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * gnus-util.el (gnus-select-frame-set-input-focus):
2392         Use select-frame-set-input-focus if it is available in XEmacs; use
2393         definition defined in Emacs 22 for old Emacsen.
2394
2395         * dgnushack.el: Autoload unmorse-region for XEmacs.
2396
2397         * lpath.el: Bind cursor-in-non-selected-windows and
2398         select-frame-set-input-focus for XEmacs.
2399
2400 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2403
2404 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2405
2406         * gnus-registry.el (gnus-registry-cache-save): Remove text
2407         properties when saving via the temp buffer.
2408
2409 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2410
2411         * message.el (message-generate-hashcash): Honor custom type.
2412
2413 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * message.el (message-generate-hashcash): Default to non-nil when
2416         hashcash is found.
2417
2418         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2419         (gnus-refer-thread-limit): Increase default to 500.
2420
2421         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2422
2423         * flow-fill.el (fill-flowed): Allow delete-space.
2424
2425 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2426
2427         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2428         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2429         Remove autoloads.
2430
2431 2006-04-18  Simon Josefsson  <jas@extundo.com>
2432
2433         * message.el (message-generate-hashcash): Default to.
2434
2435 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2438         concatenating segments rather than before concatenating them.
2439
2440 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2441
2442         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2443
2444 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2447
2448         * message.el (message-forward-make-body-plain): Allow
2449         message-forward-ignored-headers to be a list.
2450         (message-remove-ignored-headers): Factor out into function.
2451         (message-forward-make-body-mml): Use it.
2452
2453         * imap.el (imap-quote-specials): New function.
2454         (imap-login-auth): Quote specials.
2455
2456         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2457         (rfc2231-parse-string): Allow concatanation of parameters that
2458         aren't contiguous.  The test case is
2459           (mail-header-parse-content-type "message/external-body;
2460             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2461             access-type=LOCAL-FILE;
2462             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2463
2464 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2465
2466         * nntp.el (nntp-accept-process-output): Return the value of
2467         `nnheader-accept-process-output'.
2468
2469 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2472         (gnus-button-alist): Recognize more diff formats.
2473         (gnus-button-patch): Strip directory.
2474
2475 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2476
2477         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2478         Emacs 22 when setting focus.
2479
2480 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * gnus-art.el (gnus-article-treat-types): Do treatment of
2483         text/x-verbatim parts.
2484         (gnus-button-patch): New command.
2485
2486         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2487         addresses that contain invalid characters.
2488
2489 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * message.el (message-put-addresses-in-ecomplete): Use
2492         gnus-replace-in-string.
2493         (message-is-yours-p): Use the more correct
2494         mail-header-parse-address instead of
2495         mail-extract-address-components.
2496         (message-put-addresses-in-ecomplete): Fix typo.
2497
2498         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2499         keystroke.
2500
2501         * gnus-art.el (gnus-treatment-function-alist): Change order of
2502         newsgroups/generic header folding to avoid double-folding.
2503
2504         * message.el (message-hidden-headers): Add X-Draft-From.
2505
2506         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2507         command.
2508         (gnus-summary-repeat-search-article-backward): New command.
2509
2510         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2511         groups in the parent topic.
2512
2513 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2514
2515         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2516         (spam-extra-header-to-number): Return the CRM114 number as a
2517         number instead of a string.
2518
2519 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * gnus-art.el (gnus-face-properties-alist): Moved here from
2522         gnus-fun.
2523
2524         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2525
2526 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * message.el (message-strip-forbidden-properties): Only display on
2529         self-insert-command.
2530
2531         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2532         reindent.
2533         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2534
2535 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2536
2537         * smiley.el (smiley-style): Fix typo.
2538
2539 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540
2541         * hashcash.el (hashcash-insert-payment-async-2): Use
2542         message-goto-eoh instead of doing it manually.
2543         (mail-add-payment): Use message-narrow-to-header instead of trying
2544         to do the same itself.
2545
2546         * message.el (message-hidden-headers): Add Face.
2547
2548         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2549         reparenting code.
2550         (gnus-summary-reparent-children): Refactored out code.
2551         (gnus-summary-thread-map): New keystroke.
2552         (gnus-summary-reparent-children): Make into command.
2553
2554         * smiley.el (smiley-style): Default to `medium' if using a large
2555         font.
2556
2557         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2558         does it itself.
2559
2560         * message.el (message-point-in-header-p): Simplify definition.
2561
2562 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563
2564         * nnagent.el (nnagent-request-set-mark): Silence log file
2565         writing.
2566         (nnagent-request-set-mark): Use write-region instead of
2567         append-to-file.
2568
2569         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2570         strange select method.
2571
2572         * ecomplete.el (ecomplete-display-matches): Get highlightling
2573         right.
2574         (ecomplete-display-matches): Use literals.
2575         (ecomplete-display-matches): Disable message logging.
2576
2577         * message.el (message-display-abbrev): Small optimization.
2578
2579         * ecomplete.el (ecomplete-display-matches): Allow automatic
2580         display.
2581
2582         * message.el (message-strip-forbidden-properties): Display
2583         abbrevs.
2584         (message-display-abbrev): Get automatic display right.
2585
2586         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2587         keystrokes.
2588
2589 2006-04-13  Romain Francoise  <romain@orebokech.com>
2590
2591         TODO: Backport to v5-10!
2592
2593         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2594         Moved here (and renamed) from gnus-registry.el.
2595
2596         * gnus-registry.el: Require gnus-util.
2597         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2598
2599 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * gnus-group.el (gnus-group-catchup-current): Change
2602         if-then-else-if-then-else into cond.
2603         (gnus-group-catchup): Indent.
2604         (group-name-at-point): New function.
2605         (gnus-fetch-group): Provide default from thing at point.
2606
2607 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * message.el (message-display-abbrev): Fix regexp.
2610
2611         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2612         choosing.
2613         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2614         dead variables.
2615
2616         * message.el (message-newline-and-indent): Remove debugging.
2617         (message-display-abbrev): Use new implementation.
2618
2619 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2620
2621         * gnus-art.el (gnus-article-mode): Set
2622         cursor-in-non-selected-windows to nil.
2623
2624         * smiley.el: Revert previous change.
2625         (smiley-data-directory): defvar it before using it in the
2626         defcustom of `smiley-style'.
2627
2628 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629
2630         * message.el (message-newline-and-indent): New function.
2631
2632         * ecomplete.el: Implement more bits.
2633
2634         * message.el (message-put-addresses-in-ecomplete): Clean up the
2635         string.
2636
2637         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2638
2639         * gnus-sum.el (gnus-summary-save-parts): Bind
2640         gnus-summary-save-parts-counter and use it to make unique file
2641         names.
2642
2643         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2644
2645         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2646         parameter to say whether to actually parse the individual
2647         addresses.
2648
2649         * message.el (message-put-addresses-in-ecomplete): New function.
2650         (ecomplete): Require.
2651         (message-mail-alias-type): Add ecomplete as an option.
2652
2653 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2654
2655         * flow-fill.el (fill-flowed): Remove trailing space from blank
2656         quoted lines.
2657
2658 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659
2660         * smiley.el (smiley-style): Move definition later to avoid a
2661         compilation warning.
2662
2663 2006-04-12  Kenichi Handa  <handa@m17n.org>
2664
2665         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2666         buffer and then decode the buffer text if necessary.
2667         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2668         first, and after mm-encode-body, change the buffer to unibyte.
2669         Use mm-disable-multibyte instead of set-buffer-multibyte.
2670
2671 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2674         Content-Type header instead of Content-Disposition header.
2675         (gnus-mime-inline-part): Ditto.
2676         (gnus-mime-view-part-as-charset): Ignore charset that the part
2677         specifies.
2678
2679         * mm-decode.el (mm-display-part): Work with external parts and
2680         usual parts similarly.
2681
2682         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2683         instead of gnus-display-mime.
2684
2685         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2686         instead of with-temp-buffer.
2687
2688         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2689         tag to summarized topics part in order to encode non-ASCII text.
2690
2691 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2692
2693         * smiley.el (smiley-style): New variable.
2694         (smiley-directory): New function.
2695         (smiley-data-directory): Derive from `smiley-style' using
2696         `smiley-directory'.
2697         (smiley-regexp-alist): Add new entries.
2698
2699         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2700         (gnus-article-browse-delete-temp): Add :version.
2701
2702 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2703
2704         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2705         the sieve region.
2706
2707 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * gnus.el (gnus-version-number): Bump version.
2710
2711 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2712
2713         * gnus.el: No Gnus v0.4 is released.
2714
2715 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2718         layout.
2719
2720         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2721         unknown charset.
2722
2723         * message.el (message-header-synonyms): Add Original-To to the
2724         default.
2725
2726         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2727         optional parameter.
2728
2729 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2730
2731         * gnus-fun.el (gnus): Require it for gnus-directory.
2732
2733 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2736
2737 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2738
2739         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2740
2741 2006-04-05  Simon Josefsson  <jas@extundo.com>
2742
2743         * password.el (password-reset): New function.
2744
2745 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2746
2747         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2748         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2749
2750 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2751
2752         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2753         Some whitespace was matched into the url, which broke browsing hits
2754         > 100 when mm-url-use-external was nil.
2755
2756 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2757
2758         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2759         gnus-extra-headers for 'Newsgroups.
2760
2761         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2762         bound.
2763
2764 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2765
2766         * pgg-gpg.el: Clean up process buffers every time gpg processes
2767         complete.
2768
2769 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2770
2771         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2772         doc string.
2773
2774 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
2775
2776         * pgg-gpg.el (pgg-gpg-process-filter)
2777         (pgg-gpg-wait-for-completion): Check if buffer is alive.
2778
2779         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
2780         lines, temporary fix.
2781
2782 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2783
2784         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
2785
2786 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
2787
2788         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
2789         default-enable-multibyte-characters.  This reverts the change from
2790         revision 6.17 which is no longer necessary because the passphrase
2791         is sent separately now.  GnuPG messages are unreadable under
2792         multibyte locales with default-enable-multibyte-characters set to
2793         nil.
2794
2795 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2796
2797         * message.el (message-tool-bar-gnome): Move "spell".
2798
2799 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2800
2801         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
2802         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
2803         instead.
2804
2805 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
2806
2807         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
2808         newsgroups handling for NNTP overviews which don't include
2809         Newsgroups.
2810
2811 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2812
2813         * message.el (message-resend): Bind message-generate-hashcash to nil.
2814
2815 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2816
2817         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
2818         when searching for already-paid recipients.
2819
2820 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
2821
2822         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
2823         passphrases when it is not needed.
2824         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
2825         passphrase stuff from gpg, should only be necessary when you use
2826         gpg with a smartcard.
2827
2828 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * mml.el (mml-insert-mime): Ignore cached contents of
2831         message/external-body part.
2832
2833         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2834         (mm-insert-part): Ditto.
2835
2836 2006-03-23  Simon Josefsson  <jas@extundo.com>
2837
2838         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2839         Reiner.
2840         (pgg-gpg-use-agent-p): Use it again.
2841
2842 2006-03-23  Simon Josefsson  <jas@extundo.com>
2843
2844         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2845         older emacsen.
2846         (pgg-gpg-use-agent-p): Don't use it.
2847
2848 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2849
2850         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2851         if we can.
2852
2853 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2854
2855         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2856         (pgg-gpg-update-agent): New function.
2857         (pgg-gpg-use-agent-p): New function.
2858         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2859         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2860         (pgg-gpg-sign-region): Use it.
2861
2862 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2865         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2866
2867 2006-03-21  Simon Josefsson  <jas@extundo.com>
2868
2869         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2870         <wilde@sha-bang.de>.
2871         (pgg-gpg-use-agent): New variable.
2872         (pgg-gpg-process-region): Use it.
2873         (pgg-gpg-encrypt-region): Likewise.
2874         (pgg-gpg-encrypt-symmetric-region): Likewise.
2875         (pgg-gpg-decrypt-region): Likewise.
2876         (pgg-gpg-sign-region): Likewise.
2877         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2878
2879 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2880
2881         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2882
2883         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2884         Add comment on version.
2885
2886 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2887
2888         * smiley.el: Add missing test smiley.
2889
2890 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * mm-decode.el (mm-with-part): New macro.
2893         (mm-get-part): Use it; work with message/external-body as well.
2894         (mm-save-part): Treat name and filename equally.
2895
2896         * mm-extern.el (mm-extern-cache-contents): New function.
2897         (mm-inline-external-body): Use it; force the part to be displayed;
2898         move undisplayer added to the cached handle to the parent.
2899
2900         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2901         (gnus-mime-view-part-as-type): Work with message/external-body.
2902
2903         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2904
2905 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2906
2907         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2908         images in image-load-path.  [Sync with image.el, revision 1.60, in
2909         Emacs.]
2910
2911 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2912
2913         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2914         path rather than symbol.  Always return list of directories.
2915         Guarantee that image directory comes first.  [Sync with image.el,
2916         revision 1.59, in Emacs.]
2917
2918         * message.el (message-make-tool-bar): Adjust to new API of
2919         `gmm-image-load-path-for-library'.
2920
2921         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2922
2923         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2924
2925 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2926
2927         * gnus-art.el (gnus-article-only-boring-p):
2928         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2929         intangible text.
2930         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2931
2932 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2933
2934         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2935         `defun' instead of `gmm-defun-compat'.
2936
2937 2006-03-14  Simon Josefsson  <jas@extundo.com>
2938
2939         * message.el (message-unique-id): Don't use message-number-base36
2940         if (user-uid) is a float.
2941         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2942
2943 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2944
2945         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2946
2947         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2948         empty line between a part and a message part.
2949
2950 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2951
2952         * smiley.el: Add more test smileys.
2953         (smiley-data-directory, smiley-regexp-alist)
2954         (gnus-smiley-file-types): Fix doc strings.
2955         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2956         adding new elements.
2957         (smiley-mouse-map): Unused code.  Make it a comment.
2958
2959 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2962         scan latest NoCeM messages instead of old ones.
2963         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2964         delimiters that are recently used.
2965         (gnus-nocem-load-cache): Add autoload cookie.
2966
2967         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2968
2969         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2970         level which is larger than gnus-use-nocem is specified.
2971
2972         * gnus-group.el (gnus-group-get-new-news): Ditto.
2973
2974 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2975
2976         * gnus-util.el (gnus-tool-bar-update): New function.
2977
2978         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2979         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2980
2981         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2982
2983         * gnus-group.el (gnus-group-redraw-when-idle)
2984         (gnus-group-redraw-check): Remove.
2985         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2986
2987 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2990         if optional last element is specified in splits (FIELD VALUE...).
2991
2992 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2993
2994         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2995         to gmm-image-load-path-for-library.  Call with no-error argument.
2996         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2997
2998         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2999
3000         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3001
3002         * gmm-utils.el (gmm-image-load-path): Remove alias.
3003
3004 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3005
3006         * gmm-utils.el (gmm-image-load-path): Add alias.
3007
3008         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3009         nnml-generate-nov-databases-1.
3010         (nnml-generate-nov-databases): Use it.
3011         (nnml-generate-nov-databases-directory): Document no-active
3012         argument.
3013
3014         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3015         directory if path is t.  Add no-error.
3016
3017         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3018         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3019
3020         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3021         resetting gnus-article-browse-html-temp-list.
3022
3023         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3024         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3025         Add example to docstring.  Rename local variables.  Move error
3026         checks to default case in cond and simplify.
3027
3028 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3031         handle is multipart when calling it recursively.
3032         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3033
3034 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3035
3036         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3037         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3038
3039 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3042         is loaded.
3043
3044         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3045         loaded.
3046
3047 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3048
3049         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3050         to "Emacs 23 (unicode)" in doc string.
3051
3052         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3053         "Emacs 23 (unicode)" in comment.
3054
3055 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3058
3059         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3060         characters 160 through 255 in Emacs 23.
3061
3062 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3063
3064         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3065         gnus-article-browse-html-temp.
3066         (gnus-article-browse-delete-temp): Make it customizable.  Add
3067         `file'.  Adjust doc string.
3068         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3069         query for each file.  Adjust doc string.
3070         (gnus-article-browse-html-parts): Add
3071         `gnus-article-browse-delete-temp-files' to
3072         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3073
3074 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3075
3076         * gnus-art.el (gnus-article-browse-html-temp)
3077         (gnus-article-browse-delete-temp): New variables.
3078         (gnus-article-browse-delete-temp-files): New function.
3079         (gnus-article-browse-html-parts): Use it.
3080
3081 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3082
3083         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3084
3085         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3086         string.
3087
3088         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3089         gnus-summary-insert-new-articles when unplugged.  Remove
3090         gnus-summary-search-article-forward.
3091
3092         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3093         display-visual-class instead of display-color-cells.
3094
3095 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3096
3097         * dgnushack.el: Autoload customize-group for XEmacs.
3098
3099         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3100         message/* containing non-ASCII text properly.
3101
3102 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3103
3104         * message.el: Require gmm-utils, remove autoloads.
3105         (message-tool-bar): Set default based on
3106         gmm-tool-bar-style.
3107         (message-tool-bar-gnome): Add gmm-customize-mode.
3108
3109         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3110         gmm-tool-bar-style.
3111         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3112
3113         * gnus-group.el (gnus-group-tool-bar): Set default based on
3114         gmm-tool-bar-style.
3115         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3116
3117         * gmm-utils.el (gmm-image-directory): Rename variable from
3118         gmm-image-load-path.
3119         (gmm-image-load-path): Use gmm-image-directory.
3120         (gmm-customize-mode): New function.
3121         (gmm-tool-bar-style): New variable.
3122
3123         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3124         gnus-group-redraw-line-number.
3125         (gnus-group-redraw-check): Simplify.
3126         (gnus-group-tool-bar-update): Remove redraw check.
3127         (gnus-group-make-tool-bar): Add redraw check.
3128
3129 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3130
3131         * gnus-art.el (gnus-button): Add missing parentheses.
3132
3133 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * lpath.el: Fbind line-number-at-pos.
3136
3137 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3140
3141 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3142
3143         * gnus-art.el (gnus-button): New face.
3144         (gnus-article-button-face): Use it.
3145
3146         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3147         gnus-summary-next-page.  Re-order.
3148
3149         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3150         next-node are now included.
3151         (gnus-group-redraw-line-number): New internal variable.
3152         (gnus-group-redraw-check): Helper function for updating the tool
3153         bar.
3154         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3155
3156         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3157
3158         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3159         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3160         Use it to match format of Spamassassin 3.0 and later.  Reported by
3161         IRIE Tetsuya <irie@t.email.ne.jp>.
3162         (spam-check-bogofilter)
3163         (spam-bogofilter-register-with-bogofilter): Fix args of
3164         `gnus-error' calls.
3165
3166 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3167
3168         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3169         unnecessary interaction when sending queued mails.  Reported by
3170         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3171
3172 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3173
3174         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3175         first or last are nil.
3176
3177 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3178
3179         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3180
3181 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3184
3185 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186
3187         * dns.el (query-dns): Protect more against buggy tcp output.
3188
3189 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3190
3191         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3192         nov.php.
3193
3194 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3195
3196         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3197         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3198         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3199         output on the server side.
3200         (nnweb-google-create-mapping): Update regexps and add some
3201         progress indication.
3202
3203 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3204
3205         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3206         gnus-agent-toggle-plugged.  Re-order icons.
3207         (gnus-group-tool-bar-gnome): Add
3208         gnus-group-{prev,next}-unread-group.
3209         (gnus-group-tool-bar-gnome): Re-order icons.
3210
3211         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3212         gnus-summary-insert-new-articles.
3213
3214         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3215         comments.
3216
3217         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3218         also available in Emacs 21.3.
3219
3220         * message.el (message-fix-before-sending): Change "Emacs 22" to
3221         "Emacs 23 (unicode)" in comment.
3222
3223         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3224         "Emacs 23 (unicode)" in comment.
3225
3226         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3227         comment.
3228         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3229
3230         * mm-view.el (mm-fill-flowed): Add :version.
3231
3232 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3235         and load-path.
3236
3237 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3238
3239         * message.el: Autoload gmm-image-load-path.
3240         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3241         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3242         consitency.
3243
3244         * gmm-utils.el (gmm-image-load-path): Also search in
3245         "../etc/images".  Don't set gmm-image-load-path if we don't find
3246         the image.
3247
3248 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * gmm-utils.el (gmm-image-load-path): Don't make
3251         `gmm-image-load-path' include subdirectories which the second arg
3252         `image' might specify.
3253
3254         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3255         subdirectory to icon file names.
3256
3257         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3258
3259 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3260
3261         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3262         gmm-image-load-path calls.
3263
3264         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3265
3266         * message.el (message-make-tool-bar): Ditto.
3267
3268         * mml.el (mml-preview): Added comment concerning tool bar icons.
3269
3270         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3271         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3272
3273         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3274         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3275
3276         * message.el (message-tool-bar-gnome): Use new icon names.
3277         (message-make-tool-bar): Use `gmm-image-load-path'.
3278
3279         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3280         functions from MH-E.
3281         (gmm-image-load-path): New variable from MH-E.
3282         (gmm-image-load-path): New function from MH-E.  Added arguments
3283         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3284         *-image-load-path-called-flag.
3285
3286 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3287
3288         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3289
3290 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3291
3292         * nnimap.el (nnimap-request-move-article): Change folder back to
3293         source group before deleting.
3294
3295 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3296
3297         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3298
3299         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3300         mm-url.
3301
3302         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3303
3304 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3307         coding system which mm-charset-to-coding-system returns for a
3308         given charset is valid.
3309
3310 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3311
3312         * html2text.el (html2text-remove-tag-list):
3313         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3314
3315 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3316
3317         * gnus-cus.el: Revert 2005-10-17 change.
3318
3319 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * gnus-art.el (article-strip-banner): Call
3322         article-really-strip-banner only when the regexp match is made.
3323
3324 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-art.el (article-strip-banner): Use
3327         gnus-extract-address-components instead of
3328         mail-header-parse-addresses to make it work with non-ASCII text;
3329         remove mail-encode-encoded-word-string.
3330
3331         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3332         values which are surrounded with \"...\"; make it never cause a
3333         Lisp error; give up parsing of parameters if it failed in
3334         extracting type.
3335
3336 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3337
3338         * smime.el (smime-cert-by-ldap-1): Fix bug where
3339         `smime-ldap-search' returns results without userCertificates.
3340
3341 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3344
3345 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3346
3347         * spam.el (spam-check-spamassassin-headers): Adapt format for
3348         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3349         <ari@mbf.ocn.ne.jp>.
3350         (spam-list-of-processors): Add spam-use-gmane.
3351
3352 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3355         make-temp-file; make it work with XEmacs as well.
3356
3357         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3358         mm-make-temp-file.
3359
3360         * mm-decode.el (mm-display-external): Use the 3rd arg of
3361         mm-make-temp-file.
3362         (mm-create-image-xemacs): Ditto.
3363
3364 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3367         with message-narrow-to-headers.
3368         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3369         (gnus-draft-check-draft-articles): New function.
3370         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3371
3372 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3373
3374         * gnus-art.el (gnus-article-browse-html-parts):
3375         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3376         Don't use suffix argument for mm-make-temp-file for Emacs 21
3377         compatibility.  Remove useless `format'.
3378
3379 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3380
3381         * nnweb.el (nnweb-google-wash-article): Update regexps.
3382         (nnweb-group-alist): Use defvoo instead of defvar.
3383
3384 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3387         re-loading nn* modules.
3388
3389 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3390
3391         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3392         for `tool-bar-mode' and don't check it's default-value.
3393
3394         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3395
3396         * message.el (message-make-tool-bar): Ditto.
3397
3398         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3399         `substring'.  Shorten tmp-file name.
3400
3401         * gnus.el: Remove bogus comment.
3402
3403 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3404
3405         * gnus-art.el (gnus-article-browse-html-parts): New function.
3406         (gnus-article-browse-html-article): New function for viewing html
3407         articles with a browser.
3408
3409 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3410
3411         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3412         in elisp.
3413         (pgg-gpg-encrypt-symmetric-region): Ditto.
3414         (pgg-gpg-sign-region): Ditto.
3415
3416         * pgg-def.el (pgg-text-mode): New variable.
3417
3418         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3419         (mml2015-pgg-encrypt): Ditto.
3420
3421         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3422         (mml1991-pgg-encrypt): Ditto.
3423
3424 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3427         message-make-date instead of current-time-string.
3428
3429         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3430         to gnus-decoded which mm-uu might set.
3431
3432 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3433
3434         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3435         don't decode quoted parameters; remove misimported Emacs code.
3436         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3437         (rfc2231-decode-encoded-string): Don't use split-string which
3438         behaves differently according to Emacs version; use
3439         mm-decode-coding-region to convert charset to coding-system.
3440         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3441         (rfc2231-encode-string): Remove misimported Emacs code.
3442
3443 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3446         when calling mail-header-parse-content-type.
3447         (article-de-quoted-unreadable): Ditto.
3448         (article-de-base64-unreadable): Ditto.
3449         (article-wash-html): Ditto.
3450
3451         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3452         calling mail-header-parse-content-type and
3453         mail-header-parse-content-disposition.
3454         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3455         mail-header-parse-content-type.
3456
3457         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3458         insert charset and format parameters; encode description after
3459         inserting it to buffer.
3460         (mml-insert-parameter): Fold lines properly even if a parameter is
3461         segmented into two or more lines; change the max column to 76.
3462
3463         * rfc1843.el (rfc1843-decode-article-body): Don't use
3464         ignore-errors when calling mail-header-parse-content-type.
3465
3466         * rfc2231.el (rfc2231-parse-string): Return at least type if
3467         possible; don't cause an error even if it fails in parsing of
3468         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3469         (rfc2231-encode-string): Don't break lines at the beginning, leave
3470         it to mml-insert-parameter.
3471
3472         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3473         calling mail-header-parse-content-type.
3474
3475 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3476
3477         * spam-report.el (spam-report-gmane-use-article-number):
3478         Improve doc string.
3479         (spam-report-gmane-internal): Check if a suitable header was found
3480         in the article.
3481
3482 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3485         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3486
3487 2006-02-05  Romain Francoise  <romain@orebokech.com>
3488
3489         Update copyright notices of all files in the gnus directory.
3490
3491 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3492
3493         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3494
3495 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3498         segmented lines of parameter value to cope with Thunderbird 1.5
3499         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3500         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3501         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3502
3503 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3504
3505         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3506         parts.
3507
3508 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3509
3510         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3511         there's only one active file for all servers.
3512         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3513         solid groups.  Gnus might have used a FAST request to select the group.
3514         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3515         and nnweb-search redundantly in the active file.
3516         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3517         (nnweb-request-create-group): Don't use ARGS.
3518         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3519         initialisations.  Let nnoo do the work.
3520
3521 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3524         Say the part has been decoded.
3525
3526         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3527
3528 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3529
3530         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3531         mailcap-viewer-test-cache when there's no 'test clause, since that
3532         will invert the meaning of a "nil" test previously determined by
3533         mailcap-mailcap-entry-passes-test.
3534
3535 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3538         compiling.
3539
3540         * gnus-sum.el: Ditto.
3541
3542         * message.el: Don't bind tool-bar-map when compiling.
3543
3544 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3545
3546         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3547
3548 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3549
3550         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3551         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3552         current Google Groups.
3553
3554 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3555
3556         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3557         and tool-bar-mode.
3558
3559         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3560         and tool-bar-mode.
3561
3562         * message.el (message-tool-bar-update): Simplify.
3563         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3564
3565         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3566         gnus-summary-buffer.
3567         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3568         gnus-summary-reply.
3569
3570         * gmm-utils.el (gmm): Add :version.
3571
3572 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * Makefile.in (clean): New rule.
3575         (distclean): Use it.
3576
3577 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3578
3579         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3580         autoload.
3581
3582 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * gmm-utils.el (gmm-verbose): Add :group.
3585
3586 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3587
3588         * message.el: Change some comments WRT tool-bars.
3589
3590         * gnus-sum.el (gnus-summary-tool-bar)
3591         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3592         (gnus-summary-tool-bar-zap-list): New variables.
3593         (gnus-summary-make-tool-bar): Complete rewrite using
3594         `gmm-tool-bar-from-list'.
3595
3596         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3597         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3598         variables.
3599         (gnus-group-make-tool-bar): Complete rewrite using
3600         `gmm-tool-bar-from-list'.
3601         (gnus-group-tool-bar-update): New function.
3602
3603         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3604
3605 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3608         is dissected into a single part of which the type is the same as
3609         the given one; decode charset.
3610
3611 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3612
3613         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3614         into alists as symbol not string, since that's what
3615         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3616         look for.
3617
3618 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3619
3620         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3621         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3622
3623         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3624
3625 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3628         (gnus-xmas-mime-security-button-menu): New function.
3629
3630         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3631         (gnus-mime-security-button-menu): New definition.
3632         (gnus-mime-security-button-map): Use them.
3633         (gnus-mime-security-button-menu): New function.
3634         (gnus-insert-mime-security-button): Addition to help echo.
3635         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3636         (gnus-mime-security-pipe-part): New functions.
3637
3638         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3639         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3640
3641         * mm-decode.el (mm-handle-set-disposition): Remove.
3642         (mm-handle-set-description): Remove.
3643
3644 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3647         (mm-w3m-standalone-supports-m17n-p): New function.
3648         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3649         w3m usage.
3650
3651         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3652         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3653
3654 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3655
3656         * message.el (message-tool-bar-zap-list): Use
3657         gmm-tool-bar-zap-list as custom type.
3658         (message-tool-bar-update): New function.
3659         (message-tool-bar, message-tool-bar-gnome)
3660         (message-tool-bar-retro): Add message-tool-bar-update.
3661         (message-tool-bar-gnome): Add flyspell-buffer.
3662
3663         * gnus-util.el (gnus-error): Describe `args'.
3664
3665         * gmm-utils.el (gmm-error): Describe `args'.
3666         (gmm-tool-bar-zap-list): New widget.
3667         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3668
3669 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3672         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3673         the number of recursive calls.
3674
3675         * mm-decode.el (mm-handle-set-disposition): New macro.
3676         (mm-handle-set-description): New macro.
3677
3678 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3681         encoding.
3682
3683 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3684
3685         * message.el (message-tool-bar-zap-list, message-tool-bar)
3686         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3687         (message-tool-bar-local-item-from-menu): Remove.
3688         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3689         (message-make-tool-bar): New function.
3690         (message-mode): Use `message-make-tool-bar'.
3691
3692         * gmm-utils.el: New file.
3693         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3694         (gmm-lazy): New widget copied from `nnmail.el'.
3695         (gmm-tool-bar-from-list): New function for creating customizable
3696         tool bars.
3697         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3698         output.
3699         (gmm): Add :prefix to defgroup.
3700
3701 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3702
3703         * gmm-utils.el (gmm-widget-p): New function.
3704
3705 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3706
3707         * mml.el (mml-attach-file): Describe `description' in doc string.
3708         (mml-menu): Add Emacs MIME manual and PGG manual.
3709
3710 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3711
3712         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3713
3714 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3715
3716         * nntp.el (nntp-end-of-line): Doc fix.
3717
3718 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3719
3720         * imap.el (imap-open): Handle case where buffer is a buffer
3721         object.
3722
3723 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3724
3725         * gnus-delay.el (gnus-delay): Don't autoload.
3726         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3727         to be re-loaded when customizing the `gnus-delay' group.
3728
3729 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3730
3731         * message.el (message-insert-citation-line): Use newlines.
3732
3733 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3734
3735         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3736         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3737         these routines, so the passphrase can be managed externally and
3738         passed in to the system.
3739         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3740         pgg-add-passphrase-to-cache function.
3741
3742         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3743         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3744         these routines, so the passphrase can be managed externally and
3745         passed in to the system.
3746         (pgg-pgp5-sign-region): Use new name of
3747         pgg-add-passphrase-to-cache function.
3748
3749 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3750
3751         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3752         part of the decoded armor to find the key-identifier.
3753         (pgg-gpg-lookup-key-owner): New function to return the
3754         human-readable identifier of a key owner.
3755         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3756         itself.
3757         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3758         the key value) if we have a key and can match it against a secret
3759         key.  Also, added a note pointing out fact that the prompt only
3760         indicates the first matching key.
3761
3762         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3763         pgg-decrypt-region.
3764         (pgg-add-passphrase-to-cache): Rename from
3765         `pgg-add-passphrase-cache' to reduce confusion (all callers
3766         changed).
3767         (pgg-remove-passphrase-from-cache): Rename from
3768         `pgg-remove-passphrase-cache' to reduce confusion (all callers
3769         changed).
3770         (pgg-read-passphrase, pgg-add-passphrase-cache)
3771         (pgg-remove-passphrase-cache): Add informative docstrings.
3772         (pgg-decrypt): Convey provided passphrase in subordinate call to
3773         pgg-decrypt-region.
3774
3775 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
3776
3777         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
3778         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
3779         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
3780         'passphrase' argument, so the passphrase can be managed externally
3781         and then passed in to the system.
3782
3783         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
3784         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
3785         so the passphrase cache can be used reliably with identifiers
3786         besides a pgp packet's key id.
3787
3788         * pgg-gpg.el (pgg-gpg-encrypt-region)
3789         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3790         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
3791         these routines, so the passphrase can be managed externally and
3792         passed in to the system.
3793
3794         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
3795         'notruncate' argument, so the passphrase cache can be used
3796         reliably with identifiers besides a pgp packet's key id.
3797
3798 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
3799
3800         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
3801         symmetric encryption.
3802         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
3803         encrypted session key.
3804         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
3805         message ask for the passphrase in a proper way.
3806
3807         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
3808         New user commands for symmetric encryption.
3809
3810 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
3813
3814         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
3815
3816 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
3817
3818         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
3819
3820 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * mm-decode.el (mm-inlined-types): Add application/pgp.
3823         (mm-automatic-display): Ditto.
3824
3825         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
3826         part as text.
3827
3828 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * nnrss.el: Update copyright.
3831         (nnrss-opml-import): Query whether to subscribe to each entry.
3832
3833         * gnus-art.el:
3834         * gnus-sum.el:
3835         * gnus-xmas.el:
3836         * messagexmas.el:
3837         * mm-uu.el:
3838         * mm-view.el: Update copyright.
3839
3840 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3841
3842         * message.el (message-info): New function.
3843         (message-mode-menu): Add it.
3844         Update copyright.
3845
3846         * ChangeLog: Fix and update copyright.
3847
3848 2006-01-13  Romain Francoise  <romain@orebokech.com>
3849
3850         * message.el (message-forward-subject-name-subject): Prefer the
3851         address to 'nowhere' if the sender has no name.
3852         Fix typo.  Update copyright year.
3853
3854 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3855
3856         * gnus-art.el (article-wash-html): Use
3857         gnus-summary-show-article-charset-alist if a numeric arg is given.
3858         (gnus-article-wash-html-with-w3m-standalone): New function.
3859
3860         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3861         mm-inline-text-html-render-with-w3m-standalone.
3862         (mm-text-html-washer-alist): Map w3m-standalone to
3863         gnus-article-wash-html-with-w3m-standalone.
3864         (mm-inline-text-html-render-with-w3m-standalone): New function.
3865
3866 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3867
3868         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3869         Improve LaTeX.
3870
3871 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3874         (nnrss-request-article): Render text/plain parts as HTML.
3875
3876         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3877         the buffer.
3878
3879 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3880
3881         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3882         custom definition of `gnus-posting-styles'.
3883
3884         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3885         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3886
3887 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3888
3889         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3890         Use nntp for bug archive.
3891
3892 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3893
3894         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3895         parts.
3896         (nnrss-normalize-date): New function converts ISO 8601 date into
3897         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3898         (nnrss-check-group): Use it.
3899
3900 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3903
3904         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3905         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3906         (nnrss-insert-w3): Ditto.
3907
3908 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3911         the articles to be forwarded including the case where neither a
3912         number of articles nor a region is specified.
3913
3914 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * nnrss.el (nnrss-request-article): Fix last change; fill
3917         text/plain parts.
3918
3919 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3922         in text/plain part.
3923         (nnrss-check-group): Don't add excessive newline to dc:subject.
3924
3925 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3926
3927         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3928         article.
3929
3930 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3931
3932         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3933         (nnml-use-compressed-files, nnml-save-mail): Support other
3934         comression programs such as bzip2.
3935
3936 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3937
3938         * dns.el (query-dns): Make sure we check the buffer size before
3939         removing tcp headers.
3940
3941 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3944         remove MIME buttons associated with multipart/alternative parts.
3945         (gnus-mime-display-alternative): Tag buttons using `article-type'
3946         text property.
3947
3948         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3949         associated with multipart/alternative parts.
3950
3951         * gnus-art.el (gnus-signature-separator): Fix custom type.
3952
3953         * mm-decode.el (mm-inlined-types): Fix custom type.
3954         (mm-keep-viewer-alive-types): Ditto.
3955         (mm-automatic-display): Ditto.
3956         (mm-attachment-override-types): Ditto.
3957         (mm-inline-override-types): Ditto.
3958         (mm-automatic-external-display): Ditto.
3959
3960 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3961
3962         * spam-report.el (spam-report-user-mail-address)
3963         (spam-report-user-agent): New variables.
3964         (spam-report-url-ping-plain): Use spam-report-user-agent.
3965
3966 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3967
3968         * gnus-art.el (gnus-button-handle-custom): Do not just use
3969         `customize-apropos' for any "M-x customize-*" button but the
3970         function called for.  Accept both the function name and its
3971         argument in order to achieve this.
3972         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3973         function name to `gnus-button-handle-custom' in case of "M-x
3974         customize-*" buttons.
3975
3976 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3979         multipart/alternative and add xref to mm-discouraged-alternatives
3980         in doc string.
3981
3982         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3983         gnus-buttonized-mime-types in doc string.
3984
3985 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3986
3987         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3988         Suggest image/.* in the doc string.
3989
3990 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3991
3992         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3993         message-marks (Debian bug #342521).
3994
3995 2005-12-12  Simon Josefsson  <jas@extundo.com>
3996
3997         * password.el (password-read-from-cache): Add.
3998         (password-read): Use it.
3999
4000 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4003         us-ascii as a MIME charset.
4004
4005         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4006         against the case where the 2nd arg TYPE is nil.
4007
4008 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4009
4010         * pop3.el (pop3-stream-type): Fix custom version.
4011
4012         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4013
4014 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4015
4016         * mm-decode.el (mm-display-external): Add missing cdr.
4017
4018 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4021         RFC1524) if it is in mailcap or add a suffix according to
4022         mailcap-mime-extensions when generating a temp filename; postpone
4023         deleting a temp file for 2 seconds for some wrappers, shell
4024         scripts, and so on, which might exit right after having started a
4025         viewer command as a background job.
4026
4027 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4028
4029         * nntp.el (nntp-marks-directory): Fix custom group.
4030
4031         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4032         steps when < 10.
4033
4034         * gnus-start.el (gnus-no-server-1): Mention
4035         `gnus-level-default-subscribed' in doc string.
4036
4037 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4038
4039         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4040         parens.
4041
4042 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * gnus-xmas.el (gnus-use-toolbar): Revert.
4045         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4046         gnus-use-toolbar is default.
4047
4048         * messagexmas.el (message-use-toolbar): Revert.
4049         (message-setup-toolbar): Use global default-toolbar if
4050         message-use-toolbar is default.
4051
4052 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4053
4054         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4055         according to default-toolbar-visible-p.
4056
4057         * messagexmas.el (message-use-toolbar): Ditto.
4058
4059 2005-11-26  Dave Love  <fx@gnu.org>
4060
4061         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4062         (tls-program, tls-success): Provide openssl alternative.
4063
4064         * starttls.el: Doc fixes.
4065         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4066         SERVICE to PORT.
4067
4068         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4069         port null or service name.
4070         (starttls-negotiate): Autoload.
4071
4072 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * message.el (message-kill-to-signature): Fix interactive spec.
4075
4076 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * pop3.el (pop3-open-server): Recognize a string as a service name.
4079
4080 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4081
4082         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4083
4084 2005-11-23  Dave Love  <fx@gnu.org>
4085
4086         Add pop3s, pop3/starttls.
4087
4088         * pop3.el (pop3-authentication-scheme): Clarify doc.
4089         (open-tls-stream, starttls-open-stream): Autoload.
4090         (pop3-stream-type): New.
4091         (pop3-open-server): Use it.
4092
4093         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4094         for POP.
4095         (mail-source-keyword-map): Add :stream for POP.
4096         (mail-source-fetch-pop): Use pop3-stream-type.
4097
4098 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4101         of current-time-string.
4102
4103 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4104
4105         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4106         date header.
4107
4108 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4109
4110         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4111         it can seriously impact performance as it bypasses the agent's
4112         local caches.
4113
4114 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4115
4116         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4117         must be explicitly online rather than "not explicitly offline" for
4118         its flags to be synchronized.
4119
4120         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4121         that gnus-uu-unmark-thread will function correctly.
4122
4123         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4124         1024K is instead displayed as 1M.
4125
4126 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4127
4128         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4129
4130 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4131
4132         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4133
4134 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4135
4136         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4137         error message to display actual error condition.
4138         (gnus-agent-save-local): Avoid saving symbols that are bound to
4139         nil as they simply result in a warning message in
4140         gnus-agent-read-local.
4141
4142 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4145         rather than make-variable-buffer-local for file-precious-flag.
4146
4147 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4148
4149         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4150         for duplicates which are removed.  The invalid sort check then
4151         triggers a rescan after the sort as sorting may have moved
4152         duplicate entries such that they can be cheaply detected.
4153
4154 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4157
4158 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4159
4160         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4161         internal variable to a custom variable.  Changed default value
4162         from compressed(2) to uncompressed(1).
4163         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4164         support for uncompressed agentview files.  Taken together, reading
4165         the agentview file should now be 6-7 times faster.
4166
4167 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4168
4169         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4170         as a buffer-local variable.  This avoids creating truncated
4171         dribble files as a result of a hang up, eg.
4172
4173 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4174
4175         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4176         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4177         XEmacs.
4178
4179 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4180
4181         * gnus-start.el (gnus-start-draft-setup): Enforce
4182         `gnus-draft-mode' for nndraft:drafts at startup.
4183
4184         * gnus.el (gnus-splash): Change custom group.
4185         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4186         allow-list argument.
4187
4188         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4189         string.
4190
4191 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4192
4193         * gnus-art.el (gnus-default-article-saver): Add user-defined
4194         `function' to custom type.
4195
4196 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4197
4198         * imap.el (imap-open): Handle case where buffer is a buffer
4199         object.
4200
4201 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4202
4203         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4204         long lines.
4205         (gnus-cache-delete-group): Wrap doc strings.
4206
4207         * gnus-agent.el (gnus-agent-rename-group)
4208         (gnus-agent-delete-group): Wrap doc strings.
4209
4210
4211 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * messagexmas.el (message-use-toolbar): Change the valid values
4214         into default, top, bottom, left, and right.
4215         (message-toolbar-thickness): New variable.
4216         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4217         well.
4218         (message-setup-toolbar): Make it work.
4219
4220         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4221         (gnus-use-toolbar): Change the valid values into default, top,
4222         bottom, left, and right.
4223         (gnus-toolbar-thickness): New variable.
4224         (gnus-xmas-setup-toolbar): New function.
4225         (gnus-xmas-setup-group-toolbar): Use it.
4226         (gnus-xmas-setup-summary-toolbar): Use it.
4227
4228 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4229
4230         * gnus-start.el (gnus-1): Add "native" to
4231         gnus-predefined-server-alist.
4232
4233         * gnus.el (gnus-method-to-server): Don't add "native" to the
4234         lists here, because that leads to problems when
4235         gnus-select-method is bound.
4236
4237 2005-11-09  Simon Josefsson  <jas@extundo.com>
4238
4239         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4240         use (not sort-by-date) instead.
4241
4242 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4243
4244         * gnus-delay.el (gnus-delay-group): Don't autoload.
4245         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4246         to be re-loaded when customizing the `gnus-delay' group.
4247
4248 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4249
4250         * message.el: Revert last changes.
4251         (message-insert-citation-line): Use newlines.
4252
4253 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4254
4255         * message.el (message-courtesy-message)
4256         (message-mark-insert-begin, message-mark-insert-end)
4257         (message-elide-ellipsis, message-cancel-message)
4258         (message-add-header, message-change-subject)
4259         (message-cross-post-followup-to-header)
4260         (message-cross-post-insert-note, message-reduce-to-to-cc)
4261         (message-widen-reply, message-delete-not-region)
4262         (message-kill-to-signature, message-insert-signature)
4263         (message-insert-importance-high, message-insert-importance-low)
4264         (message-insert-or-toggle-importance)
4265         (message-insert-disposition-notification-to)
4266         (message-indent-citation, message-yank-original)
4267         (message-cite-original-without-signature, message-cite-original)
4268         (message-insert-citation-line, message-position-on-field)
4269         (message-fix-before-sending, message-send-mail-partially)
4270         (message-send-mail, message-send-mail-with-sendmail)
4271         (message-send-mail-with-qmail, message-send-news)
4272         (message-check-news-header-syntax, message-generate-headers)
4273         (message-insert-courtesy-copy, message-fill-address)
4274         (message-fill-header, message-shorten-references)
4275         (message-setup-1, message-cancel-news)
4276         (message-forward-make-body-plain, message-forward-make-body-mime)
4277         (message-forward-make-body-mml, message-encode-message-body)
4278         (message-forward-make-body-digest-plain)
4279         (message-forward-make-body-digest-mime)
4280         (message-use-alternative-email-as-from): Insert `hard-newline'
4281         instead of ordinary newlines.
4282
4283 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * message.el (message-generate-headers): Downcase the argument
4286         given to message-check-element.
4287
4288 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4289
4290         * nntp.el (nntp-authinfo-rejected): New error condition.
4291         (nntp-wait-for): Use new error condition to signal authentication
4292         error.
4293         (nntp-retrieve-data): Rethrow new error condition to break out of
4294         recursive call to nntp-send-authinfo.
4295
4296 2005-11-08  Romain Francoise  <romain@orebokech.com>
4297
4298         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4299         (gnus-summary-exit-map): Bind to `Z p'.
4300         (gnus-summary-make-menu-bar): Add menu item.
4301
4302 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4303
4304         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4305         (gnus-treat-*): Add `first' in all doc strings.
4306
4307         * gnus-group.el (gnus-group-compact-group): Fix typo.
4308
4309 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * gnus.el (gnus-parameters-case-fold-search): New variable.
4312         (gnus-parameters-get-parameter): Use it.
4313
4314         * gnus-score.el (gnus-home-score-file): Doc fix.
4315
4316 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4317
4318         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4319
4320 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * mm-util.el (mm-special-display-p): New function.
4323
4324         * mml.el (mml-preview): Use it; doc fix.
4325
4326 2005-10-29  Romain Francoise  <romain@orebokech.com>
4327
4328         * message.el (message-fix-before-sending): Fix comment.
4329
4330 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4331
4332         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4333
4334 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4335
4336         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4337         Used in gnus-score.el.
4338
4339 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4340
4341         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4342
4343 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4344
4345         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4346         whitespace removed in revision 7.8.  Use concatenated string to
4347         protect trailing whitespace.
4348
4349 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4350
4351         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4352         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4353         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4354         Courier IMAP ("some version from 2004").  Mostly based on similar
4355         code in the same function.
4356
4357 2005-10-26  Didier Verna  <didier@xemacs.org>
4358
4359         * gnus-group.el (gnus-group-compact-group): invalidate original
4360         article buffer.
4361         * gnus-srvr.el (gnus-server-compact-server): ditto.
4362         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4363         NOV database and in article itself.
4364         Invalidate article backlog.
4365
4366 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4367
4368         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4369
4370 2005-10-26  Simon Josefsson  <jas@extundo.com>
4371
4372         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4373         part of 2004-07-25 change.
4374
4375 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * message.el (message-display-completion-list): New function.
4378         (message-expand-group): Use it; make sure the Completions buffer
4379         is modifiable.
4380
4381 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4382
4383         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4384         user-mail-name is an empty string.
4385
4386 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4387
4388         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4389         depending on gnus-score-decay-constant.
4390
4391         * encrypt.el (encrypt-insert-file-contents)
4392         (encrypt-write-file-contents): Don't use `gnus-message'.
4393
4394         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4395         arguments.
4396         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4397         arguments to mm-uu-verbatim-marks-extract.
4398         (mm-uu-hide-markers): New variable.
4399         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4400
4401         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4402         (gnus-convert-image-to-face-command): Use "convert" by default to
4403         allow other input image formats.
4404         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4405         accordingly.
4406
4407 2005-10-23  Simon Josefsson  <jas@extundo.com>
4408
4409         * imap.el (imap-gssapi-program): Align command line parameters
4410         with latest GNU SASL.
4411         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4412
4413 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4414
4415         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4416         HTML.
4417         (nnslashdot-request-article): Ditto.
4418
4419         * lpath.el (featurep): Add nobreak-char-display.
4420
4421 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4422
4423         * mail-source.el (mail-source-fetch-pop): Require pop3.
4424         (mail-source-check-pop): Ditto.
4425
4426 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4429         errors.
4430
4431 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4432
4433         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4434         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4435
4436         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4437
4438         * mm-bodies.el (mm-decode-string): Call
4439         `mm-charset-to-coding-system' with allow-override argument.
4440
4441 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4444         (rfc2047-charset-to-coding-system): New function.
4445         (rfc2047-decode-encoded-words): New function.
4446         (rfc2047-decode-region): Use them.
4447         (rfc2047-decode-cte): Remove.
4448         (rfc2047-parse-and-decode): Remove.
4449         (rfc2047-decode): Remove.
4450
4451 2005-10-15  Kenichi Handa  <handa@m17n.org>
4452
4453         * rfc2047.el (rfc2047-decode-cte): New function.
4454         (rfc2047-decode-region): Change the way to decode successive
4455         encoded-words: decode B- or Q-encoding in each encoded-word,
4456         concatenate them, and decode it as charset.
4457
4458 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * lpath.el: Fbind codepage-setup for XEmacs.
4461
4462 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4463
4464         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4465         widget-move-and-invoke.
4466         (gnus-custom-mode): Use gnus-custom-map.
4467
4468 2005-10-15  Bill Wohler  <wohler@newt.com>
4469
4470         * message.el (message-tool-bar-map): Renamed image file from
4471         mail_send to mail/send.
4472
4473 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4474
4475         * message.el (message-expand-group): Pass the common
4476         prefix substring of completion to `display-completion-list'.
4477
4478 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4479
4480         * mml-sec.el (mml-secure-method): New internal variable.
4481         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4482         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4483         functions using mml-secure-method.
4484
4485         * mml.el (mml-mode-map): Add key bindings for those functions.
4486         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4487         Harder <harder@myrealbox.com>.
4488         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4489         end of message if point is the headers of the message.
4490
4491         * message.el (message-in-body-p): New function.
4492
4493         * assistant.el: Autoload gnus-util and netrc.
4494
4495         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4496         Use `mm-charset-override-alist' only when decoding.
4497
4498         * mm-bodies.el (mm-decode-body): Call
4499         `mm-charset-to-coding-system' with allow-override argument.
4500
4501         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4502         `filename' from Content-Disposition if Content-Type doesn't
4503         provide `name'.
4504         (gnus-mime-view-part-as-type): Set default instead of
4505         initial-input.
4506
4507 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4508
4509         * format-spec.el (format-spec): Propagate text properties of % spec.
4510
4511 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4512
4513         * gnus-art.el (gnus-treat-predicate): Add `first'.
4514
4515 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4516
4517         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4518         (mm-charset-override-alist): New variable.
4519         (mm-charset-to-coding-system): Use it.
4520         (mm-codepage-setup): New helper function.
4521         (mm-charset-eval-alist): New variable.
4522         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4523         about unknown charsets.
4524
4525         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4526
4527 2005-10-04  David Hansen  <david.hansen@gmx.net>
4528
4529         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4530         (nnrss-check-group): Ditto.
4531
4532 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4533
4534         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4535         Rename x-gnus-verbatim to x-verbatim.
4536         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4537
4538         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4539         x-verbatim.
4540
4541         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4542
4543         * gnus-util.el (gnus-remove-duplicates): Remove.
4544
4545         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4546         instead of gnus-remove-duplicates.
4547
4548         * message.el (message-remove-duplicates): Remove.
4549         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4550         message-remove-duplicates.
4551
4552         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4553         available, else use implementation from `delete-dups'.
4554
4555         * message.el (message-insert-expires): New function.
4556         (message-mode-map): Add key binding.
4557         (message-mode-field-menu): Add menu entry.
4558         (message-mode): Document it.
4559         (message-make-expires-date): Use `message-make-date'.
4560
4561 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4562
4563         * message.el (message-make-expires-date): New function.
4564
4565 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * Makefile.in (list-installed-shadows): New entry.
4568         (install): Use it.
4569         (remove-installed-shadows): New entry.
4570
4571         * dgnushack.el (dgnushack-default-load-path): New variable.
4572         (dgnushack-find-lisp-shadows): New function.
4573         (dgnushack-remove-lisp-shadows): New function.
4574
4575 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4576
4577         * Makefile.in (install-el-elc): New entry.
4578         (install): Use it so that .el files are necessarily installed.
4579
4580 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4581
4582         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4583
4584 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4585
4586         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4587         function rather than the diff-mode.el package.
4588         (mm-display-external): Use with-current-buffer.
4589         (mm-viewer-completion-map, mm-viewer-completion-map):
4590         Move initialization inside declaration.
4591
4592 2005-09-29  Simon Josefsson  <jas@extundo.com>
4593
4594         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4595         autoload mail-check-payment.
4596         (spam-check-hashcash): Define unconditionally, since hashcash.el
4597         is part of Gnus now.  Ignore errors from payment checking.
4598
4599 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4600
4601         * message.el (message-bold-region, message-unbold-region): Rename
4602         from `bold-region' and `unbold-region'.
4603
4604         * message.el: Remove useless autoloads.
4605
4606 2005-09-28  Simon Josefsson  <jas@extundo.com>
4607
4608         * message.el (message-use-idna): Default to t.
4609         (message-use-idna): Test whether encoding works too.  Doc fix.
4610
4611 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * nntp.el (nntp-warn-about-losing-connection): Remove.
4614
4615 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4616
4617         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4618         customizable.  Change default value.
4619         (mm-uu-diff-groups-regexp): Change default value.
4620         (mm-uu-type-alist): Add doc string.
4621         (mm-uu-configure): Add doc string.  Make it interactive.
4622         (mm-uu-tex-groups-regexp): New variable.
4623         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4624         (mm-uu-type-alist): Add LaTeX documents.
4625         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4626         of "text/verbatim".
4627         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4628
4629         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4630         instead of "text/verbatim".
4631
4632         * message.el (message-mark-inserted-region)
4633         (message-mark-insert-file): Use slrn style marks when called with
4634         prefix argument.
4635
4636 2005-09-27  Simon Josefsson  <jas@extundo.com>
4637
4638         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4639
4640 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4641
4642         * message.el (message-remove-duplicates): New function.
4643         Implementation borrowed from `gnus-remove-duplicates'.
4644         (message-idna-to-ascii-rhs): Also encode idna addresses in
4645         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4646         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4647         only ask about the same idna domain once per header and also tell
4648         in what header to replace the idna domain.
4649
4650         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4651         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4652         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4653         a header is decoded and not just the last one.
4654
4655 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4658         has been decoded.
4659
4660         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4661         (mm-insert-part): Don't modify text if it has been decoded.
4662
4663         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4664         decoded.
4665
4666         * mm-view.el (mm-inline-text): Don't strip text props unless
4667         decoding enriched or richtext parts.
4668
4669 2005-09-25  Romain Francoise  <romain@orebokech.com>
4670
4671         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4672         * gnus-start.el (gnus-subscribe-interactively):
4673         * gnus-uu.el (gnus-uu-grab-articles):
4674         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4675         space.
4676
4677 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4678
4679         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4680         * mm-view.el (mm-view-pkcs7-decrypt):
4681         * gnus-sum.el (gnus-summary-limit-to-extra)
4682         (gnus-summary-respool-article, gnus-read-move-group-name):
4683         * gnus-score.el (gnus-summary-increase-score):
4684         * gnus-util.el (gnus-completing-read-with-default):
4685         * gnus-art.el (gnus-read-save-file-name)
4686         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4687         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4688         * message.el (message-check-news-header-syntax):
4689         Follow convention for reading with the minibuffer.
4690
4691 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4692
4693         * spam-report.el (spam-report-url-ping-plain):
4694         Use gnus-extended-version as User-Agent.
4695
4696         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4697         default value is nil.
4698
4699         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4700         (mm-uu-verbatim-marks-extract): New function.
4701         (mm-uu-extract): New face.
4702         (mm-uu-copy-to-buffer): Use it.
4703
4704         * spam-report.el (spam-report-gmane-ham): Renamed from
4705         `spam-report-gmane-unspam'.
4706         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4707         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4708
4709         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4710         Autoload.
4711         (spam-report-gmane-unregister-routine): Renamed
4712         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4713
4714 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4715
4716         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4717         (spam-report-gmane-unregister-routine): Add support for gmane
4718         unregistration.
4719
4720         * spam-report.el (spam-report-gmane-unspam)
4721         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4722         (spam-report-gmane): Change to take a single article and do unspam
4723         registration.
4724
4725 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4726
4727         * mm-url.el (mm-url-decode-entities): Fix regexp.
4728
4729 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4732         default to nil, to be able to use Gnus at all.  If the default
4733         switches to something else, then the function should be fixed not
4734         be exceedingly slow.
4735
4736 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4737
4738         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4739         fail hard.
4740
4741         * spam-report.el: Add better Keywords line.
4742
4743         * spam.el: Add Maintainer and better Keywords line.
4744
4745 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4746
4747         * gnus-art.el (gnus-article-replace-part)
4748         (gnus-mime-replace-part): New functions.
4749         (gnus-mime-action-alist, gnus-mime-button-commands)
4750         (gnus-mime-save-part-and-strip): Added file argument.
4751         (gnus-article-part-wrapper): Added interactive argument.
4752
4753         * gnus-sum.el (gnus-summary-mime-map): Add
4754         `gnus-article-replace-part'.
4755
4756 2005-09-19  Didier Verna  <didier@xemacs.org>
4757
4758         The nnml compaction feature:
4759         * nnml.el (nnml-request-compact-group): New function.
4760         * nnml.el (nnml-request-compact): New function.
4761         * gnus-int.el (gnus-request-compact-group): New function.
4762         * gnus-int.el (gnus-request-compact): New function.
4763         * gnus-group.el (gnus-group-compact-group): New function.
4764         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4765         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4766         * gnus-srvr.el (gnus-server-compact-server): New function.
4767         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4768         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
4769
4770 2005-09-18  Deepak Goel  <deego@gnufans.org>
4771
4772         * sieve.el (sieve-help): Fix `message' call: first arg should be a
4773         format spec.
4774
4775 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * gnus.el (gnus-group-startup-message): Bind image-load-path.
4778
4779 2005-09-15  Romain Francoise  <romain@orebokech.com>
4780
4781         * message.el (message-fill-paragraph): Clarify docstring.
4782
4783 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * gnus-art.el (gnus-mime-display-part): Protect against broken
4786         MIME messages.
4787
4788 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
4791         before parsing header.
4792
4793 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
4794
4795         * html2text.el: (html2text-replace-list): Add new entities.
4796
4797 2005-09-11  Romain Francoise  <romain@orebokech.com>
4798
4799         * message.el (message-alternative-emails): Improve docstring.
4800         (message-setup-1): Call `message-use-alternative-email-as-from'
4801         after `message-setup-hook' to give it precedence over posting
4802         styles, etc.
4803         (message-use-alternative-email-as-from): Add docstring.  Remove
4804         the original From header if present.
4805
4806         * nnml.el (nnml-compressed-files-size-threshold): New variable.
4807         (nnml-save-mail): Use it.
4808
4809         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
4810         articles.  Add new argument `silent'.
4811         (gnus-uu-mark-all): Report the total number of marked articles.
4812
4813 2005-09-10  Romain Francoise  <romain@orebokech.com>
4814
4815         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
4816         (gnus-uu-mark-series): Likewise.
4817
4818 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
4819
4820         * spam-report.el (spam-report-gmane): Fix generation of spam
4821         report URL.
4822
4823 2005-09-10  Simon Josefsson  <jas@extundo.com>
4824
4825         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
4826         t, based on discussion on the ding list with Robert Epprecht
4827         <epprecht@solnet.ch>.
4828
4829 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4830
4831         * spam-report.el (spam-report-gmane): Make it work without
4832         X-Report-Spam header.  Gmane now only provides Archived-At.
4833         This is only used if `spam-report-gmane-use-article-number' is nil.
4834         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4835
4836         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4837         make `gnus-summary-sort-by-recipient' work with threading.
4838
4839         * nnweb.el (nnweb-google-wash-article): Print a message if article
4840         is not available.
4841
4842 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4843
4844         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4845         change.  Decode text/* parts content before displaying.
4846
4847 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4848
4849         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4850
4851 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4854
4855         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4856         url-package-name, url-package-version,
4857         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4858         w3m-display-inline-images, and w3m-minor-mode-map.
4859
4860 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4861
4862         * message.el (message-tab-body-function): Fixed mismatched custom
4863         type.
4864
4865         * gnus.el (gnus-group-change-level-function): Ditto.
4866
4867         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4868
4869         * gnus-art.el (gnus-signature-limit)
4870         (gnus-article-mime-part-function): Ditto.
4871
4872 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * mml.el (mml-mode): Silence the byte compiler.
4875
4876         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4877         using `(sit-for 0)' before moving the point to the specified part;
4878         skip unbuttonized parts.
4879         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4880         return to the summary window if gnus-auto-select-part is non-nil.
4881
4882 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4883
4884         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4885         variables.
4886         (mml-dnd-attach-file, mml-mode): Use them.
4887
4888         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4889         Make fetching article by MID work again for Google Groups.  Added
4890         FIXME concerning gnus-group-make-web-group.
4891
4892         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4893         Don't depend on Gnus by using mail-extract-address-components if
4894         gnus-extract-address-components is not bound.
4895
4896 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897
4898         * gnus-art.el (gnus-mime-display-security): Don't display the
4899         signature, but only the signed part.
4900
4901 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4904
4905         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4906         list, not listp.
4907
4908 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4909
4910         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4911         when encoding.
4912
4913         * mm-bodies.el (mm-decode-content-transfer-encoding):
4914         De-canonicalize CRLF for all text content types, not just
4915         text/plain.
4916
4917 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4920         valid article; point arrow and cursor at the MIME button.
4921
4922 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4925         Suggested by Dan Christensen <jdc@uwo.ca>.
4926
4927         * mm-decode.el (mm-save-part): Enable change of prompt.
4928
4929 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4930
4931         * gnus-msg.el (gnus-inews-add-send-actions): Made
4932         `message-post-method' lambda parameter ARG `&optional'.
4933
4934 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4935
4936         * gnus-sum.el (gnus-summary-mime-map): Added
4937         gnus-article-save-part-and-strip, gnus-article-delete-part and
4938         gnus-article-jump-to-part.
4939
4940         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4941         (gnus-article-edit-part): Use it.
4942         (gnus-article-part-wrapper): Added no-handle argument.
4943         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4944         functions.
4945
4946 2005-08-29  Romain Francoise  <romain@orebokech.com>
4947
4948         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4949         docstring.
4950         (gnus-face-from-file): Likewise.
4951
4952 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4953
4954         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4955         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4956         non-nil.
4957         (gnus-auto-select-part): New variable.
4958         (gnus-article-jump-to-part): New function.
4959         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4960         (gnus-mime-delete-part): Allow selecting specified part after
4961         deleting or stripping parts.
4962         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4963         part if argument is bogus.
4964
4965 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4966
4967         * gnus-art.el (w3m-minor-mode-map):
4968         * gnus-spec.el (gnus-newsrc-file-version):
4969         * gnus-util.el (nnmail-active-file-coding-system)
4970         (gnus-original-article-buffer, gnus-user-agent):
4971         * gnus.el (gnus-ham-process-destinations)
4972         (gnus-parameter-ham-marks-alist)
4973         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4974         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4975         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4976         * mm-decode.el (gnus-current-window-configuration):
4977         * mm-extern.el (gnus-article-mime-handles):
4978         * mm-url.el (url-current-object, url-package-name)
4979         (url-package-version):
4980         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4981         (smime-keys, w3m-cid-retrieve-function-alist)
4982         (w3m-current-buffer, w3m-display-inline-images)
4983         (w3m-minor-mode-map):
4984         * mml-smime.el (gnus-extract-address-components):
4985         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4986         (gnus-newsrc-hashtb, message-default-charset)
4987         (message-deletable-headers, message-options)
4988         (message-posting-charset, message-required-mail-headers)
4989         (message-required-news-headers):
4990         * mml1991.el (mc-pgp-always-sign):
4991         * mml2015.el (mc-pgp-always-sign):
4992         * nnheader.el (nnmail-extra-headers):
4993         * rfc1843.el (gnus-decode-encoded-word-function)
4994         (gnus-decode-header-function, gnus-newsgroup-name):
4995         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4996
4997 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
4998
4999         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5000         the end of the date treatments.
5001
5002 2005-08-15  Simon Josefsson  <jas@extundo.com>
5003
5004         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5005         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5006         Capello and Romain Francoise.
5007         (pgg-fetch-key-function): Removed, not used?
5008         (pgg-insert-url-with-w3): Require url, to get
5009         url-insert-file-contents regardless of where it is defined.
5010
5011 2005-08-13  Romain Francoise  <romain@orebokech.com>
5012
5013         * message.el (message-cite-original-1): New function.
5014         (message-cite-original): Use it.
5015         (message-cite-original-without-signature): Ditto.
5016
5017 2005-08-08  Romain Francoise  <romain@orebokech.com>
5018
5019         * message.el (message-yank-empty-prefix): New variable.
5020         (message-indent-citation): Use it.
5021         (message-cite-original-without-signature): Respect X-No-Archive.
5022
5023 2005-08-08  Simon Josefsson  <jas@extundo.com>
5024
5025         * pgg.el: Autoload url-insert-file-contents instead of loading
5026         w3/url.
5027         (pgg-insert-url-with-w3): Don't load url here.
5028
5029 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5030
5031         * message.el (message-kill-to-signature): Don't insert newline at
5032         bol.
5033         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5034
5035 2005-08-06  Romain Francoise  <romain@orebokech.com>
5036
5037         * message.el (message-user-fqdn): Fix typo in docstring.
5038
5039 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5040
5041         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5042
5043         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5044
5045 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5046
5047         * mm-bodies.el (mm-encode-body): Use coding system rather than
5048         charset to encode text.
5049
5050         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5051         number of charsets if utf-8 is available (XEmacs).
5052
5053 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5054
5055         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5056         taken from `gnus-button-mid-or-mail-regexp'.
5057         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5058         (gnus-button-alist): Improve regexp for domain part of the MIDs
5059         for news:localpart@domain buttons.
5060         (gnus-button-ctan-directory-regexp): Update.
5061
5062 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * sieve-manage.el (sieve-manage-interactive-login): Use
5065         make-local-variable rather than make-variable-buffer-local.
5066         (sieve-manage-open): Ditto.
5067         (sieve-manage-authenticate): Ditto.
5068
5069         * mml.el (mml-generate-mime-1): Make the content type default to
5070         text/plain if the filename is not specified.
5071
5072 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5075         instead of insert-buffer.
5076
5077         * message.el (message-yank-original): Ditto; set the mark at the
5078         end of the yanked message.
5079
5080 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5083         lines to scroll rather than to stop it.
5084
5085         * mml.el (mml-generate-default-type): Add doc string.
5086         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5087         default to application/octet-stream when determining the content
5088         type if it is not specified for the part or the mml contents; add
5089         a comment about mml-generate-default-type.
5090
5091 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5092
5093         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5094         make it default to application/octet-stream when determining the
5095         content type if it is not specified for the external contents.
5096
5097 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5100         segmented parameter but also other parameters might be there.
5101
5102 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * mm-decode.el (mm-display-external): Delete temp file, directory
5105         and buffer immediately if the external process is exited.
5106
5107 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5110         fewer lines than that of scroll-margin.
5111         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5112
5113 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * gnus-art.el (gnus-article-next-page): Revert.
5116         (gnus-article-beginning-of-window): New macro.
5117         (gnus-article-next-page-1): Use it.
5118         (gnus-article-prev-page): Ditto.
5119         (gnus-article-edit-part): Use insert-buffer-substring instead of
5120         insert-buffer.
5121         (gnus-article-edit-exit): Ditto.
5122
5123         * gnus-util.el (gnus-beginning-of-window): Remove.
5124         (gnus-end-of-window): Remove.
5125
5126         * lpath.el: Don't bind header-line-format and scroll-margin.
5127
5128 2005-07-25  Simon Josefsson  <jas@extundo.com>
5129
5130         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5131         to have the url package without w3.  Reported by Daiki Ueno
5132         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5133
5134 2005-07-20  Didier Verna  <didier@xemacs.org>
5135
5136         * gnus-diary.el: Remove the description comment (nndiary is now
5137         properly documented in the Gnus manual).
5138         Fix the spelling of "Back End".
5139         * nndiary.el: Ditto.
5140         Fix the copyright notice.
5141
5142 2005-07-18  Romain Francoise  <romain@orebokech.com>
5143
5144         * gnus-sum.el (gnus-summary-to-prefix,
5145         gnus-summary-newsgroup-prefix): New variables.
5146         (gnus-summary-from-or-to-or-newsgroups): Use them.
5147
5148 2005-07-17  Romain Francoise  <romain@orebokech.com>
5149
5150         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5151         space as it's generally not especially interesting to the user.
5152
5153 2005-07-16  Romain Francoise  <romain@orebokech.com>
5154
5155         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5156         nil to avoid prompting and file modification if one of the
5157         messages at the top of the nnfolder file contains a copyright
5158         notice.
5159         Update copyright notice.
5160
5161         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5162         instead of `current-time-string' as the latter creates a time
5163         string that is not RFC 2822 compliant (it lacks the zone).
5164         Update copyright notice.
5165
5166 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5167
5168         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5169         for text/rtf.  Display default in prompt.  Pass default for M-n.
5170
5171         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5172
5173 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5174
5175         * gnus-msg.el (gnus-button-mailto): Remove
5176         save-selected-window-window hackery because it relies on
5177         save-selected-window internals.
5178
5179 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5182         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5183         (gnus-article-prev-page): Ditto.
5184
5185         * gnus-util.el (gnus-beginning-of-window): New function.
5186         (gnus-end-of-window): New function.
5187
5188         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5189
5190 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5191
5192         * gnus-score.el (gnus-score-edit-all-score): Set
5193         gnus-score-edit-exit-function to gnus-score-edit-done and call
5194         gnus-message.
5195
5196 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197
5198         * gnus-msg.el (gnus-button-mailto): Remove
5199         save-selected-window-window hackery because it relies on
5200         save-selected-window internals.
5201
5202 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5205         add-minor-mode.
5206         (gnus-binary-mode): Ditto.
5207
5208         * gnus-topic.el (gnus-topic-mode): Ditto.
5209
5210 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5211
5212         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5213         (gnus-article-prev-page): Take scroll-margin into consideration.
5214
5215 2005-07-04  Lute Kamstra  <lute@gnu.org>
5216
5217         Update FSF's address in GPL notices.
5218
5219 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5220
5221         * gnus.el (gnus-exit):
5222         * gnus-group.el (gnus-group-icons):
5223         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5224
5225         * gnus-nocem.el (gnus-nocem):
5226         * message.el (message-various, message-buffers, message-sending)
5227         (message-interface, message-forwarding, message-insertion)
5228         (message-headers, message-news, message-mail):
5229         * pgg-gpg.el (pgg-gpg):
5230         * pgg-parse.el (pgg-parse):
5231         * pgg-pgp.el (pgg-pgp):
5232         * pgg-pgp5.el (pgg-pgp5):
5233         * pop3.el (pop3): Finish `defgroup' description with period.
5234
5235 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * gnus-art.el (article-display-face): Improve the efficiency.
5238         (article-display-x-face): Ditto; remove grey x-face stuff.
5239
5240 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * gnus-art.el (article-display-face): Correct the position in
5243         which Faces are inserted.
5244
5245 2005-06-29  Didier Verna  <didier@xemacs.org>
5246
5247         * gnus-art.el (article-display-face): Display faces in correct
5248         order.
5249
5250 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5253         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5254         (gnus-nocem-check-article): Fetch the Type header.
5255         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5256         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5257         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5258         make sure gnus-nocem-hashtb is initialized.
5259         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5260         (gnus-nocem-unwanted-article-p): Ditto.
5261
5262         * pgg.el (pgg-verify): Return the verification result.
5263
5264 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5267         is ascii.
5268
5269 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5270
5271         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5272         `show-nonbreak-escape'.
5273
5274 2005-06-23  Lute Kamstra  <lute@gnu.org>
5275
5276         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5277
5278         * dig.el (dig-mode):
5279         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5280
5281 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5282
5283         * nnimap.el (nnimap-split-download-body): Fix spellings.
5284
5285 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5286
5287         * gnus-art.el (gnus-article-encrypt-body):
5288         * gnus-cus.el (gnus-score-customize):
5289         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5290         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5291
5292 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5293
5294         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5295         header by looking for magic "MII" at the beginnig.
5296
5297 2005-06-16  Miles Bader  <miles@gnu.org>
5298
5299         * gnus-xmas.el (gnus-xmas-group-startup-message):
5300         Use renamed gnus-splash face.
5301
5302         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5303         (assistant-field-face): New backward-compatibility alias for renamed
5304         face.
5305         (assistant-render-text): Use renamed assistant-field face.
5306
5307         * spam.el (spam): Remove "-face" suffix from face name.
5308         (spam-face): New backward-compatibility alias for renamed face.
5309         (spam-face, spam-initialize): Use renamed spam face.
5310
5311         * message.el (message-header-to, message-header-cc)
5312         (message-header-subject, message-header-newsgroups)
5313         (message-header-other, message-header-name)
5314         (message-header-xheader, message-separator, message-cited-text)
5315         (message-mml): Remove "-face" suffix from face names.
5316         (message-header-to-face, message-header-cc-face)
5317         (message-header-subject-face, message-header-newsgroups-face)
5318         (message-header-other-face, message-header-name-face)
5319         (message-header-xheader-face, message-separator-face)
5320         (message-cited-text-face, message-mml-face):
5321         New backward-compatibility aliases for renamed faces.
5322         (message-font-lock-keywords): Use renamed message faces.
5323
5324         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5325         (sieve-test-commands, sieve-tagged-arguments):
5326         Remove "-face" suffix from face names.
5327         (sieve-control-commands-face, sieve-action-commands-face)
5328         (sieve-test-commands-face, sieve-tagged-arguments-face):
5329         New backward-compatibility aliases for renamed faces.
5330         (sieve-control-commands-face, sieve-action-commands-face)
5331         (sieve-test-commands-face, sieve-tagged-arguments-face):
5332         Use renamed sieve faces.
5333
5334         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5335         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5336         (gnus-group-news-3-empty, gnus-group-news-4)
5337         (gnus-group-news-4-empty, gnus-group-news-5)
5338         (gnus-group-news-5-empty, gnus-group-news-6)
5339         (gnus-group-news-6-empty, gnus-group-news-low)
5340         (gnus-group-news-low-empty, gnus-group-mail-1)
5341         (gnus-group-mail-1-empty, gnus-group-mail-2)
5342         (gnus-group-mail-2-empty, gnus-group-mail-3)
5343         (gnus-group-mail-3-empty, gnus-group-mail-low)
5344         (gnus-group-mail-low-empty, gnus-summary-selected)
5345         (gnus-summary-cancelled, gnus-summary-high-ticked)
5346         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5347         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5348         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5349         (gnus-summary-low-undownloaded)
5350         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5351         (gnus-summary-low-unread, gnus-summary-normal-unread)
5352         (gnus-summary-high-read, gnus-summary-low-read)
5353         (gnus-summary-normal-read, gnus-splash):
5354         Remove "-face" suffix from face names.
5355         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5356         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5357         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5358         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5359         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5360         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5361         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5362         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5363         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5364         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5365         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5366         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5367         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5368         (gnus-summary-normal-ticked-face)
5369         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5370         (gnus-summary-normal-ancient-face)
5371         (gnus-summary-high-undownloaded-face)
5372         (gnus-summary-low-undownloaded-face)
5373         (gnus-summary-normal-undownloaded-face)
5374         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5375         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5376         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5377         (gnus-splash-face):
5378         New backward-compatibility aliases for renamed faces.
5379         (gnus-group-startup-message): Use renamed gnus faces.
5380
5381         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5382         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5383         (gnus-server-agent): Remove "-face" suffix from face names.
5384         (gnus-server-agent-face, gnus-server-opened-face)
5385         (gnus-server-closed-face, gnus-server-denied-face)
5386         (gnus-server-offline-face):
5387         New backward-compatibility aliases for renamed faces.
5388         (gnus-server-agent-face, gnus-server-opened-face)
5389         (gnus-server-closed-face, gnus-server-denied-face)
5390         (gnus-server-offline-face): Use renamed gnus faces.
5391
5392         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5393         Remove "-face" suffix from face names.
5394         (gnus-picon-xbm-face, gnus-picon-face):
5395         New backward-compatibility aliases for renamed faces.
5396
5397         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5398         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5399         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5400         (gnus-cite-11): Remove "-face" suffix from face names.
5401         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5402         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5403         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5404         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5405         New backward-compatibility aliases for renamed faces.
5406         (gnus-cite-attribution-face, gnus-cite-face-list)
5407         (gnus-article-boring-faces): Use renamed gnus faces.
5408
5409         * gnus-art.el (gnus-signature, gnus-header-from)
5410         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5411         (gnus-header-content): Remove "-face" suffix from face names.
5412         (gnus-signature-face, gnus-header-from-face)
5413         (gnus-header-subject-face, gnus-header-newsgroups-face)
5414         (gnus-header-name-face, gnus-header-content-face):
5415         New backward-compatibility aliases for renamed faces.
5416         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5417
5418         * gnus-sum.el (gnus-summary-selected-face)
5419         (gnus-summary-highlight): Use renamed gnus faces.
5420         * gnus-group.el (gnus-group-highlight): Likewise.
5421
5422 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5423
5424         * gnus-sieve.el (gnus-sieve-article-add-rule):
5425         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5426         * spam-stat.el (spam-stat-buffer-change-to-spam)
5427         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5428
5429         * message.el (message-is-yours-p):
5430         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5431
5432 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * mm-view.el (mm-inline-text): Withdraw the last change.
5435
5436 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5439         executing enriched-decode.
5440
5441 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5444         charset of tar files.
5445
5446 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5447
5448         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5449
5450 2005-06-04  Lute Kamstra  <lute@gnu.org>
5451
5452         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5453         information is never recorded.
5454
5455 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5456
5457         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5458
5459 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5460
5461         * pop3.el (pop3-apop): Run md5 in the binary mode.
5462
5463         * starttls.el (starttls-set-process-query-on-exit-flag):
5464         Use eval-and-compile.
5465
5466 2005-05-31  Simon Josefsson  <jas@extundo.com>
5467
5468         * smime.el (smime-replace-in-string): Define.
5469         (smime-cert-by-ldap-1): Use it.
5470
5471 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * gnus-art.el (article-display-x-face): Replace
5474         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5475
5476         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5477         set-process-query-on-exit-flag or process-kill-without-query.
5478
5479         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5480         loop instead of replace-regexp.
5481
5482         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5483         instead of process-kill-without-query if it is available.
5484
5485         * lpath.el: Fbind ldap-search-entries.
5486
5487         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5488         instead of find-file-hooks if it is available.
5489
5490         * mml1991.el: Bind pgg-default-user-id when compiling.
5491
5492         * mml2015.el: Bind pgg-default-user-id when compiling.
5493
5494         * nndraft.el (nndraft-request-associate-buffer):
5495         Use write-contents-functions instead of write-contents-hooks if it is
5496         available.
5497
5498         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5499         instead of find-file-hooks if it is available.
5500
5501         * nntp.el (nntp-open-connection): Replace
5502         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5503         (nntp-open-ssl-stream): Ditto.
5504         (nntp-open-tls-stream): Ditto.
5505
5506         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5507         set-process-query-on-exit-flag or process-kill-without-query.
5508         (starttls-open-stream-gnutls): Use it instead of
5509         process-kill-without-query.
5510         (starttls-open-stream): Ditto.
5511
5512 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5513
5514         * smime.el (smime-cert-by-ldap-1): Don't use
5515         replace-regexp-in-string.
5516
5517 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5518
5519         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5520
5521         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5522         in PEM format. Adjust to the XEmacs compability.
5523
5524 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5525
5526         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5527         by `string-to-number'.
5528         * gnus-agent.el (gnus-agent-regenerate-group)
5529         (gnus-agent-fetch-articles): Ditto.
5530         * gnus-art.el (gnus-button-fetch-group): Ditto.
5531         * gnus-cache.el (gnus-cache-generate-active)
5532         (gnus-cache-articles-in-group): Ditto.
5533         * gnus-group.el (gnus-group-set-current-level)
5534         (gnus-group-insert-group-line): Ditto.
5535         * gnus-score.el (gnus-score-set-expunge-below)
5536         (gnus-score-set-mark-below, gnus-summary-score-effect)
5537         (gnus-summary-score-entry): Ditto.
5538         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5539         (gnus-soup-pack): Ditto.
5540         * gnus-spec.el (gnus-xmas-format): Ditto.
5541         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5542         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5543         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5544         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5545         * nndb.el (nndb-get-remote-expire-response): Ditto.
5546         * nndiary.el (nndiary-parse-schedule-value)
5547         (nndiary-string-to-number, nndiary-request-replace-article)
5548         (nndiary-request-article): Ditto.
5549         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5550         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5551         * nneething.el (nneething-make-head): Ditto.
5552         * nnfolder.el (nnfolder-request-article)
5553         (nnfolder-retrieve-headers): Ditto.
5554         * nnheader.el (nnheader-file-to-number): Ditto.
5555         * nnkiboze.el (nnkiboze-request-article): Ditto.
5556         * nnmail.el (nnmail-process-unix-mail-format)
5557         (nnmail-process-babyl-mail-format): Ditto.
5558         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5559         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5560         (nnmh-request-create-group, nnmh-request-list-1)
5561         (nnmh-request-group, nnmh-request-article): Ditto.
5562         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5563         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5564         * nnsoup.el (nnsoup-make-active): Ditto.
5565         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5566         * nntp.el (nntp-find-group-and-number)
5567         (nntp-retrieve-headers-with-xover): Ditto.
5568         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5569         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5570         (pgg-format-key-identifier): Ditto.
5571         * pop3.el (pop3-last, pop3-stat): Ditto.
5572         * qp.el (quoted-printable-decode-region): Ditto.
5573
5574         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5575         of concat.
5576
5577 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5580
5581         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5582
5583         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5584
5585         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5586
5587         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5588
5589         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5590
5591         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5592         (gnus-carpal-mode): Ditto.
5593
5594         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5595         (gnus-browse-mode): Ditto.
5596
5597         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5598
5599         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5600
5601 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5602
5603         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5604
5605 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * gnus-util.el (gnus-run-mode-hooks): New function.
5608
5609         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5610
5611         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5612         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5613
5614 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5615
5616         * gnus-agent.el (gnus-agent-make-mode-line-string):
5617         Use mode-line-highlight as mouse-face.
5618
5619 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * canlock.el (canlock): Change the parent group to news.
5622
5623         * deuglify.el (gnus-outlook-deuglify): Add :group.
5624
5625         * dig.el (dig): Add :group.
5626
5627         * dns-mode.el (dns-mode): Add :group.
5628
5629         * encrypt.el (encrypt): Add :group.
5630
5631         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5632         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5633         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5634         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5635         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5636
5637         * gnus-diary.el (gnus-diary): Add :group.
5638
5639         * gnus.el (gnus-group-news-1-face): Add :group.
5640         (gnus-group-news-1-empty-face): Ditto.
5641         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5642         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5643         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5644         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5645         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5646         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5647         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5648         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5649         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5650         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5651         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5652         (gnus-summary-high-ticked-face): Ditto.
5653         (gnus-summary-low-ticked-face): Ditto.
5654         (gnus-summary-normal-ticked-face): Ditto.
5655         (gnus-summary-high-ancient-face): Ditto.
5656         (gnus-summary-low-ancient-face): Ditto.
5657         (gnus-summary-normal-ancient-face): Ditto.
5658         (gnus-summary-high-undownloaded-face): Ditto.
5659         (gnus-summary-low-undownloaded-face): Ditto.
5660         (gnus-summary-normal-undownloaded-face): Ditto.
5661         (gnus-summary-high-unread-face): Ditto.
5662         (gnus-summary-low-unread-face): Ditto.
5663         (gnus-summary-normal-unread-face): Ditto.
5664         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5665         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5666
5667         * hashcash.el (hashcash): New custom group.
5668         (hashcash-default-payment): Add :group.
5669         (hashcash-payment-alist): Ditto.
5670         (hashcash-default-accept-payment): Ditto.
5671         (hashcash-accept-resources): Ditto.
5672         (hashcash-path): Ditto.
5673         (hashcash-extra-generate-parameters): Ditto.
5674         (hashcash-double-spend-database): Ditto.
5675         (hashcash-in-news): Ditto.
5676
5677         * message.el (message-minibuffer-local-map): Add :group.
5678
5679         * netrc.el (netrc): Add :group.
5680
5681         * sieve-manage.el (sieve-manage-log): Add :group.
5682         (sieve-manage-default-user): Diito.
5683         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5684         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5685         (sieve-manage-authenticators): Ditto.
5686         (sieve-manage-authenticator-alist): Ditto.
5687         (sieve-manage-default-port): Ditto.
5688
5689         * sieve-mode.el (sieve-control-commands-face): Add :group.
5690         (sieve-action-commands-face): Ditto.
5691         (sieve-test-commands-face): Ditto.
5692         (sieve-tagged-arguments-face): Ditto.
5693
5694         * smime.el (smime): Add :group.
5695
5696         * spam-report.el (spam-report): Add :group.
5697
5698         * spam.el (spam, spam-face): Add :group.
5699
5700 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5701
5702         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5703         return \n.\n.\n at the end of articles.  Protect against that.
5704         (nntp-with-open-group): Allow debugging.
5705
5706         * nnheader.el (mail-header-set-extra): Make into a function
5707         because I just could't understand how to quote the list properly.
5708
5709         * dns.el (query-dns-cached): New function.
5710
5711 2005-05-26  Lute Kamstra  <lute@gnu.org>
5712
5713         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5714
5715 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5718
5719         * gnus-art.el: Don't autoload mail-extract-address-components.
5720
5721         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5722         eval-and-compile to evaluate it.
5723
5724         * hashcash.el: Don't autoload executable-find.
5725
5726         * nndb.el: Don't declare the nndb back end two or more times; don't
5727         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5728
5729         * nntp.el: Autoload format-spec instead of format; use
5730         eval-and-compile to evaluate autoload forms.
5731
5732 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5733
5734         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5735
5736 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5737
5738         * gnus.el (gnus-version-number): Bump version.
5739
5740 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5741
5742         * gnus.el: No Gnus v0.3 is released.
5743
5744 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5745
5746         * lpath.el (featurep): Bind show-nonbreak-escape.
5747
5748 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * gnus-art.el (gnus-article-edit-part): Disable undo.
5751
5752 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5755         gnus-article-date-lapsed-new-header is t if date timer is active;
5756         skip headers in which the original date value is empty.
5757         (gnus-article-save-original-date): Redefine it as a macro.
5758         (gnus-display-mime): Use it.
5759
5760 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * gnus-art.el (article-date-ut): Support converting date in
5763         forwarded parts as well.
5764         (gnus-article-save-original-date): New function.
5765         (gnus-display-mime): Use it.
5766
5767 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5768
5769         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
5770         enclosure element of <item>.
5771
5772 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
5773
5774         * message.el (message-kill-buffer-query): Renamed from
5775         `message-kill-buffer-query-if-modified'.  Added :version.
5776
5777 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
5780         window layout.
5781
5782 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * mml.el: Autoload dnd when compiling.
5785
5786 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5787
5788         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
5789         x-dnd-*.
5790
5791 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * qp.el (quoted-printable-encode-region): Save excursion.
5794
5795 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5796
5797         * message.el (message-kill-buffer-query-if-modified): Add new variable
5798         so the user can kill a modified message buffer quickly.
5799         (message-kill-buffer): Use it.
5800
5801 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * lpath.el: Fbind display-time-event-handler; don't fbind
5804         string-to-multibyte.
5805
5806         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
5807
5808 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
5811         contained in text because xml.el decodes entities) with LFs.
5812
5813 2005-04-11  Lute Kamstra  <lute@gnu.org>
5814
5815         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
5816         differently.
5817
5818 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5819
5820         * mm-util.el (mm-detect-coding-region): Typo.
5821
5822 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
5825
5826 2005-04-06  D Goel  <deego@gnufans.org>
5827
5828         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5829         user-function allow user modifications of the scores.
5830         (spam-stat-score-buffer-user): New function, to allow
5831         user-computed modifications to the score.
5832         (spam-stat-score-buffer-user-functions): list of additional
5833         scoring functions
5834         (spam-stat-error-holder): global temporary error holder
5835         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5836         variable
5837
5838 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5839
5840         * gnus-registry.el (gnus-registry-clean-empty-function)
5841         (gnus-registry-trim, gnus-registry-fetch-groups)
5842         (gnus-registry-delete-group): Groups that match
5843         `gnus-registry-ignored-groups' are removed from the registry
5844         entries, not just ignored for splitting.  This helps clean up the
5845         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5846         to get all the groups a message ID is in.
5847
5848         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5849         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5850         (spam-stat-score-buffer-user-functions): Add :number custom type.
5851
5852 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5855         argument in XEmacs.
5856
5857         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5858         (nnrss-request-group): Decode group name first.
5859         (nnrss-request-article): Make a text/plain article if mml-to-mime
5860         failed.
5861         (nnrss-get-encoding): Return a compatible encoding according to
5862         nnrss-compatible-encoding-alist.
5863         (nnrss-find-el): Use consp instead of listp.
5864         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5865
5866 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5869         which Emacs 20 doesn't support.
5870         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5871
5872 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5873
5874         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5875         silence the byte compiler inside the defun
5876
5877         * gnus-demon.el (parse-time-string): Add autoload.
5878
5879         * gnus-delay.el (parse-time-string): Add autoload.
5880
5881         * gnus-art.el (parse-time-string): Add autoload.
5882
5883         * nnultimate.el (parse-time): Require for `parse-time-string'.
5884
5885 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5886
5887         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5888
5889         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5890
5891         * smime.el (smime-ldap-host-list): Add :version.
5892
5893 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5894
5895         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5896         pass it to `gnus-browse-read-group'.
5897         (gnus-browse-read-group): Add NUMBER argument and pass it to
5898         `gnus-group-read-ephemeral-group'.
5899
5900         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5901         argument and pass it to `gnus-group-read-group'.
5902
5903 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5904
5905         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5906         mm-xemacs-find-mime-charset-1 if we have the mule feature
5907         available at runtime.
5908
5909 2005-03-25  Werner Lemberg  <wl@gnu.org>
5910
5911         * nnmaildir.el: Replace `illegal' with `invalid'.
5912
5913 2005-03-23  Lute Kamstra  <lute@gnu.org>
5914
5915         * time-date.el: Add comment on time value formats.
5916         Don't require parse-time.
5917         (with-decoded-time-value): New macro.
5918         (encode-time-value): New function.
5919         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5920         (days-to-time): Return a valid time value when arg is huge.
5921         (time-since): Use time-subtract.
5922         (time-to-number-of-days): Use time-to-seconds.
5923
5924 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5925
5926         * gnus-start.el (gnus-display-time-event-handler):
5927         Check display-time-timer at runtime rather than only at load time
5928         in case display-time-mode is turned off in the mean time.
5929
5930 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5933         used.
5934
5935         * nneething.el (nneething-map-file-directory): Derive from
5936         `gnus-directory'.
5937
5938         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5939         the To/Cc button.
5940
5941 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5942
5943         * nnmaildir.el (nnmaildir-request-accept-article):
5944         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5945
5946 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5947
5948         * gnus-async.el: Require timer-funcs at compile time when in
5949         XEmacs for `run-with-idle-timer'.
5950
5951 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5952
5953         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5954         autoloaded function.
5955
5956 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5957
5958         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5959
5960 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5961
5962         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5963
5964 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5967         gnus-expert-user to default.
5968
5969 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5970
5971         * nnimap.el (nnimap-open-server): Ditto.
5972
5973         * imap.el (imap-authenticate): Fix typo.
5974
5975 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5976
5977         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5978         buffer (since IMAP server might return FETCH response out of
5979         order, and the nntp buffer must be sorted).
5980
5981 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5982
5983         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5984         comparison on string.
5985
5986         * gnus-agent.el (gnus-agent-long-article,
5987         gnus-agent-short-article, gnus-agent-score): Renamed category
5988         keywords to match gnus-cus.
5989         (gnus-agent-summary-fetch-series): Modified to protect against
5990         gnus-agent-summary-fetch-group clearing processable flags.
5991         (gnus-agent-synchronize-group-flags): Update live group buffer as
5992         synchronization may occur due to the user toggle the plugged
5993         status.
5994         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5995         successfully downloaded.
5996         (gnus-agent-expire-group-1): Avoid using markers when the overview
5997         is in ascending order; greatly improves performance.
5998         (gnus-agent-regenerate-group): Use
5999         gnus-agent-synchronize-group-flags to reset read status in both
6000         gnus and server.
6001         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6002
6003 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6004
6005         * message.el: Don't autoload former message-utils variables.
6006         (message-strip-subject-trailing-was): Change doc string.
6007
6008         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6009         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6010         (nnweb-google-search): Add "hl=en" here.
6011         (nnweb-google-parse-1, nnweb-google-create-mapping):
6012         Don't hardcode URL.
6013
6014 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6015
6016         * message.el (message-get-reply-headers, message-followup):
6017         Mention related variables `message-use-followup-to' and
6018         `message-use-mail-followup-to', in the information buffer.
6019
6020         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6021         of broken groups(-beta).google.com.
6022
6023 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6024
6025         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6026         parameter to invoked gnus-request-move-article; remove the
6027         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6028         all at once instead of once per article.
6029         (gnus-summary-remove-process-mark): Accept a list of articles as
6030         well as a single article for processing.
6031
6032         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6033         parameter.
6034
6035         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6036
6037         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6038
6039         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6040         parameter.
6041
6042         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6043         parameter.
6044
6045         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6046         parameter and remove the gnus-sum-hint-move-is-internal variable.
6047
6048         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6049         parameter.
6050
6051         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6052         parameter.
6053
6054         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6055         parameter.
6056
6057         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6058
6059         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6060         parameter.
6061
6062         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6063         parameter.
6064
6065 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6066
6067         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6068         a more conservative way.
6069
6070 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6071
6072         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6073         buffer, so it moves the window's cursor.
6074
6075 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6076
6077         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6078         `mm-dissect-multipart' and receive the from field as an (optional)
6079         argument from `mm-dissect-multipart'.
6080         (mm-dissect-multipart): Receive the from field as an argument and
6081         pass it on when we call `mm-dissect-buffer' on MIME parts.
6082         Fixes verification/decryption of signed/encrypted MIME parts.
6083
6084 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6085
6086         * gnus-sum.el (gnus-summary-move-article): Set
6087         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6088         whatever it calls (right now, only nnimap-request-move article
6089         respects it).
6090
6091         * nnimap.el (nnimap-request-move-article): When
6092         gnus-sum-hint-move-is-internal is set, don't do the extra
6093         nnimap-request-article.
6094
6095 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6096
6097         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6098
6099         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6100         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6101
6102         * gnus-sum.el (gnus-summary-caesar-message):
6103         Apply `gnus-treat-article' after rotation.
6104
6105         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6106         doc string.
6107
6108 2005-02-22  Simon Josefsson  <jas@extundo.com>
6109
6110         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6111         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6112         <arne@arnested.dk>.
6113         (encrypt): Add password-cache and password-cache-expiry as group
6114         members.
6115
6116 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6117
6118         * smime.el (smime-ldap-host-list): Doc fix.
6119         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6120         cache) password.
6121         (smime-sign-region): Use it.
6122         (smime-decrypt-region): Use it.
6123         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6124         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6125         fails.
6126         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6127         certificate from DER to PEM format rather than calling openssl.
6128
6129         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6130
6131         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6132         for signing/encryption.
6133
6134         * mml.el (mml-parse-1): Use them.
6135
6136 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6137
6138         * nnrss.el (nnrss-verbose): Removed.
6139         (nnrss-request-group): Use `nnheader-message' instead.
6140
6141 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6142
6143         * nnrss.el (nnrss-verbose): New variable.
6144         (nnrss-request-group): Make it say nnrss is requesting a group.
6145
6146 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6147
6148         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6149         Handle news URL with given port correctly.
6150
6151 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6154         containing special characters.
6155
6156         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6157
6158         * mml.el (mime-to-mml): Ditto.
6159
6160         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6161         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6162         (rfc2047-decode-region): Quote decoded words containing special
6163         characters when rfc2047-quote-decoded-words-containing-tspecials
6164         is non-nil.
6165
6166 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6167
6168         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6169
6170         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6171
6172 2005-02-15  Simon Josefsson  <jas@extundo.com>
6173
6174         * nnimap.el (nnimap-debug): Doc fix.
6175
6176         * imap.el (imap-debug): Doc fix.
6177
6178 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6181
6182 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6183
6184         * gnus.el (spam-contents): Improve docs for spam-contents
6185         parameter in its variable incarnation.
6186
6187 2005-02-14  Simon Josefsson  <jas@extundo.com>
6188
6189         * smime-ldap.el: Use require instead of load-library for ldap.
6190         (smime-ldap-search): Indent.
6191         (smime-ldap-search-internal): Shorten line.
6192
6193         * smime.el (smime-cert-by-dns): Add doc-string.
6194         (smime-cert-by-ldap-1): Indent.
6195
6196         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6197         mml-smime-get-dns-ldap.
6198         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6199
6200 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6201
6202         * smime.el: Require smime-ldap.
6203         (smime-ldap-host-list): New variable.
6204         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6205
6206         * mml-smime.el (mml-smime-encrypt-query): New function.
6207         (mml-smime-encrypt-query): Use it.
6208
6209         * smime-ldap.el: New file.
6210
6211 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6214
6215 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6216
6217         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6218         argument in doc string.  Make query for type more clear.
6219
6220 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6221
6222         * gnus.el (gnus-group-startup-message): Search for gnus images in
6223         etc/images/gnus.
6224         * mm-util.el (mm-image-load-path): Likewise.
6225         * smiley.el (smiley-data-directory): Search for smilies in
6226         etc/images/smilies.
6227
6228 2005-02-09  Kim F. Storm  <storm@cua.dk>
6229
6230         Change Emacs release version from 21.4 to 22.1 throughout.
6231         Change Emacs development version from 21.3.50 to 22.0.50.
6232
6233 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6236
6237         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6238         non-Mule XEmacs as well.
6239         (mm-decompress-buffer): Signal an error intentionally if it does
6240         not decompress compressed data because auto-compression-mode is
6241         disabled.
6242
6243 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6244
6245         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6246         an ID in the registry even if it has no groups.
6247
6248 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6251         merge it into mm-decompress-buffer.
6252         (gnus-mime-copy-part): Use the MIME part charset, the value which
6253         a user specified or gnus-newsgroup-charset for decoding, like
6254         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6255         save-buffer what was used.  Suggested by Kevin Ryde
6256         <user42@zip.com.au>.
6257         (gnus-mime-inline-part): Allow the name parameter as well as the
6258         filename parameter; force decompressing of compressed data; always
6259         display contents being not decoded as unibyte.
6260
6261         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6262         as well as the filename parameter.
6263
6264         * mm-util.el (mm-decompress-buffer): Merge
6265         gnus-mime-jka-compr-maybe-uncompress.
6266         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6267         of compressed data.
6268
6269 2005-02-08  Simon Josefsson  <jas@extundo.com>
6270
6271         * imap.el (imap-log): Doc fix.
6272
6273 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6276         the coding cookies; decompress compressed parts.
6277
6278         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6279         to the value which a user specified manually or the coding cookie.
6280
6281         * mm-util.el (mm-string-to-multibyte): New function.
6282         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6283         (mm-coding-system-to-mime-charset): New function.
6284         (mm-decompress-buffer): New function.
6285         (mm-find-buffer-file-coding-system): New function.
6286
6287         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6288         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6289         parts.
6290
6291 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6292
6293         * mm-view.el (mm-display-inline-fontify): Decode a part according
6294         to the charset parameter.
6295
6296 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6299         prefix arg is neither nil nor a number, as info specifies.
6300
6301 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6304         timestamps.
6305
6306 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6307
6308         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6309         groups error checking and notify user.
6310
6311 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6312
6313         * message.el (message-send-mail-function): Check existence of
6314         sendmail-program first before using default value
6315         `message-send-mail-with-sendmail'.  Otherwise use more generic
6316         `smtpmail-send-it'.
6317
6318 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * nntp.el (nntp-request-update-info): Always return nil.
6321
6322 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6323
6324         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6325
6326 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6327
6328         * message.el (message-beginning-of-line): Change the behavior when
6329         invoked between BOL and : so that it first moves backward.
6330
6331 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6334         article buffer when editing of the article is discarded.
6335         (gnus-article-prepare): Revert.
6336
6337 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gnus-art.el (gnus-article-prepare):
6340         Remove message-strip-forbidden-properties from the local hook.
6341
6342 2005-01-27  Simon Josefsson  <jas@extundo.com>
6343
6344         * password.el (password-cache-add): Only start one timer per key.
6345         Reported by Derek Atkins <warlord@MIT.EDU>.
6346
6347 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6348
6349         * run-at-time.el: Removed.  It is no longer needed as
6350         timer-funcs.el in the xemacs-base package has a working version of
6351         `run-at-time'.
6352
6353         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6354
6355         * password.el: Require timer-funcs instead of run-at-time in
6356         XEmacs.
6357         Remove `password-run-at-time' macro.
6358         (password-cache-add): Use `run-at-time' instead of
6359         `password-run-at-time'.
6360
6361         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6362         Remove `nnheader-cancel-function-timers' alias,
6363         `cancel-function-timers' exists in XEmacs in timer-funcs.
6364
6365         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6366         for `run-with-idle-timer'.
6367
6368         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6369         for `run-at-time'.
6370
6371         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6372         for `with-timeout'.
6373
6374         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6375         the same as for XEmacs 21.4.
6376         No need to ignore `run-with-idle-timer', this function exists in
6377         XEmacs now in timer-funcs.el in the xemacs-base package.
6378         (dgnushack-compile): No need to delete
6379         run-at-time.el from the list of files to compile because it
6380         doesn't exist anymore.
6381
6382 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6385         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6386
6387 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6388
6389         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6390         sensitively.
6391
6392 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6393
6394         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6395
6396 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6399         which will be inserted according to the multibyteness of a buffer
6400         rather than the type of contents.  Suggested by ARISAWA Akihiro
6401         <ari@mbf.ocn.ne.jp>.
6402
6403         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6404         of string which old xml.el may return rather than a string.
6405
6406 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6409
6410 2005-01-16  Simon Josefsson  <jas@extundo.com>
6411
6412         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6413         idn/idna.el isn't available.
6414         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6415         <michael@waxrat.com>.
6416
6417         * hashcash.el: Remove non-FSF copyright header.
6418
6419         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6420         (hashcash-generate-payment): Use it.
6421         (hashcash-generate-payment-async): Use it.
6422
6423 2005-01-15  Simon Josefsson  <jas@extundo.com>
6424
6425         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6426         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6427
6428         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6429         gnus-summary-idna-message.
6430         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6431         (gnus-summary-idna-message): New function.
6432
6433 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6436         gnus-novice-user.
6437
6438 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * nnrss.el (nnrss-request-delete-group): Delete entries in
6441         nnrss-group-alist as well.
6442         (nnrss-save-server-data): Insert newline.
6443
6444 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6445
6446         * gnus.el (gnus-user-agent): Use list of symbols instead of
6447         symbols.  Display full version number for (S)XEmacs.  Optionally
6448         display (S)XEmacs codename.
6449
6450         * gnus-util.el (gnus-emacs-version): Update for new
6451         `gnus-user-agent'.
6452
6453         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6454         Gnus version.
6455
6456 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6457
6458         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6459         which is unreadable in some setups.
6460
6461 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * gnus-spec.el (gnus-update-format-specifications): Flush the
6464         group format spec cache if it doesn't support decoded group names.
6465
6466 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6467
6468         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6469         to apply decay on score files matching a regexp.
6470
6471 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6474         compatibility in %g and %c.
6475
6476 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6479         name for only %g and %c.
6480         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6481         of gnus-tmp-group to decoded group name.
6482         (gnus-group-make-rss-group): Exclude `/'s from group names.
6483
6484 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6485
6486         * nnrss.el (nnrss-get-encoding): Fix regexp.
6487
6488 2004-12-27  Simon Josefsson  <jas@extundo.com>
6489
6490         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6491         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6492         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6493
6494 2004-12-17  Kim F. Storm  <storm@cua.dk>
6495
6496         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6497
6498         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6499
6500 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6501
6502         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6503
6504 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * nnrss.el: Require rfc2047 and mml.
6507         (nnrss-file-coding-system): New variable.
6508         (nnrss-format-string): Redefine it as an inline function.
6509         (nnrss-decode-group-name): New function.
6510         (nnrss-string-as-multibyte): Remove.
6511         (nnrss-retrieve-headers): Decode group name; don't use
6512         nnrss-format-string.
6513         (nnrss-request-group): Decode group name.
6514         (nnrss-request-article): Decode group name; allow a Message-ID as
6515         well as an article number; don't use nnrss-format-string; encode a
6516         Message-ID string which may contain non-ASCII characters; use
6517         mml-to-mime to compose a MIME article.
6518         (nnrss-request-expire-articles): Decode group name.
6519         (nnrss-request-delete-group): Decode group name.
6520         (nnrss-fetch): Clarify error message.
6521         (nnrss-read-server-data): Use insert-file-contents instead of load;
6522         bind file-name-coding-system; use multibyte buffer.
6523         (nnrss-save-server-data): Bind coding-system-for-write to the
6524         value of nnrss-file-coding-system; bind file-name-coding-system;
6525         add coding cookie.
6526         (nnrss-read-group-data): Use insert-file-contents instead of load;
6527         bind file-name-coding-system; use multibyte buffer.
6528         (nnrss-save-group-data): Bind coding-system-for-write to the
6529         value of nnrss-file-coding-system; bind file-name-coding-system.
6530         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6531         make it work with non-ASCII text.
6532         (nnrss-find-el): Make it work with old xml.el as well.
6533
6534 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6535
6536         * nnrss.el (nnrss-get-encoding): New function.
6537         (nnrss-fetch): Use unibyte buffer initially; bind
6538         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6539         decode contents according to the encoding attribute.
6540         (nnrss-save-group-data): Add coding cookie.
6541         (nnrss-mime-encode-string): New function.
6542         (nnrss-check-group): Use it to encode subject and author.
6543
6544 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6545
6546         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6547         imaginary variable.
6548
6549 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6552         correctly even if there are wide characters.
6553
6554 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6555
6556         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6557         downcased symbol names; make a new cache instead of reusing
6558         bbdb-hashtable.
6559
6560 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6563         concatenating segments rather than before concatenating them.
6564         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6565
6566         * message.el (message-get-reply-headers): Bind `extra'.
6567
6568 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6569
6570         * message.el (message-extra-wide-headers): New variable.
6571         (message-get-reply-headers): Use it.
6572
6573 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6576         (gnus-agent-group-pathname): Ditto.
6577
6578         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6579
6580         * gnus-group.el (gnus-group-make-group): Decode group name.
6581         (gnus-group-make-rss-group): Register the group data after opening
6582         the nnrss group.
6583
6584 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6585
6586         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6587         by expiry now get marked as read.
6588
6589 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6592
6593 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6594
6595         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6596         unify Latin characters in XEmacs.
6597         (mm-find-mime-charset-region): Use it.
6598
6599 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * gnus-util.el (gnus-delete-directory): New function.
6602
6603         * gnus-agent.el (gnus-agent-delete-group): Use it.
6604
6605         * gnus-cache.el (gnus-cache-delete-group): Use it.
6606
6607 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6610         names.
6611
6612 2004-12-16  Simon Josefsson  <jas@extundo.com>
6613
6614         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6615
6616 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6619
6620         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6621         (gnus-group-set-current-level): Decode group name.
6622
6623 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6624
6625         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6626         failed.
6627
6628 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * gnus-group.el (gnus-group-delete-group): Decode group name.
6631         (gnus-group-make-rss-group): Encode group name.
6632         (gnus-group-catchup-current): Decode group name.
6633         (gnus-group-kill-group): Decode group name.
6634
6635 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6636
6637         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6638
6639 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * gnus-group.el (gnus-group-make-rss-group):
6642         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6643
6644         * gnus-start.el (gnus-setup-news): Honor user's setting to
6645         gnus-message-archive-method.  Suggested by Lute Kamstra
6646         <lute@gnu.org>.
6647
6648 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6649
6650         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6651         global counterparts of the buffer-local variables.
6652
6653 2004-11-16  Romain Francoise  <romain@orebokech.com>
6654
6655         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6656         counterparts of the buffer-local variables.
6657
6658 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6659
6660         * message.el (message-forbidden-properties): Fixed typo in doc
6661         string.
6662
6663 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6664
6665         * gnus-util.el (gnus-replace-in-string): Added doc string.
6666
6667         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6668         to avoid problems when splitting mails with many recipients.
6669
6670 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6671
6672         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6673         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6674
6675 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6676
6677         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6678         if there is no hashtable in memory or file modification time is
6679         newer than cached timestamp.
6680
6681 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6682
6683         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6684         not-matching option.
6685
6686 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6687
6688         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6689         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6690         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6691         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6692         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6693         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6694
6695 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * message.el (message-forward-make-body-mml): Remove headers
6698         according to message-forward-ignored-headers if a message is decoded.
6699
6700 2004-12-02  Romain Francoise  <romain@orebokech.com>
6701
6702         * message.el (message-forward-make-body-plain): Always remove
6703         headers according to message-forward-ignored-headers.
6704
6705 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6706
6707         * spam.el (spam-summary-prepare-exit): Remove the
6708         gnus-summary-limit pop for now, it has problems with ham marks for
6709         me.
6710
6711 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6712
6713         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6714         correctly.
6715
6716 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6717
6718         * format-spec.el (format-spec): Message the char.
6719
6720 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6721
6722         * gnus-art.el (gnus-split-methods): Reformat comments.
6723
6724         * spam.el (spam-summary-prepare-exit): Remove article limits
6725         before exiting the summary buffer.
6726
6727 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6730         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6731
6732         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6733         order to silence the byte compiler.
6734
6735         * spam.el: Fix the way to silence the byte compiler, which
6736         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6737         bbdb-search-simple, spam-BBDB-register-routine,
6738         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6739         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6740         spam-stat-buffer-is-spam, spam-stat-load,
6741         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6742         spam-stat-save and spam-stat-split-fancy.
6743
6744 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6747         which may confuse users.
6748         (canlock-password-for-verify): Ditto.
6749
6750         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6751
6752         * gnus-art.el (gnus-emphasis-alist): Ditto.
6753
6754         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6755
6756         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6757
6758         * gnus-start.el (gnus-save-killed-list): Ditto.
6759
6760         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6761         (gnus-sum-thread-tree-root): Ditto.
6762         (gnus-sum-thread-tree-false-root): Ditto.
6763         (gnus-sum-thread-tree-single-indent): Ditto.
6764
6765         * message.el (message-courtesy-message): Ditto.
6766         (message-archive-note): Ditto.
6767         (message-subscribed-address-file): Ditto.
6768         (message-user-fqdn): Ditto.
6769
6770         * spam-report.el (spam-report-gmane-regex): Ditto.
6771
6772         * spam.el (spam-blackhole-good-server-regex): Ditto.
6773
6774 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * mml.el (mml-preview): Widen the message buffer before copying
6777         the contents to the preview buffer; sort headers before previewing.
6778
6779         * message.el (message-hidden-headers): Fix the way to avoid a bug
6780         in the `repeat' widget in Emacs 21.3 or earlier.
6781
6782 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * message.el (message-hidden-headers): Default to "^References:".
6785         Improve customization type.  Suggested by Reiner Steib
6786         <Reiner.Steib@gmx.de>.
6787
6788 2004-11-25  Romain Francoise  <romain@orebokech.com>
6789
6790         * message.el (message-strip-forbidden-properties): Remove check for
6791         obsolete `message-hidden' text property, hidden headers are not
6792         accessible in the buffer anymore.
6793
6794 2004-11-22  Romain Francoise  <romain@orebokech.com>
6795
6796         * message.el (message-header-format-alist): Add `From' in list
6797         so that it can be sorted.
6798         (message-fix-before-sending): Widen and sort headers before
6799         sending.
6800         (message-hide-headers): Use narrowing to hide headers by moving
6801         them to the top of the buffer and narrowing to the region
6802         underneath.
6803
6804 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6805
6806         * message.el (message-strip-forbidden-properties): Bind
6807         buffer-read-only (etc) to nil.
6808
6809 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
6812         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6813
6814 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
6815
6816         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
6817
6818 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6819
6820         * dns.el (query-dns): Use sit-for to time instead of
6821         accept-process-output, since that doesn't seem to work on udp
6822         sockets.
6823
6824 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
6827
6828 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6829
6830         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6831         doc string.  Improve doc string.
6832
6833 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * nntp.el (nntp-request-update-info): Return nil if
6836         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6837         may not call gnus-activate-group which uselessly issues the GROUP
6838         commands for all nntp groups and wastes time.  Reported by Romain
6839         Francoise <romain@orebokech.com>.
6840
6841         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6842
6843 2004-11-15  Simon Josefsson  <jas@extundo.com>
6844
6845         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6846         headers separately.
6847         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6848         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6849
6850 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6851
6852         * gnus-start.el (gnus-convert-old-newsrc):
6853         Assign legacy-gnus-agent to 5.10.7.
6854
6855 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6856
6857         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6858         start of the lines.
6859
6860 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6861
6862         * hashcash.el (hashcash-default-payment): Change default to 20
6863         (hashcash-default-accept-payment): Change default to 20
6864         (hashcash-process-alist): New variable
6865         (hashcash-generate-payment-async): Add
6866         (hashcash-already-paid-p): Add
6867         (hashcash-insert-payment): Don't generate payments twice
6868         (hashcash-insert-payment-async): Add
6869         (hashcash-insert-payment-async-2): Add
6870         (hashcash-cancel-async): Add
6871         (hashcash-wait-async): Add
6872         (hashcash-processes-running-p): Add
6873         (hashcash-wait-or-cancel): Add
6874         (mail-add-payment): New optional argument.  Conditionally start
6875         asynchronous calculation.
6876         (mail-add-payment-async): Add
6877
6878         * message.el (message-send-mail): Wait for asynchronous hashcash
6879         results.  Don't clobber existing X-Hashcash headers.
6880         (message-setup-1): Call mail-add-payment-async when
6881         message-generate-hashcash is non-nil.
6882
6883 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6884
6885         * message.el (message-use-alternative-email-as-from): Examine the
6886         From header as well; use message-make-from in order to include a
6887         user's full name.
6888
6889 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6892         default; improve customization type.
6893         (gnus-emphasis-custom-with-format): New macro.
6894         (gnus-emphasis-custom-value-to-external): New function.
6895         (gnus-emphasis-custom-value-to-internal): New function.
6896
6897 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6898
6899         * dns.el (query-dns): Resolve reverse addresses.
6900
6901 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902
6903         * gnus-group.el (gnus-group-get-new-news): Use it.
6904
6905         * gnus-start.el (gnus-check-reasonable-setup): New function.
6906
6907 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6910         "Args out of range" error.  Reported by Arnaud Giersch
6911         <arnaud.giersch@free.fr>.
6912
6913 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6914
6915         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6916
6917 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6918
6919         * spam.el (spam group): Add :version.
6920
6921         * pgg-def.el (pgg group): Add :version.
6922
6923 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-art.el (gnus-article-edit-article): Don't associate the
6926         article buffer with a draft file.  This is a temporary measure
6927         against the 2004-08-22 change to gnus-article-edit-mode.
6928
6929 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6932         (html2text-format-tags): Remove unused variable `attr'.
6933
6934 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6935
6936         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6937
6938         * tls.el (tls-process-connection-type, tls-success)
6939         (tls-certtool-program): Add :version.
6940
6941         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6942         (starttls-extra-arguments, starttls-process-connection-type)
6943         (starttls-connect, starttls-failure, starttls-success):
6944
6945         * spam-stat.el (spam-stat): Add :version.
6946
6947         * sieve.el (sieve): Add :version.
6948
6949         * sha1.el (sha1): Add :version.
6950         (sha1-use-external): Remove redundant version.
6951
6952         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6953         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6954         (nnmail-split-fancy-match-partial-words)
6955         (nnmail-split-lowercase-expanded): Add :version.
6956
6957         * nndiary.el (nndiary): Add :version.
6958
6959         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6960
6961         * mml-sec.el (mml-default-sign-method)
6962         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6963         Add :version.
6964
6965         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6966
6967         * mm-url.el (mm-url-use-external, mm-url-program)
6968         (mm-url-arguments): Add :version.
6969
6970         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6971         (mm-attachment-file-modes, mm-decrypt-option)
6972         (mm-w3m-safe-url-regexp): Add :version.
6973
6974         * message.el (message-cite-prefix-regexp)
6975         (message-sendmail-envelope-from, message-minibuffer-local-map)
6976         (message-user-fqdn, message-completion-alist): Add :version.
6977
6978         * gnus-win.el (gnus-configure-windows-hook)
6979         (gnus-use-frames-on-any-display): Add :version.
6980
6981         * gnus-art.el (gnus-article-address-banner-alist)
6982         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6983         (gnus-treat-from-picon, gnus-treat-mail-picon)
6984         (gnus-treat-x-pgp-sig): Add :version.
6985
6986         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6987         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6988         (gnus-summary-article-delete-hook)
6989         (gnus-summary-display-while-building): Add :version.
6990
6991         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6992         (gnus-get-top-new-news-hook):Add :version.
6993
6994         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6995         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6996
6997         * gnus-registry.el (gnus-registry): Add :version.
6998
6999         * gnus-spec.el (gnus-use-correct-string-widths)
7000         (gnus-make-format-preserve-properties): Add :version.
7001
7002         * gnus.el (gnus-group-charter-alist)
7003         (gnus-group-fetch-control-use-browse-url)
7004         (gnus-install-group-spam-parameters): Add :version.
7005
7006         * gnus-diary.el (gnus-diary): Add :version.
7007
7008         * gnus-delay.el (gnus-delay): Add :version.
7009
7010         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7011         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7012         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7013         Add :version.
7014
7015         * gnus-agent.el (gnus-agent-max-fetch-size)
7016         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7017         (gnus-agent-prompt-send-queue): Add :version.
7018
7019         * deuglify.el (gnus-outlook-deuglify): Add :version.
7020
7021         * html2text.el: Beautify code.  Improve doc strings.  Some
7022         checkdoc cleanup.
7023         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7024
7025 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7026
7027         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7028
7029 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7030
7031         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7032         when package is loaded.
7033
7034         * spam.el (spam-summary-score-preferred-header): Add global preference
7035         for people who want to override the default SpamAssassin over
7036         Bogofilter preference (when both are set).
7037         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7038         (spam-user-format-function-S): Check
7039         spam-summary-score-preferred-header.
7040         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7041         (spam-user-format-function-S): Format the score correctly.
7042
7043 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7046         signature file.  Suggested by Manoj Srivastava
7047         <srivasta@golden-gryphon.com>.
7048
7049         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7050         iso-2022-jp even in the Japanese language environment.
7051         Suggested by Jason Rumney <jasonr@gnu.org>.
7052
7053 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7056         use the same characters as the dummy marks; make it free from
7057         getting affected by the language environment.
7058         (gnus-summary-read-group-1): Update mark positions only when the
7059         format spec is updated.
7060
7061         * gnus-spec.el (gnus-update-format-specifications): Return a list
7062         of updated types.
7063
7064 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7067         of boundp to check if display-warning is available.
7068
7069 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7070
7071         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7072
7073 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * nnspool.el (nnspool-spool-directory): Use news-path if the
7076         news-directory variable is not bound.
7077
7078         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7079         function instead of display-warning if it is not available.
7080
7081 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7084         v5-10: Use `point-at-bol'.
7085
7086 2004-10-26  Simon Josefsson  <jas@extundo.com>
7087
7088         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7089         <chenggao@gmail.com>.
7090
7091 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7092
7093         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7094         instead.
7095
7096 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7097
7098         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7099         to remove a server from the nnimap-server-buffer-alist.
7100         (nnimap-open-connection, nnimap-close-server): Use it.
7101
7102         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7103
7104 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7107         running the major-mode function.
7108
7109 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7112         dummy marks in the right way.
7113
7114 2004-10-18  David Edmondson  <dme@dme.org>
7115
7116         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7117         excessively.
7118
7119 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7120
7121         * gnus-util.el (gnus-split-references): Accept a nil references
7122         string and go on blissfully.
7123
7124         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7125         cases where the references string is non-nil but has no references.
7126
7127         * encrypt.el: Add autoload tags.
7128
7129         * spam.el (spam-resolve-registrations-routine): Remove article
7130         from unregistration list too.  Reported by David Hanak
7131         <dhanak@isis.vanderbilt.edu>
7132
7133 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7136         nil.  Changed custom type.
7137
7138 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7141
7142         * gnus-sum.el (gnus-summary-move-article): Use it.
7143
7144 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7145
7146         * encrypt.el: Add autoload cookies.
7147
7148         * spam.el (spam-backend-article-list-property)
7149         (spam-backend-get-article-todo-list)
7150         (spam-backend-put-article-todo-list, )
7151         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7152         Resolve registrations separately.
7153         (spam-register-routine): Format comments.
7154         (spam-unregister-routine, spam-register-routine): Always call with
7155         specific-articles, no default list.
7156         (spam-summary-prepare-exit): Use the spam-classifications function.
7157
7158         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7159         gnus-encrypt.el.
7160
7161         * encrypt.el: copied from gnus-encrypt.el
7162
7163         * gnus-encrypt.el: commented that it's obsolete
7164
7165 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7166
7167         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7168         (gnus-score-save): Use it.
7169
7170         * message.el (message-bury): Use `window-dedicated-p'.
7171
7172 2004-10-15  Simon Josefsson  <jas@extundo.com>
7173
7174         * pop3.el (top-level): Don't require nnheader.
7175         (pop3-read-timeout): Add.
7176         (pop3-accept-process-output): Add.
7177         (pop3-read-response, pop3-retr): Use it.
7178
7179 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7180
7181         * spam.el (spam-register-routine): Move comment.
7182         (spam-verify-bogofilter): Use 'unknown for the initial
7183         spam-bogofilter-valid state, not 'never.
7184
7185         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7186         for netrc-machine.
7187
7188         * nnimap.el (nnimap-open-connection): Use
7189         netrc-machine-user-or-password.
7190
7191 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7192
7193         * gnus-registry.el (gnus-registry-unload-hook):
7194         Set as a variable with add-hook.
7195
7196         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7197         of news-path.
7198
7199         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7200
7201         * spam.el: Delete duplicate `provide'.
7202         (spam-unload-hook): Set as a variable with add-hook.
7203
7204 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7205
7206         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7207         in the doc string.
7208
7209         * message.el (message-ignored-news-headers)
7210         (message-ignored-supersedes-headers)
7211         (message-ignored-resent-headers)
7212         (message-forward-ignored-headers): Improve custom type.
7213
7214 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * message.el (message-tokenize-header): Fix 2004-09-06 change
7217         which used point-min in the wrong place.
7218
7219 2004-10-12  Simon Josefsson  <jas@extundo.com>
7220
7221         * tls.el (tls-certtool-program): New variable.
7222         (tls-certificate-information): New function, based on
7223         ssl-certificate-information.
7224
7225 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * compface.el: Move the version of ELisp-based uncompface program
7228         to the contrib directory because of the copyright problem.
7229
7230 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7231
7232         * message.el (message-kill-buffer): Raise the current frame.
7233
7234 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7237
7238         * gnus.el (message-y-or-n-p): Autoload.
7239
7240         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7241         (pop3-password-required, pop3-authentication-scheme)
7242         (pop3-leave-mail-on-server): Made customizable.
7243         (pop3): New custom group.
7244         (pop3-retr): Remove `sleep-for' statements.
7245         Suggested by Dave Love <fx@gnu.org>.
7246
7247         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7248         Windows/DOS.
7249
7250         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7251         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7252         Dave Love <fx@gnu.org>.
7253
7254         * mml.el (mml-minibuffer-read-disposition): Require match.
7255         Suggested by Dave Love <fx@gnu.org>.
7256
7257 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7260         doc string.
7261
7262 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7265
7266 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7267
7268         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7269         instead of calling `mm-insert-inline', to decode text/* parts
7270         before displaying them.
7271
7272 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * mm-uu.el (mm-uu-text-plain-type): New variable.
7275         (mm-uu-pgp-signed-extract-1): Use it.
7276         (mm-uu-pgp-encrypted-extract-1): Use it.
7277         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7278         bind mm-uu-text-plain-type with that value.
7279         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7280         mm-uu-dissect.
7281
7282 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus-group.el (gnus-update-group-mark-positions):
7285         * gnus-sum.el (gnus-update-summary-mark-positions):
7286         * message.el (message-check-news-body-syntax):
7287         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7288         of string-as-multibyte.
7289
7290 2004-10-05  Juri Linkov  <juri@jurta.org>
7291
7292         * gnus-group.el (gnus-update-group-mark-positions):
7293         * gnus-sum.el (gnus-update-summary-mark-positions):
7294         * message.el (message-check-news-body-syntax):
7295         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7296         8-bit unibyte values to a multibyte string for search functions.
7297
7298 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7301         (mm-uu-dissect-text-parts): New function.
7302
7303         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7304         dissect text parts.
7305
7306         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7307         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7308
7309         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7310
7311         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7312         gnus-current-topics instead of gnus-current-topic.
7313
7314 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7315
7316         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7317
7318 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7319
7320         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7321         where approriate.
7322
7323         * nnml.el (nnml-generate-active-info): do.
7324
7325         * nndiary.el (nndiary-generate-active-info): do.
7326
7327         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7328         (gnus-topic-move): do.
7329
7330         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7331         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7332
7333         * gnus-srvr.el (gnus-server-prepare)
7334         (gnus-server-open-all-servers): do.
7335
7336         * gnus-msg.el (gnus-summary-cancel-article)
7337         (gnus-summary-resend-message)
7338         (gnus-summary-mail-crosspost-complaint): do.
7339
7340         * gnus-move.el (gnus-change-server): do.
7341
7342         * gnus-group.el (gnus-group-unmark-all-groups)
7343         (gnus-group-set-current-level): do.
7344
7345 2004-10-04  Simon Josefsson  <jas@extundo.com>
7346
7347         * message.el (message-generate-hashcash): Doc fix.
7348
7349 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7350
7351         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7352         avoid infinite recursion via gnus-get-function.
7353
7354 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7355
7356         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7357
7358         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7359
7360         * nnmail.el (nnmail-split-history): do.
7361
7362         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7363         (nnml-request-delete-group): do.
7364
7365         * nnslashdot.el (nnslashdot-read-groups): do.
7366
7367         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7368         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7369
7370         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7371         (nnspool-sift-nov-with-sed): Use last
7372         (nnspool-retrieve-headers-with-nov): Use mapc.
7373         (nnspool-request-newgroups): Use dolist.
7374         (nnspool-request-group): Use last.
7375
7376         * nntp.el (nntp-read-server-type): Use dolist.
7377
7378         * nnvirtual.el (nnvirtual-create-mapping)
7379         (nnvirtual-update-read-and-marked): Use dolist.
7380         (nnvirtual-convert-headers): Simplify.
7381
7382 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7383
7384         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7385         support for sync'ing tick marks.
7386
7387 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7390         there's no visible header.
7391
7392 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7393
7394         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7395         necessary, pass full group name to gnus-request-set-marks.
7396
7397 2004-10-01  Simon Josefsson  <jas@extundo.com>
7398
7399         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7400         acroread.
7401
7402 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7403
7404         * spam-report.el (spam-report-gmane): Fix interactive.
7405
7406         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7407
7408         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7409         when writing file.
7410         (gnus-agent-synchronize-flags): Don't default to being
7411         interactive.
7412
7413 2004-09-30  Simon Josefsson  <jas@extundo.com>
7414
7415         * message.el (message-generate-hashcash): Add.
7416         (message-send-mail): Use it, call mail-add-payment.
7417
7418 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7419
7420         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7421
7422 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7423
7424         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7425         gnus-requst-update-info with explicit code to sync the in-memory
7426         info read flags with the marks being sync'd to the backend.
7427
7428         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7429
7430 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7431
7432         * spam.el (spam-verify-bogofilter): Add new function.
7433         (spam-check-bogofilter)
7434         (spam-bogofilter-register-with-bogofilter): Use it.
7435         (spam-verify-bogofilter): Add small fixes.
7436
7437 2004-09-28  Simon Josefsson  <jas@extundo.com>
7438
7439         * hashcash.el (hashcash-generate-payment): Revert.
7440
7441 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7442
7443         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7444         gnus-extract-references instead of gnus-split-references.
7445
7446         * gnus-util.el (gnus-extract-references): Add new function, analogous
7447         to gnus-split-references but extracts only the message-ID without
7448         anything extra.
7449
7450         * hashcash.el (hashcash-generate-payment)
7451         (hashcash-check-payment): Do the right thing if hashcash-path is
7452         nil (because the hashcash program could not be found).
7453
7454         * spam.el (spam-use-hashcash): Remove comment.
7455
7456 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7457
7458         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7459         (gnus-cache-enter-article, gnus-cache-remove-article)
7460         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7461
7462         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7463
7464         * gnus-art.el (article-hide-boring-headers)
7465         (article-translate-strings, article-display-face)
7466         (gnus-article-mime-match-handle-first)
7467         (gnus-article-highlight-headers)
7468         (gnus-article-add-buttons-to-head): do.
7469
7470 2004-09-27  Simon Josefsson  <jas@extundo.com>
7471
7472         * hashcash.el: New version, from
7473         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7474         ../contrib/.
7475
7476 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7479
7480 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7481
7482         * gnus-dup.el (gnus-dup-open): Use mapc.
7483         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7484
7485         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7486         Reported by Stefan Wiens <s.wi@gmx.net>.
7487
7488         * gnus.el (gnus-shutdown): Use dolist.
7489
7490         * gnus-undo.el (gnus-undo): Use mapc.
7491
7492         * nnrss.el (nnrss-generate-active): do.
7493
7494         * message.el (message-cite-original-without-signature)
7495         (message-cite-original): Use mapc.
7496         (message-do-actions, message-make-forward-subject): Use dolist.
7497
7498 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7499
7500         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7501         deletion to remove entire duplicate line.  Fixes merged article
7502         number bug.
7503
7504 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7505
7506         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7507         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7508         first ask if you want to open a server and then, even when you
7509         responded with no, asking if you want to synchronize the server's
7510         flags.
7511         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7512         multi-line expressions.
7513         (gnus-agent-synchronize-group-flags): New internal function.
7514         Updates marks in memory (in the info structure) AND in the
7515         backend.
7516
7517         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7518
7519         * nnagent.el (nnagent-request-set-mark): Use
7520         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7521         method, to ensure that synchronization updates marks in the
7522         backend and in the info (in memory) structure.
7523
7524 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7527         convention fully; don't miss the root article of a thread; make
7528         the X-Draft-From header with correct article numbers.
7529
7530 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7531
7532         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7533         unless plugged.  Disable the agent so that an open failure causes
7534         an error.
7535
7536         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7537         Reverted 2004-09-21 change.  The backend must be opened while
7538         synchronizing flags even when the backend stores the flags
7539         locally.
7540
7541 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7544         in `header' match.  Reported by Svend Tollak Munkejord.
7545
7546         * message.el (message-cite-original): Fix use of
7547         `message-cite-articles-with-x-no-archive'.
7548
7549 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7552         (gnus-window-to-buffer): Ditto.
7553
7554         * mml.el (mml-preview-buffer): New variable.
7555         (mml-preview): Manage window layout with gnus-buffer-configuration.
7556
7557         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7558         X-Draft-From header even if those articles aren't quoted.
7559
7560 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7561
7562         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7563         (gnus-request-set-mark, gnus-request-update-mark): Use new
7564         g-s-t-u-l-m to decide to use backend even when unplugged.
7565
7566 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7569         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7570
7571 2004-09-20  Simon Josefsson  <jas@extundo.com>
7572
7573         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7574         "utf-16-le".
7575
7576 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7577
7578         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7579
7580 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7581
7582         * uudecode.el (uudecode-use-external): Add :version.
7583
7584         * smime.el (smime-CA-file, smime-encrypt-cipher)
7585         (smime-dns-server): Add :version.
7586
7587         * smiley.el (gnus-smiley-file-types): Add :version.
7588
7589         * sha1.el (sha1-use-external): Add :version.
7590
7591         * pgg-def.el (pgg-query-keyserver): Add :version.
7592
7593         * nnmail.el (nnmail-fancy-expiry-targets)
7594         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7595         Add :version.
7596
7597         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7598         (nnimap-retrieve-groups-asynchronous): Add :version.
7599         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7600
7601         * mml.el (mml-content-disposition-parameters)
7602         (mml-insert-mime-headers-always): Add :version.
7603
7604         * mm-util.el (mm-coding-system-priorities): Add :version.
7605
7606         * mm-decode.el (mm-inline-text-html-with-images)
7607         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7608         (mm-verify-option): Add :version.
7609         (mm-text-html-renderer): Change :version.
7610
7611         * message.el (message-fcc-externalize-attachments)
7612         (message-required-headers, message-draft-headers)
7613         (message-subject-trailing-was-query)
7614         (message-subject-trailing-was-ask-regexp)
7615         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7616         (message-mark-insert-end, message-archive-header)
7617         (message-archive-note, message-cross-post-default)
7618         (message-cross-post-note, message-followup-to-note)
7619         (message-cross-post-note-function, message-use-mail-followup-to)
7620         (message-subscribed-address-functions)
7621         (message-subscribed-address-file, message-subscribed-addresses)
7622         (message-subscribed-regexps, message-allow-no-recipients)
7623         (message-yank-cited-prefix, message-signature-insert-empty-line)
7624         (message-hidden-headers, message-hierarchical-addresses)
7625         (message-mail-user-agent, message-use-idna)
7626         (message-valid-fqdn-regexp)
7627         (message-strip-special-text-properties, message-header-synonyms)
7628         (message-beginning-of-line, message-tab-body-function): Add :version.
7629         (message-insert-canlock, message-wide-reply-confirm-recipients):
7630         Change :version.
7631
7632         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7633         and :version.
7634         (mail-source-delete-old-incoming-confirm)
7635         (mail-source-movemail-program): Add :version.
7636
7637         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7638         (gnus-agent-cache, gnus-agent): Change :version.
7639
7640         * gnus-util.el (gnus-use-byte-compile): Change :version.
7641
7642         * gnus-sum.el (gnus-summary-make-false-root-always)
7643         (gnus-summary-default-high-score)
7644         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7645         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7646         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7647         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7648         (gnus-sum-thread-tree-single-indent)
7649         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7650         (gnus-sum-thread-tree-leaf-with-other)
7651         (gnus-sum-thread-tree-single-leaf): Add :version.
7652         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7653         (gnus-article-loose-mime): Change :version.
7654
7655         * gnus-start.el (gnus-backup-startup-file)
7656         (gnus-save-startup-file-via-temp-buffer): Add :version.
7657
7658         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7659         (gnus-server-offline-face): Add :version.
7660
7661         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
7662
7663         * gnus-msg.el (gnus-gcc-externalize-attachments)
7664         (gnus-debug-files, gnus-debug-exclude-variables)
7665         (gnus-discouraged-post-methods): Change :version.
7666         (gnus-confirm-mail-reply-to-news)
7667         (gnus-confirm-treat-mail-like-news): Add :version.
7668
7669         * gnus-int.el (gnus-server-unopen-status): Add :version.
7670
7671         * gnus-group.el (gnus-group-jump-to-group-prompt)
7672         (gnus-large-ephemeral-newsgroup)
7673         (gnus-fetch-old-ephemeral-headers): Add :version.
7674
7675         * gnus-fun.el (gnus-x-face-directory)
7676         (gnus-convert-pbm-to-x-face-command)
7677         (gnus-convert-image-to-x-face-command)
7678         (gnus-convert-image-to-face-command): Add :version.
7679
7680         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7681
7682         * gnus-cite.el (gnus-cite-blank-line-after-header)
7683         (gnus-article-boring-faces): Add :version.
7684
7685         * gnus-art.el (gnus-buttonized-mime-types)
7686         (gnus-inhibit-mime-unbuttonizing)
7687         (gnus-treat-display-face)
7688         (gnus-treat-body-boundary): Change :version.
7689         (gnus-body-boundary-delimiter, gnus-picon-databases)
7690         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7691         (gnus-treat-date-english, gnus-treat-fold-headers)
7692         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7693         (gnus-treat-mail-picon, gnus-treat-wash-html)
7694         (gnus-article-encrypt-protocol)
7695         (gnus-use-idna, gnus-article-over-scroll)
7696         (gnus-mime-display-multipart-alternative-as-mixed)
7697         (gnus-mime-display-multipart-related-as-mixed)
7698         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7699         (gnus-ctan-url, gnus-button-ctan-handler)
7700         (gnus-button-handle-ctan-bogus-regexp)
7701         (gnus-button-ctan-directory-regexp)
7702         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7703         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7704         (gnus-button-man-level, gnus-button-emacs-level)
7705         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7706
7707         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7708         (gnus-agent-go-online): Change :version.
7709         (gnus-agent-expire-unagentized-dirs)
7710         (gnus-agent-auto-agentize-methods): Add :version.
7711
7712         * flow-fill.el (fill-flowed-display-column)
7713         (fill-flowed-encode-column): Add :version.
7714
7715         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7716         (gnus-outlook-deuglify-unwrap-max)
7717         (gnus-outlook-deuglify-cite-marks)
7718         (gnus-outlook-deuglify-unwrap-stop-chars)
7719         (gnus-outlook-deuglify-no-wrap-chars)
7720         (gnus-outlook-deuglify-attrib-cut-regexp)
7721         (gnus-outlook-deuglify-attrib-verb-regexp)
7722         (gnus-outlook-deuglify-attrib-end-regexp)
7723         (gnus-outlook-display-hook): Add :version.
7724
7725         * binhex.el (binhex-use-external): Add :version.
7726
7727 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7728
7729         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7730         and `invisible'.
7731
7732 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7733
7734         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7735         in gnus-registry-trim.
7736
7737 2004-09-13  Simon Josefsson  <jas@extundo.com>
7738
7739         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7740
7741         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7742
7743         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7744         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7745         <yamaoka@jpl.org>.
7746         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7747         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7748         <yamaoka@jpl.org>.
7749
7750         * sieve.el (sieve-manage-mode): Ditto.
7751
7752 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7753
7754         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7755
7756 2004-09-11  Simon Josefsson  <jas@extundo.com>
7757
7758         * dns-mode.el: Add.
7759
7760         * mm-view.el (mm-display-dns-inline): Add.
7761
7762         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7763         (mm-automatic-display): Ditto.
7764
7765         * mailcap.el (mailcap-mime-data): Add text/dns.
7766         (mailcap-mime-extensions): Map .soa to text/dns.
7767
7768 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
7769
7770         * gnus-art.el (article-decode-mime-words, article-babel)
7771         (gnus-article-highlight-signature, gnus-article-add-buttons)
7772         (gnus-signature-toggle): Remove unnecessary bindings of
7773         `inhibit-read-only' inherited from v5.10 merge.
7774
7775 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7776
7777         * nntp.el (nntp): New customization group.
7778         (nntp-authinfo-file): Add customization group.
7779
7780         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
7781
7782         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
7783
7784         * gnus.el (to-address, to-list, subscribed)
7785         (large-newsgroup-initial): Ditto.
7786
7787         * flow-fill.el (fill-flowed-display-column)
7788         (fill-flowed-encode-column): Ditto.
7789
7790 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
7791
7792         * message.el (message-tokenize-header, message-send-mail-with-qmail):
7793         Use point-min rather than 1.
7794         (message-send-mail): Use buffer-size rather than point-max.
7795
7796         * gnus-sum.el (gnus-summary-search-article-forward):
7797         Signal a specific `search-failed' rather than a generic `error'.
7798
7799         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
7800         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
7801         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
7802
7803 2004-09-10  Simon Josefsson  <jas@extundo.com>
7804
7805         * nndb.el (require): Remove tcp and duplicate cl.
7806
7807 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * gnus-agent.el (directory-files-and-attributes): Move forward.
7810
7811 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7812
7813         * gnus-agent.el (directory-files-and-attributes): Optionally
7814         defined to support XEmacs.
7815
7816 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
7817
7818         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
7819         to avoid run-time CL dependencies.
7820         (gnus-agent-unfetch-articles): New function.
7821         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
7822         article numbers even when local .overview file is missing.
7823         (gnus-agent-read-article-number): New function. Only accepts
7824         27-bit article numbers.
7825         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
7826         gnus-agent-read-article-number.
7827         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
7828         from backend while recognizing that article numbers in .overview
7829         must be valid.
7830         (gnus-agent-update-files-total-fetched-for): Use
7831         directory-files-and-attributes to improve performance.
7832         * gnus-int.el (gnus-request-move-article): Use
7833         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7834         improve performance.
7835
7836         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7837         some users confused by references to .newsrc when they only have a
7838         .newsrc.eld file.
7839         (gnus-convert-mark-converter-prompt,
7840         gnus-convert-converter-needs-prompt): Fixed use of property list.
7841         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7842         New function. Used internally to only display 'gnus converting
7843         files' message when actually necessary.
7844
7845         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7846         methods now autoloaded.
7847
7848 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7851         identifiers.
7852
7853 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7854
7855         * gnus-picon.el: Fix indentation and closing parenthesis.
7856
7857 2004-09-01  Simon Josefsson  <jas@extundo.com>
7858
7859         * message.el (message-canlock-generate): Require sha1, not
7860         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7861         to require within a function.  Sadly, if sha1.el isn't loaded, the
7862         let binding in m-c-g will hide the defcustom definition, which is
7863         bad.)
7864
7865         * canlock.el: Require sha1, not sha1-el.
7866
7867         * message.el: Don't autoload sha1 (there is a autoload cookie in
7868         sha1.el).
7869
7870         * sha1-el.el: Renamed to sha1.el.
7871
7872 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7873
7874         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7875
7876 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7877
7878         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7879
7880 2004-08-30  Kim F. Storm  <storm@cua.dk>
7881
7882         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7883
7884         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7885         Add :group 'nnimap.
7886
7887 2004-08-30  Andreas Schwab  <schwab@suse.de>
7888
7889         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7890         ?* and ?\;.
7891
7892         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7893         and ?\' to symbol instead of whitespace.
7894
7895 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7898
7899         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7900         instead of re-search-forward.
7901
7902         * gnus-uu.el (gnus-uu-save-article): Ditto.
7903         (gnus-uu-post-encode-uuencode): Ditto.
7904
7905         * html2text.el (html2text-clean-list-items): Ditto.
7906         (html2text-clean-dtdd): Ditto.
7907         (html2text-format-tags): Ditto.
7908
7909         * message.el (message-send-mail-with-sendmail): Fix regexp.
7910         (message-fill-field-general): Use search-forward instead of
7911         re-search-forward.
7912         (unbold-region): Ditto.
7913
7914         * nnrss.el (nnrss-request-article): Ditto.
7915
7916         * nnslashdot.el (nnslashdot-request-article): Ditto.
7917
7918         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7919
7920         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7921         "Unrecognized menu descriptor" error in XEmacs.
7922
7923 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7924
7925         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7926         parent article of a sparse article in the thread hashtb.
7927
7928 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7929
7930         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7931         (nnmail-expand-newtext): Lowercase expanded entries if
7932         nnmail-split-lowercase-expanded is non-nil.
7933
7934 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7937         entry.
7938
7939         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7940         of gnus-tmp-news-method into string under XEmacs.  It will be
7941         passed to gnus-correct-length which takes only a string argument.
7942
7943 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * gnus-util.el (gnus-bind-print-variables): New macro.
7946         (gnus-prin1): Use it.
7947         (gnus-prin1-to-string): Use it.
7948         (gnus-pp): New function.
7949         (gnus-pp-to-string): New function.
7950
7951         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7952         pp-to-string with gnus-pp-to-string.
7953         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7954         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7955         * gnus-msg.el (gnus-debug): Ditto.
7956         * gnus-score.el (gnus-score-save): Ditto.
7957         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7958         gnus-pp-to-string.
7959         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7960         with gnus-pp.
7961         * score-mode.el (gnus-score-pretty-print): Ditto.
7962         * webmail.el (webmail-debug): Ditto.
7963
7964 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7965
7966         * gnus-art.el (article-display-face, article-display-x-face): Use
7967         buffer-read-only.
7968
7969 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-art.el (article-hide-list-identifiers): Bind
7972         inhibit-read-only as t.
7973
7974 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7975
7976         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7977
7978 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7979
7980         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7981         (gnus-narrow-to-page): Don't assume point-min == 1.
7982         (gnus-article-edit-mode): Derive from message-mode.
7983
7984         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7985         point-min == 1.
7986
7987         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7988         Disable incorrect use of `assert'.
7989
7990         * message.el (message-mode): Set comment-start-skip.
7991
7992
7993 2004-08-22  Sam Steingold  <sds@gnu.org>
7994
7995         * pop3.el (pop3-leave-mail-on-server): New user variable.
7996         (pop3-movemail): Delete mail only when it is nil.
7997
7998 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7999
8000         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8001
8002         * mml.el (mml-preview): Use `pop-to-buffer'.
8003
8004         * message.el (message-goto-mail-followup-to): Insert after "To".
8005         (message-carefully-insert-headers): Add comment.
8006
8007         * gnus.el: Remove unused variable `gnus-article-check-size'.
8008
8009         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8010
8011         * gnus-art.el (gnus-button-alist): Improve
8012         `gnus-button-handle-library' entry.
8013
8014 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8015
8016         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8017         downcase, since XEmacs capitalizes error messages differently.
8018
8019 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8020
8021         * nntp.el: Add (require 'gnus) due to reference to
8022         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8023
8024 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8025
8026         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8027         `mm-fill-flowed'.
8028
8029         * mm-decode.el (mm-dissect-singlepart): Check it.
8030
8031 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8032
8033         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8034         'imap' for netrc parsing.
8035
8036 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8037
8038         * mailcap.el (mailcap-mime-data): Mark as risky.
8039
8040 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8043         may be included in the encoded word.
8044         (rfc2047-encode): Don't append a space if the encoded word
8045         includes close parenthesis.
8046
8047 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8050         of text within parentheses.
8051
8052 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8053
8054         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8055         (gnus-encrypt-write-file-contents): Make the password key the file
8056         name PLUS the cipher, not just the cipher.  Also remove failed
8057         passwords from the cache.
8058
8059 2004-08-06  Simon Josefsson  <jas@extundo.com>
8060
8061         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8062         fix.
8063
8064 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8067         LWSP.
8068
8069 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8070
8071         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8072         to append in-reply-to: data to the references: header.
8073
8074         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8075         (netrc-parse): Use gnus-encrypt.el functions.
8076
8077         * gnus-encrypt.el: Add new file for encryption support; currently
8078         does only a few GPG ciphers and an internal XOR cipher.
8079
8080         * password.el: Add comments on using password-read-and-add.
8081         (password-read-and-add): Add function to read and add the
8082         password to the cache at once.
8083
8084 2004-07-28  Simon Josefsson  <jas@extundo.com>
8085
8086         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8087         parameter (but don't use it, for now).
8088
8089         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8090         instead of hard coding to nil.
8091
8092 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8095         as mm-inline-image-xemacs does.
8096
8097 2004-07-26  Simon Josefsson  <jas@extundo.com>
8098
8099         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8100         Revert part of 2004-07-17 change below.
8101
8102 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8105         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8106
8107 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8108
8109         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8110         quotes that actually start with ">" at the beginning of the
8111         lines.
8112
8113 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * rfc2047.el (rfc2047-encode-region): Fix last change.
8116         (rfc2047-encode-parameter): Remove useless concat.
8117
8118 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8121         encode special characters; fix some kind of misconfigured headers;
8122         signal a real error if debug-on-quit or debug-on-error is non-nil.
8123         (rfc2047-encode-max-chars): New variable.
8124         (rfc2047-encode-1): Use it.
8125         (rfc2047-encode-parameter): New function.
8126
8127         * mml.el (mml-insert-parameter): Remove an excessive space.
8128
8129 2004-07-17  Simon Josefsson  <jas@extundo.com>
8130
8131         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8132         Kai Grossjohann <kai@emptydomain.de>.
8133         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8134         (gnus-group-make-menu-bar): Ditto.
8135
8136         * gnus-util.el (gnus-group-server): Add.
8137
8138 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8139
8140         * message.el (message-clone-locals): Clone sendmail and smtp
8141         variables.
8142
8143 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * rfc2047.el (rfc2047-encode-region): Fix last change.
8146
8147 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8150         characters as non-special.
8151
8152 2004-07-09  Simon Josefsson  <jas@extundo.com>
8153
8154         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8155         Users will lose all flag changes made while unplugged with
8156         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8157         good default.  See numerous reports on ding mailing list.
8158
8159 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8162         add generate-head-function and generate-article-function to the
8163         rfc822-forward entry.
8164         (nndoc-rfc822-forward-generate-article): New function.
8165         (nndoc-rfc822-forward-generate-head): New function.
8166
8167         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8168
8169 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8170
8171         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8172         respect display group parameter and gnus-summary-expunge-below.
8173         (gnus-articles-to-read): Remove unused reference to display group
8174         parameter.
8175
8176 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8177
8178         * nnheader.el (nnheader-uniquify-message-id): New experimental
8179         variable.
8180         (nnheader-nov-read-message-id): Use it.
8181
8182         * spam-report.el (spam-report-gmane): Add interactive.
8183
8184 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8187         qp-or-base64 for the application/* types.
8188
8189 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8190
8191         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8192
8193 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8194
8195         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8196         trim value.
8197
8198 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8199
8200         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8201         New macro and function.
8202         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8203
8204 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8207         after-load-alist.
8208
8209 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8210
8211         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8212         update info that isn't there.
8213
8214 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8215
8216         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8217         entry.
8218
8219 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * mm-view.el (mm-inline-render-with-function): Use multibyte
8222         buffer; decode html source by charset.
8223
8224         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8225
8226         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8227         Mule-UCS is loaded under XEmacs.
8228         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8229
8230 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8231
8232         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8233
8234 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * mm-util.el (mm-coding-system-p): Return a coding-system.
8237         (mm-mime-mule-charset-alist): Use shift_jis instead of
8238         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8239         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8240         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8241         instead of japanese-shift-jis and iso-latin-1 respectively in
8242         order to share the default value with both Emacs and XEmacs-mule.
8243         (mm-mule-charset-to-mime-charset): Make
8244         mm-coding-system-priorities effective.
8245         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8246         while predicating of candidates upon the priorities.
8247
8248 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8249
8250         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8251         gnus-uu-invert-processable.
8252
8253         * gnus.el: Autoload gnus-uu-invert-processable.
8254
8255 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * mm-util.el (mm-with-multibyte-buffer): New macro.
8258
8259         * rfc2047.el (rfc2047-encode-string): Use it.
8260         (rfc2047-encode-region): Move point to the end of the region after
8261         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8262
8263 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8264
8265         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8266         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8267
8268 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8271         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8272         Karl Chen <quarl@nospam.quarl.org>.
8273
8274 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8275
8276         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8277         invalid addresses.
8278
8279 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8280
8281         * spam.el: Change section markers, revise TODO list.
8282         (spam-backends): Make new master list of all installed backends.
8283         (spam-summary-exit-behavior): Add new variable to determine how
8284         messages moves are done at summary exit.
8285         (spam-move-spam-nonspam-groups-only)
8286         (spam-process-ham-in-nonham-groups)
8287         (spam-process-ham-in-spam-groups): Remove variables, the
8288         spam-summary-exit-behavior variable should be used to manage this
8289         behavior.
8290         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8291         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8292         and spam-old-spam-articles.
8293         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8294         Add empty variables, placeholders for the backends they represent.
8295         (spam-set-difference): Move, unchanged.
8296         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8297         unless the user has a processor variable.
8298         (spam-classifications, spam-classification-valid-p)
8299         (spam-backend-properties, spam-backend-property-valid-p)
8300         (spam-backend-function-type-valid-p)
8301         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8302         (spam-report-articles-gmane, spam-report-articles-resend):
8303         Remove functions, they are not needed.
8304         (spam-install-backend-super, spam-backend-list)
8305         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8306         (spam-backend-function, spam-backend-ham-registration-function)
8307         (spam-backend-spam-registration-function)
8308         (spam-backend-ham-unregistration-function)
8309         (spam-backend-spam-unregistration-function)
8310         (spam-backend-statistical-p, spam-backend-mover-p)
8311         (spam-install-backend-alias, spam-install-checkonly-backend)
8312         (spam-install-mover-backend, spam-install-nocheck-backend)
8313         (spam-install-backend, spam-install-statistical-backend)
8314         (spam-install-statistical-checkonly-backend): Add backend installation
8315         support.
8316         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8317         (spam-group-processor-p): Use the new backend code and respect the
8318         summary exit behavior.
8319         (spam-mark-spam-as-expired-and-move-routine): Remove.
8320         (spam-summary-prepare): Change to use the new spam-old-articles
8321         variable.
8322         (spam-copy-or-move-routine, spam-copy-spam-routine)
8323         (spam-move-spam-routine, spam-copy-ham-routine)
8324         (spam-move-ham-routine): Add code to copy/move ham or spam.
8325         (spam-fetch-field-fast): Improve doc and code, plus allow the
8326         'number request.
8327         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8328         variables.
8329         (spam-split, spam-find-spam): Use the new backend code.
8330         (spam-registration-functions): Remove variable.
8331         (spam-unregister-routine): Add convenience wrapper.
8332         (spam-log-undo-registration, spam-register-routine)
8333         (spam-log-processing-to-registry)
8334         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8335         where possible.
8336         (spam-check-gmane-xref, spam-check-regex-headers)
8337         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8338         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8339         (spam-check-bogofilter-headers, spam-check-spamoracle)
8340         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8341         (spam-check-crm114-headers): Use the spam-split-group that
8342         spam-split prepares, no need to determine it every time.
8343
8344         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8345         to the nnheader-parse-naked-head call.
8346
8347         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8348
8349         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8350         the nnheader-nov-read-message-id call.
8351
8352 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8355         gnus-activate-group twice.  Suggested by Markus Peter
8356         <warp@spin.de>.
8357
8358 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * gnus-art.el (gnus-article-time-format): Exchange the order of
8361         day and month in the default value; fix customization type.
8362         (article-date-ut): Use add-text-properties.
8363         (article-make-date-line): Use message-make-date instead of
8364         current-time-string.
8365
8366         * message.el (message-fetch-field): Don't use set-text-properties.
8367         (message-make-date): Simplify.
8368
8369         * messagexmas.el (message-xmas-make-date): New function.
8370         (message-xmas-redefine): Defalias message-make-date to it.
8371
8372 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8375         (rfc2047-encode-region): Treat text within parentheses as special;
8376         show the original text when error has occurred.
8377
8378         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8379         already-computed method to gnus-activate-group.
8380
8381         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8382         same select-methods identical Lisp objects.
8383
8384         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8385         object when modifying the info.
8386
8387 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8390         gnus-opened-servers since it has never been opened with the new
8391         configuration yet.
8392
8393 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8396         arg to nnheader-generate-fake-message-id.
8397
8398 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8399
8400         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8401         number and build a fake message ID localized to a group and
8402         article number (so it's repeatable from that point on).
8403         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8404         ID format.
8405
8406         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8407         nnheader-generate-fake-message-id with the article number.
8408
8409 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8410
8411         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8412         end-of-buffer.
8413
8414 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8415
8416         * message.el (message-ignored-supersedes-headers): Add Approved.
8417
8418 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8421         goto-char.
8422         (rfc2047-encode): Fold the line before encoding.
8423
8424 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8425
8426         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8427         folding -- not all headers can be folded, and this should be done
8428         by the message composition mode.  Probably.  I think.
8429
8430 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8433         fast.
8434
8435         * gnus-ems.el (gnus-remove-image): Don't use
8436         message-text-with-property; remove only the image found first.
8437
8438         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8439         found first.
8440
8441 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8442
8443         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8444
8445 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * message.el (message-text-with-property): Make it fast and accept
8448         optional arguments.
8449         (message-strip-forbidden-properties): Use it.
8450         (message-fix-before-sending): Follow the m-t-w-p change.
8451
8452         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8453
8454 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-art.el (article-hide-headers): Don't change the buffer
8457         mistakenly when performing mml-preview even if
8458         gnus-single-article-buffer is nil.
8459
8460 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8461
8462         * message.el (message-expand-name-databases): New user option.
8463         (message-expand-name): Use it.
8464
8465 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8466
8467         * spam.el (spam-report-articles-resend)
8468         (spam-report-resend-register-routine): Allow ham reporting.
8469         (spam-report-resend-register-ham-routine): Add wrapper.
8470         (spam-registration-functions): Add ham resending functions.
8471         (spam-list-of-processors): Add ham resend processor.
8472
8473         * gnus.el (ham-resend-to): Add new group parameter.
8474         (spam-process): Add ham resend option.
8475
8476         * spam-report.el (spam-report-resend): Allow reporting ham.
8477         (spam-report-resend-ham): Add wrapper.
8478
8479 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8480
8481         * message.el (message-cite-articles-with-x-no-archive): New
8482         variable.
8483         (message-cite-original): Use it.
8484
8485 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8486
8487         * message.el (message-cite-original): Respect X-No-Archive.
8488
8489 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * gnus-art.el (article-hide-headers): Refer to the values for
8492         gnus-ignored-headers and gnus-visible-headers in the summary
8493         buffer since a user may have set them as group parameters.
8494
8495 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8496
8497         * assistant.el (assistant-node-name): Add convenience function.
8498         (assistant-render-text, assistant-render-node): Add error handling,
8499         plus handle multiple next nodes.
8500         (assistant-find-next-node): Comment out for now.
8501         (assistant-find-next-nodes): Add function, returns list of next
8502         nodes.
8503
8504 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8505
8506         * mail-source.el (mail-source-directory): Fix doc-string.
8507
8508 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8509
8510         * assistant.el (assistant-render-text, assistant-eval): Add :set
8511         widget type, which is different because it takes and returns a
8512         list.  Much hilarity ensues.
8513
8514 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8517
8518         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8519         doc-string.
8520
8521         * gnus-start.el (gnus-activate-group): Added doc-string.
8522
8523 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8526
8527 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8528
8529         * assistant.el (assistant-render-text): Try to add a :set
8530         widget, more to come.
8531
8532         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8533         strings.
8534         (spam-report-articles-resend)
8535         (spam-register-routine): Do registration iff any articles warrant
8536         it.
8537         (spam-summary-prepare-exit): Change log message for nil group
8538         destinations.
8539
8540 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8541
8542         * spam.el (spam-report-resend-register-routine): Allow
8543         spam-report-resend-to to be a group parameter or a global value.
8544
8545 2004-05-26  Simon Josefsson  <jas@extundo.com>
8546
8547         * starttls.el: Merge with my GNUTLS based starttls.el.
8548         (starttls-gnutls-program, starttls-use-gnutls)
8549         (starttls-extra-arguments, starttls-process-connection-type)
8550         (starttls-connect, starttls-failure, starttls-success): New
8551         variables.
8552         (starttls-program, starttls-extra-args): Doc fix.
8553         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8554         functions.
8555         (starttls-negotiate, starttls-open-stream): Check
8556         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8557         function if it is set.
8558
8559 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8562         structured fields.
8563
8564 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8567
8568 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8569
8570         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8571         variable.
8572         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8573         assigning the spam-mark to new messages.
8574
8575 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8576
8577         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8578
8579 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8582
8583         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8584         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8585         default.
8586
8587 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8588
8589         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8590         correct data.
8591
8592 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8593
8594         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8595         (spam-group-processor-p): Fix function.
8596         (spam-group-processor-multiple-p)
8597         (spam-group-spam-processor-report-gmane-p)
8598         (spam-group-spam-processor-report-resend-p)
8599         (spam-group-spam-processor-bogofilter-p)
8600         (spam-group-spam-processor-blacklist-p)
8601         (spam-group-spam-processor-ifile-p)
8602         (spam-group-ham-processor-ifile-p)
8603         (spam-group-spam-processor-spamoracle-p)
8604         (spam-group-spam-processor-crm114-p)
8605         (spam-group-ham-processor-bogofilter-p)
8606         (spam-group-spam-processor-stat-p)
8607         (spam-group-ham-processor-stat-p)
8608         (spam-group-ham-processor-whitelist-p)
8609         (spam-group-ham-processor-BBDB-p)
8610         (spam-group-ham-processor-spamoracle-p)
8611         (spam-group-ham-processor-copy-p): Remove functions with some
8612         prejudice against unneeded code.
8613         (spam-report-articles-resend)
8614         (spam-report-resend-register-routine): Allow the group/topic
8615         spam-resend-to value to override spam-report-resend-to.
8616         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8617         properly now.
8618
8619         * gnus.el (spam-resend-to): Add group/topic parameter.
8620         (spam-process): Move the OBSOLETE processors to the end of the
8621         choices.
8622
8623 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8624
8625         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8626         with resend-to set to nil, and then ask the user if necessary.
8627         (spam-report-resend): spam-report-resend takes a list of articles, not
8628         separate article numbers.
8629
8630 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8633         addition to emacs-w3m.
8634
8635 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8636
8637         * assistant.el (assistant-authinfo-data): New function.
8638         (assistant-eval): Eval for entire assistant.
8639
8640         * netrc.el (netrc-services-file): New variable.
8641         (netrc-parse-services): New function.
8642         (netrc-find-service-name): New function.
8643         (netrc-find-service-number): New function.
8644         (netrc-port-equal): New function.
8645         (netrc-machine): Use it.
8646
8647         * nnimap.el (nnimap-open-connection): Use netrc.
8648
8649         * gnus-util.el (gnus-netrc-get): Remove aliases.
8650
8651         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8652
8653         * assistant.el (wid-edit): Fix compilation.
8654
8655         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8656
8657 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8658
8659         * gnus-util.el (gnus-set-file-modes): New function.  (small
8660         patch).
8661
8662 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8663
8664         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8665
8666         * assistant.el (assistant-render-node): Fix up rendering and
8667         read-only text.
8668         (assistant-render-node): Reset.
8669         (assistant-make-read-only): Not sticky.
8670
8671 2004-05-20  Danny Siu  <dsiu@adobe.com>
8672
8673         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8674         centered even when gnus-auto-center-summary is t
8675
8676 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8677
8678         * dns.el (dns-get-txt-answer): New function.
8679         (dns-read-txt): Ditto.
8680         (query-dns): Use it.
8681
8682 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8685         active for foreign groups even if the group level is higher than
8686         the specified value.
8687
8688 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8689
8690         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8691         non-active groups.
8692
8693         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8694
8695 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8696
8697         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8698
8699 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8700
8701         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8702         (spam-crm114-header, spam-crm114-spam-switch)
8703         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8704         (spam-crm114-positive-spam-header)
8705         (spam-crm114-database-directory, spam-list-of-processors)
8706         (spam-group-spam-processor-crm114-p)
8707         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8708         (spam-generic-score, spam-list-of-checks)
8709         (spam-list-of-statistical-checks, spam-registration-functions)
8710         (spam-check-crm114-headers, spam-crm114-score)
8711         (spam-check-crm114, spam-crm114-register-with-crm114)
8712         (spam-crm114-register-spam-routine)
8713         (spam-crm114-unregister-spam-routine)
8714         (spam-crm114-register-ham-routine)
8715         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8716         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8717
8718         * gnus.el: Add spam-use-crm114.
8719
8720         * spam.el (spam-list-of-processors, spam-registration-functions):
8721         Add spam-use-resend.
8722         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8723         (spam-report-articles-gmane): Add doc fix.
8724         (spam-report-articles-resend,
8725         spam-report-resend-register-routine): Add wrappers around
8726         spam-report-resend-to.
8727
8728         * spam-report.el (spam-report-resend-to, spam-report-resend):
8729         Add support for resending spam.
8730         (spam-report-gmane): Fix line length >80.
8731
8732         * gnus.el (spam-process): Add spam-use-resend.
8733
8734 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8735
8736         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8737         number of processed spam messages.
8738         (spam-ham-copy-or-move-routine): Return the number of processed
8739         ham messages.
8740         (spam-summary-prepare-exit): Use the above values to decide
8741         whether status messages shouled be displayed.
8742
8743 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8746         `rfc2047-encoding-function-alist' in order to avoid conflicting
8747         with the old version.
8748         (rfc2047-encode-region): Concatenate words containing non-ASCII
8749         characters in structured fields; don't encode space-delimited
8750         ASCII words even in unstructured fields; don't break words at
8751         char-category boundaries.
8752         (rfc2047-encode-1): New function.
8753         (rfc2047-encode): Use it; encode text so that it occupies the
8754         maximum width within 76-column; work correctly on Q encoding for
8755         iso-2022-* charsets.
8756         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8757         sure not to break a line just after the header name.
8758         (rfc2047-b-encode-region): Removed.
8759         (rfc2047-b-encode-string): New function.
8760         (rfc2047-q-encode-region): Removed.
8761         (rfc2047-q-encode-string): New function.
8762
8763         * mm-util.el (mm-replace-in-string): New function.
8764
8765 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8766
8767         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8768         get it right.
8769         (gnus-inews-make-draft): Really.
8770
8771 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
8772
8773         * nnmh.el (nnmh-request-list-1): Don't check the link count
8774         before descending.  (small patch)
8775
8776 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8777
8778         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
8779         stuff.
8780
8781         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
8782         on real group name.
8783
8784         * gnus-art.el (gnus-signature-limit): Doc fix.
8785
8786         * gnus-msg.el (gnus-inews-make-draft): Quote list.
8787
8788         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
8789
8790 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
8791
8792         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
8793         isn't a string.
8794
8795 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8796
8797         * gnus-draft.el (gnus-draft-send): Bind
8798         rfc2047-encode-encoded-words.
8799
8800         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
8801         (rfc2047-encodable-p): Say that =? needs encoding.
8802         (rfc2047-encode-encoded-words): New variable.
8803
8804         * gnus-group.el (gnus-group-select-group): Doc fix.
8805
8806         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
8807
8808         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
8809         to nil.
8810
8811         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
8812
8813         * nnheader.el (nnheader-get-lines-and-char): New function.
8814
8815 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * gnus-msg.el (gnus-summary-followup-with-original): Document
8818         yanking of region when active.
8819
8820 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
8823         groups if the group level is higher than the specified value.
8824
8825 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8826
8827         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
8828         (gnus-group-jump-to-group): Added prefix argument using
8829         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8830         non-active group.
8831
8832         * compface.el (uncompface): Be verbose when changing
8833         `uncompface-use-external'.
8834
8835         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8836         handle manual section.
8837
8838 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8839
8840         * gnus-art.el (gnus-button-alist): Revert previous change.
8841
8842 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8843
8844         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8845
8846 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8847
8848         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8849         whether backend can accept message.
8850
8851         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8852
8853 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8854
8855         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8856         Avoid creating directory when nntp-marks-is-evil is true.
8857         Reported by Reiner Steib.
8858
8859 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8860
8861         * gnus-picon.el (gnus-picon-style): New variable.
8862         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8863         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8864         Jesper Harder <harder@ifa.au.dk>.
8865
8866 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8867
8868         * message.el (message-fill-field): Return point.
8869         (message-generate-headers): Go to end of field.
8870
8871         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8872         stuff for non-living groups.
8873
8874 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8875
8876         * gnus-art.el (gnus-article-followup-with-original)
8877         (gnus-article-reply-with-original): gnus-mark-active-p ->
8878         gnus-region-active-p.
8879
8880 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8881
8882         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8883         only when there is spam or ham to be processed.
8884
8885 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8886
8887         * mail-source.el (mail-source-delete-crash-box): Refactor.
8888         (mail-source-fetch): Use it.
8889         (mail-source-fetch-file): Ditto.
8890         (mail-source-fetch-directory): Run postscript in loop.
8891         (mail-source-fetch-pop): Delete.
8892         (mail-source-fetch-maildir): Ditto.
8893         (mail-source-fetch-imap): Ditto.
8894
8895         * imap.el (imap-authenticators): Comment out sasl.
8896
8897         * message.el (message-skip-to-next-address): New function.
8898         (message-fill-header-address): Refactor.
8899         (message-fill-address): Use it.
8900         (message-delete-address): Use it.
8901         (message-fill-header-general): Refactor.
8902         (message-fill-field-address): Rename.
8903         (message-narrow-to-field): Find the start of the header.
8904         (message-header-format-alist): Don't pre-fill.
8905         (message-fill-header): Removed.
8906         (message-insert-header): New function.
8907         (message-shorten-references): Use it.
8908
8909         * rfc2047.el (rfc2047-field-value): Strip props.
8910
8911         * mail-parse.el (mail-header-make-address): New alias.
8912
8913         * ietf-drums.el (ietf-drums-make-address): New function.
8914
8915         * imap.el: Add compiler directives.
8916
8917         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8918
8919         * gnus-art.el (article-decode-idna-rhs): Don't use
8920         message-idna-inside-rhs-p.
8921
8922 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8923
8924         * message.el (message-idna-inside-rhs-p): Removed.
8925         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8926
8927         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8928         false positives.
8929
8930 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8931
8932         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8933
8934 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * nneething.el (nneething-file-name): Don't create spurions
8937         files.
8938
8939         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8940         (gnus-inews-do-gcc): Remove sleep.
8941
8942         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8943         part under point.
8944
8945         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8946         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8947
8948 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8949
8950         * spam.el (spam-summary-prepare-exit): Fixed (length).
8951
8952 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8953
8954         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8955         as expired without moving it" message when there are spam
8956         messages left.
8957
8958 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8959
8960         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8961         header is not nil.
8962
8963 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8964
8965         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8966         nntp-possibly-create-directory, not nntp-possibly-change-group.
8967         (nntp-marks-changed-p): New arg SERVER.
8968         (nntp-request-update-info): Adjust caller.
8969
8970 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8971
8972         * nntp.el (nntp-save-marks): Pass missing arg.
8973
8974 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8975
8976         * nntp.el: Support marks.
8977         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8978         (nntp-marks-modtime, nntp-marks-directory): New variables.
8979         (nntp-request-set-mark, nntp-request-update-info)
8980         (nntp-possibly-create-directory, nntp-marks-changed-p)
8981         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8982         functions.
8983
8984 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8985
8986         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8987         (gnus-xmas-redefine): Rename.
8988
8989         * gnus-score.el (gnus-score-insert-help): Use
8990         gnus-select-lowest-window.
8991
8992         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8993         appt-select-lowest-window and rename to gnus-select-lowest-window.
8994
8995         * gnus.el: do.
8996
8997 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8998
8999         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9000         encodings of MIME-encoded words, in order to improve
9001         interoperability with several broken MUAs.
9002
9003 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9004
9005         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9006         tags, only when charsets are not specified in headers.
9007         (mm-inline-text-html-render-with-w3m): Ditto.
9008
9009         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9010         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9011
9012 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9013
9014         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9015         instead of MIME-decoded from fields when checking
9016         `gnus-article-address-banner-alist'.
9017
9018 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9019
9020         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9021         description rather than subject.
9022
9023 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9024
9025         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9026
9027 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9028
9029         * gnus.el (gnus-version-number): Bump.
9030
9031 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9032
9033         * gnus.el: No Gnus v0.2 is released.
9034
9035 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9036
9037         * gnus-agent.el (gnus-agent-read-agentview): Inline
9038         gnus-uncompress-range.
9039
9040 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9041
9042         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9043         `exec-installed-p'.
9044
9045 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9046
9047         * gnus.el (spam-process, spam-autodetect-methods): Add
9048         bsfilter and bsfilter-headers.
9049
9050         * spam.el (spam-bsfilter): New customize group.
9051         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9052         (spam-bsfilter-header, spam-bsfilter-probability-header)
9053         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9054         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9055         (spam-bsfilter-database-directory): New options.
9056         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9057         (spam-list-of-statistical-checks, spam-registration-functions):
9058         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9059         (spam-bsfilter-score): New command.
9060         (spam-check-bsfilter-headers, spam-check-bsfilter)
9061         (spam-bsfilter-register-with-bsfilter)
9062         (spam-bsfilter-register-spam-routine)
9063         (spam-bsfilter-unregister-spam-routine)
9064         (spam-bsfilter-register-ham-routine)
9065         (spam-bsfilter-unregister-ham-routine): New functions.
9066         (spam-generic-score): Support bsfilter; Accept an optional argument
9067         to recalcurate spam score even if scoring header has already been
9068         added.
9069         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9070         optional argument to recalcurate spam score even if scoring header
9071         has already been added.
9072
9073 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9074
9075         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9076         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9077         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9078         link is missing.
9079
9080 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9081
9082         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9083         (html2text-get-attr): Rewrite.
9084
9085         * message.el (message-setup-1): Remove redundant put-text-property
9086         on mail-header-separator.
9087
9088 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9089
9090         * gnus-registry.el (gnus-registry-cache-whitespace)
9091         (gnus-registry-action, gnus-registry-spool-action)
9092         (gnus-registry-split-fancy-with-parent): Change message levels
9093         from 5 to 3 or 7, as needed.
9094
9095         * spam.el (spam-summary-prepare-exit)
9096         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9097         (spam-split, spam-find-spam, spam-log-undo-registration)
9098         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9099         level from 5 to 6.
9100
9101 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9104         2004-03-04 change).
9105
9106 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9107
9108         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9109         Use mapc when appropriate.
9110
9111         * sieve-manage.el (sieve-manage-open): do.
9112
9113         * nnweb.el (nnweb-insert-html): do.
9114
9115         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9116         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9117
9118         * nnspool.el (nnspool-request-group): do.
9119
9120         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9121         do.
9122
9123         * nnml.el (nnml-request-update-info): do.
9124
9125         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9126         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9127
9128         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9129         (nnimap-request-set-mark): do.
9130
9131         * nnfolder.el (nnfolder-request-update-info): do.
9132
9133         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9134         do.
9135
9136         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9137
9138         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9139
9140         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9141         do.
9142
9143         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9144         do.
9145
9146         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9147
9148         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9149
9150         * gnus-int.el (gnus-start-news-server): do.
9151
9152         * gnus-group.el (gnus-group-make-kiboze-group)
9153         (gnus-group-browse-foreign-server): do.
9154
9155 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9156
9157         FIXME: Make separate entries for each person.
9158
9159         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9160         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9161         <shields@msrl.com>:
9162
9163         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9164         may need for spam sorting and scoring.
9165         (spam-user-format-function-S): Add user format function suitable for
9166         general use.
9167         (spam-article-sort-by-spam-status): Add sorting function for summary
9168         sorting.
9169         (spam-extra-header-to-number): Add function to get a score from a
9170         header.
9171         (spam-summary-score): Add function to  get a numeric score from the
9172         headers.
9173         (spam-generic-score): Fixed function doc, was in wrong place.
9174         (spam-initialize): Take symbols when it's run, and install the
9175         extra headers that spam-necessary-extra-headers thinks we need.
9176
9177 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9178
9179         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9180         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9181
9182 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9183
9184         * gnus-sum.el (gnus-set-global-variables)
9185         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9186         (gnus-article-get-xrefs, gnus-summary-best-group)
9187         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9188         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9189         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9190         with-current-buffer.
9191
9192 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9193
9194         * spam.el (spam-summary-prepare-exit): Simplify logic.
9195         (spam-fetch-article-header): Read the article header if it's not
9196         available.
9197         (spam-list-articles): Simplify logic.
9198         (spam-filelist-register-routine): Fix bug with unregister-list.
9199
9200         * gnus-registry.el: Fix comments at beginning.
9201
9202 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9203
9204         * message.el (message-cater-to-broken-inn): Remove.
9205         (message-shorten-references): Make sure the total folded length of
9206         References is shorter than 998 characters to cater to a bug in INN
9207         2.3.  Also, don't pretend that references aren't folded -- this
9208         hasn't worked for a while.
9209
9210 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9211
9212         * gnus-agent.el (gnus-agentize):
9213         gnus-agent-send-mail-real-function no longer set to current value
9214         of message-send-mail-function but rather a lambda that calls
9215         message-send-mail-function.  The change makes the agent real-time
9216         responsive to user changes to message-send-mail-function.
9217
9218 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9219
9220         * legacy-gnus-agent.el
9221         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9222         help from Florian Weimer <fw@deneb.enyo.de>
9223
9224 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * nnmail.el (nnmail-cache-insert): Revert last change.
9227
9228 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * nnmail.el (nnmail-cache-insert): Always check whether
9231         nnmail-cache-ignore-groups matches a group name.
9232
9233 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9234
9235         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9236         (spam-find-spam, spam-log-processing-to-registry)
9237         (spam-log-registered-p, spam-log-unregistration-needed-p)
9238         (spam-log-undo-registration): Use gnus-message instead of
9239         gnus-error, none of these errors are fatal.
9240
9241         * gnus-registry.el (gnus-registry-clean-empty-function)
9242         (gnus-registry-clean-empty): Remove only empty entries without
9243         extra data.
9244
9245 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9246
9247         * spam-stat.el (spam-stat-buffer-change-to-spam)
9248         (spam-stat-buffer-change-to-non-spam): Change (error) to
9249         (gnus-message 8) invocation.
9250
9251 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * nntp.el (nntp-via-netcat-command): New variable.
9254         (nntp-via-netcat-switches): New variable.
9255         (nntp-open-via-rlogin-and-netcat): New function.
9256         (nntp-open-connection-function): Doc fix.
9257         (nntp-telnet-command): Doc fix.
9258         (nntp-end-of-line): Doc fix.
9259         (nntp-via-rlogin-command): Doc fix.
9260         (nntp-via-user-name): Doc fix.
9261         (nntp-via-address): Doc fix.
9262
9263 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9266         error in Emacs 21.1.
9267
9268 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9271
9272 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9273         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9274         (gnus-agent-with-refreshed-group): New macro.
9275         (gnus-agent-rename-group): New function.
9276         (gnus-agent-delete-group): New function.
9277         (gnus-agent-save-group-info): Use gnus-command-method when
9278         `method' parameter is nil.  Don't write nil entries into the
9279         active file.
9280         (gnus-agent-get-group-info): New function.
9281         (gnus-agent-fetch-articles): Use
9282         gnus-agent-update-files-total-fetched-for to increment disk space
9283         used.
9284         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9285         gnus-agent-update-view-total-fetched-for to increment disk space
9286         used.
9287         (gnus-agent-get-local): Added optional parameters to avoid calling
9288         gnus-group-real-name and gnus-find-method-for-group.
9289         (gnus-agent-set-local): Delete stored entry if either min, or max,
9290         are nil.
9291         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9292         quit, use gnus-agent-regenerate-group to record existance of any
9293         articles fetched to disk before the quit occurred.
9294         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9295         gnus-agent-update-view-total-fetched-for, and
9296         gnus-agent-update-files-total-fetched-for to decrement disk space
9297         used.
9298         (gnus-agent-retrieve-headers): Use
9299         gnus-agent-update-view-total-fetched-for to increment disk space
9300         used.
9301         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9302         with gnus-agent-update-files-total-fetched-for to decrement disk
9303         space and fresh group buffer.
9304         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9305         (gnus-agent-need-update-total-fetched-for): New variable.
9306         (gnus-agent-update-files-total-fetched-for): New function.
9307         (gnus-agent-update-view-total-fetched-for): New function.
9308         (gnus-agent-total-fetched-for): New function.
9309
9310         * gnus-cache.el (gnus-cache-save-buffers): Use
9311         gnus-cache-update-overview-total-fetched-for to change disk space
9312         used by this group.
9313         (gnus-cache-possibly-enter-article): Use
9314         gnus-cache-update-file-total-fetched-for to increment disk space
9315         used by this group.
9316         (gnus-cache-possibly-remove-article): Use
9317         gnus-cache-update-file-total-fetched-for to decrement disk space
9318         used by this group.
9319         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9320         (gnus-cache-rename-group): New function.
9321         (gnus-cache-delete-group): New function.
9322         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9323         (gnus-cache-need-update-total-fetched-for): New variable.
9324         (gnus-cache-with-refreshed-group): New macro.
9325         (gnus-cache-update-file-total-fetched-for): New function.
9326         (gnus-cache-update-overview-total-fetched-for): New function.
9327         (gnus-cache-rename-group-total-fetched-for): New function.
9328         (gnus-cache-delete-group-total-fetched-for): New function.
9329         (gnus-cache-total-fetched-for): New function.
9330
9331         * gnus-group.el: Require gnus-sum and autoload functions to
9332         resolve warnings when gnus-group.el compiled alone.
9333         (gnus-group-line-format): Documented new %F
9334         (size of Fetched data) group line format; identifies disk space
9335         used by agent and cache.
9336         (gnus-group-line-format-alist): Defined new F format.
9337         (gnus-total-fetched-for): New function.
9338         (gnus-group-delete-group): No longer update
9339         gnus-cache-active-altered as gnus-request-delete-group now keeps
9340         the cache in sync.
9341         (gnus-group-list-active): Let the agent store a server's active
9342         list if currently plugged.
9343
9344         * gnus-int.el (gnus-request-delete-group): Use
9345         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9346         local disk in sync with the server.
9347          (gnus-request-rename-group): Use
9348         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9349         local disk in sync with the server.
9350
9351         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9352         simplification to logic.
9353
9354         * gnus-util.el (gnus-rename-file): New function.
9355
9356 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9357
9358         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9359
9360 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9361
9362         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9363         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9364
9365 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9366
9367         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9368         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9369
9370 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9371
9372         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9373
9374 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9375
9376         * spam.el (spam-set-difference): Add function to replace
9377         gnus-set-difference in spam.el.
9378         (spam-summary-prepare-exit): Use spam-set-difference.
9379
9380 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9381
9382         * gnus-registry.el (gnus-registry-cache-file): Update to use
9383         gnus-dribble-directory OR gnus-home-directory OR ~.
9384         (gnus-registry-split-fancy-with-parent): Fix doc.
9385
9386 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * message.el (message-exchange-point-and-mark): Use
9389         message-mark-active-p.  Suggested by Jesper Harder
9390         <harder@ifa.au.dk>.
9391
9392 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * message.el (message-exchange-point-and-mark): Don't activate
9395         region if it was inactive.  Suggested by Hiroshi Fujishima
9396         <pooh@nature.tsukuba.ac.jp>.
9397
9398 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * gnus-art.el (article-display-face): Display Faces in the same
9401         order as X-Faces.
9402
9403 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9406
9407 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9410         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9411         (gnus-article-mime-hierarchy): Remove.
9412         (gnus-article-mime-hierarchy-next): Remove.
9413         (gnus-article-mode): Revert 2004-03-19 change.
9414         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9415         (gnus-insert-mime-button): Revert 2004-03-19 change.
9416         (gnus-mime-accumulate-hierarchy): Remove.
9417         (gnus-mime-enter-multipart): Remove.
9418         (gnus-mime-leave-multipart): Remove,
9419         (gnus-mime-display-part): Revert 2004-03-19 change.
9420         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9421
9422         * mml.el (mml-preview): Revert 2004-03-19 change.
9423
9424 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9425
9426         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9427
9428 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9431         t while entering a file name using the mm-with-multibyte macro.
9432         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9433
9434         * mm-util.el (mm-with-multibyte): New macro.
9435
9436 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9439         user option.
9440         (gnus-mime-multipart-functions): Doc and customization fix.
9441         (gnus-article-mime-hierarchy): New variable.
9442         (gnus-article-mime-hierarchy-next): New variable.
9443         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9444         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9445         gnus-article-mime-hierarchy-next to nil.
9446         (gnus-insert-mime-button): Show hierarchy numbers.
9447         (gnus-mime-accumulate-hierarchy): New function.
9448         (gnus-mime-enter-multipart): New function.
9449         (gnus-mime-leave-multipart): New function.
9450         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9451         (gnus-mime-display-alternative): Show hierarchy numbers.
9452
9453         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9454         gnus-article-mime-hierarchy-next to nil.
9455
9456 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9457
9458         * dns.el: Don't require gnus-xmas.
9459
9460 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9461
9462         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9463         inline PGP.
9464         (mml-menu): Disable mml-quote-region if mark is inactive.
9465
9466 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9469         when the group's active is not available.
9470
9471 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9472
9473         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9474         error.
9475
9476 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * imap.el (imap-store-password): New variable.
9479         (imap-interactive-login): Use it.
9480         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9481
9482 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9485         window-start and hscroll to summary window.
9486
9487 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9488
9489         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9490         conversion message to newsrc-dribble when an actual conversion is
9491         performed.
9492
9493 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9494
9495         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9496
9497 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * mm-decode.el (mm-complicated-handles): New function reviving
9500         former definition of mm-multiple-handles.
9501
9502         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9503         (gnus-mime-delete-part): Use it.
9504
9505 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9506
9507         * gnus-agent.el (gnus-agent-read-local): Bind
9508         nnheader-file-coding-system to gnus-agent-file-coding-system to
9509         avoid the implicit assumption that they will always be equal.
9510         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9511         coding-system-for-write, as the with-temp-file macro first prints
9512         to a buffer then saves the buffer.
9513
9514 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * gnus-art.el (gnus-article-edit-part): New function.
9517         (gnus-mime-save-part-and-strip): Use it; do query instead of
9518         signaling an error; don't use mm-multiple-handles.
9519         (gnus-mime-delete-part): Ditto.
9520
9521 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9522
9523         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9524         old file versions.
9525         (gnus-group-prepare-hook): Removed function that converted list
9526         form of gnus-agent-expire-days to group properties.
9527
9528         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9529         (gnus-request-accept-article): Re-indented.
9530
9531         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9532         converters to handle old agent file formats.  Added logic for a
9533         "backup before upgrading warning".
9534         (gnus-convert-mark-converter-prompt): Developers can mark
9535         functions as needing (default), or not needing,
9536         gnus-convert-old-newsrc's "backup before upgrading warning".
9537         (gnus-convert-converter-needs-prompt): Tests whether the user
9538         should be protected from potentially irreversable changes by the
9539         function.
9540
9541         * legacy-gnus-agent.el (): New. Provides converters that are only
9542         loaded when gnus-convert-old-newsrc needs to call them.
9543
9544 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * mail-source.el (mail-source-touch-pop): Doc fix.
9547
9548         * message.el (message-smtpmail-send-it): Doc fix.
9549
9550 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9551
9552         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9553
9554         * nnmail.el (nnmail-split-fancy): do.
9555
9556         * gnus-kill.el (gnus-kill, gnus-execute): do.
9557
9558 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9559
9560         * gnus-sum.el (gnus-widget-reversible-match)
9561         (gnus-widget-reversible-to-internal)
9562         (gnus-widget-reversible-to-external): New functions.
9563         (gnus-widget-reversible): New widget.
9564         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9565
9566 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9567
9568         * gnus-sum.el (gnus-thread-sort-functions)
9569         (gnus-article-sort-functions): Document `(not F)' items.
9570
9571 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9572
9573         * spam.el (spam-use-gmane-xref): Add new backend.
9574         (spam-gmane-xref-spam-group): Add variable to control the name of the
9575         Gmane spam group.
9576         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9577         (spam-regex-headers-spam, spam-regex-headers-ham)
9578         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9579         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9580         backends and checks.
9581         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9582
9583         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9584         an autodetect method.
9585
9586 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9587
9588         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9589         articles are being added to a group.
9590         (gnus-request-replace-article): Inform the agent that articles
9591         need to be uncached as the cached contents are no longer valid.
9592
9593 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * binhex.el: Don't autoload executable-find.
9596
9597         * canlock.el: Don't autoload mail-fetch-field.
9598
9599         * dgnushack.el: Autoload c-mode for XEmacs.
9600
9601         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9602
9603         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9604         rmail-dont-reply-to and rmail-output.
9605
9606         * gnus-score.el: Don't autoload ffap-string-at-point.
9607
9608         * gnus-setup.el: Don't autoload sc-cite-original.
9609
9610         * imap.el: Don't autoload base64-decode-string,
9611         base64-encode-string and md5.
9612
9613         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9614         and rmail-msg-restore-non-pruned-header.
9615
9616         * mm-decode.el: Don't autoload executable-find.
9617
9618         * mm-url.el: Don't autoload executable-find.
9619
9620         * mm-view.el: Don't autoload diff-mode.
9621
9622         * nndb.el: Don't autoload news-reply-mode, news-setup,
9623         cancel-timer and telnet.
9624
9625         * password.el: Don't autoload run-at-time for Emacs.
9626
9627         * sha1-el.el: Don't autoload executable-find.
9628
9629         * sieve-mode.el: Don't autoload c-mode.
9630
9631         * uudecode.el: Don't autoload executable-find.
9632
9633 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9634
9635         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9636         (gnus-agent-possibly-alter-active): Avoid null in numeric
9637         comparison.
9638         (gnus-agent-set-local): Refuse to save null in local object table.
9639         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9640         list of articles that will be marked as unread.
9641
9642 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9645
9646 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9647
9648         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9649         language tags.
9650
9651 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9652
9653         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9654         Don't bind "obarray".
9655
9656         * gnus-sum.el (gnus-thread-sort-functions): Added
9657         `gnus-thread-sort-by-most-recent-number' and
9658         `gnus-thread-sort-by-most-recent-date'.
9659         Reported by Kai Grossjohann <kai@emptydomain.de>.
9660
9661 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9664
9665 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9666
9667         * gnus-cus.el (gnus-agent-customize-category): Removed
9668         ignore-errors macro reference that required cl to be loaded at
9669         run-time.
9670
9671         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9672         single-interval range of the form (min . max).  Previously the
9673         range had to look like ((min . max)).  Likewise, return
9674         (min . max) rather than ((min . max)).
9675         (gnus-range-map): Use gnus-range-normalize to accept
9676         single-interval range.
9677
9678         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9679         the cache, but not the agent, now appear with their usual face.
9680
9681         * dgnushack.el (loaddir): New variable that is bound to the
9682         directory containing the dgnushack.el file. Use loaddir, rather
9683         than srcdir, to update load-path. Change lets dgnushack compile
9684         code in directories other than GNUS/lisp.
9685
9686 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * lpath.el: Don't bind w3m-safe-url-regexp.
9689
9690         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9691         w3m-safe-url-regexp variable buffer-local.
9692
9693         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9694
9695 2004-02-27  Simon Josefsson  <jas@extundo.com>
9696
9697         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9698         gnus-group-real-prefix.
9699         (gnus-summary-move-article): Use it, instead of
9700         gnus-group-real-prefix.
9701
9702 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9703
9704         * lpath.el: Bind w3m-safe-url-regexp.
9705
9706         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9707         w3m-safe-url-regexp variable buffer-local and set it as the value
9708         of mm-w3m-safe-url-regexp.
9709
9710         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9711
9712         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9713         parsing gnus-posting-styles when the message is not for replying.
9714
9715         * dgnushack.el: Autoload sgml-mode for XEmacs.
9716
9717         * nnrss.el (nnrss-opml-export): Use
9718         mm-set-buffer-file-coding-system instead of
9719         set-buffer-file-coding-system.
9720
9721 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9722
9723         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9724         of checkdoc.el).
9725         * nnrss.el: do.
9726         * gnus-mlspl.el: do.
9727         * gnus-ml.el: do.
9728         * gnus-srvr.el: do.
9729
9730         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9731
9732 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9733
9734         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9735         Corrections to custom-manual links.
9736
9737         * gnus-art.el (gnus-article): Ditto.
9738
9739         * mm-decode.el (mime-display, mime-security): Ditto.
9740
9741 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9742
9743         * flow-fill.el: Typo.
9744
9745 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9746
9747         * spam-wash.el: New file.
9748
9749 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9750
9751         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9752
9753 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9754
9755         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9756         to be run with new-articles as LIST1, not LIST2.
9757         (spam-registration-functions): Add spam-use-ham-copy as a nil
9758         registration backend.
9759
9760 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9761
9762         * spam-stat.el (spam-stat-washing-hook): New option.
9763         (spam-stat-buffer-words): Use it.
9764         (spam-stat-process-directory, spam-stat-test-directory): Use
9765         insert-file-contents-literally.
9766         (spam-stat-coding-system): New variable.
9767         (spam-stat-load, spam-stat-save): Use it.
9768
9769 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * spam-report.el (spam-report-plug-agent): Quote
9772         spam-report-url-to-file and spam-report-url-ping-plain.
9773
9774 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
9777         / in mailto URLs.
9778
9779 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9780
9781         * spam-report.el (spam-report-process-queue): Fix interactive use.
9782         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
9783         (spam-report-unplug-agent): Doc fixes.
9784         (spam-report-url-ping-mm-url, spam-report-url-to-file)
9785         (spam-report-agentize, spam-report-deagentize): Autoload
9786
9787 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
9790
9791         * message.el (message-setup-fill-variables): Add mml tags to
9792         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
9793         <ajk@iu.edu>.
9794         (message-mode): Don't modify paragraph-separate there.
9795
9796 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * compface.el (uncompface-use-external): Default to undecided.
9799         (uncompface-use-external-threshold): New variable.
9800         (uncompface-float-time): New macro.
9801         (uncompface): Determine whether to use the external decoder if
9802         uncompface-use-external is undecided.
9803
9804 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9805
9806         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
9807         after images.
9808
9809         * gnus-art.el (gnus-mime-display-single): Remove dead code.
9810
9811 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
9812
9813         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
9814
9815         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
9816
9817         * gnus-sum.el (gnus-summary-limit-to-age)
9818         (gnus-summary-limit-children): do.
9819
9820         * gnus-int.el (gnus-request-scan): do.
9821
9822         * gnus-group.el (gnus-group-suspend): do.
9823
9824         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
9825
9826         * gnus-cite.el (gnus-cite-parse-attributions): do.
9827
9828         * gnus-agent.el (gnus-summary-set-agent-mark)
9829         (gnus-agent-regenerate-group): do.
9830
9831         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9832
9833         * binhex.el (binhex-decode-region-internal): do.
9834
9835 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-fun.el (gnus-face-properties-alist): New user option.
9838         (gnus-display-x-face-in-from): Use it.
9839
9840         * gnus-art.el (article-display-face): Ditto.
9841
9842         * compface.el (uncompface-use-external): Default to nil.
9843
9844 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9845
9846         * nntp.el (nntp-erase-buffer): New function.
9847         (nntp-retrieve-data, nntp-send-command)
9848         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9849         (nntp-possibly-change-group): Use it.
9850
9851         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9852         with-current-buffer.
9853
9854 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9855
9856         * compface.el: Merge the ELisp-based uncompface program.
9857         (compface): New customization group.
9858         (uncompface-use-external): New user option.
9859         (uncompface): Call uncompface-internal if uncompface-use-external
9860         is nil.
9861         (uncompface-internal): New function.  Note that there are also
9862         some other functions and variables added for this function.
9863
9864 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9865
9866         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9867         if necessary.
9868
9869 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9870
9871         * spam-report.el (spam-report-unplug-agent)
9872         (spam-report-plug-agent, spam-report-deagentize)
9873         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9874         Add support for the Agent in spam-report: when unplugged, report to a
9875         file; when plugged, submit all the requests.
9876
9877         * spam.el (spam-register-routine): Fix message about
9878         registration.
9879
9880 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9881
9882         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9883         dependencies.
9884         (rfc2047-encode): Use it.
9885
9886         * gnus-art.el (gnus-button-marker-list): Move before first
9887         reference.
9888
9889         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9890         (imap-parse-body): Fix format string mismatch.
9891
9892         * gnus-score.el (gnus-summary-increase-score): do.
9893
9894         * nnrss.el (nnrss-close): New function.
9895
9896 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9897
9898         * nnrss.el (nnrss-make-filename): New function.
9899         (nnrss-request-delete-group, nnrss-read-server-data)
9900         (nnrss-save-server-data, nnrss-read-group-data)
9901         (nnrss-save-group-data): Use it.
9902         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9903         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9904         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9905
9906 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9907
9908         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9909
9910 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9911
9912         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9913         files.
9914
9915         * message.el (message-generate-headers-first): Don't quote nil
9916         and t in docstrings.
9917
9918         * imap.el (imap-id): do.
9919
9920         * gnus-agent.el (gnus-agent-consider-all-articles)
9921         (gnus-agent-queue-mail): do.
9922
9923 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9924
9925         * spam-report.el (spam-report-process-queue): New function.
9926         Process requests from `spam-report-requests-file'.
9927         (spam-report-process-queue): Doc fix.
9928
9929 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9930
9931         * spam.el (spam-register-routine)
9932         (spam-log-processing-to-registry, spam-log-registered-p)
9933         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9934         Change "check" to "spam-check" for semi-clarity.
9935
9936 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9937
9938         * pop3.el: Require nnheader.
9939
9940         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9941
9942         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9943
9944         * gnus-picon.el: Require cl.
9945
9946         * gnus-fun.el: Require gnus-ems and gnus-util.
9947
9948         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9949
9950         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9951
9952         * gnus-art.el (gnus-article-edit-mode): Define before first
9953         reference.
9954
9955 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9956
9957         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9958         (gnus-uu-post-encoded): Use point-at-bol.
9959
9960         * gnus-topic.el (gnus-group-active-topic-p): do.
9961
9962         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9963
9964         * gnus-group.el (gnus-group-kill-region): do.
9965
9966         * gnus-art.el (article-date-ut): do.
9967
9968         * message.el (message-fetch-field): Remove redundant
9969         case-fold-search binding.
9970         (message-narrow-to-field): Simplify.
9971
9972 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9973
9974         * spam.el (spam-directory): Derive from `gnus-directory'.
9975
9976         * spam-report.el (spam-report-url-to-file)
9977         (spam-report-requests-file): New function and variable for offline
9978         reporting.
9979         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9980         and user defined function.
9981         (spam-report-url-ping-mm-url): Remove doubled slash.
9982
9983 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9984
9985         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9986
9987 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9988
9989         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9990         format string mismatch.
9991
9992         * sieve.el (sieve-deactivate-all): do.
9993
9994         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9995
9996         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9997
9998         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9999
10000         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10001
10002 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10003
10004         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10005         the list of checks.
10006
10007 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10008
10009         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10010         padding.
10011
10012 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10013
10014         * mm-view.el (mm-fill-flowed): New variable.
10015         (mm-inline-text): Use it.
10016
10017 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10018
10019         * spam.el (spam-spamassassin-register-ham-routine)
10020         (spam-spamassassin-register-spam-routine): Fix function names.
10021
10022 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * gnus.el (gnus-tmp-grouplens): Remove.
10025         (gnus-summary-line-format): Remove grouplens.
10026
10027         * gnus-group.el (gnus-group-line-format): Ditto.
10028
10029         * gnus-spec.el (gnus-format-specs): Ditto.
10030         (gnus-update-format-specifications): Flush the group format spec
10031         cache if there's the grouplens stuff.
10032         (gnus-parse-simple-format): Replace %l with the empty string.
10033
10034 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10035
10036         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10037         omission.
10038
10039 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10042         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10043
10044 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10045
10046         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10047         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10048         New macros and functions.
10049         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10050         Handle > NLINK_MAX messages.
10051         * nnmaildir.el (nnmaildir-request-set-mark): Use
10052         nnmaildir--emlink-p and nnmaildir--eexist-p.
10053
10054 2004-01-25  Alex Schroeder  <alex@gnu.org>
10055
10056         * spam-stat.el (spam-stat-process-directory-age): New option.
10057         (spam-stat-process-directory): Use it.
10058
10059 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10060
10061         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10062         (spam-stat-save): Accept prefix argument.
10063
10064 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10065
10066         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10067         links" error.
10068
10069 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10072         the rest of the and/or forms.
10073
10074 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10075
10076         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10077         compatibility with old .newsrc.eld files.
10078
10079         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10080
10081         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10082
10083         * gnus-start.el (gnus-1): do.
10084
10085         * gnus-group.el (gnus-group-line-format-alist): do.
10086
10087         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10088
10089         * gnus-gl.el: Remove.
10090
10091 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10092
10093         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10094         marks consisting of a single range {for example, (3 . 5)} rather
10095         than a list of a single range { ((3 . 5)) }.
10096
10097 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10098
10099         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10100         with-current-buffer.
10101         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10102         avoid consing a string.
10103
10104         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10105         Remove obsolete entries for big5 and gb2312.
10106
10107 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10108
10109         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10110         uncompressed list.
10111
10112 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10113
10114         * spam-stat.el (spam-stat-strip-xref): New function.
10115         (spam-stat-process-directory): Use it.
10116
10117         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10118         here -- it's done in message-fetch-field.
10119
10120 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10121
10122         * gnus-agent.el (gnus-agent-queue-mail,
10123         gnus-agent-prompt-send-queue): New variables.
10124         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10125         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10126         "nndraft:queue" along to gnus-draft-send.  Use
10127         gnus-agent-prompt-send-queue.
10128         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10129         is "nndraft:queue".  Suggested by Gaute Strokkenes
10130         <gs234@srcf.ucam.org>
10131
10132         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10133         (agent-enable-undownloaded-faces): Added
10134         (gnus-agent-cat-groups): Use eval-and-compile, not
10135         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10136         method of gnus-agent-cat-groups even when the buffer has been
10137         evaled.
10138         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10139         delete gnus-agent-save-active-1.
10140         (gnus-agent-save-groups): Deleted. Identical to
10141         gnus-agent-save-active.
10142         (gnus-agent-write-active): No longer adjust agent's copy of active
10143         file as agent's adjustments are now stored in their own
10144         file. Removed optional parameter.
10145         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10146         servers.  Add use of min/max range limits from server's local
10147         file.
10148         (gnus-agent-save-alist): Removed unused optional argument.
10149         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10150         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10151         (gnus-agent-set-local): A per-server file that keeps min/max range
10152         limits for articles known to the agent.  Provides a fast mechanism
10153         for altering many active ranges.
10154         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10155         active file (local makes it unnecessary).
10156         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10157
10158         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10159         (agent-enable-undownloaded-faces): Added
10160
10161         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10162         disable it when sending to "nndraft:queue".
10163         (gnus-group-send-queue): Add safety check to avoid sending queue
10164         when unplugged.
10165
10166         * gnus-group.el (gnus-group-catchup): Use new
10167         gnus-sequence-of-unread-articles, not
10168         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10169         numbers of articles.  Use gnus-range-map to avoid having to
10170         uncompress the unread list.
10171         (gnus-group-archive-directory,
10172         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10173         reference.
10174
10175         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10176         (gnus-sorted-range-intersection): Intersection of two ranges
10177         without requiring that they first be uncompressed.
10178
10179         * gnus-start.el (gnus-activate-group): Unless blocked by the
10180         caller, possibly expand the active range to include both cached
10181         and agentized articles.
10182         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10183         multiple version-dependent converters.
10184         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10185         gnus-agent-save-active.
10186         (gnus-save-newsrc-file): Save dirty agent range limits.
10187
10188         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10189         gnus-agent-possibly-alter-active.
10190         (gnus-adjust-marked-articles): Faster handling of simple lists
10191
10192 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10193
10194         * spam-stat.el (spam-stat-test-directory): New optional argument
10195         displays a list of files detected.  Suggested by Andrew Cohen
10196         <cohen@andy.bu.edu>.
10197         (spam-stat-buffer-words-with-scores): Don't narrow and change
10198         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10199
10200 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10201
10202         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10203         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10204         (spam-spamassassin-arguments)
10205         (spam-spamassassin-spam-flag-header)
10206         (spam-spamassassin-positive-spam-flag-header)
10207         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10208         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10209         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10210         (spam-list-of-processors, spam-list-of-checks)
10211         (spam-list-of-statistical-checks, spam-registration-functions)
10212         (spam-check-spamassassin-headers, spam-check-spamassassin)
10213         (spam-spamassassin-score)
10214         (spam-spamassassin-register-with-sa-learn)
10215         (spam-spamassassin-register-spam-routine)
10216         (spam-spamassassin-register-ham-routine)
10217         (spam-assassin-register-spam-routine)
10218         (spam-assassin-register-ham-routine): add SpamAssassin support
10219         (spam-bogofilter-score): fix to show article before scoring
10220
10221 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10222
10223         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10224         default scoring function.
10225         (spam-generic-score): Call spam-spamassassin-score if
10226         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10227         spam-bogofilter-score otherwise.
10228
10229         * gnus.el (spam-process, spam-autodetect-methods): Add
10230         spamassassin and spamassassin-headers.
10231
10232 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10233
10234         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10235         Suppress unnecessary messages.
10236
10237 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10238
10239         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10240         make-hash-table.
10241
10242 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * canlock.el (base64-encode-string): Don't autoload it.
10245
10246 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * run-at-time.el: Remove useless (require 'itimer),
10249         eval-and-compile and (featurep 'xemacs).
10250
10251 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10252
10253         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10254         GROUP is a virtual group.
10255
10256 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10257
10258         * gnus.el: Autoload `message-y-or-n-p'.
10259
10260 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10261
10262         * pgg-parse.el: Remove unnecessary (require 'custom).
10263
10264         * pgg-def.el: do.
10265
10266         * nnmail.el: do.
10267
10268         * gnus-undo.el: do.
10269
10270         * gnus-picon.el: do.
10271
10272         * gnus-util.el: do.
10273
10274 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10275
10276         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10277
10278 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10281         handle, as well as a list.
10282
10283         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10284         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10285         (mm-w3m-cid-retrieve): Simplify.
10286
10287 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10288
10289         * message.el (message-kill-to-signature): Allow prefix arg to
10290         specify number of lines to keep before signature.
10291
10292 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10293
10294         (message-kill-to-signature): Change docstring.
10295
10296 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * canlock.el: Always require sha1-el.
10299         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10300
10301         * message.el: Autoload sha1 only when compiling.
10302
10303         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10304         eudc-expand-inline for XEmacs.
10305
10306 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * message.el (message-canlock-generate): Require sha1-el.
10309
10310 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10311
10312         * message.el (message-expand-name): Silence the byte compiler.
10313
10314         * lpath.el: Add detect-coding-system.
10315
10316         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10317         cus-edit.
10318
10319 2004-01-13  Simon Josefsson  <jas@extundo.com>
10320
10321         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10322         Invoke gnus-score-mode.  Reported by
10323         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10324
10325         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10326         Jim Blandy <jimb@redhat.com> (tiny change).
10327
10328 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10329
10330         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10331
10332 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10333
10334         * spam.el (spam-get-article-as-string): Update to use
10335         gnus-request-article-this-buffer, much simpler.
10336         (spam-get-article-as-buffer): Remove.
10337
10338 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10339
10340         * message.el (message-expand-name): Use EUDC if the user uses
10341         that.
10342
10343 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10344
10345         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10346         character for the encoding to avoid consing a string.
10347
10348         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10349         unnecessarily.
10350
10351         * mm-util.el (mm-replace-chars-in-string): Remove.
10352
10353         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10354         of mm-replace-chars-in-string.
10355
10356 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10357
10358         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10359         strings.
10360
10361         * mm-util.el (mm-subst-char-in-string): Support inplace.
10362
10363         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10364         a new string in every iteration.  Use shy groups.
10365
10366 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10367
10368         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10369         (gnus-group-change-level, gnus-kill-newsgroup)
10370         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10371         (gnus-get-unread-articles, gnus-make-articles-unread)
10372         (gnus-make-ascending-articles-unread): Use accessor
10373         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10374         to get group information for improved readability.
10375
10376         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10377
10378         * gnus-soup.el (gnus-soup-group-brew): do.
10379
10380         * gnus-msg.el (gnus-put-message): do.
10381
10382         * gnus-move.el (gnus-group-move-group-to-server): do.
10383
10384         * gnus-kill.el (gnus-batch-score): do.
10385
10386         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10387         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10388         (gnus-group-update-group, gnus-group-read-group)
10389         (gnus-group-make-group, gnus-group-make-help-group)
10390         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10391         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10392         (gnus-group-sort-by-unread, gnus-group-catchup)
10393         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10394         (gnus-group-yank-group, gnus-group-set-info)
10395         (gnus-group-list-groups): do.
10396
10397         * gnus.el (gnus-generate-new-group-name): do.
10398
10399         * gnus-delay.el (gnus-delay-send-queue): do.
10400
10401         * nnvirtual.el (nnvirtual-catchup-group): do.
10402
10403         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10404         do.
10405
10406         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10407         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10408
10409         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10410         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10411         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10412         (gnus-group-make-articles-read): do.
10413
10414 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10415
10416         * gnus-art.el (article-decode-mime-words, article-babel)
10417         (gnus-article-highlight-signature, gnus-article-add-buttons)
10418         (gnus-signature-toggle): Use gnus-with-article-buffer.
10419
10420         * gnus-art.el (gnus-article-highlight-headers)
10421         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10422
10423         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10424         (gnus-article-set-globals, gnus-request-article-this-buffer)
10425         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10426         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10427         (gnus-mime-display-alternative): Use with-current-buffer.
10428
10429 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10430
10431         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10432         also under 80 char limit, and call gnus-error if needed.
10433         (spam-fetch-article-header): Fix - it was a
10434         buffer-local variable (gnus-newsgroup-data).
10435         (spam-find-spam): Use spam-generate-fake-headers, forget about
10436         spam-insert-fake-headers.
10437         (spam-insert-fake-headers): Remove.
10438
10439 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10440
10441         * deuglify.el (gnus-article-outlook-unwrap-lines)
10442         (gnus-outlook-rearrange-article)
10443         (gnus-outlook-repair-attribution-outlook)
10444         (gnus-outlook-repair-attribution-block)
10445         (gnus-outlook-repair-attribution-other): Remove redundant
10446         save-excursion.
10447
10448 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10449
10450         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10451         (spam-fetch-field-subject-fast)
10452         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10453         (spam-fetch-article-header): Add functions to deal with Gnus
10454         internals for fast retrieval of article header data.
10455         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10456
10457 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10458
10459         * pop3.el (pop3-md5): Remove.
10460         (pop3-apop): Replace pop3-md5 with md5.
10461
10462         * mm-bodies.el: base64 is always built-in.
10463
10464         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10465         with-current-buffer.
10466
10467 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * canlock.el (canlock-insert-header): Remove excessive grouping in
10470         regexp.
10471
10472         * gnus-sum.el (gnus-summary-read-document): Ditto.
10473
10474         * gnus-uu.el (gnus-uu-part-number): Ditto.
10475
10476         * html2text.el (html2text-remove-tags): Ditto.
10477         (html2text-format-tags): Ditto.
10478         (html2text-format-single-elements): Ditto.
10479
10480         * mml.el (mml-parse-1): Ditto.
10481
10482 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10483
10484         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10485
10486         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10487
10488         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10489
10490         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10491
10492 2003-11-15  Simon Josefsson  <jas@extundo.com>
10493
10494         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10495         (pgg-gpg-lookup-key): Use regexp match instead of
10496         split-string (split-string is different between emacs 21.2 and
10497         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10498
10499 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10500
10501         * gnus-art.el (gnus-mime-view-all-parts)
10502         (gnus-article-part-wrapper, gnus-article-view-part): Use
10503         with-current-buffer.
10504
10505 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10506
10507         * spam.el (spam-disable-spam-split-during-ham-respool)
10508         (spam-spamoracle-database, spam-cache-lookups)
10509         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10510         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10511         (spam-group-ham-marks, spam-group-spam-marks)
10512         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10513         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10514         also add spam-use-blackholes to the statistical checks.
10515         (spam-fetch-field-fast): Add interface to fetching fields, may
10516         become a macro.
10517         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10518         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10519         (spam-insert-fake-headers): Fake an article when needed.
10520         (spam-find-spam): Fake article when possible.
10521         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10522         (spam-check-bogofilter-headers): Use message-fetch-field instead
10523         of nnmail-fetch-field.
10524
10525 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10528
10529 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10530
10531         * spam.el (spam-split): Do not require spam-use-CHECK to be
10532         enabled if that check is passed to spam-split explicitly; also
10533         fix so 'spam doesn't get converted to spam-split-group when
10534         spam-split-symbolic-return is t.
10535         (spam-find-spam): Find registrations of the article and use those
10536         instead of re-running spam-split to find the spam/ham
10537         classification of the article.
10538         (spam-log-processing-to-registry, spam-log-registered-p)
10539         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10540         Use gnus-error instead of gnus-message.
10541         (spam-log-registration-type): Add function to determine the
10542         classification of a message based on registry entries; will
10543         return nil if both 'spam and 'ham are found.
10544         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10545         a reasonably fast local cache without the loading errors.
10546         (spam-cache-lookups): Set to t by default.
10547         (spam-find-spam): Don't try to guess spam-cache-lookups.
10548         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10549         spam-caches entry.
10550         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10551         caching of whitelist/blacklist entries.
10552         (spam-check-whitelist, spam-check-blacklist): Invoke
10553         spam-from-listed-p with a type, not a cache variable.
10554         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10555
10556 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10557
10558         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10559
10560         * nnmail.el (nnmail-split-fancy): do.
10561
10562         * mml.el (mml-parse): do.
10563
10564         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10565         (gnus-score-adaptive): do.
10566
10567 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10570         (gnus-mime-button-map): Don't set keymap parent.
10571         (gnus-button-ctan-directory-regexp): Use shy grouping.
10572         (gnus-prev-page-map): Don't set keymap parent.
10573         (gnus-prev-page-map): Remove duplicated one.
10574         (gnus-next-page-map): Don't set keymap parent.
10575         (gnus-mime-security-button-map): Ditto.
10576
10577         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10578         version number.
10579
10580         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10581
10582 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * canlock.el (canlock-sha1-function): Remove.
10585         (canlock-sha1-function-for-verify): Remove.
10586         (canlock-openssl-program): Remove.
10587         (canlock-openssl-args): Remove.
10588         (canlock-ignore-errors): Remove.
10589         (canlock-sha1-with-openssl): Remove.
10590         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10591         (canlock-verify): Don't use canlock-ignore-errors.
10592
10593         * sha1-el.el (sha1-string-external): Make it can return a string
10594         in binary form.
10595         (sha1-region-external): Ditto.
10596         (sha1-string-internal): Ditto.
10597         (sha1-region-internal): Ditto.
10598         (sha1-region): Ditto.
10599         (sha1-string): Ditto.
10600         (sha1): Ditto.
10601
10602 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10603
10604         * spam.el (spam-report-articles-gmane): New command.
10605
10606 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10609
10610         * run-at-time.el (run-at-time-saved): Remove.
10611         (run-at-time): Doc fix.
10612
10613 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10614
10615         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10616         (gnus-summary-limit-map): Add it.
10617         (gnus-summary-make-menu-bar): do.
10618
10619 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10620
10621         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10622         Make attempt at some caching support (done for BBDB only now).
10623         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10624         addresses to be checked.
10625         (spam-clear-cache-BBDB): Add function, to be invoked by
10626         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10627         (spam-check-BBDB): Check and use the caches, if
10628         spam-cache-lookups is on, remove superfluous (provide).
10629
10630 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10633
10634 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10635
10636         * run-at-time.el (run-at-time-saved): Move to after the definition
10637         of `run-at-time'.
10638
10639         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10640
10641 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10644         mm-w3m-local-map-property.
10645
10646         * mm-view.el (mm-w3m-mode-map): Remove.
10647         (mm-w3m-local-map-property): Remove.
10648         (mm-inline-text-html-render-with-w3m): Don't use
10649         mm-w3m-local-map-property.
10650
10651 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10652
10653         * run-at-time.el: New file.
10654
10655         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10656         under Emacs.
10657
10658         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10659         of gnus-set-text-properties.
10660
10661         * gnus-uu.el (gnus-uu-save-article): Ditto.
10662
10663         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10664
10665         * gnus-cite.el (gnus-cite-parse): Ditto.
10666
10667         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10668         of gnus-.
10669
10670         * gnus-xmas.el (run-at-time): Require run-at-time.
10671
10672         * gnus.el: Changed calls to nnheader-run-at-time and
10673         password-run-at-time throughout to use run-at-time directly.
10674
10675         * password.el: Removed definition of run-at-time.
10676
10677         * nnheaderxm.el: Remove definition of run-at-time.
10678
10679 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10680
10681         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10682         in prompt.
10683
10684 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10685
10686         * messagexmas.el (message-xmas-redefine): Alias
10687         `message-make-caesar-translation-table' to
10688         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10689         version.
10690
10691         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10692         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10693         `gnus-xmas-set-text-properties'.
10694         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10695         `gnus-xmas-completing-read'.
10696         (gnus-xmas-completing-read): Removed.
10697         (gnus-xmas-open-network-stream): Removed.
10698
10699         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10700         XEmacs version.
10701
10702         * dns.el (dns-make-network-process): Use `open-network-stream'
10703         instead of `gnus-xmas-open-network-stream'.
10704
10705         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10706
10707         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10708
10709 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10710
10711         * gnus-art.el (gnus-mime-display-alternative)
10712         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10713         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10714         Don't use gnus-local-map-property.
10715
10716         * gnus-util.el (gnus-local-map-property): Remove.
10717
10718         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10719         gnus-completing-read-maybe-default with completing-read.
10720
10721         * gnus-util.el (gnus-completing-read): do.
10722         (gnus-completing-read-maybe-default): Remove.
10723
10724 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10725
10726         * password.el: Only autoload `run-at-time' if not XEmacs.
10727         Only autoload the itimer functions if XEmacs.
10728
10729 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10732         XEmacsen.
10733
10734         * dgnushack.el: Autoload executable-find for XEmacs.
10735
10736 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10737
10738         * gnus-art.el (gnus-read-string): Remove.
10739         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10740         read-string.
10741
10742 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10743
10744         * netrc.el: Autoload password-read.
10745         (netrc): Add configuration group.
10746         (netrc-encoding-method, netrc-openssl-path): Add
10747         variables for encoding and decoding of files with symmetric
10748         ciphers.
10749         (netrc-encode): Add assistant function to encode a file with
10750         netrc-encoding-method.
10751         (netrc-parse): Add interactive parameter, added optional
10752         decoding if netrc-encoding-method is non-nil but otherwise
10753         behavior is standard.
10754         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10755         Do s/encode/encrypt/ everywhere.
10756
10757         * spam.el: Remove executable-find autoload.
10758
10759 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10760
10761         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10762
10763         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10764
10765 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10766
10767         * gnus-art.el (gnus-treat-ansi-sequences,
10768         article-treat-ansi-sequences): New variable and function.
10769         Suggested by Dan Jacobson <jidanni@jidanni.org>.
10770
10771         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10772         Use it.
10773
10774 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10775
10776         * mm-util.el (mm-quote-arg): Remove.
10777
10778         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
10779         shell-quote-argument.
10780
10781         * gnus-uu.el (gnus-uu-command): do.
10782
10783         * gnus-sum.el (gnus-summary-insert-pseudos): do.
10784
10785         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
10786         with make-char.
10787
10788         * mm-util.el (mm-make-char): Remove.
10789
10790         * mml.el (mml-mode): Replace gnus-add-minor-mode with
10791         add-minor-mode.
10792
10793         * gnus-undo.el (gnus-undo-mode): do.
10794
10795         * gnus-topic.el (gnus-topic-mode): do.
10796
10797         * gnus-sum.el (gnus-dead-summary-mode): do.
10798
10799         * gnus-start.el (gnus-slave-mode): do.
10800
10801         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
10802
10803         * gnus-ml.el (gnus-mailing-list-mode): do.
10804
10805         * gnus-gl.el (gnus-grouplens-mode): do.
10806
10807         * gnus-draft.el (gnus-draft-mode): do.
10808
10809         * gnus-dired.el (gnus-dired-mode): do.
10810
10811         * gnus-ems.el (gnus-add-minor-mode): Remove.
10812
10813         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10814         Replace gnus-char-width with char-width.
10815
10816         * gnus-ems.el (gnus-char-width): Remove.
10817
10818         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
10819         Replace gnus-char-width with char-width.
10820
10821         * gnus-ems.el (gnus-char-width): Remove.
10822
10823         * spam-stat.el (with-syntax-table): Remove with-syntax-table
10824         definition.
10825         Remove Emacs 20 hash table compatibility code.
10826
10827         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
10828         20 compatibility code.
10829
10830         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10831
10832         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10833
10834         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10835         with point-at-{eol,bol}.
10836
10837         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10838
10839         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10840
10841         * flow-fill.el (fill-flowed-point-at-bol,
10842         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10843
10844         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10845         Replace with point-at-{eol,bol} throughout all files.
10846
10847 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * ntlm.el (ntlm-string-as-unibyte): New macro.
10850         (ntlm-build-auth-response): Use it.
10851
10852         Remove Emacs 20 stuff:
10853         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10854         (butlast, mapc, remove): Remove the compiler macros.
10855         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10856         of delq and copy-sequence.
10857         * gnus-art.el (popup-menu): Remove the compiler macro.
10858         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10859         Emacs 20.
10860
10861 2004-01-05  Simon Josefsson  <jas@extundo.com>
10862
10863         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10864         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10865         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10866         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10867         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10868         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10869         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10870         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10871         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10872         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10873         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10874         string-xor into ntlm-string-xor.  Suggested by
10875         Jesper Harder <harder@myrealbox.com>.
10876
10877         * ntlm.el: Don't include poem.
10878
10879         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10880         Jesper Harder <harder@myrealbox.com>.
10881
10882         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10883
10884         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10885         probably breaks emacs with DL patch, but do we care? Is anyone
10886         still using the DL stuff?)
10887
10888         * sieve-manage.el: Use the password package.
10889         (sieve-manage-read-passwd): Remove.
10890         (sieve-manage-interactive-login): Use password.  Re-add
10891         condition-case around loop.
10892
10893         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10894         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10895         the password package.
10896
10897 2003-02-19  Simon Josefsson  <jas@extundo.com>
10898
10899         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10900         token.
10901
10902 2002-08-07  Simon Josefsson  <jas@extundo.com>
10903
10904         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10905         (sieve-manage-authenticators):
10906         (sieve-manage-authenticator-alist): Add some SASL mechs.
10907         (sieve-sasl-auth): New function.
10908         (sieve-manage-cram-md5-auth):
10909         (sieve-manage-plain-auth): Rewrite using SASL library.
10910         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10911         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10912         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10913         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10914
10915 2004-01-05  Simon Josefsson  <jas@extundo.com>
10916
10917         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10918         New files.
10919
10920 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10921
10922         * gnus-group.el (gnus-no-groups-message): Update.
10923
10924         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10925
10926 2003-11-09  Simon Josefsson  <jas@extundo.com>
10927
10928         * imap.el: Support for ID IMAP extension (RFC 2971).
10929         (imap-local-variables): Add imap-id.
10930         (imap-id): New variable.
10931         (imap-id): New function.
10932         (imap-parse-response): Parse untagged ID response.
10933         * nnimap.el (nnimap-id): New variable.
10934         (nnimap-open-connection): Use it.
10935
10936 2003-12-28  Simon Josefsson  <jas@extundo.com>
10937
10938         * gnus-score.el (gnus-score-edit-all-score): New.
10939         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10940
10941 2004-01-04  Simon Josefsson  <jas@extundo.com>
10942
10943         * password.el: Add.
10944
10945 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10946
10947         * dns.el: Add support for AAAA records (see RFC 3596)
10948
10949         * Fix typo PRT -> PTR
10950
10951         * Parse MX, PTR and SOA replies (see RFC 1035)
10952
10953 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10954
10955         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10956
10957         * Moved to Changelog.2.
10958
10959 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10960
10961         * gnus.el (gnus-version-number): Bump version.
10962
10963 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10964
10965         * gnus.el: No Gnus v0.1 is released.
10966
10967 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10968
10969         * gnus.el: No Gnus v0.0 is released.
10970
10971 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10972
10973         * gnus.el (gnus-version-number): Bump.
10974         (gnus-version): No.
10975
10976 See ChangeLog.2 for earlier changes.
10977
10978     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
10979
10980   This file is part of GNU Emacs.
10981
10982   GNU Emacs is free software; you can redistribute it and/or modify
10983   it under the terms of the GNU General Public License as published by
10984   the Free Software Foundation; either version 2, or (at your option)
10985   any later version.
10986
10987   GNU Emacs is distributed in the hope that it will be useful,
10988   but WITHOUT ANY WARRANTY; without even the implied warranty of
10989   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10990   GNU General Public License for more details.
10991
10992   You should have received a copy of the GNU General Public License
10993   along with GNU Emacs; see the file COPYING.  If not, write to the
10994   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10995   Boston, MA 02110-1301, USA.
10996
10997 ;; Local Variables:
10998 ;; coding: iso-2022-7bit
10999 ;; fill-column: 79
11000 ;; add-log-time-zone-rule: t
11001 ;; End:
11002
11003 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4