* gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
[gnus] / lisp / ChangeLog
1 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2
3         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4         Kenneth Jacker <khj@be.cs.appstate.edu>.
5
6 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
7
8         * gnus-diary.el (gnus-user-format-function-d)
9         (gnus-user-format-function-D): Autoload.
10
11         * imap.el (Commentary): Fix typo.
12
13         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
14         2006-04-22 contribution.
15
16 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17
18         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
19         It didn't really fix the bogosity I'm seeing with solid web groups.
20
21 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
22
23         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
24         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
25         created using server names.  If we use the feature without declaring
26         it, Gnus does not properly manage server and group state.
27
28         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
29         bound.
30
31 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
32
33         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
34         looking up the method using GROUP's prefix before inventing a new one.
35         It is used on killed/unknown groups in various places where returning
36         an all-new method isn't expected by the caller.
37
38         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
39         and match semantics of gnus-group-real-prefix.
40
41 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
42
43         * nnmail.el (nnmail-broken-references-mailers): New variable.
44         (nnmail-ignore-broken-references): New function generalizing
45         nnmail-fix-eudora-headers.
46         (nnmail-fix-eudora-headers): Now obsolete.
47
48         * gnus-art.el (gnus-button-handle-custom): Support
49         `customize-apropos*'.
50
51 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
54
55         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
56         articles.
57
58 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
59
60         * message.el (message-cite-reply-above): New variable.
61         (message-yank-original): Use it.
62
63 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
66
67 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
68
69         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
70         as read.
71
72         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
73
74 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
75
76         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
77         (gnus-bookmark-default-file): Use gnus-directory.
78         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
79         Remove "*" in doc string.
80         (gnus-bookmark-write-file): Simplify.
81         (gnus-bookmark-maybe-sort-alist): Use `when'.
82         (gnus-bookmark-get-bookmark): Fix typo in doc string.
83         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
84         FIXME about Emacs 21 and XEmacs compatibility.
85         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
86         compatibility.
87         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
88         compatibility.
89         (gnus-bookmark-menu-heading): Fix version.
90
91 2006-06-19  Bastien Guerry  <bzg@altern.org>
92
93         * gnus-bookmark.el: New file.
94
95 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
96
97         * message.el (message-syntax-checks): Doc fix.
98
99 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
100
101         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
102         unsubscribed groups as if they were killed ones.  It causes duplicate
103         entries in gnus-newsrc-alist.
104
105 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * message.el (message-syntax-checks): Doc fix.
108         (message-send-mail): Add check for continuation headers.
109         (message-check-news-header-syntax): Fix regexp used to check for
110         continuation headers.
111
112 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
115
116 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
117
118         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
119
120 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
123         default-truncate-lines.
124
125 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
128         to fill the utf-8 entry.
129
130         * lpath.el: Fbind unicode-precedence-list.
131
132 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
133
134         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
135
136 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
137
138         * gnus-agent.el (directory-files-and-attributes): Move all the way
139         forward (the third and final move).
140         (gnus-agent-read-agentview): Trap reconstruction errors due to
141         nonexistant directory.  Handle by returning nil.
142
143 2006-05-30  Didier Verna  <didier@xemacs.org>
144
145         * message.el (message-dont-reply-to-names): Update the custom type.
146         * message.el (message-dont-reply-to-names): New defsubst: potentially
147         convert a list of regexps into a single one.
148         * message.el (message-get-reply-headers): Use it.
149         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
150
151 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * gnus-agent.el (directory-files-and-attributes): Move forward.
154
155 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
156
157         * gnus-ml.el (gnus-mailing-list-subscribe)
158         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
159         (gnus-mailing-list-message): Fix doc strings.
160
161 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
162
163         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
164         of doing it manually.
165
166 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
167
168         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
169         comment.
170
171 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
172
173         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
174         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
175         (gnus-agent-read-local): All symbols allocated in my-obarray
176         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
177         (gnus-agent-regenerate-group): Check numeric names to see if they are
178         messages or groups.
179         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
180         better way of do this...)
181
182         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
183         'dummy.group' (there should be a better way of do this...)
184
185 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
188         (gnus-saved-headers): Ditto.
189         (gnus-default-article-saver): Mention functions may have properties.
190         (gnus-article-save): Override gnus-save-all-headers and
191         gnus-saved-headers by :headers property which saver function may have.
192         (gnus-summary-save-in-file): Add :headers property.
193         (gnus-summary-write-to-file): Ditto.
194
195         * gnus-sum.el (gnus-summary-save-article): Bind
196         gnus-prompt-before-saving to t when saving many articles in a file;
197         always show all headers.
198
199         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
200
201 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
202
203         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
204         marks.
205
206         * message.el (message-indent-citation): Add optional arguments to allow
207         using it outside of message buffers.
208
209         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
210         (gnus-article-treat-unfold-headers): Use it.
211         (gnus-article-truncate-lines): New variable.
212         (gnus-article-mode): Use it.
213         (gnus-article-toggle-truncate-lines): New function.
214
215         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
216         gnus-article-toggle-truncate-lines.
217
218         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
219         coding system in XEmacs, use binary.
220
221 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
222
223         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
224         after-load-alist.
225
226         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
227         this function should save decoded articles.
228         (gnus-summary-write-to-file): Use property to specify this function
229         should save decoded articles and specify gnus-summary-save-in-file
230         should be used to save articles other than the first one when saving
231         many articles.
232         (gnus-summary-save-body-in-file): Use property to specify this
233         function should save decoded articles.
234         (gnus-summary-write-body-to-file): Use property to specify this
235         function should save decoded articles and specify
236         gnus-summary-save-body-in-file should be used to save articles other
237         than the first one when saving many articles.
238
239         * gnus-sum.el (gnus-summary-save-article): Simplify.
240
241 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * gnus-art.el (gnus-default-article-saver): Add
244         gnus-summary-write-body-to-file.
245         (gnus-article-save-coding-system): Don't use coding system object
246         in XEmacs.
247         (gnus-read-save-file-name): Add optional `dir-var' argument which
248         specifies directory in which files are saved; work even if optional
249         `variable' argument is not specified.
250         (gnus-summary-write-to-file): Read file name.
251         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
252         (gnus-summary-write-body-to-file): New function.
253
254         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
255         (gnus-summary-local-variables): Add it.
256         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
257         (gnus-summary-save-article): Remove optional `decode' argument;
258         determine whether to decode articles by the value of
259         gnus-default-article-saver; when saving many files using
260         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
261         it first and use gnus-summary-save-in-file or
262         gnus-summary-save-body-in-file thereafter unless
263         gnus-prompt-before-saving is always; move point to article which
264         will be saved.
265         (gnus-summary-save-article-file): Revert.
266         (gnus-summary-write-article-file): Revert.
267         (gnus-summary-save-article-body-file): Revert.
268         (gnus-summary-write-article-body-file): New function.
269
270 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * gnus-art.el (gnus-default-article-saver): Doc fix.
273         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
274         from gnus-summary-save-article-coding-system, and default to a
275         certain coding system.
276         (gnus-output-to-file): Add coding cookie and encode text according
277         to gnus-article-save-coding-system; don't use mm-append-to-file.
278
279         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
280         gnus-art.el and rename to gnus-article-save-coding-system.
281         (gnus-summary-save-article): Require gnus-art; don't show all
282         headers if it decodes articles; don't add coding cookie here;
283         don't bind mm-text-coding-system-for-write.
284         (gnus-summary-save-article-file): Save decoded articles.
285         (gnus-summary-write-article-file): When saving many files, use
286         gnus-summary-write-to-file first and gnus-summary-save-in-file
287         thereafter unless gnus-prompt-before-saving is always.
288         (gnus-summary-save-article-body-file): Save decoded articles.
289
290         * lpath.el: Fbind select-safe-coding-system for XEmacs.
291
292 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
293
294         * nnrss.el (nnrss-check-group): Bind hash-index.
295
296 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
297
298         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
299         its hash index.  Store this hash in `nnrss-group-data'.
300         (nnrss-read-group-data): Update accordingly.
301
302 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
303
304         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
305         entry.
306
307         * gnus-sum.el (gnus-summary-make-menu-bar): Add
308         gnus-article-browse-html-article.
309
310 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
311
312         * gnus-sum.el (gnus-summary-mime-map): Add
313         gnus-article-browse-html-article.
314
315         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
316
317 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
318
319         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
320         suitable coding systems in customize.
321
322 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
323
324         * mail-source.el (mail-sources): Fix custom type.
325
326 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
327
328         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
329         (gnus-summary-expire-articles-now): Shorten prompt.
330
331         * gmm-utils.el (wid-edit): Require.
332         (defun-gmm): Renamed from `gmm-defun-compat'.
333         (gmm-image-search-load-path): Use it.
334         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
335
336 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * gnus-sum.el (gnus-summary-save-article-coding-system): New
339         variable.
340         (gnus-summary-save-article): Add optional `decode' argument.  If
341         it is set and gnus-summary-save-article-coding-system is non-nil,
342         save decoded article.
343         (gnus-summary-write-article-file): Save decoded article if
344         gnus-summary-save-article-coding-system is non-nil.
345
346         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
347         type.
348
349 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
352
353 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
356         first to test gnus-single-article-buffer which may be buffer-local.
357
358         * gnus-sum.el (gnus-summary-setup-buffer): Make
359         gnus-single-article-buffer buffer-local and nil in ephemeral
360         group; make gnus-article-buffer, gnus-article-current, and
361         gnus-original-article-buffer always buffer-local.
362         (gnus-summary-exit): Kill article buffer belonging to ephemeral
363         group.
364         (gnus-handle-ephemeral-exit): Don't move to next summary line.
365
366 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
367
368         * nnml.el (nnml-request-compact-group): Compressed files might not
369         have .gz extension.
370
371 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
372
373         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
374         (mm-copy-to-buffer): Use with-current-buffer.
375         (mm-display-part): Simplify.
376         (mm-inlinable-p): Add optional arg `type'.
377
378 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
379
380         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED
381         argument.
382         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
383         Try harder to show the attachment internally or externally using
384         gnus-mime-view-part-as-type.
385
386 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
387
388         * message.el (message-from-style, message-signature-separator)
389         (message-user-organization-file, message-send-mail-function)
390         (message-citation-line-function, message-yank-prefix)
391         (message-indent-citation-function, message-signature)
392         (message-signature-file, message-signature-insert-empty-line):
393         Remove autoloads.
394
395         * gnus-art.el (gnus-buttonized-mime-types): Remove
396         "multipart/signed".  Revert 2006-04-26 change.
397
398 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * gnus.el (gnus-version-number): Bump version.
401
402 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
403
404         * gnus.el: No Gnus v0.5 is released.
405
406 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
407
408         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
409         fetching articles by message-id.
410
411 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412
413         * message.el (hashcash): Require hashcash as normal.
414
415         * ecomplete.el (ecomplete-highlight-match-line): Use
416         point-at-eol.
417         (ecomplete-highlight-match-line): Use `highlight', because that
418         face exists in both Emacs and XEmacs.
419
420         * message.el (message-display-abbrev): Use point-at-bol.
421
422         * mail-source.el: Don't require timer/timer-funcs.
423
424         * gnus-async.el: Ditto.
425
426         * password.el: Ditto.
427
428         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
429
430         * mm-url.el: Ditto.
431
432         * gnus-xmas.el: Don't require timer-funcs.
433
434         * mm-util.el: Require timer/timer-funcs.
435
436 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
437
438         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
439         Close.
440
441 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
444         unibyte after clear-decrypt function runs.
445
446         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
447         returns as a unibyte string.
448
449 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
450
451         * lpath.el: Revert.
452
453         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
454         (pgg-gpg-process-sentinel): Revert.
455
456         * pgg-pgp.el (pgg-pgp-process-region): Revert.
457         (pgg-pgp-lookup-key): Revert.
458
459         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
460         (pgg-pgp5-lookup-key): Revert.
461
462         * pgg.el (pgg-fetch-key): Revert.
463
464 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * lpath.el: Fbind string-as-multibyte for XEmacs.
467
468         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
469         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
470         (mml1991-pgg-encrypt): Ditto.
471
472         * pgg-gpg.el (pgg-string-to-multibyte): New function.
473         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
474         a multibyte buffer.
475
476         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
477         (pgg-pgp-lookup-key): Ditto.
478
479         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
480         (pgg-pgp5-lookup-key): Ditto.
481
482         * pgg.el (pgg-fetch-key): Ditto.
483
484 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
485
486         * message.el (message-user-organization-file): Check several
487         locations of the organization file.
488
489         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
490         Add gnus-article-view-part-as-type.
491
492         * gnus-art.el (gnus-article-view-part-as-type): New function.
493
494         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
495         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
496
497         * mml.el: Simplify autoload.
498         (mml-mode): defvar dnd-protocol-alist instead of using
499         symbol-value.
500         (mml-default-directory): New variable.
501         (mml-minibuffer-read-file): Use it.
502         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
503
504         * message.el (message-citation-line-format): New variable.
505         (message-insert-formated-citation-line): New function.
506         (message-citation-line-function): Add
507         `message-insert-formated-citation-line' to custom type.
508
509         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
510         to doc string.
511
512         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
513         depending on mm-verify-option.
514
515 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
516
517         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
518         binding pgg-* variables; reimplement the section which prevents
519         MIME header from being signed.
520         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
521         pgg-text-mode; remove a blank line at the top of body.
522
523         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
524         lines at the top of body; use gnus-newsgroup-charset if there's no
525         Charset header.
526
527 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * message.el (message-self-insert-commands): Doc fix.
530
531         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
532         (mm-uu-pgp-encrypted-test): Ditto.
533         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
534         between header and body; return application/pgp-encrypted handle
535         if decryption failed; decode decrypted body by charset.
536
537         * mm-decode.el (mm-automatic-display): Don't make application/pgp
538         element match to application/pgp-*.
539
540 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
541
542         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
543         HTML.
544
545 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * mail-source.el (mail-source-call-script): Message the error
548         string.
549
550 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * gnus-util.el (gnus-byte-compile): Use it.
553
554 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
555
556         * gnus-util.el (kill-empty-logs): New function.
557
558 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * message.el (message-mail-alias-type): Doc fix.
561         (message-mail-alias-type-p): New function.
562         (message-send): Use it.
563         (message-mode): Ditto.
564         (message-strip-forbidden-properties): Ditto.
565
566         * ecomplete.el (ecomplete-database-file-coding-system): New
567         variable.
568         (ecomplete-save): Use it.
569         (ecomplete-setup): Use it.
570
571 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * message.el (message-self-insert-commands): New variable.
574         (message-strip-forbidden-properties): Use it.
575
576 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * message.el (message-put-addresses-in-ecomplete): Use a regexp
579         that doesn't make XEmacs choke.
580
581 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
582
583         * gnus-util.el (gnus-replace-in-string): Prefer
584         replace-regexp-in-string over of replace-in-string.
585
586 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * gnus-util.el (gnus-select-frame-set-input-focus): Use
589         select-frame-set-input-focus if it is available in XEmacs; use
590         definition defined in Emacs 22 for old Emacsen.
591
592         * dgnushack.el: Autoload unmorse-region for XEmacs.
593
594         * lpath.el: Bind cursor-in-non-selected-windows and
595         select-frame-set-input-focus for XEmacs.
596
597 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * mm-view.el (mm-inline-text): Use equal instead of equalp.
600
601 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
602
603         * gnus-registry.el (gnus-registry-cache-save): remove text
604         properties when saving via the temp buffer
605
606 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
607
608         * message.el (message-generate-hashcash): Honor custom type.
609
610 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611
612         * message.el (message-generate-hashcash): Default to non-nil when
613         hashcash is found.
614
615         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
616         (gnus-refer-thread-limit): Increase default to 500.
617
618         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
619
620         * flow-fill.el (fill-flowed): Allow delete-space.
621
622 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
623
624         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
625         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
626         Remove autoloads.
627
628 2006-04-18  Simon Josefsson  <jas@extundo.com>
629
630         * message.el (message-generate-hashcash): Default to.
631
632 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
635         concatenating segments rather than before concatenating them.
636
637 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
638
639         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
640
641 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
644
645         * message.el (message-forward-make-body-plain): Allow
646         message-forward-ignored-headers to be a list.
647         (message-remove-ignored-headers): Factor out into function.
648         (message-forward-make-body-mml): Use it.
649
650         * imap.el (imap-quote-specials): New function.
651         (imap-login-auth): Quote specials.
652
653         * rfc2231.el (rfc2231-parse-string): Remove dead code.
654         (rfc2231-parse-string): Allow concatanation of parameters that
655         aren't contiguous.  The test case is
656           (mail-header-parse-content-type "message/external-body;
657             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
658             access-type=LOCAL-FILE;
659             name*1*=plugh%2fhello-sailor%2fbing.pdf")
660
661 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
662
663         * nntp.el (nntp-accept-process-output): Return the value of
664         `nnheader-accept-process-output'.
665
666 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667
668         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
669         (gnus-button-alist): Recognize more diff formats.
670         (gnus-button-patch): Strip directory.
671
672 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
673
674         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
675         Emacs 22 when setting focus.
676
677 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * gnus-art.el (gnus-article-treat-types): Do treatment of
680         text/x-verbatim parts.
681         (gnus-button-patch): New command.
682
683         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
684         addresses that contain invalid characters.
685
686 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * message.el (message-put-addresses-in-ecomplete): Use
689         gnus-replace-in-string.
690         (message-is-yours-p): Use the more correct
691         mail-header-parse-address instead of
692         mail-extract-address-components.
693         (message-put-addresses-in-ecomplete): Fix typo.
694
695         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
696         keystroke.
697
698         * gnus-art.el (gnus-treatment-function-alist): Change order of
699         newsgroups/generic header folding to avoid double-folding.
700
701         * message.el (message-hidden-headers): Add X-Draft-From.
702
703         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
704         command.
705         (gnus-summary-repeat-search-article-backward): New command.
706
707         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
708         groups in the parent topic.
709
710 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
711
712         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
713         (spam-extra-header-to-number): Return the CRM114 number as a
714         number instead of a string.
715
716 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * gnus-art.el (gnus-face-properties-alist): Moved here from
719         gnus-fun.
720
721         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
722
723 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * message.el (message-strip-forbidden-properties): Only display on
726         self-insert-command.
727
728         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
729         reindent.
730         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
731
732 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
733
734         * smiley.el (smiley-style): Fix typo.
735
736 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * hashcash.el (hashcash-insert-payment-async-2): Use
739         message-goto-eoh instead of doing it manually.
740         (mail-add-payment): Use message-narrow-to-header instead of trying
741         to do the same itself.
742
743         * message.el (message-hidden-headers): Add Face.
744
745         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
746         reparenting code.
747         (gnus-summary-reparent-children): Refactored out code.
748         (gnus-summary-thread-map): New keystroke.
749         (gnus-summary-reparent-children): Make into command.
750
751         * smiley.el (smiley-style): Default to `medium' if using a large
752         font.
753
754         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
755         does it itself.
756
757         * message.el (message-point-in-header-p): Simplify definition.
758
759 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * nnagent.el (nnagent-request-set-mark): Silence log file
762         writing.
763         (nnagent-request-set-mark): Use write-region instead of
764         append-to-file.
765
766         * gnus-sum.el (gnus-read-header): Fudge article number if using a
767         strange select method.
768
769         * ecomplete.el (ecomplete-display-matches): Get highlightling
770         right.
771         (ecomplete-display-matches): Use literals.
772         (ecomplete-display-matches): Disable message logging.
773
774         * message.el (message-display-abbrev): Small optimization.
775
776         * ecomplete.el (ecomplete-display-matches): Allow automatic
777         display.
778
779         * message.el (message-strip-forbidden-properties): Display
780         abbrevs.
781         (message-display-abbrev): Get automatic display right.
782
783         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
784         keystrokes.
785
786 2006-04-13  Romain Francoise  <romain@orebokech.com>
787
788         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
789         Moved here (and renamed) from gnus-registry.el.
790
791         * gnus-registry.el: Require gnus-util.
792         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
793
794 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
795
796         * gnus-group.el (gnus-group-catchup-current): Change
797         if-then-else-if-then-else into cond.
798         (gnus-group-catchup): Indent.
799         (group-name-at-point): New function.
800         (gnus-fetch-group): Provide default from thing at point.
801
802 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
803
804         * message.el (message-display-abbrev): Fix regexp.
805
806         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
807         choosing.
808         (ecomplete-highlight-match-line): Fix up code rewrite, remove
809         dead variables.
810
811         * message.el (message-newline-and-indent): Remove debugging.
812         (message-display-abbrev): Use new implementation.
813
814 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
815
816         * gnus-art.el (gnus-article-mode): Set
817         cursor-in-non-selected-windows to nil.
818
819         * smiley.el: Revert previous change.
820         (smiley-data-directory): defvar it before using it in the
821         defcustom of `smiley-style'.
822
823 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * message.el (message-newline-and-indent): New function.
826
827         * ecomplete.el: Implement more bits.
828
829         * message.el (message-put-addresses-in-ecomplete): Clean up the
830         string.
831
832         * ecomplete.el (ecomplete-add-item): Chop off decimals.
833
834         * gnus-sum.el (gnus-summary-save-parts): Bind
835         gnus-summary-save-parts-counter and use it to make unique file
836         names.
837
838         * gnus-art.el (gnus-ignored-headers): Add some more headers.
839
840         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
841         parameter to say whether to actually parse the individual
842         addresses.
843
844         * message.el (message-put-addresses-in-ecomplete): New function.
845         (ecomplete): Require.
846         (message-mail-alias-type): Add ecomplete as an option.
847
848 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
849
850         * flow-fill.el (fill-flowed): Remove trailing space from blank
851         quoted lines.
852
853 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * smiley.el (smiley-style): Move definition later to avoid a
856         compilation warning.
857
858 2006-04-12  Kenichi Handa  <handa@m17n.org>
859
860         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
861         buffer and then decode the buffer text if necessary.
862         (rfc2231-encode-string): Be sure to work on multibyte buffer at
863         first, and after mm-encode-body, change the buffer to unibyte.
864         Use mm-disable-multibyte instead of set-buffer-multibyte.
865
866 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
867
868         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
869         Content-Type header instead of Content-Disposition header.
870         (gnus-mime-inline-part): Ditto.
871         (gnus-mime-view-part-as-charset): Ignore charset that the part
872         specifies.
873
874         * mm-decode.el (mm-display-part): Work with external parts and
875         usual parts similarly.
876
877         * mm-extern.el (mm-inline-external-body): Use mm-display-part
878         instead of gnus-display-mime.
879
880         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
881         instead of with-temp-buffer.
882
883         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
884         tag to summarized topics part in order to encode non-ASCII text.
885
886 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
887
888         * smiley.el (smiley-style): New variable.
889         (smiley-directory): New function.
890         (smiley-data-directory): Derive from `smiley-style' using
891         `smiley-directory'.
892         (smiley-regexp-alist): Add new entries.
893
894         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
895         (gnus-article-browse-delete-temp): Add :version.
896
897 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
898
899         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
900         the sieve region.
901
902 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
903
904         * gnus.el (gnus-version-number): Bump version.
905
906 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
907
908         * gnus.el: No Gnus v0.4 is released.
909
910 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
913         layout.
914
915         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
916         unknown charset.
917
918         * message.el (message-header-synonyms): Add Original-To to the
919         default.
920
921         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
922         optional parameter.
923
924 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
925
926         * gnus-fun.el (gnus): Require it for gnus-directory.
927
928 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * gnus-fun.el (gnus-face-properties-alist): Add :version.
931
932 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
933
934         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
935
936 2006-04-05  Simon Josefsson  <jas@extundo.com>
937
938         * password.el (password-reset): New function.
939
940 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
941
942         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
943         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
944
945 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
946
947         * nnweb.el (nnweb-google-create-mapping): Update regexp.  Some
948         whitespace was matched into the url, which broke browsing hits
949         > 100 when mm-url-use-external was nil.
950
951 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
952
953         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
954         gnus-extra-headers for 'Newsgroups.
955
956         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
957         bound.
958
959 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
960
961         * pgg-gpg.el: Clean up process buffers every time gpg processes
962         complete.
963
964 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
965
966         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
967         doc string.
968
969 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
970
971         * pgg-gpg.el (pgg-gpg-process-filter)
972         (pgg-gpg-wait-for-completion): Check if buffer is alive.
973
974         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
975         lines, temporary fix.
976
977 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
978
979         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
980         :set.
981
982 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
983
984         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
985         default-enable-multibyte-characters.  This reverts the change from
986         revision 6.17 which is no longer necessary because the passphrase
987         is sent separately now.  GnuPG messages are unreadable under
988         multibyte locales with default-enable-multibyte-characters set to
989         nil.
990
991 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
992
993         * message.el (message-tool-bar-gnome): Move "spell".
994
995 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
996
997         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
998         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
999         instead.
1000
1001 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1002
1003         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1004         newsgroups handling for NNTP overviews which don't include
1005         Newsgroups.
1006
1007 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1008
1009         * message.el (message-resend): Bind message-generate-hashcash to
1010         to nil.
1011
1012 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1013
1014         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1015         when searching for already-paid recipients.
1016
1017 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1018
1019         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1020         passphrases when it is not needed.
1021         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1022         passphrase stuff from gpg, should only be necessary when you use
1023         gpg with a smartcard.
1024
1025 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * mml.el (mml-insert-mime): Ignore cached contents of
1028         message/external-body part.
1029
1030         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1031         (mm-insert-part): Ditto.
1032
1033 2006-03-23  Simon Josefsson  <jas@extundo.com>
1034
1035         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
1036         Reiner.
1037         (pgg-gpg-use-agent-p): Use it again.
1038
1039 2006-03-23  Simon Josefsson  <jas@extundo.com>
1040
1041         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
1042         older emacsen.
1043         (pgg-gpg-use-agent-p): Don't use it.
1044
1045 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
1046
1047         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
1048         if we can.
1049
1050 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1051
1052         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1053         (pgg-gpg-update-agent): New function.
1054         (pgg-gpg-use-agent-p): New function.
1055         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1056         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1057         (pgg-gpg-sign-region): Use it.
1058
1059 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1062         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1063
1064 2006-03-21  Simon Josefsson  <jas@extundo.com>
1065
1066         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1067         <wilde@sha-bang.de>.
1068         (pgg-gpg-use-agent): New variable.
1069         (pgg-gpg-process-region): Use it.
1070         (pgg-gpg-encrypt-region): Likewise.
1071         (pgg-gpg-encrypt-symmetric-region): Likewise.
1072         (pgg-gpg-decrypt-region): Likewise.
1073         (pgg-gpg-sign-region): Likewise.
1074         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1075
1076 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1077
1078         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1079
1080         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
1081         comment on version.
1082
1083 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1084
1085         * smiley.el: Add missing test smiley.
1086
1087 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * mm-decode.el (mm-with-part): New macro.
1090         (mm-get-part): Use it; work with message/external-body as well.
1091         (mm-save-part): Treat name and filename equally.
1092
1093         * mm-extern.el (mm-extern-cache-contents): New function.
1094         (mm-inline-external-body): Use it; force the part to be displayed;
1095         move undisplayer added to the cached handle to the parent.
1096
1097         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1098         (gnus-mime-view-part-as-type): Work with message/external-body.
1099
1100         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1101
1102 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1103
1104         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
1105         images in image-load-path.  [Sync with image.el, revision 1.60, in
1106         Emacs.]
1107
1108 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1109
1110         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1111         path rather than symbol.  Always return list of directories.
1112         Guarantee that image directory comes first.  [Sync with image.el,
1113         revision 1.59, in Emacs.]
1114
1115         * message.el (message-make-tool-bar): Adjust to new API of
1116         `gmm-image-load-path-for-library'.
1117
1118         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1119
1120         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1121
1122 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1123
1124         * gnus-art.el (gnus-article-only-boring-p): Bind
1125         inhibit-point-motion-hooks to avoid infinite loop when entering
1126         intangible text.  Reported by Ralf Wachinger
1127         <rwnewsmampfer@geekmail.de>.
1128
1129 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
1130
1131         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
1132         `defun' instead of `gmm-defun-compat'.
1133
1134 2006-03-14  Simon Josefsson  <jas@extundo.com>
1135
1136         * message.el (message-unique-id): Don't use message-number-base36
1137         if (user-uid) is a float.  Reported by Bjorn Solberg
1138         <bjorn_ding1@hekneby.org>.
1139
1140 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1143
1144         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1145         empty line between a part and a message part.
1146
1147 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1148
1149         * smiley.el: Add more test smileys.
1150         (smiley-data-directory, smiley-regexp-alist)
1151         (gnus-smiley-file-types): Fix doc strings.
1152         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1153         adding new elements.
1154         (smiley-mouse-map): Unused code.  Make it a comment.
1155
1156 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1159         scan latest NoCeM messages instead of old ones.
1160         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1161         delimiters that are recently used.
1162         (gnus-nocem-load-cache): Add autoload cookie.
1163
1164         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1165
1166         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1167         level which is larger than gnus-use-nocem is specified.
1168
1169         * gnus-group.el (gnus-group-get-new-news): Ditto.
1170
1171 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1172
1173         * gnus-util.el (gnus-tool-bar-update): New function.
1174
1175         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1176         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1177
1178         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1179
1180         * gnus-group.el (gnus-group-redraw-when-idle)
1181         (gnus-group-redraw-check): Remove.
1182         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1183
1184 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1187         if optional last element is specified in splits (FIELD VALUE...).
1188
1189 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1190
1191         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1192         to gmm-image-load-path-for-library.  Call with no-error argument.
1193         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1194
1195         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1196
1197         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1198
1199         * gmm-utils.el (gmm-image-load-path): Remove alias.
1200
1201 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1202
1203         * gmm-utils.el (gmm-image-load-path): Add alias.
1204
1205         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1206         nnml-generate-nov-databases-1.
1207         (nnml-generate-nov-databases): Use it.
1208         (nnml-generate-nov-databases-directory): Document no-active
1209         argument.
1210
1211         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1212         directory if path is t.  Add no-error.
1213
1214         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1215         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1216
1217         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1218         resetting gnus-article-browse-html-temp-list.
1219
1220         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1221         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1222         Add example to docstring.  Rename local variables.  Move error
1223         checks to default case in cond and simplify.
1224
1225 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1228         handle is multipart when calling it recursively.
1229         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1230
1231 2006-03-03  Daniel Pittman <daniel@rimspace.net>
1232
1233         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1234         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1235
1236 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1237
1238         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1239         is loaded.
1240
1241         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1242         loaded.
1243
1244 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1245
1246         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1247         to "Emacs 23 (unicode)" in doc string.
1248
1249         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1250         "Emacs 23 (unicode)" in comment.
1251
1252 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * mm-decode.el (mm-get-part): Don't use
1255         mm-with-unibyte-current-buffer.
1256
1257         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1258         characters 160 through 255 in Emacs 23.
1259
1260 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1261
1262         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1263         gnus-article-browse-html-temp.
1264         (gnus-article-browse-delete-temp): Make it customizable.  Add
1265         `file'.  Adjust doc string.
1266         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1267         query for each file.  Adjust doc string.
1268         (gnus-article-browse-html-parts): Add
1269         `gnus-article-browse-delete-temp-files' to
1270         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1271
1272 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1273
1274         * gnus-art.el (gnus-article-browse-html-temp)
1275         (gnus-article-browse-delete-temp): New variables.
1276         (gnus-article-browse-delete-temp-files): New function.
1277         (gnus-article-browse-html-parts): Use it.
1278
1279 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1280
1281         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1282
1283         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1284         string.
1285
1286         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1287         gnus-summary-insert-new-articles when unplugged.  Remove
1288         gnus-summary-search-article-forward.
1289
1290         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1291         display-visual-class instead of display-color-cells.
1292
1293 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * dgnushack.el: Autoload customize-group for XEmacs.
1296
1297         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1298         message/* containing non-ASCII text properly.
1299
1300 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1301
1302         * message.el: Require gmm-utils, remove autoloads.
1303         (message-tool-bar): Set default based on
1304         gmm-tool-bar-style.
1305         (message-tool-bar-gnome): Add gmm-customize-mode.
1306
1307         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1308         gmm-tool-bar-style.
1309         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1310
1311         * gnus-group.el (gnus-group-tool-bar): Set default based on
1312         gmm-tool-bar-style.
1313         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1314
1315         * gmm-utils.el (gmm-image-directory): Rename variable from
1316         gmm-image-load-path.
1317         (gmm-image-load-path): Use gmm-image-directory.
1318         (gmm-customize-mode): New function.
1319         (gmm-tool-bar-style): New variable.
1320
1321         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1322         gnus-group-redraw-line-number.
1323         (gnus-group-redraw-check): Simplify.
1324         (gnus-group-tool-bar-update): Remove redraw check.
1325         (gnus-group-make-tool-bar): Add redraw check.
1326
1327 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
1328
1329         * gnus-art.el (gnus-button): Add missing parentheses.
1330
1331 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1332
1333         * lpath.el: Fbind line-number-at-pos.
1334
1335 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1338
1339 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1340
1341         * gnus-art.el (gnus-button): New face.
1342         (gnus-article-button-face): Use it.
1343
1344         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
1345         gnus-summary-next-page.  Re-order.
1346
1347         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
1348         next-node are now included.
1349         (gnus-group-redraw-line-number): New internal variable.
1350         (gnus-group-redraw-check): Helper function for updating the tool
1351         bar.
1352         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
1353
1354         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
1355
1356         * spam.el (spam-spamassassin-score-regexp): New internal variable.
1357         (spam-extra-header-to-number, spam-check-spamassassin-headers):
1358         Use it to match format of Spamassassin 3.0 and later.  Reported by
1359         IRIE Tetsuya <irie@t.email.ne.jp>.
1360         (spam-check-bogofilter)
1361         (spam-bogofilter-register-with-bogofilter): Fix args of
1362         `gnus-error' calls.
1363
1364 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1365
1366         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1367         unnecessary interaction when sending queued mails.  Reported by
1368         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1369
1370 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1371
1372         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1373         first or last are nil.
1374
1375 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1376
1377         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1378
1379 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1382
1383 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * dns.el (query-dns): Protect more against buggy tcp output.
1386
1387 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1388
1389         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
1390         nov.php.
1391
1392 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1393
1394         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1395         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1396         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1397         output on the server side.
1398         (nnweb-google-create-mapping): Update regexps and add some
1399         progress indication.
1400
1401 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1402
1403         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
1404         gnus-agent-toggle-plugged.  Re-order icons.
1405         (gnus-group-tool-bar-gnome): Add
1406         gnus-group-{prev,next}-unread-group.
1407         (gnus-group-tool-bar-gnome): Re-order icons.
1408
1409         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
1410         gnus-summary-insert-new-articles.
1411
1412         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
1413         comments.
1414
1415         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1416         also available in Emacs 21.3.
1417
1418         * message.el (message-fix-before-sending): Change "Emacs 22" to
1419         "Emacs 23 (unicode)" in comment.
1420
1421         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1422         "Emacs 23 (unicode)" in comment.
1423
1424         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1425         comment.
1426         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1427
1428         * mm-view.el (mm-fill-flowed): Add :version.
1429
1430 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
1433         and load-path.
1434
1435 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
1436
1437         * message.el: Autoload gmm-image-load-path.
1438         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
1439         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
1440         consitency.
1441
1442         * gmm-utils.el (gmm-image-load-path): Also search in
1443         "../etc/images".  Don't set gmm-image-load-path if we don't find
1444         the image.
1445
1446 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * gmm-utils.el (gmm-image-load-path): Don't make
1449         `gmm-image-load-path' include subdirectories which the second arg
1450         `image' might specify.
1451
1452         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
1453         subdirectory to icon file names.
1454
1455         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
1456
1457 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1458
1459         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
1460         gmm-image-load-path calls.
1461
1462         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1463
1464         * message.el (message-make-tool-bar): Ditto.
1465
1466         * mml.el (mml-preview): Added comment concerning tool bar icons.
1467
1468         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
1469         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
1470
1471         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
1472         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
1473
1474         * message.el (message-tool-bar-gnome): Use new icon names.
1475         (message-make-tool-bar): Use `gmm-image-load-path'.
1476
1477         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
1478         functions from MH-E.
1479         (gmm-image-load-path): New variable from MH-E.
1480         (gmm-image-load-path): New function from MH-E.  Added arguments
1481         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
1482         *-image-load-path-called-flag.
1483
1484 2006-02-21  Milan Zamazal <pdm@brailcom.org>
1485
1486         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
1487
1488 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
1489         (tiny change)
1490
1491         * nnimap.el (nnimap-request-move-article): Change folder back to
1492         source group before deleting.
1493
1494 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1495
1496         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
1497
1498         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
1499         mm-url.
1500
1501         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
1502
1503 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
1506         coding system which mm-charset-to-coding-system returns for a
1507         given charset is valid.
1508
1509 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1510
1511         * html2text.el (html2text-remove-tag-list):
1512         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
1513
1514 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1515
1516         * gnus-cus.el: Revert 2005-10-17 change.
1517
1518 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * gnus-art.el (article-strip-banner): Call
1521         article-really-strip-banner only when the regexp match is made.
1522
1523 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * gnus-art.el (article-strip-banner): Use
1526         gnus-extract-address-components instead of
1527         mail-header-parse-addresses to make it work with non-ASCII text;
1528         remove mail-encode-encoded-word-string.
1529
1530         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
1531         values which are surrounded with \"...\"; make it never cause a
1532         Lisp error; give up parsing of parameters if it failed in
1533         extracting type.
1534
1535 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1536
1537         * smime.el (smime-cert-by-ldap-1): Fix bug where
1538         `smime-ldap-search' returns results without userCertificates.
1539
1540 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
1543
1544 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1545
1546         * spam.el (spam-check-spamassassin-headers): Adapt format for
1547         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
1548         <ari@mbf.ocn.ne.jp>.
1549         (spam-list-of-processors): Add spam-use-gmane.
1550
1551 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
1554         make-temp-file; make it work with XEmacs as well.
1555
1556         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
1557         mm-make-temp-file.
1558
1559         * mm-decode.el (mm-display-external): Use the 3rd arg of
1560         mm-make-temp-file.
1561         (mm-create-image-xemacs): Ditto.
1562
1563 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1564
1565         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
1566         with message-narrow-to-headers.
1567         (gnus-draft-setup): Narrow to header to run message-fetch-field.
1568         (gnus-draft-check-draft-articles): New function.
1569         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
1570
1571 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
1572
1573         * gnus-art.el (gnus-article-browse-html-parts):
1574         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
1575         Don't use suffix argument for mm-make-temp-file for Emacs 21
1576         compatibility.  Remove useless `format'.
1577
1578 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1579
1580         * nnweb.el (nnweb-google-wash-article): Update regexps.
1581         (nnweb-group-alist): Use defvoo instead of defvar.
1582
1583 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
1586         re-loading nn* modules.
1587
1588 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1589
1590         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
1591         for `tool-bar-mode' and don't check it's default-value.
1592
1593         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1594
1595         * message.el (message-make-tool-bar): Ditto.
1596
1597         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
1598         `substring'.  Shorten tmp-file name.
1599
1600         * gnus.el: Remove bogus comment.
1601
1602 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
1603
1604         * gnus-art.el (gnus-article-browse-html-parts): New function.
1605         (gnus-article-browse-html-article): New function for viewing html
1606         articles with a browser.
1607
1608 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
1609
1610         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
1611         in elisp.
1612         (pgg-gpg-encrypt-symmetric-region): Ditto.
1613         (pgg-gpg-sign-region): Ditto.
1614
1615         * pgg-def.el (pgg-text-mode): New variable.
1616
1617         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
1618         (mml2015-pgg-encrypt): Ditto.
1619
1620         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
1621         (mml1991-pgg-encrypt): Ditto.
1622
1623 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
1626         message-make-date instead of current-time-string.
1627
1628         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
1629         to gnus-decoded which mm-uu might set.
1630
1631 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
1634         don't decode quoted parameters; remove misimported Emacs code.
1635         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1636         (rfc2231-decode-encoded-string): Don't use split-string which
1637         behaves differently according to Emacs version; use
1638         mm-decode-coding-region to convert charset to coding-system.
1639         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1640         (rfc2231-encode-string): Remove misimported Emacs code.
1641
1642 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * gnus-art.el (article-decode-charset): Don't use ignore-errors
1645         when calling mail-header-parse-content-type.
1646         (article-de-quoted-unreadable): Ditto.
1647         (article-de-base64-unreadable): Ditto.
1648         (article-wash-html): Ditto.
1649
1650         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
1651         calling mail-header-parse-content-type and
1652         mail-header-parse-content-disposition.
1653         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
1654         mail-header-parse-content-type.
1655
1656         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
1657         insert charset and format parameters; encode description after
1658         inserting it to buffer.
1659         (mml-insert-parameter): Fold lines properly even if a parameter is
1660         segmented into two or more lines; change the max column to 76.
1661
1662         * rfc1843.el (rfc1843-decode-article-body): Don't use
1663         ignore-errors when calling mail-header-parse-content-type.
1664
1665         * rfc2231.el (rfc2231-parse-string): Return at least type if
1666         possible; don't cause an error even if it fails in parsing of
1667         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1668         (rfc2231-encode-string): Don't break lines at the beginning, leave
1669         it to mml-insert-parameter.
1670
1671         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
1672         calling mail-header-parse-content-type.
1673
1674 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
1675
1676         * spam-report.el (spam-report-gmane-use-article-number): Improve
1677         doc string.
1678         (spam-report-gmane-internal): Check if a suitable header was found
1679         in the article.
1680
1681 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
1684         (rfc2231-encode-string): Make param*=value always begin with LWSP.
1685
1686 2006-02-05  Romain Francoise  <romain@orebokech.com>
1687
1688         Update copyright notices of all files in the gnus directory.
1689
1690 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1691
1692         * nnweb.el (nnweb-request-group): Avoid growing overview files.
1693
1694 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1695
1696         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
1697         segmented lines of parameter value to cope with Thunderbird 1.5
1698         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
1699         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1700         (rfc2231-encode-string): Don't make lines exceeding 76 column.
1701
1702 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
1703
1704         * mml.el (mml-generate-mime-1): Correct the order of inline signed
1705         parts.
1706
1707 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1708
1709         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
1710         there's only one active file for all servers.
1711         (nnweb-request-scan): Make sure nnweb-articles is initialized on
1712         solid groups.  Gnus might have used a FAST request to select the
1713         group.
1714         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
1715         and nnweb-search redundantly in the active file.
1716         (nnweb-request-list): Don't list bogus groups.  There can only be
1717         one.
1718         (nnweb-request-create-group): Don't use ARGS.
1719         (nnweb-possibly-change-server, nnweb-request-group): Remove some
1720         initialisations.  Let nnoo do the work.
1721
1722 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
1725         decoded.
1726         (mm-uu-diff-extract): Ditto.
1727
1728         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
1729
1730 2006-01-31  Kevin Ryde  <user42@zip.com.au>
1731
1732         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
1733         mailcap-viewer-test-cache when there's no 'test clause, since that
1734         will invert the meaning of a "nil" test previously determined by
1735         mailcap-mailcap-entry-passes-test.
1736
1737 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
1740         compiling.
1741
1742         * gnus-sum.el: Ditto.
1743
1744         * message.el: Don't bind tool-bar-map when compiling.
1745
1746 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
1747
1748         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
1749
1750 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1751
1752         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
1753         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
1754         current Google Groups.
1755
1756 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
1757
1758         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
1759         and tool-bar-mode.
1760
1761         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
1762         and tool-bar-mode.
1763
1764         * message.el (message-tool-bar-update): Simplify.
1765         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
1766
1767         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
1768         gnus-summary-buffer.
1769         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
1770         gnus-summary-reply.
1771
1772         * gmm-utils.el (gmm): Add :version.
1773
1774 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * Makefile.in (clean): New rule.
1777         (distclean): Use it.
1778
1779 2006-01-26  Steve Youngs  <steve@sxemacs.org>
1780
1781         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
1782         autoload.
1783
1784 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * gmm-utils.el (gmm-verbose): Add :group.
1787
1788 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
1789
1790         * message.el: Change some comments WRT tool-bars.
1791
1792         * gnus-sum.el (gnus-summary-tool-bar)
1793         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
1794         (gnus-summary-tool-bar-zap-list): New variables.
1795         (gnus-summary-make-tool-bar): Complete rewrite using
1796         `gmm-tool-bar-from-list'.
1797
1798         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
1799         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
1800         variables.
1801         (gnus-group-make-tool-bar): Complete rewrite using
1802         `gmm-tool-bar-from-list'.
1803         (gnus-group-tool-bar-update): New function.
1804
1805         * message.el (message-mode-field-menu): Add "Show hidden Headers".
1806
1807 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
1810         is dissected into a single part of which the type is the same as
1811         the given one; decode charset.
1812
1813 2006-01-21  Kevin Ryde  <user42@zip.com.au>
1814
1815         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
1816         into alists as symbol not string, since that's what
1817         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
1818         look for.
1819
1820 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
1821
1822         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
1823         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
1824
1825         * message.el (message-tool-bar-gnome): Use gmm-ignore.
1826
1827 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
1830         (gnus-xmas-mime-security-button-menu): New function.
1831
1832         * gnus-art.el (gnus-mime-security-button-commands): New variable.
1833         (gnus-mime-security-button-menu): New definition.
1834         (gnus-mime-security-button-map): Use them.
1835         (gnus-mime-security-button-menu): New function.
1836         (gnus-insert-mime-security-button): Addition to help echo.
1837         (gnus-mime-security-run-function, gnus-mime-security-save-part)
1838         (gnus-mime-security-pipe-part): New functions.
1839
1840         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
1841         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
1842
1843         * mm-decode.el (mm-handle-set-disposition): Remove.
1844         (mm-handle-set-description): Remove.
1845
1846 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1847
1848         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
1849         (mm-w3m-standalone-supports-m17n-p): New function.
1850         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
1851         w3m usage.
1852
1853         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
1854         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
1855
1856 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1857
1858         * message.el (message-tool-bar-zap-list): Use
1859         gmm-tool-bar-zap-list as custom type.
1860         (message-tool-bar-update): New function.
1861         (message-tool-bar, message-tool-bar-gnome)
1862         (message-tool-bar-retro): Add message-tool-bar-update.
1863         (message-tool-bar-gnome): Add flyspell-buffer.
1864
1865         * gnus-util.el (gnus-error): Describe `args'.
1866
1867         * gmm-utils.el (gmm-error): Describe `args'.
1868         (gmm-tool-bar-zap-list): New widget.
1869         (gmm-tool-bar-from-list): Improve description of `zap-list'.
1870
1871 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
1874         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
1875         the number of recursive calls.
1876
1877         * mm-decode.el (mm-handle-set-disposition): New macro.
1878         (mm-handle-set-description): New macro.
1879
1880 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
1883         encoding.
1884
1885 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1886
1887         * message.el (message-tool-bar-zap-list, message-tool-bar)
1888         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
1889         (message-tool-bar-local-item-from-menu): Remove.
1890         (message-tool-bar-map): Replace by `message-make-tool-bar'.
1891         (message-make-tool-bar): New function.
1892         (message-mode): Use `message-make-tool-bar'.
1893
1894         * gmm-utils.el: New file.
1895         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
1896         (gmm-lazy): New widget copied from `nnmail.el'.
1897         (gmm-tool-bar-from-list): New function for creating customizable
1898         tool bars.
1899         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
1900         output.
1901         (gmm): Add :prefix to defgroup.
1902
1903 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
1904
1905         * gmm-utils.el (gmm-widget-p): New function.
1906
1907 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1908
1909         * mml.el (mml-attach-file): Describe `description' in doc string.
1910         (mml-menu): Add Emacs MIME manual and PGG manual.
1911
1912 2006-01-20  Richard M. Stallman  <rms@gnu.org>
1913
1914         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
1915
1916 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
1917
1918         * nntp.el (nntp-end-of-line): Doc fix.
1919
1920 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
1921
1922         * imap.el (imap-open): Handle case where buffer is a buffer
1923         object.
1924
1925 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1926
1927         * gnus-delay.el (gnus-delay): Don't autoload.
1928         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
1929         to be re-loaded when customizing the `gnus-delay' group.
1930
1931 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
1932
1933         * message.el (message-insert-citation-line): Use newlines.
1934
1935 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
1936
1937         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1938         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
1939         these routines, so the passphrase can be managed externally and
1940         passed in to the system.
1941         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1942         pgg-add-passphrase-to-cache function.
1943
1944         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1945         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
1946         these routines, so the passphrase can be managed externally and
1947         passed in to the system.
1948         (pgg-pgp5-sign-region): Use new name of
1949         pgg-add-passphrase-to-cache function.
1950
1951 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
1952
1953         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1954         part of the decoded armor to find the key-identifier.
1955         (pgg-gpg-lookup-key-owner): New function to return the
1956         human-readable identifier of a key owner.
1957         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
1958         itself.
1959         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1960         the key value) if we have a key and can match it against a secret
1961         key.  Also, added a note pointing out fact that the prompt only
1962         indicates the first matching key.
1963
1964         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1965         pgg-decrypt-region.
1966         (pgg-add-passphrase-to-cache): Rename from
1967         `pgg-add-passphrase-cache' to reduce confusion (all callers
1968         changed).
1969         (pgg-remove-passphrase-from-cache): Rename from
1970         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1971         changed).
1972         (pgg-read-passphrase, pgg-add-passphrase-cache)
1973         (pgg-remove-passphrase-cache): Add informative docstrings.
1974         (pgg-decrypt): Convey provided passphrase in subordinate call to
1975         pgg-decrypt-region.
1976
1977 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
1978
1979         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1980         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1981         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1982         'passphrase' argument, so the passphrase can be managed externally
1983         and then passed in to the system.
1984
1985         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1986         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1987         so the passphrase cache can be used reliably with identifiers
1988         besides a pgp packet's key id.
1989
1990         * pgg-gpg.el (pgg-gpg-encrypt-region)
1991         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1992         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
1993         these routines, so the passphrase can be managed externally and
1994         passed in to the system.
1995
1996         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1997         'notruncate' argument, so the passphrase cache can be used
1998         reliably with identifiers besides a pgp packet's key id.
1999
2000 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2001
2002         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2003         symmetric encryption.
2004         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2005         encrypted session key.
2006         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2007         message ask for the passphrase in a proper way.
2008
2009         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2010         New user commands for symmetric encryption.
2011
2012 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2015
2016         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2017
2018 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2019
2020         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2021
2022 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * mm-decode.el (mm-inlined-types): Add application/pgp.
2025         (mm-automatic-display): Ditto.
2026
2027         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2028         part as text.
2029
2030 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * nnrss.el: Update copyright.
2033         (nnrss-opml-import): Query whether to subscribe to each entry.
2034
2035         * gnus-art.el:
2036         * gnus-sum.el:
2037         * gnus-xmas.el:
2038         * messagexmas.el:
2039         * mm-uu.el:
2040         * mm-view.el: Update copyright.
2041
2042 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
2043
2044         * message.el (message-info): New function.
2045         (message-mode-menu): Add it.
2046         Update copyright.
2047
2048         * ChangeLog: Fix and update copyright.
2049
2050 2006-01-13  Romain Francoise  <romain@orebokech.com>
2051
2052         * message.el (message-forward-subject-name-subject): Prefer the
2053         address to 'nowhere' if the sender has no name.
2054         Fix typo.  Update copyright year.
2055
2056 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2057
2058         * gnus-art.el (article-wash-html): Use
2059         gnus-summary-show-article-charset-alist if a numeric arg is given.
2060         (gnus-article-wash-html-with-w3m-standalone): New function.
2061
2062         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
2063         mm-inline-text-html-render-with-w3m-standalone.
2064         (mm-text-html-washer-alist): Map w3m-standalone to
2065         gnus-article-wash-html-with-w3m-standalone.
2066         (mm-inline-text-html-render-with-w3m-standalone): New function.
2067
2068 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2069
2070         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
2071         Improve LaTeX.
2072
2073 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
2076         (nnrss-request-article): Render text/plain parts as HTML.
2077
2078         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
2079         the buffer.
2080
2081 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2082
2083         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
2084         custom definition of `gnus-posting-styles'.
2085
2086         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2087         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2088
2089 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2090
2091         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
2092         Use nntp for bug archive.
2093
2094 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
2097         parts.
2098         (nnrss-normalize-date): New function converts ISO 8601 date into
2099         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2100         (nnrss-check-group): Use it.
2101
2102 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2103
2104         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
2105
2106         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
2107         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2108         (nnrss-insert-w3): Ditto.
2109
2110 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2113         the articles to be forwarded including the case where neither a
2114         number of articles nor a region is specified.
2115
2116 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * nnrss.el (nnrss-request-article): Fix last change; fill
2119         text/plain parts.
2120
2121 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2124         in text/plain part.
2125         (nnrss-check-group): Don't add excessive newline to dc:subject.
2126
2127 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2128
2129         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2130         article.
2131
2132 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2133
2134         * nnml.el: Don't require gnus-bcklg.  Autoload it.
2135         (nnml-use-compressed-files, nnml-save-mail): Support other
2136         comression programs such as bzip2.
2137
2138 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * dns.el (query-dns): Make sure we check the buffer size before
2141         removing tcp headers.
2142
2143 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2146         remove MIME buttons associated with multipart/alternative parts.
2147         (gnus-mime-display-alternative): Tag buttons using `article-type'
2148         text property.
2149
2150         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2151         associated with multipart/alternative parts.
2152
2153         * gnus-art.el (gnus-signature-separator): Fix custom type.
2154
2155         * mm-decode.el (mm-inlined-types): Fix custom type.
2156         (mm-keep-viewer-alive-types): Ditto.
2157         (mm-automatic-display): Ditto.
2158         (mm-attachment-override-types): Ditto.
2159         (mm-inline-override-types): Ditto.
2160         (mm-automatic-external-display): Ditto.
2161
2162 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2163
2164         * spam-report.el (spam-report-user-mail-address)
2165         (spam-report-user-agent): New variables.
2166         (spam-report-url-ping-plain): Use spam-report-user-agent.
2167
2168 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2169
2170         * gnus-art.el (gnus-button-handle-custom): Do not just use
2171         `customize-apropos' for any "M-x customize-*" button but the
2172         function called for.  Accept both the function name and its
2173         argument in order to achieve this.
2174         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2175         function name to `gnus-button-handle-custom' in case of "M-x
2176         customize-*" buttons.
2177
2178 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2179
2180         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2181         multipart/alternative and add xref to mm-discouraged-alternatives
2182         in doc string.
2183
2184         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2185         gnus-buttonized-mime-types in doc string.
2186
2187 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2188
2189         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2190         Suggest image/.* in the doc string.
2191
2192 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2193
2194         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2195         message-marks (Debian bug #342521).
2196
2197 2005-12-12  Simon Josefsson  <jas@extundo.com>
2198
2199         * password.el (password-read-from-cache): Add.
2200         (password-read): Use it.
2201
2202 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2205         us-ascii as a MIME charset.
2206
2207         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2208         against the case where the 2nd arg TYPE is nil.
2209
2210 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2211
2212         * pop3.el (pop3-stream-type): Fix custom version.
2213
2214         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2215
2216 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2217
2218         * mm-decode.el (mm-display-external): Add missing cdr.
2219
2220 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2223         RFC1524) if it is in mailcap or add a suffix according to
2224         mailcap-mime-extensions when generating a temp filename; postpone
2225         deleting a temp file for 2 seconds for some wrappers, shell
2226         scripts, and so on, which might exit right after having started a
2227         viewer command as a background job.
2228
2229 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2230
2231         * nntp.el (nntp-marks-directory): Fix custom group.
2232
2233         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2234         steps when < 10.
2235
2236         * gnus-start.el (gnus-no-server-1): Mention
2237         `gnus-level-default-subscribed' in doc string.
2238
2239 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2240
2241         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2242         parens.
2243
2244 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * gnus-xmas.el (gnus-use-toolbar): Revert.
2247         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2248         gnus-use-toolbar is default.
2249
2250         * messagexmas.el (message-use-toolbar): Revert.
2251         (message-setup-toolbar): Use global default-toolbar if
2252         message-use-toolbar is default.
2253
2254 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2257         according to default-toolbar-visible-p.
2258
2259         * messagexmas.el (message-use-toolbar): Ditto.
2260
2261 2005-11-26  Dave Love  <fx@gnu.org>
2262
2263         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2264         (tls-program, tls-success): Provide openssl alternative.
2265
2266         * starttls.el: Doc fixes.
2267         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2268         SERVICE to PORT.
2269
2270         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2271         port null or service name.
2272         (starttls-negotiate): Autoload.
2273
2274 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * message.el (message-kill-to-signature): Fix interactive spec.
2277
2278 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2279
2280         * pop3.el (pop3-open-server): Recognize a string as a service name.
2281
2282 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2283
2284         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2285
2286 2005-11-23  Dave Love  <fx@gnu.org>
2287
2288         Add pop3s, pop3/starttls.
2289
2290         * pop3.el (pop3-authentication-scheme): Clarify doc.
2291         (open-tls-stream, starttls-open-stream): Autoload.
2292         (pop3-stream-type): New.
2293         (pop3-open-server): Use it.
2294
2295         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2296         for POP.
2297         (mail-source-keyword-map): Add :stream for POP.
2298         (mail-source-fetch-pop): Use pop3-stream-type.
2299
2300 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2303         of current-time-string.
2304
2305 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2306
2307         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2308         date header.
2309
2310 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2311
2312         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2313         it can seriously impact performance as it bypasses the agent's
2314         local caches.
2315
2316 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2317
2318         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2319         must be explicitly online rather than "not explicitly offline" for
2320         its flags to be synchronized.
2321
2322         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2323         that gnus-uu-unmark-thread will function correctly.
2324
2325         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
2326         1024K is instead displayed as 1M.
2327
2328 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2329
2330         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
2331
2332 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
2333
2334         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2335
2336 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
2337
2338         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
2339         error message to display actual error condition.
2340         (gnus-agent-save-local): Avoid saving symbols that are bound to
2341         nil as they simply result in a warning message in
2342         gnus-agent-read-local.
2343
2344 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2347         rather than make-variable-buffer-local for file-precious-flag.
2348
2349 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2350
2351         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
2352         for duplicates which are removed.  The invalid sort check then
2353         triggers a rescan after the sort as sorting may have moved
2354         duplicate entries such that they can be cheaply detected.
2355
2356 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2359
2360 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2361
2362         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2363         internal variable to a custom variable.  Changed default value
2364         from compressed(2) to uncompressed(1).
2365         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2366         support for uncompressed agentview files.  Taken together, reading
2367         the agentview file should now be 6-7 times faster.
2368
2369 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2370
2371         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2372         as a buffer-local variable.  This avoids creating truncated
2373         dribble files as a result of a hang up, eg.
2374
2375 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
2376
2377         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
2378         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
2379         XEmacs.
2380
2381 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2382
2383         * gnus-start.el (gnus-start-draft-setup): Enforce
2384         `gnus-draft-mode' for nndraft:drafts at startup.
2385
2386         * gnus.el (gnus-splash): Change custom group.
2387         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
2388         allow-list argument.
2389
2390         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
2391         string.
2392
2393 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2394
2395         * gnus-art.el (gnus-default-article-saver): Add user-defined
2396         `function' to custom type.
2397
2398 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2399
2400         * imap.el (imap-open): Handle case where buffer is a buffer
2401         object.
2402
2403 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2404
2405         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
2406         long lines.
2407         (gnus-cache-delete-group): Wrap doc strings.
2408
2409         * gnus-agent.el (gnus-agent-rename-group)
2410         (gnus-agent-delete-group): Wrap doc strings.
2411
2412
2413 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * messagexmas.el (message-use-toolbar): Change the valid values
2416         into default, top, bottom, left, and right.
2417         (message-toolbar-thickness): New variable.
2418         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
2419         well.
2420         (message-setup-toolbar): Make it work.
2421
2422         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
2423         (gnus-use-toolbar): Change the valid values into default, top,
2424         bottom, left, and right.
2425         (gnus-toolbar-thickness): New variable.
2426         (gnus-xmas-setup-toolbar): New function.
2427         (gnus-xmas-setup-group-toolbar): Use it.
2428         (gnus-xmas-setup-summary-toolbar): Use it.
2429
2430 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * gnus-start.el (gnus-1): Add "native" to
2433         gnus-predefined-server-alist.
2434
2435         * gnus.el (gnus-method-to-server): Don't add "native" to the
2436         lists here, because that leads to problems when
2437         gnus-select-method is bound.
2438
2439 2005-11-09  Simon Josefsson  <jas@extundo.com>
2440
2441         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
2442         use (not sort-by-date) instead.
2443
2444 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2445
2446         * gnus-delay.el (gnus-delay-group): Don't autoload.
2447         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2448         to be re-loaded when customizing the `gnus-delay' group.
2449
2450 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2451
2452         * message.el: Revert last changes.
2453         (message-insert-citation-line): Use newlines.
2454
2455 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2456
2457         * message.el (message-courtesy-message)
2458         (message-mark-insert-begin, message-mark-insert-end)
2459         (message-elide-ellipsis, message-cancel-message)
2460         (message-add-header, message-change-subject)
2461         (message-cross-post-followup-to-header)
2462         (message-cross-post-insert-note, message-reduce-to-to-cc)
2463         (message-widen-reply, message-delete-not-region)
2464         (message-kill-to-signature, message-insert-signature)
2465         (message-insert-importance-high, message-insert-importance-low)
2466         (message-insert-or-toggle-importance)
2467         (message-insert-disposition-notification-to)
2468         (message-indent-citation, message-yank-original)
2469         (message-cite-original-without-signature, message-cite-original)
2470         (message-insert-citation-line, message-position-on-field)
2471         (message-fix-before-sending, message-send-mail-partially)
2472         (message-send-mail, message-send-mail-with-sendmail)
2473         (message-send-mail-with-qmail, message-send-news)
2474         (message-check-news-header-syntax, message-generate-headers)
2475         (message-insert-courtesy-copy, message-fill-address)
2476         (message-fill-header, message-shorten-references)
2477         (message-setup-1, message-cancel-news)
2478         (message-forward-make-body-plain, message-forward-make-body-mime)
2479         (message-forward-make-body-mml, message-encode-message-body)
2480         (message-forward-make-body-digest-plain)
2481         (message-forward-make-body-digest-mime)
2482         (message-use-alternative-email-as-from): Insert `hard-newline'
2483         instead of ordinary newlines.
2484
2485 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * message.el (message-generate-headers): Downcase the argument
2488         given to message-check-element.
2489
2490 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
2491
2492         * nntp.el (nntp-authinfo-rejected): New error condition.
2493         (nntp-wait-for): Use new error condition to signal authentication
2494         error.
2495         (nntp-retrieve-data): Rethrow new error condition to break out of
2496         recursive call to nntp-send-authinfo.
2497
2498 2005-11-08  Romain Francoise  <romain@orebokech.com>
2499
2500         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
2501         (gnus-summary-exit-map): Bind to `Z p'.
2502         (gnus-summary-make-menu-bar): Add menu item.
2503
2504 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
2505
2506         * gnus-art.el (gnus-article-treat-custom): Add `first'.
2507         (gnus-treat-*): Add `first' in all doc strings.
2508
2509         * gnus-group.el (gnus-group-compact-group): Fix typo.
2510
2511 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * gnus.el (gnus-parameters-case-fold-search): New variable.
2514         (gnus-parameters-get-parameter): Use it.
2515
2516         * gnus-score.el (gnus-home-score-file): Doc fix.
2517
2518 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
2519
2520         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
2521
2522 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * mm-util.el (mm-special-display-p): New function.
2525
2526         * mml.el (mml-preview): Use it; doc fix.
2527
2528 2005-10-29  Romain Francoise  <romain@orebokech.com>
2529
2530         * message.el (message-fix-before-sending): Fix comment.
2531
2532 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2533
2534         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
2535
2536 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2537
2538         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
2539         Used in gnus-score.el.
2540
2541 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2542
2543         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
2544
2545 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2546
2547         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
2548         whitespace removed in revision 7.8.  Use concatenated string to
2549         protect trailing whitespace.
2550
2551 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
2552
2553         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
2554         (nnimap-request-expire-articles): Use it to avoid sending 'UID
2555         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
2556         Courier IMAP ("some version from 2004").  Mostly based on similar
2557         code in the same function.
2558
2559 2005-10-26  Didier Verna  <didier@xemacs.org>
2560
2561         * gnus-group.el (gnus-group-compact-group): invalidate original
2562         article buffer.
2563         * gnus-srvr.el (gnus-server-compact-server): ditto.
2564         * nnml.el (nnml-request-compact-group): handle self Xref: field in
2565         NOV database and in article itself.
2566         Invalidate article backlog.
2567
2568 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2569
2570         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
2571
2572 2005-10-26  Simon Josefsson  <jas@extundo.com>
2573
2574         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
2575         part of 2004-07-25 change.
2576
2577 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2578
2579         * message.el (message-display-completion-list): New function.
2580         (message-expand-group): Use it; make sure the Completions buffer
2581         is modifiable.
2582
2583 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2584
2585         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
2586         user-mail-name is an empty string.
2587
2588 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2589
2590         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
2591         depending on gnus-score-decay-constant.
2592
2593         * encrypt.el (encrypt-insert-file-contents)
2594         (encrypt-write-file-contents): Don't use `gnus-message'.
2595
2596         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
2597         arguments.
2598         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
2599         arguments to mm-uu-verbatim-marks-extract.
2600         (mm-uu-hide-markers): New variable.
2601         (mm-uu-extract): Use face similar to `gnus-cite-3'.
2602
2603         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2604         (gnus-convert-image-to-face-command): Use "convert" by default to
2605         allow other input image formats.
2606         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
2607         accordingly.
2608
2609 2005-10-23  Simon Josefsson  <jas@extundo.com>
2610
2611         * imap.el (imap-gssapi-program): Align command line parameters
2612         with latest GNU SASL.
2613         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
2614
2615 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616
2617         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
2618         HTML.
2619         (nnslashdot-request-article): Ditto.
2620
2621         * lpath.el (featurep): Add nobreak-char-display.
2622
2623 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2624
2625         * mail-source.el (mail-source-fetch-pop): Require pop3.
2626         (mail-source-check-pop): Ditto.
2627
2628 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2629
2630         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
2631         errors.
2632
2633 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2634
2635         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
2636         (gnus-treat-strip-leading-blank-lines): Improve doc string.
2637
2638         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
2639
2640         * mm-bodies.el (mm-decode-string): Call
2641         `mm-charset-to-coding-system' with allow-override argument.
2642
2643 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
2646         (rfc2047-charset-to-coding-system): New function.
2647         (rfc2047-decode-encoded-words): New function.
2648         (rfc2047-decode-region): Use them.
2649         (rfc2047-decode-cte): Remove.
2650         (rfc2047-parse-and-decode): Remove.
2651         (rfc2047-decode): Remove.
2652
2653 2005-10-15  Kenichi Handa  <handa@m17n.org>
2654
2655         * rfc2047.el (rfc2047-decode-cte): New function.
2656         (rfc2047-decode-region): Change the way to decode successive
2657         encoded-words: decode B- or Q-encoding in each encoded-word,
2658         concatenate them, and decode it as charset.
2659
2660 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * lpath.el: Fbind codepage-setup for XEmacs.
2663
2664 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2665
2666         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
2667         widget-move-and-invoke.
2668         (gnus-custom-mode): Use gnus-custom-map.
2669
2670 2005-10-15  Bill Wohler  <wohler@newt.com>
2671
2672         * message.el (message-tool-bar-map): Renamed image file from
2673         mail_send to mail/send.
2674
2675 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2676
2677         * message.el (message-expand-group): Pass the common
2678         prefix substring of completion to `display-completion-list'.
2679
2680 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
2681
2682         * mml-sec.el (mml-secure-method): New internal variable.
2683         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
2684         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
2685         functions using mml-secure-method.
2686
2687         * mml.el (mml-mode-map): Add key bindings for those functions.
2688         (mml-menu): Simplify security menu entries.  Suggested by Jesper
2689         Harder <harder@myrealbox.com>.
2690         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
2691         end of message if point is the headers of the message.
2692
2693         * message.el (message-in-body-p): New function.
2694
2695         * assistant.el: Autoload gnus-util and netrc.
2696
2697         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
2698         Use `mm-charset-override-alist' only when decoding.
2699
2700         * mm-bodies.el (mm-decode-body): Call
2701         `mm-charset-to-coding-system' with allow-override argument.
2702
2703         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
2704         `filename' from Content-Disposition if Content-Type doesn't
2705         provide `name'.
2706         (gnus-mime-view-part-as-type): Set default instead of
2707         initial-input.
2708
2709 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2710
2711         * format-spec.el (format-spec): Propagate text properties of % spec.
2712
2713 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2714
2715         * gnus-art.el (gnus-treat-predicate): Add `first'.
2716
2717 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
2718
2719         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
2720         (mm-charset-override-alist): New variable.
2721         (mm-charset-to-coding-system): Use it.
2722         (mm-codepage-setup): New helper function.
2723         (mm-charset-eval-alist): New variable.
2724         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
2725         about unknown charsets.
2726
2727         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
2728
2729 2005-10-04  David Hansen  <david.hansen@gmx.net>
2730
2731         * nnrss.el (nnrss-request-article): Add support for the comments tag.
2732         (nnrss-check-group): Ditto.
2733
2734 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2735
2736         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
2737         Rename x-gnus-verbatim to x-verbatim.
2738         (mm-uu-type-alist): Fix regexp for verbatim-marks.
2739
2740         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
2741         x-verbatim.
2742
2743         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
2744
2745         * gnus-util.el (gnus-remove-duplicates): Remove.
2746
2747         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
2748         instead of gnus-remove-duplicates.
2749
2750         * message.el (message-remove-duplicates): Remove.
2751         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
2752         message-remove-duplicates.
2753
2754         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
2755         available, else use implementation from `delete-dups'.
2756
2757         * message.el (message-insert-expires): New function.
2758         (message-mode-map): Add key binding.
2759         (message-mode-field-menu): Add menu entry.
2760         (message-mode): Document it.
2761         (message-make-expires-date): Use `message-make-date'.
2762
2763 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
2764
2765         * message.el (message-make-expires-date): New function.
2766
2767 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * Makefile.in (list-installed-shadows): New entry.
2770         (install): Use it.
2771         (remove-installed-shadows): New entry.
2772
2773         * dgnushack.el (dgnushack-default-load-path): New variable.
2774         (dgnushack-find-lisp-shadows): New function.
2775         (dgnushack-remove-lisp-shadows): New function.
2776
2777 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * Makefile.in (install-el-elc): New entry.
2780         (install): Use it so that .el files are necessarily installed.
2781
2782 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * time-date.el: Autoload parse-time-string, XEmacs needs it.
2785
2786 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2787
2788         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
2789         function rather than the diff-mode.el package.
2790         (mm-display-external): Use with-current-buffer.
2791         (mm-viewer-completion-map, mm-viewer-completion-map):
2792         Move initialization inside declaration.
2793
2794 2005-09-29  Simon Josefsson  <jas@extundo.com>
2795
2796         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
2797         autoload mail-check-payment.
2798         (spam-check-hashcash): Define unconditionally, since hashcash.el
2799         is part of Gnus now.  Ignore errors from payment checking.
2800
2801 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2802
2803         * message.el (message-bold-region, message-unbold-region): Rename
2804         from `bold-region' and `unbold-region'.
2805
2806         * message.el: Remove useless autoloads.
2807
2808 2005-09-28  Simon Josefsson  <jas@extundo.com>
2809
2810         * message.el (message-use-idna): Default to t.
2811         (message-use-idna): Test whether encoding works too.  Doc fix.
2812
2813 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * nntp.el (nntp-warn-about-losing-connection): Remove.
2816
2817 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2818
2819         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
2820         customizable.  Change default value.
2821         (mm-uu-diff-groups-regexp): Change default value.
2822         (mm-uu-type-alist): Add doc string.
2823         (mm-uu-configure): Add doc string.  Make it interactive.
2824         (mm-uu-tex-groups-regexp): New variable.
2825         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
2826         (mm-uu-type-alist): Add LaTeX documents.
2827         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
2828         of "text/verbatim".
2829         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
2830
2831         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
2832         instead of "text/verbatim".
2833
2834         * message.el (message-mark-inserted-region)
2835         (message-mark-insert-file): Use slrn style marks when called with
2836         prefix argument.
2837
2838 2005-09-27  Simon Josefsson  <jas@extundo.com>
2839
2840         * message.el (message-idna-to-ascii-rhs-1): Reformat.
2841
2842 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2843
2844         * message.el (message-remove-duplicates): New function.
2845         Implementation borrowed from `gnus-remove-duplicates'.
2846         (message-idna-to-ascii-rhs): Also encode idna addresses in
2847         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2848         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
2849         only ask about the same idna domain once per header and also tell
2850         in what header to replace the idna domain.
2851
2852         * gnus-art.el (article-decode-idna-rhs): Also decode idna
2853         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2854         (article-decode-idna-rhs): Fix regexp so that all idna-address in
2855         a header is decoded and not just the last one.
2856
2857 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
2860         has been decoded.
2861
2862         * mm-decode.el (mm-automatic-display): Add text/verbatim.
2863         (mm-insert-part): Don't modify text if it has been decoded.
2864
2865         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
2866         decoded.
2867
2868         * mm-view.el (mm-inline-text): Don't strip text props unless
2869         decoding enriched or richtext parts.
2870
2871 2005-09-25  Romain Francoise  <romain@orebokech.com>
2872
2873         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
2874         * gnus-start.el (gnus-subscribe-interactively):
2875         * gnus-uu.el (gnus-uu-grab-articles):
2876         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
2877         space.
2878
2879 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
2880
2881         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2882         * mm-view.el (mm-view-pkcs7-decrypt):
2883         * gnus-sum.el (gnus-summary-limit-to-extra)
2884         (gnus-summary-respool-article, gnus-read-move-group-name):
2885         * gnus-score.el (gnus-summary-increase-score):
2886         * gnus-util.el (gnus-completing-read-with-default):
2887         * gnus-art.el (gnus-read-save-file-name)
2888         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
2889         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
2890         * message.el (message-check-news-header-syntax):
2891         Follow convention for reading with the minibuffer.
2892
2893 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
2894
2895         * spam-report.el (spam-report-url-ping-plain):
2896         Use gnus-extended-version as User-Agent.
2897
2898         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
2899         default value is nil.
2900
2901         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
2902         (mm-uu-verbatim-marks-extract): New function.
2903         (mm-uu-extract): New face.
2904         (mm-uu-copy-to-buffer): Use it.
2905
2906         * spam-report.el (spam-report-gmane-ham): Renamed from
2907         `spam-report-gmane-unspam'.
2908         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
2909         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
2910
2911         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
2912         Autoload.
2913         (spam-report-gmane-unregister-routine): Renamed
2914         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
2915
2916 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
2917
2918         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
2919         (spam-report-gmane-unregister-routine): added support for gmane
2920         unregistration
2921
2922         * spam-report.el (spam-report-gmane-unspam)
2923         (spam-report-gmane-spam): new wrappers around spam-report-gmane
2924         (spam-report-gmane): changed to take a single article and do
2925         unspam registration
2926
2927 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2928
2929         * mm-url.el (mm-url-decode-entities): Fix regexp.
2930
2931 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2932
2933         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
2934         default to nil, to be able to use Gnus at all.  If the default
2935         switches to something else, then the function should be fixed not
2936         be exceedingly slow.
2937
2938 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
2939
2940         * gnus-start.el (gnus-activate-group): if the server is nil, don't
2941         fail hard
2942
2943         * spam-report.el: better Keywords line
2944
2945         * spam.el: added Maintainer and better Keywords line
2946
2947 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2948
2949         * gnus-art.el (gnus-article-replace-part)
2950         (gnus-mime-replace-part): New functions.
2951         (gnus-mime-action-alist, gnus-mime-button-commands)
2952         (gnus-mime-save-part-and-strip): Added file argument.
2953         (gnus-article-part-wrapper): Added interactive argument.
2954
2955         * gnus-sum.el (gnus-summary-mime-map): Add
2956         `gnus-article-replace-part'.
2957
2958 2005-09-19  Didier Verna  <didier@xemacs.org>
2959
2960         The nnml compaction feature:
2961         * nnml.el (nnml-request-compact-group): New function.
2962         * nnml.el (nnml-request-compact): New function.
2963         * gnus-int.el (gnus-request-compact-group): New function.
2964         * gnus-int.el (gnus-request-compact): New function.
2965         * gnus-group.el (gnus-group-compact-group): New function.
2966         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
2967         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
2968         * gnus-srvr.el (gnus-server-compact-server): New function.
2969         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
2970         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
2971
2972 2005-09-18  Deepak Goel  <deego@gnufans.org>
2973
2974         * sieve.el (sieve-help): Fix `message' call: first arg should be a
2975         format spec.
2976
2977 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * gnus.el (gnus-group-startup-message): Bind image-load-path.
2980
2981 2005-09-15  Romain Francoise  <romain@orebokech.com>
2982
2983         * message.el (message-fill-paragraph): Clarify docstring.
2984
2985 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * gnus-art.el (gnus-mime-display-part): Protect against broken
2988         MIME messages.
2989
2990 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
2993         before parsing header.
2994
2995 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
2996
2997         * html2text.el: (html2text-replace-list): Add new entities.
2998
2999 2005-09-11  Romain Francoise  <romain@orebokech.com>
3000
3001         * message.el (message-alternative-emails): Improve docstring.
3002         (message-setup-1): Call `message-use-alternative-email-as-from'
3003         after `message-setup-hook' to give it precedence over posting
3004         styles, etc.
3005         (message-use-alternative-email-as-from): Add docstring.  Remove
3006         the original From header if present.
3007
3008         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3009         (nnml-save-mail): Use it.
3010
3011         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3012         articles.  Add new argument `silent'.
3013         (gnus-uu-mark-all): Report the total number of marked articles.
3014
3015 2005-09-10  Romain Francoise  <romain@orebokech.com>
3016
3017         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3018         (gnus-uu-mark-series): Likewise.
3019
3020 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3021
3022         * spam-report.el (spam-report-gmane): Fix generation of spam
3023         report URL.
3024
3025 2005-09-10  Simon Josefsson  <jas@extundo.com>
3026
3027         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3028         t, based on discussion on the ding list with Robert Epprecht
3029         <epprecht@solnet.ch>.
3030
3031 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3032
3033         * spam-report.el (spam-report-gmane): Make it work without
3034         X-Report-Spam header.  Gmane now only provides Archived-At.
3035         This is only used if `spam-report-gmane-use-article-number' is nil.
3036         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3037
3038         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3039         make `gnus-summary-sort-by-recipient' work with threading.
3040
3041         * nnweb.el (nnweb-google-wash-article): Print a message if article
3042         is not available.
3043
3044 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3045
3046         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
3047         change.  Decode text/* parts content before displaying.
3048
3049 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3050
3051         * mml-smime.el: Remove defvar of gnus-extract-address-components.
3052
3053 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * mm-view.el (mm-display-inline-fontify): Disable support modes.
3056
3057         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
3058         url-package-name, url-package-version,
3059         w3m-cid-retrieve-function-alist, w3m-current-buffer,
3060         w3m-display-inline-images, and w3m-minor-mode-map.
3061
3062 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
3063
3064         * message.el (message-tab-body-function): Fixed mismatched custom
3065         type.
3066
3067         * gnus.el (gnus-group-change-level-function): Ditto.
3068
3069         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
3070
3071         * gnus-art.el (gnus-signature-limit)
3072         (gnus-article-mime-part-function): Ditto.
3073
3074 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * mml.el (mml-mode): Silence the byte compiler.
3077
3078         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
3079         using `(sit-for 0)' before moving the point to the specified part;
3080         skip unbuttonized parts.
3081         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
3082         return to the summary window if gnus-auto-select-part is non-nil.
3083
3084 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
3085
3086         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
3087         variables.
3088         (mml-dnd-attach-file, mml-mode): Use them.
3089
3090         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
3091         Make fetching article by MID work again for Google Groups.  Added
3092         FIXME concerning gnus-group-make-web-group.
3093
3094         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
3095         Don't depend on Gnus by using mail-extract-address-components if
3096         gnus-extract-address-components is not bound.
3097
3098 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099
3100         * gnus-art.el (gnus-mime-display-security): Don't display the
3101         signature, but only the signed part.
3102
3103 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
3106
3107         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
3108         list, not listp.
3109
3110 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3111
3112         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3113         when encoding.
3114
3115         * mm-bodies.el (mm-decode-content-transfer-encoding):
3116         De-canonicalize CRLF for all text content types, not just
3117         text/plain.
3118
3119 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3120
3121         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3122         valid article; point arrow and cursor at the MIME button.
3123
3124 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3125
3126         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3127         Suggested by Dan Christensen <jdc@uwo.ca>.
3128
3129         * mm-decode.el (mm-save-part): Enable change of prompt.
3130
3131 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3132
3133         * gnus-msg.el (gnus-inews-add-send-actions): Made
3134         `message-post-method' lambda parameter ARG `&optional'.
3135
3136 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3137
3138         * gnus-sum.el (gnus-summary-mime-map): Added
3139         gnus-article-save-part-and-strip, gnus-article-delete-part and
3140         gnus-article-jump-to-part.
3141
3142         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3143         (gnus-article-edit-part): Use it.
3144         (gnus-article-part-wrapper): Added no-handle argument.
3145         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3146         functions.
3147
3148 2005-08-29  Romain Francoise  <romain@orebokech.com>
3149
3150         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3151         docstring.
3152         (gnus-face-from-file): Likewise.
3153
3154 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3155
3156         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3157         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3158         non-nil.
3159         (gnus-auto-select-part): New variable.
3160         (gnus-article-jump-to-part): New function.
3161         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3162         (gnus-mime-delete-part): Allow selecting specified part after
3163         deleting or stripping parts.
3164         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3165         part if argument is bogus.
3166
3167 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3168
3169         * gnus-art.el (w3m-minor-mode-map):
3170         * gnus-spec.el (gnus-newsrc-file-version):
3171         * gnus-util.el (nnmail-active-file-coding-system)
3172         (gnus-original-article-buffer, gnus-user-agent):
3173         * gnus.el (gnus-ham-process-destinations)
3174         (gnus-parameter-ham-marks-alist)
3175         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3176         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3177         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3178         * mm-decode.el (gnus-current-window-configuration):
3179         * mm-extern.el (gnus-article-mime-handles):
3180         * mm-url.el (url-current-object, url-package-name)
3181         (url-package-version):
3182         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3183         (smime-keys, w3m-cid-retrieve-function-alist)
3184         (w3m-current-buffer, w3m-display-inline-images)
3185         (w3m-minor-mode-map):
3186         * mml-smime.el (gnus-extract-address-components):
3187         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3188         (gnus-newsrc-hashtb, message-default-charset)
3189         (message-deletable-headers, message-options)
3190         (message-posting-charset, message-required-mail-headers)
3191         (message-required-news-headers):
3192         * mml1991.el (mc-pgp-always-sign):
3193         * mml2015.el (mc-pgp-always-sign):
3194         * nnheader.el (nnmail-extra-headers):
3195         * rfc1843.el (gnus-decode-encoded-word-function)
3196         (gnus-decode-header-function, gnus-newsgroup-name):
3197         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3198
3199 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3200
3201         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3202         the end of the date treatments.
3203
3204 2005-08-15  Simon Josefsson  <jas@extundo.com>
3205
3206         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3207         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3208         Capello and Romain Francoise.
3209         (pgg-fetch-key-function): Removed, not used?
3210         (pgg-insert-url-with-w3): Require url, to get
3211         url-insert-file-contents regardless of where it is defined.
3212
3213 2005-08-13  Romain Francoise  <romain@orebokech.com>
3214
3215         * message.el (message-cite-original-1): New function.
3216         (message-cite-original): Use it.
3217         (message-cite-original-without-signature): Ditto.
3218
3219 2005-08-08  Romain Francoise  <romain@orebokech.com>
3220
3221         * message.el (message-yank-empty-prefix): New variable.
3222         (message-indent-citation): Use it.
3223         (message-cite-original-without-signature): Respect X-No-Archive.
3224
3225 2005-08-08  Simon Josefsson  <jas@extundo.com>
3226
3227         * pgg.el: Autoload url-insert-file-contents instead of loading
3228         w3/url.
3229         (pgg-insert-url-with-w3): Don't load url here.
3230
3231 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3232
3233         * message.el (message-kill-to-signature): Don't insert newline at
3234         bol.
3235         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3236
3237 2005-08-06  Romain Francoise  <romain@orebokech.com>
3238
3239         * message.el (message-user-fqdn): Fix typo in docstring.
3240
3241 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3242
3243         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3244
3245         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3246
3247 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * mm-bodies.el (mm-encode-body): Use coding system rather than
3250         charset to encode text.
3251
3252         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3253         number of charsets if utf-8 is available (XEmacs).
3254
3255 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3256
3257         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3258         taken from `gnus-button-mid-or-mail-regexp'.
3259         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3260         (gnus-button-alist): Improve regexp for domain part of the MIDs
3261         for news:localpart@domain buttons.
3262         (gnus-button-ctan-directory-regexp): Update.
3263
3264 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * sieve-manage.el (sieve-manage-interactive-login): Use
3267         make-local-variable rather than make-variable-buffer-local.
3268         (sieve-manage-open): Ditto.
3269         (sieve-manage-authenticate): Ditto.
3270
3271         * mml.el (mml-generate-mime-1): Make the content type default to
3272         text/plain if the filename is not specified.
3273
3274 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3277         instead of insert-buffer.
3278
3279         * message.el (message-yank-original): Ditto; set the mark at the
3280         end of the yanked message.
3281
3282 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3283
3284         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3285         lines to scroll rather than to stop it.
3286
3287         * mml.el (mml-generate-default-type): Add doc string.
3288         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3289         default to application/octet-stream when determining the content
3290         type if it is not specified for the part or the mml contents; add
3291         a comment about mml-generate-default-type.
3292
3293 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3294
3295         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3296         make it default to application/octet-stream when determining the
3297         content type if it is not specified for the external contents.
3298
3299 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3302         segmented parameter but also other parameters might be there.
3303
3304 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * mm-decode.el (mm-display-external): Delete temp file, directory
3307         and buffer immediately if the external process is exited.
3308
3309 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3312         fewer lines than that of scroll-margin.
3313         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3314
3315 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * gnus-art.el (gnus-article-next-page): Revert.
3318         (gnus-article-beginning-of-window): New macro.
3319         (gnus-article-next-page-1): Use it.
3320         (gnus-article-prev-page): Ditto.
3321         (gnus-article-edit-part): Use insert-buffer-substring instead of
3322         insert-buffer.
3323         (gnus-article-edit-exit): Ditto.
3324
3325         * gnus-util.el (gnus-beginning-of-window): Remove.
3326         (gnus-end-of-window): Remove.
3327
3328         * lpath.el: Don't bind header-line-format and scroll-margin.
3329
3330 2005-07-25  Simon Josefsson  <jas@extundo.com>
3331
3332         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
3333         to have the url package without w3.  Reported by Daiki Ueno
3334         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
3335
3336 2005-07-20  Didier Verna  <didier@xemacs.org>
3337
3338         * gnus-diary.el: Remove the description comment (nndiary is now
3339         properly documented in the Gnus manual).
3340         Fix the spelling of "Back End".
3341         * nndiary.el: Ditto.
3342         Fix the copyright notice.
3343
3344 2005-07-18  Romain Francoise  <romain@orebokech.com>
3345
3346         * gnus-sum.el (gnus-summary-to-prefix,
3347         gnus-summary-newsgroup-prefix): New variables.
3348         (gnus-summary-from-or-to-or-newsgroups): Use them.
3349
3350 2005-07-17  Romain Francoise  <romain@orebokech.com>
3351
3352         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
3353         space as it's generally not especially interesting to the user.
3354
3355 2005-07-16  Romain Francoise  <romain@orebokech.com>
3356
3357         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
3358         nil to avoid prompting and file modification if one of the
3359         messages at the top of the nnfolder file contains a copyright
3360         notice.
3361         Update copyright notice.
3362
3363         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
3364         instead of `current-time-string' as the latter creates a time
3365         string that is not RFC 2822 compliant (it lacks the zone).
3366         Update copyright notice.
3367
3368 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3369
3370         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
3371         for text/rtf.  Display default in prompt.  Pass default for M-n.
3372
3373         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
3374
3375 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * gnus-msg.el (gnus-button-mailto): Remove
3378         save-selected-window-window hackery because it relies on
3379         save-selected-window internals.
3380
3381 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
3384         (gnus-article-next-page-1): Use gnus-beginning-of-window.
3385         (gnus-article-prev-page): Ditto.
3386
3387         * gnus-util.el (gnus-beginning-of-window): New function.
3388         (gnus-end-of-window): New function.
3389
3390         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
3391
3392 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3393
3394         * gnus-score.el (gnus-score-edit-all-score): Set
3395         gnus-score-edit-exit-function to gnus-score-edit-done and call
3396         gnus-message.
3397
3398 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3399
3400         * gnus-msg.el (gnus-button-mailto): Remove
3401         save-selected-window-window hackery because it relies on
3402         save-selected-window internals.
3403
3404 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
3407         add-minor-mode.
3408         (gnus-binary-mode): Ditto.
3409
3410         * gnus-topic.el (gnus-topic-mode): Ditto.
3411
3412 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
3413
3414         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
3415         (gnus-article-prev-page): Take scroll-margin into consideration.
3416
3417 2005-07-04  Lute Kamstra  <lute@gnu.org>
3418
3419         Update FSF's address in GPL notices.
3420
3421 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3422
3423         * gnus.el (gnus-exit):
3424         * gnus-group.el (gnus-group-icons):
3425         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
3426
3427         * gnus-nocem.el (gnus-nocem):
3428         * message.el (message-various, message-buffers, message-sending)
3429         (message-interface, message-forwarding, message-insertion)
3430         (message-headers, message-news, message-mail):
3431         * pgg-gpg.el (pgg-gpg):
3432         * pgg-parse.el (pgg-parse):
3433         * pgg-pgp.el (pgg-pgp):
3434         * pgg-pgp5.el (pgg-pgp5):
3435         * pop3.el (pop3): Finish `defgroup' description with period.
3436
3437 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * gnus-art.el (article-display-face): Improve the efficiency.
3440         (article-display-x-face): Ditto; remove grey x-face stuff.
3441
3442 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gnus-art.el (article-display-face): Correct the position in
3445         which Faces are inserted.
3446
3447 2005-06-29  Didier Verna  <didier@xemacs.org>
3448
3449         * gnus-art.el (article-display-face): Display faces in correct
3450         order.
3451
3452 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
3455         (gnus-fill-real-hashtb): Use hash table instead of obarray.
3456         (gnus-nocem-check-article): Fetch the Type header.
3457         (gnus-nocem-message-wanted-p): Fix the way to examine types.
3458         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
3459         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
3460         make sure gnus-nocem-hashtb is initialized.
3461         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
3462         (gnus-nocem-unwanted-article-p): Ditto.
3463
3464         * pgg.el (pgg-verify): Return the verification result.
3465
3466 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3467
3468         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
3469         is ascii.
3470
3471 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3472
3473         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
3474         `show-nonbreak-escape'.
3475
3476 2005-06-23  Lute Kamstra  <lute@gnu.org>
3477
3478         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
3479
3480         * dig.el (dig-mode):
3481         * smime.el (smime-mode): Use gnus-run-mode-hooks.
3482
3483 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3484
3485         * nnimap.el (nnimap-split-download-body): Fix spellings.
3486
3487 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3488
3489         * gnus-art.el (gnus-article-encrypt-body):
3490         * gnus-cus.el (gnus-score-customize):
3491         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
3492         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
3493
3494 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3495
3496         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
3497         header by looking for magic "MII" at the beginnig.
3498
3499 2005-06-16  Miles Bader  <miles@gnu.org>
3500
3501         * gnus-xmas.el (gnus-xmas-group-startup-message):
3502         Use renamed gnus-splash face.
3503
3504         * assistant.el (assistant-field): Remove "-face" suffix from face name.
3505         (assistant-field-face): New backward-compatibility alias for renamed
3506         face.
3507         (assistant-render-text): Use renamed assistant-field face.
3508
3509         * spam.el (spam): Remove "-face" suffix from face name.
3510         (spam-face): New backward-compatibility alias for renamed face.
3511         (spam-face, spam-initialize): Use renamed spam face.
3512
3513         * message.el (message-header-to, message-header-cc)
3514         (message-header-subject, message-header-newsgroups)
3515         (message-header-other, message-header-name)
3516         (message-header-xheader, message-separator, message-cited-text)
3517         (message-mml): Remove "-face" suffix from face names.
3518         (message-header-to-face, message-header-cc-face)
3519         (message-header-subject-face, message-header-newsgroups-face)
3520         (message-header-other-face, message-header-name-face)
3521         (message-header-xheader-face, message-separator-face)
3522         (message-cited-text-face, message-mml-face):
3523         New backward-compatibility aliases for renamed faces.
3524         (message-font-lock-keywords): Use renamed message faces.
3525
3526         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
3527         (sieve-test-commands, sieve-tagged-arguments):
3528         Remove "-face" suffix from face names.
3529         (sieve-control-commands-face, sieve-action-commands-face)
3530         (sieve-test-commands-face, sieve-tagged-arguments-face):
3531         New backward-compatibility aliases for renamed faces.
3532         (sieve-control-commands-face, sieve-action-commands-face)
3533         (sieve-test-commands-face, sieve-tagged-arguments-face):
3534         Use renamed sieve faces.
3535
3536         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
3537         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
3538         (gnus-group-news-3-empty, gnus-group-news-4)
3539         (gnus-group-news-4-empty, gnus-group-news-5)
3540         (gnus-group-news-5-empty, gnus-group-news-6)
3541         (gnus-group-news-6-empty, gnus-group-news-low)
3542         (gnus-group-news-low-empty, gnus-group-mail-1)
3543         (gnus-group-mail-1-empty, gnus-group-mail-2)
3544         (gnus-group-mail-2-empty, gnus-group-mail-3)
3545         (gnus-group-mail-3-empty, gnus-group-mail-low)
3546         (gnus-group-mail-low-empty, gnus-summary-selected)
3547         (gnus-summary-cancelled, gnus-summary-high-ticked)
3548         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
3549         (gnus-summary-high-ancient, gnus-summary-low-ancient)
3550         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
3551         (gnus-summary-low-undownloaded)
3552         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
3553         (gnus-summary-low-unread, gnus-summary-normal-unread)
3554         (gnus-summary-high-read, gnus-summary-low-read)
3555         (gnus-summary-normal-read, gnus-splash):
3556         Remove "-face" suffix from face names.
3557         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3558         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3559         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3560         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3561         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3562         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3563         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3564         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3565         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3566         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3567         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3568         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3569         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3570         (gnus-summary-normal-ticked-face)
3571         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
3572         (gnus-summary-normal-ancient-face)
3573         (gnus-summary-high-undownloaded-face)
3574         (gnus-summary-low-undownloaded-face)
3575         (gnus-summary-normal-undownloaded-face)
3576         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3577         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3578         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3579         (gnus-splash-face):
3580         New backward-compatibility aliases for renamed faces.
3581         (gnus-group-startup-message): Use renamed gnus faces.
3582
3583         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
3584         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
3585         (gnus-server-agent): Remove "-face" suffix from face names.
3586         (gnus-server-agent-face, gnus-server-opened-face)
3587         (gnus-server-closed-face, gnus-server-denied-face)
3588         (gnus-server-offline-face):
3589         New backward-compatibility aliases for renamed faces.
3590         (gnus-server-agent-face, gnus-server-opened-face)
3591         (gnus-server-closed-face, gnus-server-denied-face)
3592         (gnus-server-offline-face): Use renamed gnus faces.
3593
3594         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
3595         Remove "-face" suffix from face names.
3596         (gnus-picon-xbm-face, gnus-picon-face):
3597         New backward-compatibility aliases for renamed faces.
3598
3599         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
3600         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
3601         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
3602         (gnus-cite-11): Remove "-face" suffix from face names.
3603         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
3604         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
3605         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
3606         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
3607         New backward-compatibility aliases for renamed faces.
3608         (gnus-cite-attribution-face, gnus-cite-face-list)
3609         (gnus-article-boring-faces): Use renamed gnus faces.
3610
3611         * gnus-art.el (gnus-signature, gnus-header-from)
3612         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
3613         (gnus-header-content): Remove "-face" suffix from face names.
3614         (gnus-signature-face, gnus-header-from-face)
3615         (gnus-header-subject-face, gnus-header-newsgroups-face)
3616         (gnus-header-name-face, gnus-header-content-face):
3617         New backward-compatibility aliases for renamed faces.
3618         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
3619
3620         * gnus-sum.el (gnus-summary-selected-face)
3621         (gnus-summary-highlight): Use renamed gnus faces.
3622         * gnus-group.el (gnus-group-highlight): Likewise.
3623
3624 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
3625
3626         * gnus-sieve.el (gnus-sieve-article-add-rule):
3627         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
3628         * spam-stat.el (spam-stat-buffer-change-to-spam)
3629         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
3630
3631         * message.el (message-is-yours-p):
3632         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
3633
3634 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * mm-view.el (mm-inline-text): Withdraw the last change.
3637
3638 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
3641         executing enriched-decode.
3642
3643 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
3646         charset of tar files.
3647
3648 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
3649
3650         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
3651
3652 2005-06-04  Lute Kamstra  <lute@gnu.org>
3653
3654         * nnfolder.el (nnfolder-read-folder): Make sure that undo
3655         information is never recorded.
3656
3657 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3658
3659         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
3660
3661 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * pop3.el (pop3-apop): Run md5 in the binary mode.
3664
3665         * starttls.el (starttls-set-process-query-on-exit-flag):
3666         Use eval-and-compile.
3667
3668 2005-05-31  Simon Josefsson  <jas@extundo.com>
3669
3670         * smime.el (smime-replace-in-string): Define.
3671         (smime-cert-by-ldap-1): Use it.
3672
3673 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3674
3675         * gnus-art.el (article-display-x-face): Replace
3676         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3677
3678         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
3679         set-process-query-on-exit-flag or process-kill-without-query.
3680
3681         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
3682         loop instead of replace-regexp.
3683
3684         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
3685         instead of process-kill-without-query if it is available.
3686
3687         * lpath.el: Fbind ldap-search-entries.
3688
3689         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
3690         instead of find-file-hooks if it is available.
3691
3692         * mml1991.el: Bind pgg-default-user-id when compiling.
3693
3694         * mml2015.el: Bind pgg-default-user-id when compiling.
3695
3696         * nndraft.el (nndraft-request-associate-buffer):
3697         Use write-contents-functions instead of write-contents-hooks if it is
3698         available.
3699
3700         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
3701         instead of find-file-hooks if it is available.
3702
3703         * nntp.el (nntp-open-connection): Replace
3704         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3705         (nntp-open-ssl-stream): Ditto.
3706         (nntp-open-tls-stream): Ditto.
3707
3708         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
3709         set-process-query-on-exit-flag or process-kill-without-query.
3710         (starttls-open-stream-gnutls): Use it instead of
3711         process-kill-without-query.
3712         (starttls-open-stream): Ditto.
3713
3714 2005-05-31  Ulf Stegemann <ulf@zeitform.de>  (tiny change)
3715
3716         * smime.el (smime-cert-by-ldap-1): Don't use
3717         replace-regexp-in-string.
3718
3719 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3720
3721         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
3722
3723         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
3724         in PEM format. Adjust to the XEmacs compability.
3725
3726 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
3727
3728         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
3729         by `string-to-number'.
3730         * gnus-agent.el (gnus-agent-regenerate-group)
3731         (gnus-agent-fetch-articles): Ditto.
3732         * gnus-art.el (gnus-button-fetch-group): Ditto.
3733         * gnus-cache.el (gnus-cache-generate-active)
3734         (gnus-cache-articles-in-group): Ditto.
3735         * gnus-group.el (gnus-group-set-current-level)
3736         (gnus-group-insert-group-line): Ditto.
3737         * gnus-score.el (gnus-score-set-expunge-below)
3738         (gnus-score-set-mark-below, gnus-summary-score-effect)
3739         (gnus-summary-score-entry): Ditto.
3740         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
3741         (gnus-soup-pack): Ditto.
3742         * gnus-spec.el (gnus-xmas-format): Ditto.
3743         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
3744         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
3745         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
3746         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
3747         * nndb.el (nndb-get-remote-expire-response): Ditto.
3748         * nndiary.el (nndiary-parse-schedule-value)
3749         (nndiary-string-to-number, nndiary-request-replace-article)
3750         (nndiary-request-article): Ditto.
3751         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
3752         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
3753         * nneething.el (nneething-make-head): Ditto.
3754         * nnfolder.el (nnfolder-request-article)
3755         (nnfolder-retrieve-headers): Ditto.
3756         * nnheader.el (nnheader-file-to-number): Ditto.
3757         * nnkiboze.el (nnkiboze-request-article): Ditto.
3758         * nnmail.el (nnmail-process-unix-mail-format)
3759         (nnmail-process-babyl-mail-format): Ditto.
3760         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
3761         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
3762         (nnmh-request-create-group, nnmh-request-list-1)
3763         (nnmh-request-group, nnmh-request-article): Ditto.
3764         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
3765         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
3766         * nnsoup.el (nnsoup-make-active): Ditto.
3767         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
3768         * nntp.el (nntp-find-group-and-number)
3769         (nntp-retrieve-headers-with-xover): Ditto.
3770         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
3771         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
3772         (pgg-format-key-identifier): Ditto.
3773         * pop3.el (pop3-last, pop3-stat): Ditto.
3774         * qp.el (quoted-printable-decode-region): Ditto.
3775
3776         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
3777         of concat.
3778
3779 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
3782
3783         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
3784
3785         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
3786
3787         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
3788
3789         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
3790
3791         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
3792
3793         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
3794         (gnus-carpal-mode): Ditto.
3795
3796         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
3797         (gnus-browse-mode): Ditto.
3798
3799         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
3800
3801         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
3802
3803 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3804
3805         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
3806
3807 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3808
3809         * gnus-util.el (gnus-run-mode-hooks): New function.
3810
3811         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
3812
3813         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
3814         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
3815
3816 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3817
3818         * gnus-agent.el (gnus-agent-make-mode-line-string):
3819         Use mode-line-highlight as mouse-face.
3820
3821 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * canlock.el (canlock): Change the parent group to news.
3824
3825         * deuglify.el (gnus-outlook-deuglify): Add :group.
3826
3827         * dig.el (dig): Add :group.
3828
3829         * dns-mode.el (dns-mode): Add :group.
3830
3831         * encrypt.el (encrypt): Add :group.
3832
3833         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
3834         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
3835         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
3836         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
3837         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
3838
3839         * gnus-diary.el (gnus-diary): Add :group.
3840
3841         * gnus.el (gnus-group-news-1-face): Add :group.
3842         (gnus-group-news-1-empty-face): Ditto.
3843         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
3844         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
3845         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
3846         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
3847         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
3848         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
3849         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
3850         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
3851         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
3852         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
3853         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
3854         (gnus-summary-high-ticked-face): Ditto.
3855         (gnus-summary-low-ticked-face): Ditto.
3856         (gnus-summary-normal-ticked-face): Ditto.
3857         (gnus-summary-high-ancient-face): Ditto.
3858         (gnus-summary-low-ancient-face): Ditto.
3859         (gnus-summary-normal-ancient-face): Ditto.
3860         (gnus-summary-high-undownloaded-face): Ditto.
3861         (gnus-summary-low-undownloaded-face): Ditto.
3862         (gnus-summary-normal-undownloaded-face): Ditto.
3863         (gnus-summary-high-unread-face): Ditto.
3864         (gnus-summary-low-unread-face): Ditto.
3865         (gnus-summary-normal-unread-face): Ditto.
3866         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
3867         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
3868
3869         * hashcash.el (hashcash): New custom group.
3870         (hashcash-default-payment): Add :group.
3871         (hashcash-payment-alist): Ditto.
3872         (hashcash-default-accept-payment): Ditto.
3873         (hashcash-accept-resources): Ditto.
3874         (hashcash-path): Ditto.
3875         (hashcash-extra-generate-parameters): Ditto.
3876         (hashcash-double-spend-database): Ditto.
3877         (hashcash-in-news): Ditto.
3878
3879         * message.el (message-minibuffer-local-map): Add :group.
3880
3881         * netrc.el (netrc): Add :group.
3882
3883         * sieve-manage.el (sieve-manage-log): Add :group.
3884         (sieve-manage-default-user): Diito.
3885         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
3886         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
3887         (sieve-manage-authenticators): Ditto.
3888         (sieve-manage-authenticator-alist): Ditto.
3889         (sieve-manage-default-port): Ditto.
3890
3891         * sieve-mode.el (sieve-control-commands-face): Add :group.
3892         (sieve-action-commands-face): Ditto.
3893         (sieve-test-commands-face): Ditto.
3894         (sieve-tagged-arguments-face): Ditto.
3895
3896         * smime.el (smime): Add :group.
3897
3898         * spam-report.el (spam-report): Add :group.
3899
3900         * spam.el (spam, spam-face): Add :group.
3901
3902 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3903
3904         * nntp.el (nntp-next-result-arrived-p): Some news servers may
3905         return \n.\n.\n at the end of articles.  Protect against that.
3906         (nntp-with-open-group): Allow debugging.
3907
3908         * nnheader.el (mail-header-set-extra): Make into a function
3909         because I just could't understand how to quote the list properly.
3910
3911         * dns.el (query-dns-cached): New function.
3912
3913 2005-05-26  Lute Kamstra  <lute@gnu.org>
3914
3915         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
3916
3917 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
3920
3921         * gnus-art.el: Don't autoload mail-extract-address-components.
3922
3923         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
3924         eval-and-compile to evaluate it.
3925
3926         * hashcash.el: Don't autoload executable-find.
3927
3928         * nndb.el: Don't declare the nndb back end two or more times; don't
3929         autoload news-reply-mode, news-setup, cancel-timer and telnet.
3930
3931         * nntp.el: Autoload format-spec instead of format; use
3932         eval-and-compile to evaluate autoload forms.
3933
3934 2005-05-09  Georg C. F. Greve <greve@gnu.org>  (tiny change)
3935
3936         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
3937
3938 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * gnus.el (gnus-version-number): Bump version.
3941
3942 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3943
3944         * gnus.el: No Gnus v0.3 is released.
3945
3946 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * lpath.el (featurep): Bind show-nonbreak-escape.
3949
3950 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * gnus-art.el (gnus-article-edit-part): Disable undo.
3953
3954 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3955
3956         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
3957         gnus-article-date-lapsed-new-header is t if date timer is active;
3958         skip headers in which the original date value is empty.
3959         (gnus-article-save-original-date): Redefine it as a macro.
3960         (gnus-display-mime): Use it.
3961
3962 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * gnus-art.el (article-date-ut): Support converting date in
3965         forwarded parts as well.
3966         (gnus-article-save-original-date): New function.
3967         (gnus-display-mime): Use it.
3968
3969 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
3970
3971         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
3972         enclosure element of <item>.
3973
3974 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
3975
3976         * message.el (message-kill-buffer-query): Renamed from
3977         `message-kill-buffer-query-if-modified'.  Added :version.
3978
3979 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3980
3981         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
3982         window layout.
3983
3984 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * mml.el: Autoload dnd when compiling.
3987
3988 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3989
3990         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
3991         x-dnd-*.
3992
3993 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * qp.el (quoted-printable-encode-region): Save excursion.
3996
3997 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3998
3999         * message.el (message-kill-buffer-query-if-modified): new variable
4000         so the user can kill a modified message buffer quickly
4001         (message-kill-buffer): use it.
4002
4003 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * lpath.el: Fbind display-time-event-handler; don't fbind
4006         string-to-multibyte.
4007
4008         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4009
4010 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4013         contained in text because xml.el decodes entities) with LFs.
4014
4015 2005-04-11  Lute Kamstra  <lute@gnu.org>
4016
4017         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4018         differently.
4019
4020 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4021
4022         * mm-util.el (mm-detect-coding-region): Typo.
4023
4024 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4025
4026         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4027
4028 2005-04-06  D Goel  <deego@gnufans.org>
4029
4030         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4031         user-function allow user modifications of the scores.
4032         (spam-stat-score-buffer-user): New function, to allow
4033         user-computed modifications to the score.
4034         (spam-stat-score-buffer-user-functions): list of additional
4035         scoring functions
4036         (spam-stat-error-holder): global temporary error holder
4037         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4038         variable
4039
4040 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4041
4042         * gnus-registry.el (gnus-registry-clean-empty-function)
4043         (gnus-registry-trim, gnus-registry-fetch-groups)
4044         (gnus-registry-delete-group): now groups that match
4045         `gnus-registry-ignored-groups' will be removed from the registry
4046         entries, not just ignored for splitting.  This helps clean up the
4047         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
4048         to get all the groups a message ID is in.
4049
4050         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
4051         (spam-stat-split-fancy): changed "threshhold" to "threshold"
4052         (spam-stat-score-buffer-user-functions): added :number custom type
4053
4054 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
4057         argument in XEmacs.
4058
4059         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
4060         (nnrss-request-group): Decode group name first.
4061         (nnrss-request-article): Make a text/plain article if mml-to-mime
4062         failed.
4063         (nnrss-get-encoding): Return a compatible encoding according to
4064         nnrss-compatible-encoding-alist.
4065         (nnrss-find-el): Use consp instead of listp.
4066         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
4067
4068 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4069
4070         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
4071         which Emacs 20 doesn't support.
4072         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
4073
4074 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4075
4076         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
4077         silence the byte compiler inside the defun
4078
4079         * gnus-demon.el (parse-time-string): Add autoload.
4080
4081         * gnus-delay.el (parse-time-string): Add autoload.
4082
4083         * gnus-art.el (parse-time-string): Add autoload.
4084
4085         * nnultimate.el (parse-time): Require for `parse-time-string'.
4086
4087 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4088
4089         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
4090
4091         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
4092
4093         * smime.el (smime-ldap-host-list): Add :version.
4094
4095 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4096
4097         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
4098         pass it to `gnus-browse-read-group'.
4099         (gnus-browse-read-group): Add NUMBER argument and pass it to
4100         `gnus-group-read-ephemeral-group'.
4101
4102         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
4103         argument and pass it to `gnus-group-read-group'.
4104
4105 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
4106
4107         * mm-util.el (mm-xemacs-find-mime-charset): Only call
4108         mm-xemacs-find-mime-charset-1 if we have the mule feature
4109         available at runtime.
4110
4111 2005-03-25  Werner Lemberg  <wl@gnu.org>
4112
4113         * nnmaildir.el: Replace `illegal' with `invalid'.
4114
4115 2005-03-23  Lute Kamstra  <lute@gnu.org>
4116
4117         * time-date.el: Add comment on time value formats.
4118         Don't require parse-time.
4119         (with-decoded-time-value): New macro.
4120         (encode-time-value): New function.
4121         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4122         (days-to-time): Return a valid time value when arg is huge.
4123         (time-since): Use time-subtract.
4124         (time-to-number-of-days): Use time-to-seconds.
4125
4126 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4127
4128         * gnus-start.el (gnus-display-time-event-handler):
4129         Check display-time-timer at runtime rather than only at load time
4130         in case display-time-mode is turned off in the mean time.
4131
4132 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4133
4134         * nnimap.el (nnimap-open-connection): Print which authinfo file is
4135         used.
4136
4137         * nneething.el (nneething-map-file-directory): Derive from
4138         `gnus-directory'.
4139
4140         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4141         the To/Cc button.
4142
4143 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * nnmaildir.el (nnmaildir-request-accept-article):
4146         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4147
4148 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4149
4150         * gnus-async.el: Require timer-funcs at compile time when in
4151         XEmacs for `run-with-idle-timer'.
4152
4153 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4154
4155         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4156         autoloaded function.
4157
4158 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4159
4160         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4161
4162 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4163
4164         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4165
4166 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167
4168         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4169         gnus-expert-user to default.
4170
4171 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4172
4173         * nnimap.el (nnimap-open-server): Ditto.
4174
4175         * imap.el (imap-authenticate): Fix typo.
4176
4177 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4178
4179         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4180         buffer (since IMAP server might return FETCH response out of
4181         order, and the nntp buffer must be sorted).
4182
4183 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4184
4185         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4186         comparison on string.
4187
4188         * gnus-agent.el (gnus-agent-long-article,
4189         gnus-agent-short-article, gnus-agent-score): Renamed category
4190         keywords to match gnus-cus.
4191         (gnus-agent-summary-fetch-series): Modified to protect against
4192         gnus-agent-summary-fetch-group clearing processable flags.
4193         (gnus-agent-synchronize-group-flags): Update live group buffer as
4194         synchronization may occur due to the user toggle the plugged
4195         status.
4196         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4197         successfully downloaded.
4198         (gnus-agent-expire-group-1): Avoid using markers when the overview
4199         is in ascending order; greatly improves performance.
4200         (gnus-agent-regenerate-group): Use
4201         gnus-agent-synchronize-group-flags to reset read status in both
4202         gnus and server.
4203         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4204
4205 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4206
4207         * message.el: Don't autoload former message-utils variables.
4208         (message-strip-subject-trailing-was): Change doc string.
4209
4210         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4211         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4212         (nnweb-google-search): Add "hl=en" here.
4213         (nnweb-google-parse-1, nnweb-google-create-mapping):
4214         Don't hardcode URL.
4215
4216 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4217
4218         * message.el (message-get-reply-headers, message-followup):
4219         Mention related variables `message-use-followup-to' and
4220         `message-use-mail-followup-to', in the information buffer.
4221
4222         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4223         of broken groups(-beta).google.com.
4224
4225 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4226
4227         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4228         parameter to invoked gnus-request-move-article; remove the
4229         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4230         all at once instead of once per article
4231         (gnus-summary-remove-process-mark): accept a list of articles as
4232         well as a single article for processing
4233
4234         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4235
4236         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4237
4238         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4239
4240         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4241
4242         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4243
4244         * nnimap.el (nnimap-request-move-article): add move-is-internal
4245         parameter and remove the gnus-sum-hint-move-is-internal variable
4246
4247         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4248
4249         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4250
4251         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4252
4253         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4254
4255         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4256
4257         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4258
4259 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4260
4261         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4262         a more conservative way.
4263
4264 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4265
4266         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4267         buffer, so it moves the window's cursor.
4268
4269 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4270
4271         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4272         `mm-dissect-multipart' and receive the from field as an (optional)
4273         argument from `mm-dissect-multipart'.
4274         (mm-dissect-multipart): Receive the from field as an argument and
4275         pass it on when we call `mm-dissect-buffer' on MIME parts.
4276         Fixes verification/decryption of signed/encrypted MIME parts.
4277
4278 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4279
4280         * gnus-sum.el (gnus-summary-move-article): set
4281         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4282         whatever it calls (right now, only nnimap-request-move article
4283         respects it)
4284
4285         * nnimap.el (nnimap-request-move-article): when
4286         gnus-sum-hint-move-is-internal is set, don't do the extra
4287         nnimap-request-article
4288
4289 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4290
4291         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4292
4293         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4294         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4295
4296         * gnus-sum.el (gnus-summary-caesar-message):
4297         Apply `gnus-treat-article' after rotation.
4298
4299         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4300         doc string.
4301
4302 2005-02-22  Simon Josefsson  <jas@extundo.com>
4303
4304         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4305         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4306         <arne@arnested.dk>.
4307         (encrypt): Add password-cache and password-cache-expiry as group
4308         members.
4309
4310 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4311
4312         * smime.el (smime-ldap-host-list): Doc fix.
4313         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4314         cache) password.
4315         (smime-sign-region): Use it.
4316         (smime-decrypt-region): Use it.
4317         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4318         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4319         fails.
4320         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4321         certificate from DER to PEM format rather than calling openssl.
4322
4323         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4324
4325         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
4326         for signing/encryption.
4327
4328         * mml.el (mml-parse-1): Use them.
4329
4330 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4331
4332         * nnrss.el (nnrss-verbose): Removed.
4333         (nnrss-request-group): Use `nnheader-message' instead.
4334
4335 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
4336
4337         * nnrss.el (nnrss-verbose): New variable.
4338         (nnrss-request-group): Make it say nnrss is requesting a group.
4339
4340 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4341
4342         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
4343         Handle news URL with given port correctly.
4344
4345 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
4348         containing special characters.
4349
4350         * gnus-sum.el (gnus-summary-edit-article): Ditto.
4351
4352         * mml.el (mime-to-mml): Ditto.
4353
4354         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
4355         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
4356         (rfc2047-decode-region): Quote decoded words containing special
4357         characters when rfc2047-quote-decoded-words-containing-tspecials
4358         is non-nil.
4359
4360 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4361
4362         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
4363
4364         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
4365
4366 2005-02-15  Simon Josefsson  <jas@extundo.com>
4367
4368         * nnimap.el (nnimap-debug): Doc fix.
4369
4370         * imap.el (imap-debug): Doc fix.
4371
4372 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
4375
4376 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4377
4378         * gnus.el (spam-contents): improve docs for spam-contents
4379         parameter in its variable incarnation
4380
4381 2005-02-14  Simon Josefsson  <jas@extundo.com>
4382
4383         * smime-ldap.el: Use require instead of load-library for ldap.
4384         (smime-ldap-search): Indent.
4385         (smime-ldap-search-internal): Shorten line.
4386
4387         * smime.el (smime-cert-by-dns): Add doc-string.
4388         (smime-cert-by-ldap-1): Indent.
4389
4390         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
4391         mml-smime-get-dns-ldap.
4392         (mml-smime-encrypt-query): Use new function.  Default to ldap.
4393
4394 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4395
4396         * smime.el: Require smime-ldap.
4397         (smime-ldap-host-list): New variable.
4398         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
4399
4400         * mml-smime.el (mml-smime-encrypt-query): New function.
4401         (mml-smime-encrypt-query): Use it.
4402
4403         * smime-ldap.el: New file.
4404
4405 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
4408
4409 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4410
4411         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
4412         argument in doc string.  Make query for type more clear.
4413
4414 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4415
4416         * gnus.el (gnus-group-startup-message): Search for gnus images in
4417         etc/images/gnus.
4418         * mm-util.el (mm-find-charset-region): Likewise.
4419         * smiley.el (smiley-data-directory): Search for smilies in
4420         etc/images/smilies.
4421
4422 2005-02-09  Kim F. Storm  <storm@cua.dk>
4423
4424         Change Emacs release version from 21.4 to 22.1 throughout.
4425         Change Emacs development version from 21.3.50 to 22.0.50.
4426
4427 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
4430
4431         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
4432         non-Mule XEmacs as well.
4433         (mm-decompress-buffer): Signal an error intentionally if it does
4434         not decompress compressed data because auto-compression-mode is
4435         disabled.
4436
4437 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4438
4439         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
4440         an ID in the registry even if it has no groups
4441
4442 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
4445         merge it into mm-decompress-buffer.
4446         (gnus-mime-copy-part): Use the MIME part charset, the value which
4447         a user specified or gnus-newsgroup-charset for decoding, like
4448         gnus-mime-inline-part does; set buffer-file-coding-system to tell
4449         save-buffer what was used.  Suggested by Kevin Ryde
4450         <user42@zip.com.au>.
4451         (gnus-mime-inline-part): Allow the name parameter as well as the
4452         filename parameter; force decompressing of compressed data; always
4453         display contents being not decoded as unibyte.
4454
4455         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
4456         as well as the filename parameter.
4457
4458         * mm-util.el (mm-decompress-buffer): Merge
4459         gnus-mime-jka-compr-maybe-uncompress.
4460         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
4461         of compressed data.
4462
4463 2005-02-08  Simon Josefsson  <jas@extundo.com>
4464
4465         * imap.el (imap-log): Doc fix.
4466
4467 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
4470         the coding cookies; decompress compressed parts.
4471
4472         * mml.el (mml-generate-mime-1): Add the charaset parameter according
4473         to the value which a user specified manually or the coding cookie.
4474
4475         * mm-util.el (mm-string-to-multibyte): New function.
4476         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
4477         (mm-coding-system-to-mime-charset): New function.
4478         (mm-decompress-buffer): New function.
4479         (mm-find-buffer-file-coding-system): New function.
4480
4481         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
4482         (mm-display-inline-fontify): Rewrite for decoding and decompressing
4483         parts.
4484
4485 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4486
4487         * mm-view.el (mm-display-inline-fontify): Decode a part according
4488         to the charset parameter.
4489
4490 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
4493         prefix arg is neither nil nor a number, as info specifies.
4494
4495 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
4498         timestamps.
4499
4500 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
4501
4502         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
4503         groups error checking and notify user.
4504
4505 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
4506
4507         * message.el (message-send-mail-function): Check existence of
4508         sendmail-program first before using default value
4509         `message-send-mail-with-sendmail'.  Otherwise use more generic
4510         `smtpmail-send-it'.
4511
4512 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * nntp.el (nntp-request-update-info): Always return nil.
4515
4516 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4517
4518         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
4519
4520 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4521
4522         * message.el (message-beginning-of-line): Change the behavior when
4523         invoked between BOL and : so that it first moves backward.
4524
4525 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
4528         article buffer when editing of the article is discarded.
4529         (gnus-article-prepare): Revert.
4530
4531 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * gnus-art.el (gnus-article-prepare):
4534         Remove message-strip-forbidden-properties from the local hook.
4535
4536 2005-01-27  Simon Josefsson  <jas@extundo.com>
4537
4538         * password.el (password-cache-add): Only start one timer per key.
4539         Reported by Derek Atkins <warlord@MIT.EDU>.
4540
4541 2005-01-26  Steve Youngs  <steve@sxemacs.org>
4542
4543         * run-at-time.el: Removed.  It is no longer needed as
4544         timer-funcs.el in the xemacs-base package has a working version of
4545         `run-at-time'.
4546
4547         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
4548
4549         * password.el: Require timer-funcs instead of run-at-time in
4550         XEmacs.
4551         Remove `password-run-at-time' macro.
4552         (password-cache-add): Use `run-at-time' instead of
4553         `password-run-at-time'.
4554
4555         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
4556         Remove `nnheader-cancel-function-timers' alias,
4557         `cancel-function-timers' exists in XEmacs in timer-funcs.
4558
4559         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
4560         for `run-with-idle-timer'.
4561
4562         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
4563         for `run-at-time'.
4564
4565         * mm-url.el: Require timer-funcs at compile time when in XEmacs
4566         for `with-timeout'.
4567
4568         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
4569         the same as for XEmacs 21.4.
4570         No need to ignore `run-with-idle-timer', this function exists in
4571         XEmacs now in timer-funcs.el in the xemacs-base package.
4572         (dgnushack-compile): No need to delete
4573         run-at-time.el from the list of files to compile because it
4574         doesn't exist anymore.
4575
4576 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * mml.el (mml-generate-mime-1): Convert string into unibyte when
4579         inserting " *mml*" buffer's contents into a unibyte temp buffer.
4580
4581 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
4582
4583         * mail-source.el (mail-source-fetch-imap): Search for ^From case
4584         sensitively.
4585
4586 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
4587
4588         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
4589
4590 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
4593         which will be inserted according to the multibyteness of a buffer
4594         rather than the type of contents.  Suggested by ARISAWA Akihiro
4595         <ari@mbf.ocn.ne.jp>.
4596
4597         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
4598         of string which old xml.el may return rather than a string.
4599
4600 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
4603
4604 2005-01-16  Simon Josefsson  <jas@extundo.com>
4605
4606         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
4607         idn/idna.el isn't available.
4608         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
4609         <michael@waxrat.com>.
4610
4611         * hashcash.el: Remove non-FSF copyright header.
4612
4613         * hashcash.el (hashcash-extra-generate-parameters): New variable.
4614         (hashcash-generate-payment): Use it.
4615         (hashcash-generate-payment-async): Use it.
4616
4617 2005-01-15  Simon Josefsson  <jas@extundo.com>
4618
4619         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
4620         Suggested by Raymond Scholz <ray-2005@zonix.de>.
4621
4622         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
4623         gnus-summary-idna-message.
4624         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
4625         (gnus-summary-idna-message): New function.
4626
4627 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4628
4629         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
4630         gnus-novice-user.
4631
4632 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * nnrss.el (nnrss-request-delete-group): Delete entries in
4635         nnrss-group-alist as well.
4636         (nnrss-save-server-data): Insert newline.
4637
4638 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4639
4640         * gnus.el (gnus-user-agent): Use list of symbols instead of
4641         symbols.  Display full version number for (S)XEmacs.  Optionally
4642         display (S)XEmacs codename.
4643
4644         * gnus-util.el (gnus-emacs-version): Update for new
4645         `gnus-user-agent'.
4646
4647         * gnus-msg.el (gnus-extended-version): Make it possible to omit
4648         Gnus version.
4649
4650 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4651
4652         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
4653         which is unreadable in some setups.
4654
4655 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus-spec.el (gnus-update-format-specifications): Flush the
4658         group format spec cache if it doesn't support decoded group names.
4659
4660 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4661
4662         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
4663         to apply decay on score files matching a regexp.
4664
4665 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
4668         compatibility in %g and %c.
4669
4670 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
4673         name for only %g and %c.
4674         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
4675         of gnus-tmp-group to decoded group name.
4676         (gnus-group-make-rss-group): Exclude `/'s from group names.
4677
4678 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * nnrss.el (nnrss-get-encoding): Fix regexp.
4681
4682 2004-12-27  Simon Josefsson  <jas@extundo.com>
4683
4684         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
4685         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
4686         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
4687
4688 2004-12-17  Kim F. Storm  <storm@cua.dk>
4689
4690         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
4691
4692         * gnus-sum.el (gnus-summary-mode-map): Likewise.
4693
4694 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4695
4696         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
4697
4698 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * nnrss.el: Require rfc2047 and mml.
4701         (nnrss-file-coding-system): New variable.
4702         (nnrss-format-string): Redefine it as an inline function.
4703         (nnrss-decode-group-name): New function.
4704         (nnrss-string-as-multibyte): Remove.
4705         (nnrss-retrieve-headers): Decode group name; don't use
4706         nnrss-format-string.
4707         (nnrss-request-group): Decode group name.
4708         (nnrss-request-article): Decode group name; allow a Message-ID as
4709         well as an article number; don't use nnrss-format-string; encode a
4710         Message-ID string which may contain non-ASCII characters; use
4711         mml-to-mime to compose a MIME article.
4712         (nnrss-request-expire-articles): Decode group name.
4713         (nnrss-request-delete-group): Decode group name.
4714         (nnrss-fetch): Clarify error message.
4715         (nnrss-read-server-data): Use insert-file-contents instead of load;
4716         bind file-name-coding-system; use multibyte buffer.
4717         (nnrss-save-server-data): Bind coding-system-for-write to the
4718         value of nnrss-file-coding-system; bind file-name-coding-system;
4719         add coding cookie.
4720         (nnrss-read-group-data): Use insert-file-contents instead of load;
4721         bind file-name-coding-system; use multibyte buffer.
4722         (nnrss-save-group-data): Bind coding-system-for-write to the
4723         value of nnrss-file-coding-system; bind file-name-coding-system.
4724         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
4725         make it work with non-ASCII text.
4726         (nnrss-find-el): Make it work with old xml.el as well.
4727
4728 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4729
4730         * nnrss.el (nnrss-get-encoding): New function.
4731         (nnrss-fetch): Use unibyte buffer initially; bind
4732         coding-system-for-read while performing mm-url-insert; remove ^Ms;
4733         decode contents according to the encoding attribute.
4734         (nnrss-save-group-data): Add coding cookie.
4735         (nnrss-mime-encode-string): New function.
4736         (nnrss-check-group): Use it to encode subject and author.
4737
4738 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
4739
4740         * spam.el (spam-check-BBDB): don't get the symbol-value of an
4741         imaginary variable
4742
4743 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
4746         correctly even if there are wide characters.
4747
4748 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4749
4750         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
4751         downcased symbol names; make a new cache instead of reusing
4752         bbdb-hashtable
4753
4754 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4755
4756         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4757         concatenating segments rather than before concatenating them.
4758         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4759
4760         * message.el (message-get-reply-headers): Bind `extra'.
4761
4762 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * message.el (message-extra-wide-headers): New variable.
4765         (message-get-reply-headers): Use it.
4766
4767 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * gnus-agent.el (gnus-agent-group-path): Decode group name.
4770         (gnus-agent-group-pathname): Ditto.
4771
4772         * gnus-cache.el (gnus-cache-file-name): Decode group name.
4773
4774         * gnus-group.el (gnus-group-make-group): Decode group name.
4775         (gnus-group-make-rss-group): Register the group data after opening
4776         the nnrss group.
4777
4778 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
4779
4780         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
4781         by expiry now get marked as read.
4782
4783 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
4786
4787 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
4788
4789         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
4790         unify Latin characters in XEmacs.
4791         (mm-find-mime-charset-region): Use it.
4792
4793 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * gnus-util.el (gnus-delete-directory): New function.
4796
4797         * gnus-agent.el (gnus-agent-delete-group): Use it.
4798
4799         * gnus-cache.el (gnus-cache-delete-group): Use it.
4800
4801 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
4804         names.
4805
4806 2004-12-16  Simon Josefsson  <jas@extundo.com>
4807
4808         * hashcash.el (hashcash-payment-alist): Fix custom :type.
4809
4810 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
4813
4814         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
4815         (gnus-group-set-current-level): Decode group name.
4816
4817 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
4818
4819         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
4820         failed.
4821
4822 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4823
4824         * gnus-group.el (gnus-group-delete-group): Decode group name.
4825         (gnus-group-make-rss-group): Encode group name.
4826         (gnus-group-catchup-current): Decode group name.
4827         (gnus-group-kill-group): Decode group name.
4828
4829 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4830
4831         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
4832
4833 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * gnus-group.el (gnus-group-make-rss-group):
4836         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
4837
4838         * gnus-start.el (gnus-setup-news): Honor user's setting to
4839         gnus-message-archive-method.  Suggested by Lute Kamstra
4840         <lute@gnu.org>.
4841
4842 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
4843
4844         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
4845         global counterparts of the buffer-local variables.
4846
4847 2004-11-16  Romain Francoise  <romain@orebokech.com>
4848
4849         * gnus-sum.el (gnus-summary-exit): Don't clear the global
4850         counterparts of the buffer-local variables.
4851
4852 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4853
4854         * message.el (message-forbidden-properties): Fixed typo in doc
4855         string.
4856
4857 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4858
4859         * gnus-util.el (gnus-replace-in-string): Added doc string.
4860
4861         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
4862         to avoid problems when splitting mails with many recipients.
4863
4864 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4865
4866         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
4867         pop-to-buffer, covered by the subsequent gnus-configure-windows.
4868
4869 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
4870
4871         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
4872         if there is no hashtable in memory or file modification time is
4873         newer than cached timestamp.
4874
4875 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4876
4877         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
4878         not-matching option.
4879
4880 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
4881
4882         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
4883         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
4884         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4885         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
4886         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
4887         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
4888
4889 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * message.el (message-forward-make-body-mml): Remove headers
4892         according to message-forward-ignored-headers if a message is decoded.
4893
4894 2004-12-02  Romain Francoise  <romain@orebokech.com>
4895
4896         * message.el (message-forward-make-body-plain): Always remove
4897         headers according to message-forward-ignored-headers.
4898
4899 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4900
4901         * spam.el (spam-summary-prepare-exit): remove the
4902         gnus-summary-limit pop for now, it has problems with ham marks for
4903         me
4904
4905 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
4906
4907         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
4908         correctly
4909
4910 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
4911
4912         * format-spec.el (format-spec): Message the char.
4913
4914 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
4915
4916         * gnus-art.el (gnus-split-methods): reformat comments
4917
4918         * spam.el (spam-summary-prepare-exit): remove article limits
4919         before exiting the summary buffer
4920
4921 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * lpath.el: Remove bbdb-create-internal, bbdb-records,
4924         spam-BBDB-register-routine and spam-enter-ham-BBDB.
4925
4926         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
4927         order to silence the byte compiler.
4928
4929         * spam.el: Fix the way to silence the byte compiler, which
4930         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
4931         bbdb-search-simple, spam-BBDB-register-routine,
4932         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
4933         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
4934         spam-stat-buffer-is-spam, spam-stat-load,
4935         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
4936         spam-stat-save and spam-stat-split-fancy.
4937
4938 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
4941         which may confuse users.
4942         (canlock-password-for-verify): Ditto.
4943
4944         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
4945
4946         * gnus-art.el (gnus-emphasis-alist): Ditto.
4947
4948         * gnus-registry.el (gnus-registry-max-entries): Ditto.
4949
4950         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
4951
4952         * gnus-start.el (gnus-save-killed-list): Ditto.
4953
4954         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
4955         (gnus-sum-thread-tree-root): Ditto.
4956         (gnus-sum-thread-tree-false-root): Ditto.
4957         (gnus-sum-thread-tree-single-indent): Ditto.
4958
4959         * message.el (message-courtesy-message): Ditto.
4960         (message-archive-note): Ditto.
4961         (message-subscribed-address-file): Ditto.
4962         (message-user-fqdn): Ditto.
4963
4964         * spam-report.el (spam-report-gmane-regex): Ditto.
4965
4966         * spam.el (spam-blackhole-good-server-regex): Ditto.
4967
4968 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * mml.el (mml-preview): Widen the message buffer before copying
4971         the contents to the preview buffer; sort headers before previewing.
4972
4973         * message.el (message-hidden-headers): Fix the way to avoid a bug
4974         in the `repeat' widget in Emacs 21.3 or earlier.
4975
4976 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * message.el (message-hidden-headers): Default to "^References:".
4979         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
4980         (message-strip-forbidden-properties): Remove check for obsolete
4981         `message-hidden' text property, hidden headers are not accessible
4982         in the buffer anymore.  From Romain Francoise on January 11, 2004.
4983
4984 2004-11-22  Romain Francoise  <romain@orebokech.com>
4985
4986         * message.el (message-header-format-alist): Add `From' in list
4987         so that it can be sorted.
4988         (message-fix-before-sending): Widen and sort headers before
4989         sending.
4990         (message-hide-headers): Use narrowing to hide headers by moving
4991         them to the top of the buffer and narrowing to the region
4992         underneath.
4993
4994 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4995
4996         * message.el (message-strip-forbidden-properties): Bind
4997         buffer-read-only (etc) to nil.
4998
4999 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5000
5001         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5002         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5003
5004 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5005
5006         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5007
5008 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009
5010         * dns.el (query-dns): Use sit-for to time instead of
5011         accept-process-output, since that doesn't seem to work on udp
5012         sockets.
5013
5014 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5017
5018 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5019
5020         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5021         docstrings.
5022
5023 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * nntp.el (nntp-request-update-info): Return nil if
5026         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5027         may not call gnus-activate-group which uselessly issues the GROUP
5028         commands for all nntp groups and wastes time.  Reported by Romain
5029         Francoise <romain@orebokech.com>.
5030
5031         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
5032
5033 2004-11-15  Simon Josefsson  <jas@extundo.com>
5034
5035         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
5036         headers separately.
5037         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
5038         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
5039
5040 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5041
5042         * gnus-start.el (gnus-convert-old-newsrc):
5043         Assign legacy-gnus-agent to 5.10.7.
5044
5045 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5046
5047         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
5048         start of the lines.
5049
5050 2004-11-14  Magnus Henoch  <mange@freemail.hu>
5051
5052         * hashcash.el (hashcash-default-payment): Change default to 20
5053         (hashcash-default-accept-payment): Change default to 20
5054         (hashcash-process-alist): New variable
5055         (hashcash-generate-payment-async): Add
5056         (hashcash-already-paid-p): Add
5057         (hashcash-insert-payment): Don't generate payments twice
5058         (hashcash-insert-payment-async): Add
5059         (hashcash-insert-payment-async-2): Add
5060         (hashcash-cancel-async): Add
5061         (hashcash-wait-async): Add
5062         (hashcash-processes-running-p): Add
5063         (hashcash-wait-or-cancel): Add
5064         (mail-add-payment): New optional argument.  Conditionally start
5065         asynchronous calculation.
5066         (mail-add-payment-async): Add
5067
5068         * message.el (message-send-mail): Wait for asynchronous hashcash
5069         results.  Don't clobber existing X-Hashcash headers.
5070         (message-setup-1): Call mail-add-payment-async when
5071         message-generate-hashcash is non-nil.
5072
5073 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5074
5075         * message.el (message-use-alternative-email-as-from): Examine the
5076         From header as well; use message-make-from in order to include a
5077         user's full name.
5078
5079 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
5082         default; improve customization type.
5083         (gnus-emphasis-custom-with-format): New macro.
5084         (gnus-emphasis-custom-value-to-external): New function.
5085         (gnus-emphasis-custom-value-to-internal): New function.
5086
5087 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * dns.el (query-dns): Resolve reverse addresses.
5090
5091 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5092
5093         * gnus-group.el (gnus-group-get-new-news): Use it.
5094
5095         * gnus-start.el (gnus-check-reasonable-setup): New function.
5096
5097 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
5100         "Args out of range" error.  Reported by Arnaud Giersch
5101         <arnaud.giersch@free.fr>.
5102
5103 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
5104
5105         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
5106         From Stefan Wiens <s.wi@gmx.net>.
5107
5108 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5109
5110         * spam.el (spam group): Add :version.
5111
5112         * pgg-def.el (pgg group): Add :version.
5113
5114 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * gnus-art.el (gnus-article-edit-article): Don't associate the
5117         article buffer with a draft file.  This is a temporary measure
5118         against the 2004-08-22 change to gnus-article-edit-mode.
5119
5120 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5123         (html2text-format-tags): Remove unused variable `attr'.
5124
5125 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5126
5127         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5128
5129         * tls.el (tls-process-connection-type, tls-success)
5130         (tls-certtool-program): Add :version.
5131
5132         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
5133         (starttls-extra-arguments, starttls-process-connection-type)
5134         (starttls-connect, starttls-failure, starttls-success):
5135
5136         * spam-stat.el (spam-stat): Add :version.
5137
5138         * sieve.el (sieve): Add :version.
5139
5140         * sha1.el (sha1): Add :version.
5141         (sha1-use-external): Remove redundant version.
5142
5143         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5144         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5145         (nnmail-split-fancy-match-partial-words)
5146         (nnmail-split-lowercase-expanded):
5147
5148         * nndiary.el (nndiary): Add :version.
5149
5150         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5151
5152         * mml-sec.el (mml-default-sign-method)
5153         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5154         Add :version.
5155
5156         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5157
5158         * mm-url.el (mm-url-use-external, mm-url-program)
5159         (mm-url-arguments): Add :version.
5160
5161         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5162         (mm-attachment-file-modes, mm-decrypt-option)
5163         (mm-w3m-safe-url-regexp): Add :version.
5164
5165         * message.el (message-cite-prefix-regexp)
5166         (message-sendmail-envelope-from, message-minibuffer-local-map)
5167         (message-user-fqdn, message-completion-alist): Add :version.
5168
5169         * gnus-win.el (gnus-configure-windows-hook)
5170         (gnus-use-frames-on-any-display): Add :version.
5171
5172         * gnus-art.el (gnus-article-address-banner-alist)
5173         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5174         (gnus-treat-from-picon, gnus-treat-mail-picon)
5175         (gnus-treat-x-pgp-sig): Add :version.
5176
5177         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5178         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5179         (gnus-summary-article-delete-hook)
5180         (gnus-summary-display-while-building): Add :version.
5181
5182         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5183         (gnus-get-top-new-news-hook):Add :version.
5184
5185         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5186         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5187
5188         * gnus-registry.el (gnus-registry): Add :version.
5189
5190         * gnus-spec.el (gnus-use-correct-string-widths)
5191         (gnus-make-format-preserve-properties): Add :version.
5192
5193         * gnus.el (gnus-group-charter-alist)
5194         (gnus-group-fetch-control-use-browse-url)
5195         (gnus-install-group-spam-parameters): Add :version.
5196
5197         * gnus-diary.el (gnus-diary): Add :version.
5198
5199         * gnus-delay.el (gnus-delay): Add :version.
5200
5201         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5202         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5203         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5204         Add :version.
5205
5206         * gnus-agent.el (gnus-agent-max-fetch-size)
5207         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5208         (gnus-agent-prompt-send-queue): Add :version.
5209
5210         * deuglify.el (gnus-outlook-deuglify): Add :version.
5211
5212         * html2text.el: Beautify code.  Improve doc strings.  Some
5213         checkdoc cleanup.
5214         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5215
5216 2004-11-01  Alfred M. Szmidt <ams@kemisten.nu>  (tiny change)
5217
5218         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5219
5220 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5221
5222         * gnus-registry.el (gnus-registry-hashtb): create the registry
5223         when package is loaded
5224
5225         * spam.el (spam-summary-score-preferred-header): global preference
5226         for people who want to override the default SpamAssassin over
5227         Bogofilter preference (when both are set)
5228         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5229         (spam-user-format-function-S): check spam-summary-score-preferred-header
5230         (spam-extra-header-to-number): add X-Bogosity header parsing
5231         (spam-user-format-function-S): format the score correctly
5232
5233 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5236         signature file.  Suggested by Manoj Srivastava
5237         <srivasta@golden-gryphon.com>.
5238
5239         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5240         iso-2022-jp even in the Japanese language environment.
5241         Suggested by Jason Rumney <jasonr@gnu.org>.
5242
5243 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5246         use the same characters as the dummy marks; make it free from
5247         getting affected by the language environment.
5248         (gnus-summary-read-group-1): Update mark positions only when the
5249         format spec is updated.
5250
5251         * gnus-spec.el (gnus-update-format-specifications): Return a list
5252         of updated types.
5253
5254 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5257         of boundp to check if display-warning is available.
5258
5259 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5260
5261         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5262
5263 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * nnspool.el (nnspool-spool-directory): Use news-path if the
5266         news-directory variable is not bound.
5267
5268         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5269         function instead of display-warning if it is not available.
5270
5271 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5272
5273         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5274         v5-10: Use `point-at-bol'.
5275
5276 2004-10-26  Simon Josefsson  <jas@extundo.com>
5277
5278         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5279         <chenggao@gmail.com>.
5280
5281 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5282
5283         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5284         instead.
5285
5286 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5287
5288         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5289         to remove a server from the nnimap-server-buffer-alist
5290         (nnimap-open-connection, nnimap-close-server): use it
5291
5292         * gnus-encrypt.el: removed in favor of encrypt.el
5293
5294 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5297         running the major-mode function.
5298
5299 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5302         dummy marks in the right way.
5303
5304 2004-10-18  David Edmondson  <dme@dme.org>
5305
5306         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5307         excessively.
5308
5309 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5310
5311         * gnus-util.el (gnus-split-references): accept a nil references
5312         string and go on blissfully
5313
5314         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5315         cases where the references string is non-nil but has no references
5316
5317         * encrypt.el: add autoload tags
5318
5319         * spam.el (spam-resolve-registrations-routine): remove article
5320         from unregistration list too.  Reported by David Hanak
5321         <dhanak@isis.vanderbilt.edu>
5322
5323 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5324
5325         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
5326         nil.  Changed custom type.
5327
5328 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5329
5330         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
5331
5332         * gnus-sum.el (gnus-summary-move-article): Use it.
5333
5334 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5335
5336         * encrypt.el: add autoload cookies
5337
5338         * spam.el (spam-backend-article-list-property)
5339         (spam-backend-get-article-todo-list)
5340         (spam-backend-put-article-todo-list, )
5341         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
5342         resolve registrations separately
5343         (spam-register-routine): format comments
5344         (spam-unregister-routine, spam-register-routine): always call with
5345         specific-articles, no default list
5346         (spam-summary-prepare-exit): use the spam-classifications function
5347
5348         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
5349         gnus-encrypt.el
5350
5351         * encrypt.el: copied from gnus-encrypt.el
5352
5353         * gnus-encrypt.el: commented that it's obsolete
5354
5355 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5356
5357         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
5358         (gnus-score-save): Use it.
5359
5360         * message.el (message-bury): Use `window-dedicated-p'.
5361
5362 2004-10-15  Simon Josefsson  <jas@extundo.com>
5363
5364         * pop3.el (top-level): Don't require nnheader.
5365         (pop3-read-timeout): Add.
5366         (pop3-accept-process-output): Add.
5367         (pop3-read-response, pop3-retr): Use it.
5368
5369 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
5370
5371         * spam.el (spam-register-routine): move comment
5372         (spam-verify-bogofilter): we use 'unknown for the initial
5373         spam-bogofilter-valid state, not 'never
5374
5375         * netrc.el (netrc-machine-user-or-password): convenience wrapper
5376         for netrc-machine
5377
5378         * nnimap.el (nnimap-open-connection): use
5379         netrc-machine-user-or-password
5380
5381 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5382
5383         * gnus-registry.el (gnus-registry-unload-hook):
5384         Set as a variable with add-hook.
5385
5386         * nnspool.el (nnspool-spool-directory): Use news-directory instead
5387         of news-path.
5388
5389         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
5390
5391         * spam.el: Delete duplicate `provide'.
5392         (spam-unload-hook): Set as a variable with add-hook.
5393
5394 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5395
5396         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
5397         in the doc string.
5398
5399         * message.el (message-ignored-news-headers)
5400         (message-ignored-supersedes-headers)
5401         (message-ignored-resent-headers)
5402         (message-forward-ignored-headers): Improve custom type.
5403
5404 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * message.el (message-tokenize-header): Fix 2004-09-06 change
5407         which used point-min in the wrong place.
5408
5409 2004-10-12  Simon Josefsson  <jas@extundo.com>
5410
5411         * net/tls.el (tls-certtool-program): New variable.
5412         (tls-certificate-information): New function, based on
5413         ssl-certificate-information.
5414
5415 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * compface.el: Move the version of ELisp-based uncompface program
5418         to the contrib directory because of the copyright problem.
5419
5420 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5421
5422         * message.el (message-kill-buffer): Raise the current frame.
5423
5424 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * gnus-sum.el: Mention that multibyte characters don't work as marks.
5427
5428         * gnus.el (message-y-or-n-p): Autoload.
5429
5430         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
5431         (pop3-password-required, pop3-authentication-scheme)
5432         (pop3-leave-mail-on-server): Made customizable.
5433         (pop3): New custom group.
5434         (pop3-retr): Remove `sleep-for' statements.
5435         Suggested by Dave Love <fx@gnu.org>.
5436
5437         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
5438         Windows/DOS.
5439
5440         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
5441         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
5442         Dave Love <fx@gnu.org>.
5443
5444         * mml.el (mml-minibuffer-read-disposition): Require match.
5445         Suggested by Dave Love <fx@gnu.org>.
5446
5447 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5448
5449         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
5450         doc string.
5451
5452 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
5455
5456 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5457
5458         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
5459         instead of calling `mm-insert-inline', to decode text/* parts
5460         before displaying them.
5461
5462 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * mm-uu.el (mm-uu-text-plain-type): New variable.
5465         (mm-uu-pgp-signed-extract-1): Use it.
5466         (mm-uu-pgp-encrypted-extract-1): Use it.
5467         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
5468         bind mm-uu-text-plain-type with that value.
5469         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
5470         mm-uu-dissect.
5471
5472 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5473
5474         * gnus-group.el (gnus-update-group-mark-positions):
5475         * gnus-sum.el (gnus-update-summary-mark-positions):
5476         * message.el (message-check-news-body-syntax):
5477         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
5478         of string-as-multibyte.
5479
5480 2004-10-05  Juri Linkov  <juri@jurta.org>
5481
5482         * gnus-group.el (gnus-update-group-mark-positions):
5483         * gnus-sum.el (gnus-update-summary-mark-positions):
5484         * message.el (message-check-news-body-syntax):
5485         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
5486         8-bit unibyte values to a multibyte string for search functions.
5487
5488 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * mm-uu.el (mm-uu-dissect): Allow optional arg.
5491         (mm-uu-dissect-text-parts): New function.
5492
5493         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
5494         dissect text parts.
5495
5496         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
5497         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
5498
5499         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
5500
5501         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
5502         gnus-current-topics instead of gnus-current-topic.
5503
5504 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
5505
5506         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
5507
5508 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
5509
5510         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
5511         where approriate.
5512
5513         * nnml.el (nnml-generate-active-info): do.
5514
5515         * nndiary.el (nndiary-generate-active-info): do.
5516
5517         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
5518         (gnus-topic-move): do.
5519
5520         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
5521         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
5522
5523         * gnus-srvr.el (gnus-server-prepare)
5524         (gnus-server-open-all-servers): do.
5525
5526         * gnus-msg.el (gnus-summary-cancel-article)
5527         (gnus-summary-resend-message)
5528         (gnus-summary-mail-crosspost-complaint): do.
5529
5530         * gnus-move.el (gnus-change-server): do.
5531
5532         * gnus-group.el (gnus-group-unmark-all-groups)
5533         (gnus-group-set-current-level): do.
5534
5535 2004-10-04  Simon Josefsson  <jas@extundo.com>
5536
5537         * message.el (message-generate-hashcash): Doc fix.
5538
5539 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
5540
5541         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
5542         avoid infinite recursion via gnus-get-function.
5543
5544 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
5545
5546         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
5547
5548         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
5549
5550         * nnmail.el (nnmail-split-history): do.
5551
5552         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
5553         (nnml-request-delete-group): do.
5554
5555         * nnslashdot.el (nnslashdot-read-groups): do.
5556
5557         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
5558         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
5559
5560         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
5561         (nnspool-sift-nov-with-sed): Use last
5562         (nnspool-retrieve-headers-with-nov): Use mapc.
5563         (nnspool-request-newgroups): Use dolist.
5564         (nnspool-request-group): Use last.
5565
5566         * nntp.el (nntp-read-server-type): Use dolist.
5567
5568         * nnvirtual.el (nnvirtual-create-mapping)
5569         (nnvirtual-update-read-and-marked): Use dolist.
5570         (nnvirtual-convert-headers): Simplify.
5571
5572 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5573
5574         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
5575         support for sync'ing tick marks.
5576
5577 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
5580         there's no visible header.
5581
5582 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5583
5584         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
5585         necessary, pass full group name to gnus-request-set-marks.
5586
5587 2004-10-01  Simon Josefsson  <jas@extundo.com>
5588
5589         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
5590         acroread.
5591
5592 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5593
5594         * spam-report.el (spam-report-gmane): Fix interactive.
5595
5596         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
5597
5598         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
5599         when writing file.
5600         (gnus-agent-synchronize-flags): Don't default to being
5601         interactive.
5602
5603 2004-09-30  Simon Josefsson  <jas@extundo.com>
5604
5605         * message.el (message-generate-hashcash): Add.
5606         (message-send-mail): Use it, call mail-add-payment.
5607
5608 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5609
5610         * spam.el (spam-verify-bogofilter): -V, not -sV option
5611
5612 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
5613
5614         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
5615         gnus-requst-update-info with explicit code to sync the in-memory
5616         info read flags with the marks being sync'd to the backend.
5617
5618         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
5619
5620 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5621
5622         * spam.el (spam-verify-bogofilter): new function
5623         (spam-check-bogofilter)
5624         (spam-bogofilter-register-with-bogofilter): use it
5625         (spam-verify-bogofilter): small fixes
5626
5627 2004-09-28  Simon Josefsson  <jas@extundo.com>
5628
5629         * hashcash.el (hashcash-generate-payment): Revert.
5630
5631 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5632
5633         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
5634         gnus-extract-references instead of gnus-split-references
5635
5636         * gnus-util.el (gnus-extract-references): new function, analogous
5637         to gnus-split-references but extracts only the message-ID without
5638         anything extra
5639
5640         * hashcash.el (hashcash-generate-payment)
5641         (hashcash-check-payment): do the right thing if hashcash-path is
5642         nil (because the hashcash program could not be found)
5643
5644         * spam.el (spam-use-hashcash): remove comment
5645
5646 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
5647
5648         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
5649         (gnus-cache-enter-article, gnus-cache-remove-article)
5650         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
5651
5652         * gnus-async.el (gnus-async-prefetch-remove-group): do.
5653
5654         * gnus-art.el (article-hide-boring-headers)
5655         (article-translate-strings, article-display-face)
5656         (gnus-article-mime-match-handle-first)
5657         (gnus-article-highlight-headers)
5658         (gnus-article-add-buttons-to-head): do.
5659
5660 2004-09-27  Simon Josefsson  <jas@extundo.com>
5661
5662         * hashcash.el: New version, from
5663         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
5664         ../contrib/.
5665
5666 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
5669
5670 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
5671
5672         * gnus-dup.el (gnus-dup-open): Use mapc.
5673         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
5674
5675         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
5676         Reported by Stefan Wiens <s.wi@gmx.net>.
5677
5678         * gnus.el (gnus-shutdown): Use dolist.
5679
5680         * gnus-undo.el (gnus-undo): Use mapc.
5681
5682         * nnrss.el (nnrss-generate-active): do.
5683
5684         * message.el (message-cite-original-without-signature)
5685         (message-cite-original): Use mapc.
5686         (message-do-actions, message-make-forward-subject): Use dolist.
5687
5688 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5689
5690         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
5691         deletion to remove entire duplicate line.  Fixes merged article
5692         number bug.
5693
5694 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5695
5696         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
5697         servers that are offline.  Avoids having gnus-agent-toggle-plugged
5698         first ask if you want to open a server and then, even when you
5699         responded with no, asking if you want to synchronize the server's
5700         flags.
5701         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
5702         multi-line expressions.
5703         (gnus-agent-synchronize-group-flags): New internal function.
5704         Updates marks in memory (in the info structure) AND in the
5705         backend.
5706
5707         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
5708
5709         * nnagent.el (nnagent-request-set-mark): Use
5710         gnus-agent-synchronize-group-flags, not backend's request-set-mark
5711         method, to ensure that synchronization updates marks in the
5712         backend and in the info (in memory) structure.
5713
5714 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
5717         convention fully; don't miss the root article of a thread; make
5718         the X-Draft-From header with correct article numbers.
5719
5720 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
5721
5722         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
5723         unless plugged.  Disable the agent so that an open failure causes
5724         an error.
5725
5726         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
5727         Reverted 2004-09-21 change.  The backend must be opened while
5728         synchronizing flags even when the backend stores the flags
5729         locally.
5730
5731 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
5732
5733         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
5734         in `header' match.  Reported by Svend Tollak Munkejord.
5735
5736         * message.el (message-cite-original): Fix use of
5737         `message-cite-articles-with-x-no-archive'.
5738
5739 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
5742         (gnus-window-to-buffer): Ditto.
5743
5744         * mml.el (mml-preview-buffer): New variable.
5745         (mml-preview): Manage window layout with gnus-buffer-configuration.
5746
5747         * gnus-msg.el (gnus-setup-message): Put article numbers into the
5748         X-Draft-From header even if those articles aren't quoted.
5749
5750 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
5751
5752         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
5753         (gnus-request-set-mark, gnus-request-update-mark): Use new
5754         g-s-t-u-l-m to decide to use backend even when unplugged.
5755
5756 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
5759         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
5760
5761 2004-09-20  Simon Josefsson  <jas@extundo.com>
5762
5763         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
5764         "utf-16-le".
5765
5766 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5767
5768         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
5769
5770 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5771
5772         * uudecode.el (uudecode-use-external): Add :version.
5773
5774         * smime.el (smime-CA-file, smime-encrypt-cipher)
5775         (smime-dns-server): Add :version.
5776
5777         * smiley.el (gnus-smiley-file-types): Add :version.
5778
5779         * sha1.el (sha1-use-external): Add :version.
5780
5781         * pgg-def.el (pgg-query-keyserver): Add :version.
5782
5783         * nnmail.el (nnmail-fancy-expiry-targets)
5784         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
5785
5786         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
5787         (nnimap-retrieve-groups-asynchronous): Add :version.
5788         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
5789
5790         * mml.el (mml-content-disposition-parameters)
5791         (mml-insert-mime-headers-always): Add :version.
5792
5793         * mm-util.el (mm-coding-system-priorities):
5794
5795         * mm-decode.el (mm-inline-text-html-with-images)
5796         (mm-keep-viewer-alive-types, mm-external-terminal-program)
5797         (mm-verify-option): Add :version.
5798         (mm-text-html-renderer): Change :version.
5799
5800         * message.el (message-fcc-externalize-attachments)
5801         (message-required-headers, message-draft-headers)
5802         (message-subject-trailing-was-query)
5803         (message-subject-trailing-was-ask-regexp)
5804         (message-subject-trailing-was-regexp, message-mark-insert-begin)
5805         (message-mark-insert-end, message-archive-header)
5806         (message-archive-note, message-cross-post-default)
5807         (message-cross-post-note, message-followup-to-note)
5808         (message-cross-post-note-function, message-use-mail-followup-to)
5809         (message-subscribed-address-functions)
5810         (message-subscribed-address-file, message-subscribed-addresses)
5811         (message-subscribed-regexps, message-allow-no-recipients)
5812         (message-yank-cited-prefix, message-signature-insert-empty-line)
5813         (message-hidden-headers, message-hierarchical-addresses)
5814         (message-mail-user-agent, message-use-idna)
5815         (message-valid-fqdn-regexp)
5816         (message-strip-special-text-properties, message-header-synonyms)
5817         (message-beginning-of-line, message-tab-body-function): Add :version.
5818         (message-insert-canlock, message-wide-reply-confirm-recipients):
5819         Change :version.
5820
5821         * mail-source.el (mail-source-ignore-errors): Add :group, :type
5822         and :version.
5823         (mail-source-delete-old-incoming-confirm)
5824         (mail-source-movemail-program): Add :version.
5825
5826         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
5827         (gnus-agent-cache, gnus-agent): Change :version.
5828
5829         * gnus-util.el (gnus-use-byte-compile): Change :version.
5830
5831         * gnus-sum.el (gnus-summary-make-false-root-always)
5832         (gnus-summary-default-high-score)
5833         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
5834         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
5835         (gnus-read-all-available-headers, gnus-article-emulate-mime)
5836         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
5837         (gnus-sum-thread-tree-single-indent)
5838         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5839         (gnus-sum-thread-tree-leaf-with-other)
5840         (gnus-sum-thread-tree-single-leaf): Add :version.
5841         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
5842         (gnus-article-loose-mime): Change :version.
5843
5844         * gnus-start.el (gnus-backup-startup-file)
5845         (gnus-save-startup-file-via-temp-buffer): Add :version.
5846
5847         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
5848         (gnus-server-offline-face): Add :version.
5849
5850         * gnus-score.el (gnus-adaptive-word-length-limit):
5851
5852         * gnus-msg.el (gnus-gcc-externalize-attachments)
5853         (gnus-debug-files, gnus-debug-exclude-variables)
5854         (gnus-discouraged-post-methods): Change :version.
5855         (gnus-confirm-mail-reply-to-news)
5856         (gnus-confirm-treat-mail-like-news): Add :version.
5857
5858         * gnus-int.el (gnus-server-unopen-status): Add :version.
5859
5860         * gnus-group.el (gnus-group-jump-to-group-prompt)
5861         (gnus-large-ephemeral-newsgroup)
5862         (gnus-fetch-old-ephemeral-headers): Add :version.
5863
5864         * gnus-fun.el (gnus-x-face-directory)
5865         (gnus-convert-pbm-to-x-face-command)
5866         (gnus-convert-image-to-x-face-command)
5867         (gnus-convert-image-to-face-command): Add :version.
5868
5869         * gnus-delay.el (gnus-delay-default-hour): Add :version.
5870
5871         * gnus-cite.el (gnus-cite-blank-line-after-header)
5872         (gnus-article-boring-faces):
5873
5874         * gnus-art.el (gnus-buttonized-mime-types)
5875         (gnus-inhibit-mime-unbuttonizing)
5876         (gnus-treat-display-face)
5877         (gnus-treat-body-boundary): Change :version.
5878         (gnus-body-boundary-delimiter, gnus-picon-databases)
5879         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
5880         (gnus-treat-date-english, gnus-treat-fold-headers)
5881         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
5882         (gnus-treat-mail-picon, gnus-treat-wash-html)
5883         (gnus-article-encrypt-protocol)
5884         (gnus-use-idna, gnus-article-over-scroll)
5885         (gnus-mime-display-multipart-alternative-as-mixed)
5886         (gnus-mime-display-multipart-related-as-mixed)
5887         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
5888         (gnus-ctan-url, gnus-button-ctan-handler)
5889         (gnus-button-handle-ctan-bogus-regexp)
5890         (gnus-button-ctan-directory-regexp)
5891         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
5892         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
5893         (gnus-button-man-level, gnus-button-emacs-level)
5894         (gnus-button-message-level, gnus-button-browse-level): Add :version.
5895
5896         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
5897         (gnus-agent-go-online): Change :version.
5898         (gnus-agent-expire-unagentized-dirs)
5899         (gnus-agent-auto-agentize-methods): Add :version.
5900
5901         * flow-fill.el (fill-flowed-display-column)
5902         (fill-flowed-encode-column): Add :version.
5903
5904         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5905         (gnus-outlook-deuglify-unwrap-max)
5906         (gnus-outlook-deuglify-cite-marks)
5907         (gnus-outlook-deuglify-unwrap-stop-chars)
5908         (gnus-outlook-deuglify-no-wrap-chars)
5909         (gnus-outlook-deuglify-attrib-cut-regexp)
5910         (gnus-outlook-deuglify-attrib-verb-regexp)
5911         (gnus-outlook-deuglify-attrib-end-regexp)
5912         (gnus-outlook-display-hook): Add :version.
5913
5914         * binhex.el (binhex-use-external): Add :version.
5915
5916 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
5919         and `invisible'.
5920
5921 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5922
5923         * gnus-registry.el (gnus-registry-trim): watch out for negatives
5924         in gnus-registry-trim
5925
5926 2004-09-13  Simon Josefsson  <jas@extundo.com>
5927
5928         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
5929
5930         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
5931
5932         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
5933         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
5934         <yamaoka@jpl.org>.
5935         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
5936         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
5937         <yamaoka@jpl.org>.
5938
5939         * sieve.el (sieve-manage-mode): Ditto.
5940
5941 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
5942
5943         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
5944
5945 2004-09-11  Simon Josefsson  <jas@extundo.com>
5946
5947         * dns-mode.el: Add.
5948
5949         * mm-view.el (mm-display-dns-inline): Add.
5950
5951         * mm-decode.el (mm-inline-media-tests): Add text/dns.
5952         (mm-automatic-display): Ditto.
5953
5954         * mailcap.el (mailcap-mime-data): Add text/dns.
5955         (mailcap-mime-extensions): Map .soa to text/dns.
5956
5957 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
5958
5959         * gnus-art.el (article-decode-mime-words, article-babel)
5960         (gnus-article-highlight-signature, gnus-article-add-buttons)
5961         (gnus-signature-toggle): Remove unnecessary bindings of
5962         `inhibit-read-only' inherited from v5.10 merge.
5963
5964 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
5965
5966         * nntp.el (nntp): New customization group.
5967         (nntp-authinfo-file): Add customization group.
5968
5969         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
5970
5971         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
5972
5973         * gnus.el (to-address, to-list, subscribed)
5974         (large-newsgroup-initial): Ditto.
5975
5976         * flow-fill.el (fill-flowed-display-column)
5977         (fill-flowed-encode-column): Ditto.
5978
5979 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
5980
5981         * message.el (message-tokenize-header, message-send-mail-with-qmail):
5982         Use point-min rather than 1.
5983         (message-send-mail): Use buffer-size rather than point-max.
5984
5985         * gnus-sum.el (gnus-summary-search-article-forward):
5986         Signal a specific `search-failed' rather than a generic `error'.
5987
5988         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
5989         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
5990         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
5991
5992 2004-09-10  Simon Josefsson  <jas@extundo.com>
5993
5994         * nndb.el (require): Remove tcp and duplicate cl.
5995
5996 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * gnus-agent.el (directory-files-and-attributes): Move forward.
5999
6000 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6001
6002         * gnus-agent.el (directory-files-and-attributes): Optionally
6003         defined to support XEmacs.
6004
6005 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6006
6007         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6008         to avoid run-time CL dependencies.
6009         (gnus-agent-unfetch-articles): New function.
6010         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6011         article numbers even when local .overview file is missing.
6012         (gnus-agent-read-article-number): New function. Only accepts
6013         27-bit article numbers.
6014         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6015         gnus-agent-read-article-number.
6016         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6017         from backend while recognizing that article numbers in .overview
6018         must be valid.
6019         (gnus-agent-update-files-total-fetched-for): Use
6020         directory-files-and-attributes to improve performance.
6021         * gnus-int.el (gnus-request-move-article): Use
6022         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6023         improve performance.
6024
6025         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6026         some users confused by references to .newsrc when they only have a
6027         .newsrc.eld file.
6028         (gnus-convert-mark-converter-prompt,
6029         gnus-convert-converter-needs-prompt): Fixed use of property list.
6030         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
6031         New function. Used internally to only display 'gnus converting
6032         files' message when actually necessary.
6033
6034         * gnus-sum.el (): Removed (require 'gnus-agent) as required
6035         methods now autoloaded.
6036
6037 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * gnus-sum.el (gnus-summary-insert-subject): Remove list
6040         identifiers.
6041
6042 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
6043
6044         * gnus-picon.el: Fix indentation and closing parenthesis.
6045
6046 2004-09-01  Simon Josefsson  <jas@extundo.com>
6047
6048         * message.el (message-canlock-generate): Require sha1, not
6049         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
6050         to require within a function.  Sadly, if sha1.el isn't loaded, the
6051         let binding in m-c-g will hide the defcustom definition, which is
6052         bad.)
6053
6054         * canlock.el: Require sha1, not sha1-el.
6055
6056         * message.el: Don't autoload sha1 (there is a autoload cookie in
6057         sha1.el).
6058
6059         * sha1-el.el: Renamed to sha1.el.
6060
6061 2004-08-30  Juanma Barranquero  <lektu@terra.es>
6062
6063         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
6064
6065 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6066
6067         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
6068
6069 2004-08-30  Kim F. Storm  <storm@cua.dk>
6070
6071         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
6072
6073         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
6074         Add :group 'nnimap.
6075
6076 2004-08-30  Andreas Schwab <schwab@suse.de>
6077
6078         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
6079         ?* and ?\;.
6080
6081         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
6082         and ?\' to symbol instead of whitespace.
6083
6084 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
6087
6088         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6089         instead of re-search-forward.
6090
6091         * gnus-uu.el (gnus-uu-save-article): Ditto.
6092         (gnus-uu-post-encode-uuencode): Ditto.
6093
6094         * html2text.el (html2text-clean-list-items): Ditto.
6095         (html2text-clean-dtdd): Ditto.
6096         (html2text-format-tags): Ditto.
6097
6098         * message.el (message-send-mail-with-sendmail): Fix regexp.
6099         (message-fill-field-general): Use search-forward instead of
6100         re-search-forward.
6101         (unbold-region): Ditto.
6102
6103         * nnrss.el (nnrss-request-article): Ditto.
6104
6105         * nnslashdot.el (nnslashdot-request-article): Ditto.
6106
6107         * nnweb.el (nnweb-gmane-wash-article): Ditto.
6108
6109         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
6110         "Unrecognized menu descriptor" error in XEmacs.
6111
6112 2004-08-26  Stefan Wiens <s.wi@gmx.net>  (tiny change)
6113
6114         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6115         parent article of a sparse article in the thread hashtb.
6116
6117 2004-08-26  David Hedbor <dhedbor@real.com>  (tiny change)
6118
6119         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6120         (nnmail-expand-newtext): Lowercase expanded entries if
6121         nnmail-split-lowercase-expanded is non-nil.
6122
6123 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6126         entry.
6127
6128         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6129         of gnus-tmp-news-method into string under XEmacs.  It will be
6130         passed to gnus-correct-length which takes only a string argument.
6131
6132 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * gnus-util.el (gnus-bind-print-variables): New macro.
6135         (gnus-prin1): Use it.
6136         (gnus-prin1-to-string): Use it.
6137         (gnus-pp): New function.
6138         (gnus-pp-to-string): New function.
6139
6140         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6141         pp-to-string with gnus-pp-to-string.
6142         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6143         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6144         * gnus-msg.el (gnus-debug): Ditto.
6145         * gnus-score.el (gnus-score-save): Ditto.
6146         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6147         gnus-pp-to-string.
6148         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6149         with gnus-pp.
6150         * score-mode.el (gnus-score-pretty-print): Ditto.
6151         * webmail.el (webmail-debug): Ditto.
6152
6153 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * gnus-art.el (article-display-face, article-display-x-face): Use
6156         buffer-read-only.
6157
6158 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * gnus-art.el (article-hide-list-identifiers): Bind
6161         inhibit-read-only as t.
6162
6163 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6164
6165         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6166
6167 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6168
6169         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6170         (gnus-narrow-to-page): Don't assume point-min == 1.
6171         (gnus-article-edit-mode): Derive from message-mode.
6172
6173         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6174         point-min == 1.
6175
6176         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6177         Disable incorrect use of `assert'.
6178
6179         * message.el (message-mode): Set comment-start-skip.
6180
6181
6182 2004-08-22  Sam Steingold  <sds@gnu.org>
6183
6184         * pop3.el (pop3-leave-mail-on-server): New user variable.
6185         (pop3-movemail): Delete mail only when it is nil.
6186
6187 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6188
6189         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6190
6191         * mml.el (mml-preview): Use `pop-to-buffer'.
6192
6193         * message.el (message-goto-mail-followup-to): Insert after "To".
6194         (message-carefully-insert-headers): Add comment.
6195
6196         * gnus.el: Remove unused variable `gnus-article-check-size'.
6197
6198         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6199
6200         * gnus-art.el (gnus-button-alist): Improve
6201         `gnus-button-handle-library' entry.
6202
6203 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
6204
6205         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6206         downcase, since XEmacs capitalizes error messages differently.
6207         From Sebastian Freundt <hroptatyr@gna.org>.
6208
6209 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6210
6211         * nntp.el: Add (require 'gnus) due to reference to
6212         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6213
6214 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6215
6216         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6217         `mm-fill-flowed'.
6218
6219         * mm-decode.el (mm-dissect-singlepart): Check it.
6220
6221 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6222
6223         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6224         'imap' for netrc parsing
6225
6226 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * mailcap.el (mailcap-mime-data): Mark as risky.
6229
6230 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6233         may be included in the encoded word.
6234         (rfc2047-encode): Don't append a space if the encoded word
6235         includes close parenthesis.
6236
6237 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6238
6239         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6240         of text within parentheses.
6241
6242 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6243
6244         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6245         (gnus-encrypt-write-file-contents): the password key is the file
6246         name PLUS the cipher, not just the cipher.  Also remove failed
6247         passwords from the cache.
6248
6249 2004-08-06  Simon Josefsson  <jas@extundo.com>
6250
6251         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6252         fix.
6253
6254 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6257         LWSP.
6258
6259 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6260
6261         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6262         to append in-reply-to: data to the references: header
6263
6264         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6265         (netrc-parse): use gnus-encrypt.el functions
6266
6267         * gnus-encrypt.el: new file for encryption support; currently
6268         does only a few GPG ciphers and an internal XOR cipher
6269
6270         * password.el: add comments on using password-read-and-add
6271         (password-read-and-add): new function to read and add the
6272         password to the cache at once
6273
6274 2004-07-28  Simon Josefsson  <jas@extundo.com>
6275
6276         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6277         parameter (but don't use it, for now).
6278
6279         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6280         instead of hard coding to nil.
6281
6282 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6285         as mm-inline-image-xemacs does.
6286
6287 2004-07-26  Simon Josefsson  <jas@extundo.com>
6288
6289         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6290         Revert part of 2004-07-17 change below.
6291
6292 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6295         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6296
6297 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6298
6299         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6300         quotes that actually start with ">" at the beginning of the
6301         lines.
6302
6303 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * rfc2047.el (rfc2047-encode-region): Fix last change.
6306         (rfc2047-encode-parameter): Remove useless concat.
6307
6308 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6311         encode special characters; fix some kind of misconfigured headers;
6312         signal a real error if debug-on-quit or debug-on-error is non-nil.
6313         (rfc2047-encode-max-chars): New variable.
6314         (rfc2047-encode-1): Use it.
6315         (rfc2047-encode-parameter): New function.
6316
6317         * mml.el (mml-insert-parameter): Remove an excessive space.
6318
6319 2004-07-17  Simon Josefsson  <jas@extundo.com>
6320
6321         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6322         Kai Grossjohann <kai@emptydomain.de>.
6323         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
6324         (gnus-group-make-menu-bar): Ditto.
6325
6326         * gnus-util.el (gnus-group-server): Add.
6327
6328 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
6329
6330         * message.el (message-clone-locals): Clone sendmail and smtp
6331         variables.
6332
6333 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * rfc2047.el (rfc2047-encode-region): Fix last change.
6336
6337 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
6340         characters as non-special.
6341
6342 2004-07-09  Simon Josefsson  <jas@extundo.com>
6343
6344         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
6345         Users will lose all flag changes made while unplugged with
6346         e.g. nntp unless flag synchronization happens, thus `nil' is not a
6347         good default.  See numerous reports on ding mailing list.
6348
6349 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
6352         add generate-head-function and generate-article-function to the
6353         rfc822-forward entry.
6354         (nndoc-rfc822-forward-generate-article): New function.
6355         (nndoc-rfc822-forward-generate-head): New function.
6356
6357         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
6358
6359 2004-07-06  Dan Christensen  <jdc@uwo.ca>
6360
6361         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
6362         respect display group parameter and gnus-summary-expunge-below.
6363         (gnus-articles-to-read): Remove unused reference to display group
6364         parameter.
6365
6366 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6367
6368         * nnheader.el (nnheader-uniquify-message-id): New experimental
6369         variable.
6370         (nnheader-nov-read-message-id): Use it.
6371
6372         * spam-report.el (spam-report-gmane): Add interactive.
6373
6374 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
6377         qp-or-base64 for the application/* types.
6378
6379 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
6380
6381         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
6382
6383 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6384
6385         * gnus-registry.el (gnus-registry-trim): don't allow a negative
6386         trim value
6387
6388 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6389
6390         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
6391         New macro and function.
6392         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
6393
6394 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
6397         after-load-alist.
6398
6399 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6400
6401         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
6402         update info that isn't there.
6403
6404 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
6405
6406         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
6407         entry.
6408
6409 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * mm-view.el (mm-inline-render-with-function): Use multibyte
6412         buffer; decode html source by charset.
6413
6414         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
6415
6416         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
6417         Mule-UCS is loaded under XEmacs.
6418         (mm-mime-mule-charset-alist): Avoid duplicated entries.
6419
6420 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
6421
6422         * nnheader.el (nnheader-max-head-length): Increase to 8192.
6423
6424 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * mm-util.el (mm-coding-system-p): Return a coding-system.
6427         (mm-mime-mule-charset-alist): Use shift_jis instead of
6428         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
6429         entries for the mime charsets iso-2022-jp-3 and shift_jis.
6430         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
6431         instead of japanese-shift-jis and iso-latin-1 respectively in
6432         order to share the default value with both Emacs and XEmacs-mule.
6433         (mm-mule-charset-to-mime-charset): Make
6434         mm-coding-system-priorities effective.
6435         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
6436         while predicating of candidates upon the priorities.
6437
6438 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
6439
6440         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6441         gnus-uu-invert-processable.
6442
6443         * gnus.el: Autoload gnus-uu-invert-processable.
6444
6445 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * mm-util.el (mm-with-multibyte-buffer): New macro.
6448
6449         * rfc2047.el (rfc2047-encode-string): Use it.
6450         (rfc2047-encode-region): Move point to the end of the region after
6451         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
6452
6453 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
6456         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
6457
6458 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
6461         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
6462         Karl Chen <quarl@nospam.quarl.org>.
6463
6464 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
6465
6466         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
6467         invalid addresses.
6468
6469 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
6470
6471         * spam.el: section markers changed, TODO list revised
6472         (spam-backends): new master list of all installed backends
6473         (spam-summary-exit-behavior): new variable to determine how
6474         messages moves are done at summary exit
6475         (spam-move-spam-nonspam-groups-only)
6476         (spam-process-ham-in-nonham-groups)
6477         (spam-process-ham-in-spam-groups): variables removed, the
6478         spam-summary-exit-behavior variable should be used to manage this
6479         behavior
6480         (spam-old-ham-articles, spam-old-spam-articles): removed
6481         (spam-old-articles): new variable, replacing spam-old-ham-articles
6482         and spam-old-spam-articles
6483         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
6484         empty variables, placeholders for the backends they represent
6485         (spam-set-difference): moved, unchanged
6486         (spam-list-of-processors): variable OBSOLETE, not used anymore
6487         unless the user has a processor variable
6488         (spam-classifications, spam-classification-valid-p)
6489         (spam-backend-properties, spam-backend-property-valid-p)
6490         (spam-backend-function-type-valid-p)
6491         (spam-process-type-valid-p, spam-list-articles): helper functions
6492         (spam-report-articles-gmane, spam-report-articles-resend):
6493         functions removed, they are not needed
6494         (spam-install-backend-super, spam-backend-list)
6495         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
6496         (spam-backend-function, spam-backend-ham-registration-function)
6497         (spam-backend-spam-registration-function)
6498         (spam-backend-ham-unregistration-function)
6499         (spam-backend-spam-unregistration-function)
6500         (spam-backend-statistical-p, spam-backend-mover-p)
6501         (spam-install-backend-alias, spam-install-checkonly-backend)
6502         (spam-install-mover-backend, spam-install-nocheck-backend)
6503         (spam-install-backend, spam-install-statistical-backend)
6504         (spam-install-statistical-checkonly-backend): backend installation
6505         support
6506         (spam-summary-prepare-exit): rewritten to use the new backend code
6507         (spam-group-processor-p): use the new backend code and respect the
6508         summary exit behavior
6509         (spam-mark-spam-as-expired-and-move-routine): removed
6510         (spam-summary-prepare): changed to use the new spam-old-articles
6511         variable
6512         (spam-copy-or-move-routine, spam-copy-spam-routine)
6513         (spam-move-spam-routine, spam-copy-ham-routine)
6514         (spam-move-ham-routine): new code to copy/move ham or spam
6515         (spam-fetch-field-fast): doc and code improved, plus it allows the
6516         'number request
6517         (spam-list-of-checks, spam-list-of-statistical-checks): variables
6518         removed, no longer used
6519         (spam-split, spam-find-spam): use the new backend code
6520         (spam-registration-functions): variable removed, no longer used
6521         (spam-unregister-routine): convenience wrapper
6522         (spam-log-undo-registration, spam-register-routine)
6523         (spam-log-processing-to-registry)
6524         (spam-log-unregistration-needed-p): renamed "check" to "backend"
6525         where possible
6526         (spam-check-gmane-xref, spam-check-regex-headers)
6527         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
6528         (spam-check-whitelist, spam-check-blacklist)
6529         (spam-check-bogofilter-headers, spam-check-spamoracle)
6530         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
6531         (spam-check-crm114-headers): use the spam-split-group that
6532         spam-split prepares, no need to determine it every time
6533
6534         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
6535         the nnheader-parse-naked-head call
6536
6537         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
6538
6539         * gnus-sum.el (gnus-nov-parse-line): add the message number to
6540         the nnheader-nov-read-message-id call
6541
6542 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
6545         gnus-activate-group twice.  Suggested by Markus Peter
6546         <warp@spin.de>.
6547
6548 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-art.el (gnus-article-time-format): Exchange the order of
6551         day and month in the default value; fix customization type.
6552         (article-date-ut): Use add-text-properties.
6553         (article-make-date-line): Use message-make-date instead of
6554         current-time-string.
6555
6556         * message.el (message-fetch-field): Don't use set-text-properties.
6557         (message-make-date): Simplify.
6558
6559         * messagexmas.el (message-xmas-make-date): New function.
6560         (message-xmas-redefine): Defalias message-make-date to it.
6561
6562 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
6565         (rfc2047-encode-region): Treat text within parentheses as special;
6566         show the original text when error has occurred.
6567
6568         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
6569         already-computed method to gnus-activate-group.
6570
6571         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
6572         same select-methods identical Lisp objects.
6573
6574         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
6575         object when modifying the info.
6576
6577 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * gnus-srvr.el (gnus-server-set-info): Remove the server from
6580         gnus-opened-servers since it has never been opened with the new
6581         configuration yet.
6582
6583 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
6586         arg to nnheader-generate-fake-message-id.
6587
6588 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
6589
6590         * nnheader.el (nnheader-generate-fake-message-id): accept a
6591         number and build a fake message ID localized to a group and
6592         article number (so it's repeatable from that point on)
6593         (nnheader-fake-message-id-p): change regex to accomodate new fake
6594         ID format
6595
6596         * gnus-sum.el (gnus-get-newsgroup-headers): call
6597         nnheader-generate-fake-message-id with the article number
6598
6599 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
6600
6601         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
6602         end-of-buffer.
6603
6604 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6605
6606         * message.el (message-ignored-supersedes-headers): Add Approved.
6607
6608 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * rfc2047.el (rfc2047-encode-message-header): Remove useless
6611         goto-char.
6612         (rfc2047-encode): Fold the line before encoding.
6613
6614 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6615
6616         * rfc2047.el (rfc2047-encode-message-header): Disabled header
6617         folding -- not all headers can be folded, and this should be done
6618         by the message composition mode.  Probably.  I think.
6619
6620 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
6623         fast.
6624
6625         * gnus-ems.el (gnus-remove-image): Don't use
6626         message-text-with-property; remove only the image found first.
6627
6628         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
6629         found first.
6630
6631 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
6632
6633         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
6634
6635 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * message.el (message-text-with-property): Make it fast and accept
6638         optional arguments.
6639         (message-strip-forbidden-properties): Use it.
6640         (message-fix-before-sending): Follow the m-t-w-p change.
6641
6642         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
6643
6644 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-art.el (article-hide-headers): Don't change the buffer
6647         mistakenly when performing mml-preview even if
6648         gnus-single-article-buffer is nil.
6649
6650 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
6651
6652         * message.el (message-expand-name-databases): New user option.
6653         (message-expand-name): Use it.
6654
6655 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
6656
6657         * spam.el (spam-report-articles-resend)
6658         (spam-report-resend-register-routine): allow ham reporting
6659         (spam-report-resend-register-ham-routine): simple wrapper
6660         (spam-registration-functions): add ham resending functions
6661         (spam-list-of-processors): add ham resend processor
6662
6663         * gnus.el (ham-resend-to): new group parameter
6664         (spam-process): add ham resend option
6665
6666         * spam-report.el (spam-report-resend): allow reporting ham
6667         (spam-report-resend-ham): simple wrapper
6668
6669 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6670
6671         * message.el (message-cite-articles-with-x-no-archive): New
6672         variable.
6673         (message-cite-original): Use it.
6674
6675 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6676
6677         * message.el (message-cite-original): Respect X-No-Archive.
6678
6679 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * gnus-art.el (article-hide-headers): Refer to the values for
6682         gnus-ignored-headers and gnus-visible-headers in the summary
6683         buffer since a user may have set them as group parameters.
6684
6685 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
6686
6687         * assistant.el (assistant-node-name): new convenience function
6688         (assistant-render-text, assistant-render-node): error handling,
6689         plus handle multiple next nodes
6690         (assistant-find-next-node): commented out for now
6691         (assistant-find-next-nodes): new function, returns list of next
6692         nodes
6693
6694 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * mail-source.el (mail-source-directory): Fix doc-string.
6697
6698 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
6699
6700         * assistant.el (assistant-render-text, assistant-eval): add :set
6701         widget type, which is different because it takes and returns a
6702         list.  Much hilarity ensues.
6703
6704 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
6705
6706         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
6707
6708         * gnus-group.el (gnus-group-get-new-news-this-group): Added
6709         doc-string.
6710
6711         * gnus-start.el (gnus-activate-group): Added doc-string.
6712
6713 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6714
6715         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
6716
6717 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
6718
6719         * assistant.el (assistant-render-text): trying to add a :set
6720         widget, more to come...
6721
6722         * spam.el (spam-group-spam-contents-p): handle empty groupname
6723         strings
6724         (spam-report-articles-resend)
6725         (spam-register-routine): do registration iff any articles warrant
6726         it.
6727         (spam-summary-prepare-exit): changed log message for nil group
6728         destinations
6729
6730 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
6731
6732         * spam.el (spam-report-resend-register-routine): allow
6733         spam-report-resend-to to be a group parameter or a global value
6734
6735 2004-05-26  Simon Josefsson  <jas@extundo.com>
6736
6737         * starttls.el: Merge with my GNUTLS based starttls.el.
6738         (starttls-gnutls-program, starttls-use-gnutls)
6739         (starttls-extra-arguments, starttls-process-connection-type)
6740         (starttls-connect, starttls-failure, starttls-success): New
6741         variables.
6742         (starttls-program, starttls-extra-args): Doc fix.
6743         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
6744         functions.
6745         (starttls-negotiate, starttls-open-stream): Check
6746         `starttls-use-gnutls' and pass on to corresponding *-gnutls
6747         function if it is set.
6748
6749 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
6752         structured fields.
6753
6754 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
6757
6758 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
6759
6760         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
6761         variable.
6762         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
6763         assigning the spam-mark to new messages.
6764
6765 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
6766
6767         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
6768
6769 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * dgnushack.el: Autoload customize-set-variable for XEmacs.
6772
6773         * rfc2047.el (rfc2047-encodable-p): Don't move point.
6774         (rfc2047-decode): Treat the ascii coding-system as raw-text by
6775         default.
6776
6777 2004-05-25  Anand Mitra <mitramc@yahoo.com>  (tiny change)
6778
6779         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
6780         correct data.
6781
6782 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
6783
6784         * spam.el (spam-list-of-processors): use nil for nonexistent processors
6785         (spam-group-processor-p): fixed function so it works properly
6786         (spam-group-processor-multiple-p)
6787         (spam-group-spam-processor-report-gmane-p)
6788         (spam-group-spam-processor-report-resend-p)
6789         (spam-group-spam-processor-bogofilter-p)
6790         (spam-group-spam-processor-blacklist-p)
6791         (spam-group-spam-processor-ifile-p)
6792         (spam-group-ham-processor-ifile-p)
6793         (spam-group-spam-processor-spamoracle-p)
6794         (spam-group-spam-processor-crm114-p)
6795         (spam-group-ham-processor-bogofilter-p)
6796         (spam-group-spam-processor-stat-p)
6797         (spam-group-ham-processor-stat-p)
6798         (spam-group-ham-processor-whitelist-p)
6799         (spam-group-ham-processor-BBDB-p)
6800         (spam-group-ham-processor-spamoracle-p)
6801         (spam-group-ham-processor-copy-p): functions removed with some
6802         prejudice against unneeded code
6803         (spam-report-articles-resend)
6804         (spam-report-resend-register-routine): allow the group/topic
6805         spam-resend-to value to override spam-report-resend-to
6806         (spam-summary-prepare-exit): invoke spam-group-processor-p
6807         properly now
6808
6809         * spam-report.el (spam-report-resend-to, spam-report-resend):
6810         start with resend-to set to nil, and then ask the user if
6811         necessary.  From Daniel Pittman <daniel@rimspace.net>.
6812
6813         * gnus.el (spam-resend-to): new group/topic parameter
6814         (spam-process): move the OBSOLETE processors to the end of the
6815         choices.
6816
6817         * spam-report.el (spam-report-resend): spam-report-resend takes a
6818         list of articles, not separate article numbers.  From Daniel
6819         Pittman <daniel@rimspace.net>.
6820
6821 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
6824         addition to emacs-w3m.
6825
6826 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6827
6828         * assistant.el (assistant-authinfo-data): New function.
6829         (assistant-eval): Eval for entire assistant.
6830
6831         * netrc.el (netrc-services-file): New variable.
6832         (netrc-parse-services): New function.
6833         (netrc-find-service-name): New function.
6834         (netrc-find-service-number): New function.
6835         (netrc-port-equal): New function.
6836         (netrc-machine): Use it.
6837
6838         * nnimap.el (nnimap-open-connection): Use netrc.
6839
6840         * gnus-util.el (gnus-netrc-get): Remove aliases.
6841
6842         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
6843
6844         * assistant.el (wid-edit): Fix compilation.
6845
6846         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
6847
6848 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
6849
6850         * gnus-util.el (gnus-set-file-modes): New function.  (small
6851         patch).
6852
6853 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6854
6855         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
6856
6857         * assistant.el (assistant-render-node): Fix up rendering and
6858         read-only text.
6859         (assistant-render-node): Reset.
6860         (assistant-make-read-only): Not sticky.
6861
6862 2004-05-20  Danny Siu  <dsiu@adobe.com>
6863
6864         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
6865         centered even when gnus-auto-center-summary is t
6866
6867 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6868
6869         * dns.el (dns-get-txt-answer): New function.
6870         (dns-read-txt): Ditto.
6871         (query-dns): Use it.
6872
6873 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
6876         active for foreign groups even if the group level is higher than
6877         the specified value.
6878
6879 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6880
6881         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
6882         non-active groups.
6883
6884         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
6885
6886 2004-05-20  Magnus Henoch  <mange@freemail.hu>
6887
6888         * dns.el (dns-read-type): Add support for SVR.  (small patch)
6889
6890 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6891
6892         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
6893         (spam-crm114-header, spam-crm114-spam-switch)
6894         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
6895         (spam-crm114-positive-spam-header)
6896         (spam-crm114-database-directory, spam-list-of-processors)
6897         (spam-group-spam-processor-crm114-p)
6898         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
6899         (spam-generic-score, spam-list-of-checks)
6900         (spam-list-of-statistical-checks, spam-registration-functions)
6901         (spam-check-crm114-headers, spam-crm114-score)
6902         (spam-check-crm114, spam-crm114-register-with-crm114)
6903         (spam-crm114-register-spam-routine)
6904         (spam-crm114-unregister-spam-routine)
6905         (spam-crm114-register-ham-routine)
6906         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
6907         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
6908
6909         * gnus.el: added spam-use-crm114
6910
6911         * spam.el (spam-list-of-processors, spam-registration-functions):
6912         add spam-use-resend
6913         (spam-group-spam-processor-report-resend-p): utility wrapper
6914         (spam-report-articles-gmane): doc fix
6915         (spam-report-articles-resend,
6916         spam-report-resend-register-routine): wrappers around
6917         spam-report-resend-to
6918
6919         * spam-report.el (spam-report-resend-to, spam-report-resend):
6920         support for resending spam
6921         (spam-report-gmane): line length >80 fix
6922
6923         * gnus.el (spam-process): add spam-use-resend
6924
6925 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6926
6927         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
6928         number of processed spam messages.
6929         (spam-ham-copy-or-move-routine): Return the number of processed
6930         ham messages.
6931         (spam-summary-prepare-exit): Use the above values to decide
6932         whether status messages shouled be displayed.
6933
6934 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
6937         `rfc2047-encoding-function-alist' in order to avoid conflicting
6938         with the old version.
6939         (rfc2047-encode-region): Concatenate words containing non-ASCII
6940         characters in structured fields; don't encode space-delimited
6941         ASCII words even in unstructured fields; don't break words at
6942         char-category boundaries.
6943         (rfc2047-encode-1): New function.
6944         (rfc2047-encode): Use it; encode text so that it occupies the
6945         maximum width within 76-column; work correctly on Q encoding for
6946         iso-2022-* charsets.
6947         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
6948         sure not to break a line just after the header name.
6949         (rfc2047-b-encode-region): Removed.
6950         (rfc2047-b-encode-string): New function.
6951         (rfc2047-q-encode-region): Removed.
6952         (rfc2047-q-encode-string): New function.
6953
6954         * mm-util.el (mm-replace-in-string): New function.
6955
6956 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6957
6958         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
6959         get it right.
6960         (gnus-inews-make-draft): Really.
6961
6962 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
6963
6964         * nnmh.el (nnmh-request-list-1): Don't check the link count
6965         before descending.  (small patch)
6966
6967 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
6970         stuff.
6971
6972         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
6973         on real group name.
6974
6975         * gnus-art.el (gnus-signature-limit): Doc fix.
6976
6977         * gnus-msg.el (gnus-inews-make-draft): Quote list.
6978
6979         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
6980
6981 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
6982
6983         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
6984         isn't a string.
6985
6986 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6987
6988         * gnus-draft.el (gnus-draft-send): Bind
6989         rfc2047-encode-encoded-words.
6990
6991         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
6992         (rfc2047-encodable-p): Say that =? needs encoding.
6993         (rfc2047-encode-encoded-words): New variable.
6994
6995         * gnus-group.el (gnus-group-select-group): Doc fix.
6996
6997         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
6998
6999         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7000         to nil.
7001
7002         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7003
7004         * nnheader.el (nnheader-get-lines-and-char): New function.
7005
7006 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7007
7008         * gnus-msg.el (gnus-summary-followup-with-original): Document
7009         yanking of region when active.
7010
7011 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7014         groups if the group level is higher than the specified value.
7015
7016 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7017
7018         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7019         (gnus-group-jump-to-group): Added prefix argument using
7020         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7021         non-active group.
7022
7023         * compface.el (uncompface): Be verbose when changing
7024         `uncompface-use-external'.
7025
7026         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7027         handle manual section.
7028
7029 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7030
7031         * gnus-art.el (gnus-button-alist): Revert previous change.
7032
7033 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
7036
7037 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7038
7039         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
7040         whether backend can accept message.
7041
7042         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
7043
7044 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
7045
7046         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
7047         Avoid creating directory when nntp-marks-is-evil is true.
7048         Reported by Reiner Steib.
7049
7050 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * gnus-picon.el (gnus-picon-style): New variable.
7053         (gnus-picon-insert-glyph): Added optional `nostring' argument.
7054         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
7055         Jesper Harder <harder@ifa.au.dk>.
7056
7057 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7058
7059         * message.el (message-fill-field): Return point.
7060         (message-generate-headers): Go to end of field.
7061
7062         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
7063         stuff for non-living groups.
7064
7065 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
7066
7067         * gnus-art.el (gnus-article-followup-with-original)
7068         (gnus-article-reply-with-original): gnus-mark-active-p ->
7069         gnus-region-active-p.
7070
7071 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
7072
7073         * spam.el (spam-summary-prepare-exit): fix messages, so they show
7074         only when there is spam or ham to be processed
7075
7076 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7077
7078         * mail-source.el (mail-source-delete-crash-box): Refactor.
7079         (mail-source-fetch): Use it.
7080         (mail-source-fetch-file): Ditto.
7081         (mail-source-fetch-directory): Run postscript in loop.
7082         (mail-source-fetch-pop): Delete.
7083         (mail-source-fetch-maildir): Ditto.
7084         (mail-source-fetch-imap): Ditto.
7085
7086         * imap.el (imap-authenticators): Comment out sasl.
7087
7088         * message.el (message-skip-to-next-address): New function.
7089         (message-fill-header-address): Refactor.
7090         (message-fill-address): Use it.
7091         (message-delete-address): Use it.
7092         (message-fill-header-general): Refactor.
7093         (message-fill-field-address): Rename.
7094         (message-narrow-to-field): Find the start of the header.
7095         (message-header-format-alist): Don't pre-fill.
7096         (message-fill-header): Removed.
7097         (message-insert-header): New function.
7098         (message-shorten-references): Use it.
7099
7100         * rfc2047.el (rfc2047-field-value): Strip props.
7101
7102         * mail-parse.el (mail-header-make-address): New alias.
7103
7104         * ietf-drums.el (ietf-drums-make-address): New function.
7105
7106         * imap.el: Add compiler directives.
7107
7108         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
7109
7110         * gnus-art.el (article-decode-idna-rhs): Don't use
7111         message-idna-inside-rhs-p.
7112
7113 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7114
7115         * message.el (message-idna-inside-rhs-p): Removed.
7116         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7117
7118         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7119         false positives.
7120
7121 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7122
7123         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7124
7125 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7126
7127         * nneething.el (nneething-file-name): Don't create spurions
7128         files.
7129
7130         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7131         (gnus-inews-do-gcc): Remove sleep.
7132
7133         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
7134         part under point.
7135
7136         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
7137         (gnus-agent-regenerate-group): Using nil messages aren't valid.
7138
7139 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7140
7141         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7142
7143 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7144
7145         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7146         as expired without moving it" message when there are spam
7147         messages left
7148
7149 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7150
7151         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7152         header is not nil.
7153
7154 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7155
7156         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7157         nntp-possibly-create-directory, not nntp-possibly-change-group.
7158         (nntp-marks-changed-p): New arg SERVER.
7159         (nntp-request-update-info): Adjust caller.
7160
7161 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7162
7163         * nntp.el (nntp-save-marks): Pass missing arg.
7164
7165 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7166
7167         * nntp.el: Support marks.
7168         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7169         (nntp-marks-modtime, nntp-marks-directory): New variables.
7170         (nntp-request-set-mark, nntp-request-update-info)
7171         (nntp-possibly-create-directory, nntp-marks-changed-p)
7172         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7173         functions.
7174
7175 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7176
7177         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7178         (gnus-xmas-redefine): Rename.
7179
7180         * gnus-score.el (gnus-score-insert-help): Use
7181         gnus-select-lowest-window.
7182
7183         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7184         appt-select-lowest-window and rename to gnus-select-lowest-window.
7185
7186         * gnus.el: do.
7187
7188 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7189
7190         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7191         encodings of MIME-encoded words, in order to improve
7192         interoperability with several broken MUAs.
7193
7194 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7195
7196         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7197         tags, only when charsets are not specified in headers.
7198         (mm-inline-text-html-render-with-w3m): Ditto.
7199
7200         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7201         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7202
7203 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7204
7205         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7206         instead of MIME-decoded from fields when checking
7207         `gnus-article-address-banner-alist'.
7208
7209 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7210
7211         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7212         description rather than subject.
7213
7214 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7215
7216         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7217
7218 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219
7220         * gnus.el (gnus-version-number): Bump.
7221
7222 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7223
7224         * gnus.el: No Gnus v0.2 is released.
7225
7226 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7227
7228         * gnus-agent.el (gnus-agent-read-agentview): Inline
7229         gnus-uncompress-range.
7230
7231 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7232
7233         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7234         `exec-installed-p'.
7235
7236 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7237
7238         * gnus.el (spam-process, spam-autodetect-methods): Add
7239         bsfilter and bsfilter-headers.
7240
7241         * spam.el (spam-bsfilter): New customize group.
7242         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7243         (spam-bsfilter-header, spam-bsfilter-probability-header)
7244         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7245         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7246         (spam-bsfilter-database-directory): New options.
7247         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7248         (spam-list-of-statistical-checks, spam-registration-functions):
7249         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7250         (spam-bsfilter-score): New command.
7251         (spam-check-bsfilter-headers, spam-check-bsfilter)
7252         (spam-bsfilter-register-with-bsfilter)
7253         (spam-bsfilter-register-spam-routine)
7254         (spam-bsfilter-unregister-spam-routine)
7255         (spam-bsfilter-register-ham-routine)
7256         (spam-bsfilter-unregister-ham-routine): New functions.
7257         (spam-generic-score): Support bsfilter; Accept an optional argument
7258         to recalcurate spam score even if scoring header has already been
7259         added.
7260         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7261         optional argument to recalcurate spam score even if scoring header
7262         has already been added.
7263
7264 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7265
7266         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7267         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7268         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7269         link is missing.
7270
7271 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7272
7273         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7274         (html2text-get-attr): Rewrite.
7275
7276         * message.el (message-setup-1): Remove redundant put-text-property
7277         on mail-header-separator.
7278
7279 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7280
7281         * gnus-registry.el (gnus-registry-cache-whitespace)
7282         (gnus-registry-action, gnus-registry-spool-action)
7283         (gnus-registry-split-fancy-with-parent): changed message levels
7284         from 5 to 3 or 7, as needed
7285
7286         * spam.el (spam-summary-prepare-exit)
7287         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7288         (spam-split, spam-find-spam, spam-log-undo-registration)
7289         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7290         level from 5 to 6
7291
7292 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7295         2004-03-04 change).
7296
7297 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7298
7299         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7300         Use mapc when appropriate.
7301
7302         * sieve-manage.el (sieve-manage-open): do.
7303
7304         * nnweb.el (nnweb-insert-html): do.
7305
7306         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7307         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7308
7309         * nnspool.el (nnspool-request-group): do.
7310
7311         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7312         do.
7313
7314         * nnml.el (nnml-request-update-info): do.
7315
7316         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7317         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7318
7319         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7320         (nnimap-request-set-mark): do.
7321
7322         * nnfolder.el (nnfolder-request-update-info): do.
7323
7324         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
7325         do.
7326
7327         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
7328
7329         * gnus-uu.el (gnus-uu-find-articles-matching): do.
7330
7331         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
7332         do.
7333
7334         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
7335         do.
7336
7337         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
7338
7339         * gnus-nocem.el (gnus-nocem-scan-groups): do.
7340
7341         * gnus-int.el (gnus-start-news-server): do.
7342
7343         * gnus-group.el (gnus-group-make-kiboze-group)
7344         (gnus-group-browse-foreign-server): do.
7345
7346 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7347
7348         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
7349         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
7350         <shields@msrl.com>:
7351
7352         * spam.el (spam-necessary-extra-headers): get the extra headers we
7353         may need for spam sorting and scoring
7354         (spam-user-format-function-S): a user format function suitable for
7355         general use
7356         (spam-article-sort-by-spam-status): sorting function for summary
7357         sorting
7358         (spam-extra-header-to-number): get a score from a header
7359         (spam-summary-score): get a numeric score from the headers
7360         (spam-generic-score): oops, function doc in wrong place
7361         (spam-initialize): take symbols when it's run, and install the
7362         extra headers that spam-necessary-extra-headers thinks we need
7363
7364 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7365
7366         * spam.el (spam-summary-prepare-exit): logic and message fix.
7367         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7368
7369 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
7370
7371         * gnus-sum.el (gnus-set-global-variables)
7372         (gnus-build-all-threads, gnus-get-newsgroup-headers)
7373         (gnus-article-get-xrefs, gnus-summary-best-group)
7374         (gnus-summary-next-article, gnus-summary-enter-digest-group)
7375         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
7376         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
7377         with-current-buffer.
7378
7379 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7380
7381         * spam.el (spam-summary-prepare-exit): simplified logic
7382         (spam-fetch-article-header): read the article header if it's not
7383         available
7384         (spam-list-articles): simplified logic
7385         (spam-filelist-register-routine): found bug with unregister-list
7386
7387         * gnus-registry.el: clarified comments at beginning
7388
7389 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
7390
7391         * message.el (message-cater-to-broken-inn): Remove.
7392         (message-shorten-references): Make sure the total folded length of
7393         References is shorter than 998 characters to cater to a bug in INN
7394         2.3.  Also, don't pretend that references aren't folded -- this
7395         hasn't worked for a while.
7396
7397 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7398
7399         * gnus-agent.el (gnus-agentize):
7400         gnus-agent-send-mail-real-function no longer set to current value
7401         of message-send-mail-function but rather a lambda that calls
7402         message-send-mail-function.  The change makes the agent real-time
7403         responsive to user changes to message-send-mail-function.
7404
7405 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7406
7407         * legacy-gnus-agent.el
7408         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
7409         help from Florian Weimer <fw@deneb.enyo.de>
7410
7411 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * nnmail.el (nnmail-cache-insert): Revert last change.
7414
7415 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * nnmail.el (nnmail-cache-insert): Always check whether
7418         nnmail-cache-ignore-groups matches a group name.
7419
7420 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
7421
7422         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
7423         (spam-find-spam, spam-log-processing-to-registry)
7424         (spam-log-registered-p, spam-log-unregistration-needed-p)
7425         (spam-log-undo-registration): use gnus-message instead of
7426         gnus-error, none of these errors are fatal
7427
7428         * gnus-registry.el (gnus-registry-clean-empty-function)
7429         (gnus-registry-clean-empty): remove only empty entries without
7430         extra data
7431
7432 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7433
7434         * spam-stat.el (spam-stat-buffer-change-to-spam)
7435         (spam-stat-buffer-change-to-non-spam): change (error) to
7436         (gnus-message 8) invocation
7437
7438 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * nntp.el (nntp-via-netcat-command): New variable.
7441         (nntp-via-netcat-switches): New variable.
7442         (nntp-open-via-rlogin-and-netcat): New function.
7443         (nntp-open-connection-function): Doc fix.
7444         (nntp-telnet-command): Doc fix.
7445         (nntp-end-of-line): Doc fix.
7446         (nntp-via-rlogin-command): Doc fix.
7447         (nntp-via-user-name): Doc fix.
7448         (nntp-via-address): Doc fix.
7449
7450 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
7453         error in Emacs 21.1.
7454
7455 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
7456
7457         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
7458
7459 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7460         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
7461         (gnus-agent-with-refreshed-group): New macro.
7462         (gnus-agent-rename-group): New function.
7463         (gnus-agent-delete-group): New function.
7464         (gnus-agent-save-group-info): Use gnus-command-method when
7465         `method' parameter is nil.  Don't write nil entries into the
7466         active file.
7467         (gnus-agent-get-group-info): New function.
7468         (gnus-agent-fetch-articles): Use
7469         gnus-agent-update-files-total-fetched-for to increment disk space
7470         used.
7471         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
7472         gnus-agent-update-view-total-fetched-for to increment disk space
7473         used.
7474         (gnus-agent-get-local): Added optional parameters to avoid calling
7475         gnus-group-real-name and gnus-find-method-for-group.
7476         (gnus-agent-set-local): Delete stored entry if either min, or max,
7477         are nil.
7478         (gnus-agent-fetch-session): Reworded error/quit messages.  On
7479         quit, use gnus-agent-regenerate-group to record existance of any
7480         articles fetched to disk before the quit occurred.
7481         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
7482         gnus-agent-update-view-total-fetched-for, and
7483         gnus-agent-update-files-total-fetched-for to decrement disk space
7484         used.
7485         (gnus-agent-retrieve-headers): Use
7486         gnus-agent-update-view-total-fetched-for to increment disk space
7487         used.
7488         (gnus-agent-regenerate-group): Replace gnus-group-update-group
7489         with gnus-agent-update-files-total-fetched-for to decrement disk
7490         space and fresh group buffer.
7491         (gnus-agent-inhibit-update-total-fetched-for): New variable.
7492         (gnus-agent-need-update-total-fetched-for): New variable.
7493         (gnus-agent-update-files-total-fetched-for): New function.
7494         (gnus-agent-update-view-total-fetched-for): New function.
7495         (gnus-agent-total-fetched-for): New function.
7496
7497         * gnus-cache.el (gnus-cache-save-buffers): Use
7498         gnus-cache-update-overview-total-fetched-for to change disk space
7499         used by this group.
7500         (gnus-cache-possibly-enter-article): Use
7501         gnus-cache-update-file-total-fetched-for to increment disk space
7502         used by this group.
7503         (gnus-cache-possibly-remove-article): Use
7504         gnus-cache-update-file-total-fetched-for to decrement disk space
7505         used by this group.
7506         (gnus-cache-generate-nov-databases): Purge total fetched cache.
7507         (gnus-cache-rename-group): New function.
7508         (gnus-cache-delete-group): New function.
7509         (gnus-cache-inhibit-update-total-fetched-for): New variable.
7510         (gnus-cache-need-update-total-fetched-for): New variable.
7511         (gnus-cache-with-refreshed-group): New macro.
7512         (gnus-cache-update-file-total-fetched-for): New function.
7513         (gnus-cache-update-overview-total-fetched-for): New function.
7514         (gnus-cache-rename-group-total-fetched-for): New function.
7515         (gnus-cache-delete-group-total-fetched-for): New function.
7516         (gnus-cache-total-fetched-for): New function.
7517
7518         * gnus-group.el: Require gnus-sum and autoload functions to
7519         resolve warnings when gnus-group.el compiled alone.
7520         (gnus-group-line-format): Documented new %F
7521         (size of Fetched data) group line format; identifies disk space
7522         used by agent and cache.
7523         (gnus-group-line-format-alist): Defined new F format.
7524         (gnus-total-fetched-for): New function.
7525         (gnus-group-delete-group): No longer update
7526         gnus-cache-active-altered as gnus-request-delete-group now keeps
7527         the cache in sync.
7528         (gnus-group-list-active): Let the agent store a server's active
7529         list if currently plugged.
7530
7531         * gnus-int.el (gnus-request-delete-group): Use
7532         gnus-cache-delete-group and gnus-agent-delete-group to keep the
7533         local disk in sync with the server.
7534          (gnus-request-rename-group): Use
7535         gnus-cache-rename-group and gnus-agent-rename-group to keep the
7536         local disk in sync with the server.
7537
7538         * gnus-start.el (gnus-get-unread-articles): Cosmetic
7539         simplification to logic.
7540
7541         * gnus-util.el (gnus-rename-file): New function.
7542
7543 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
7544
7545         * mm-util.el (mm-image-load-path): Handle nil in load-path.
7546
7547 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
7548
7549         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
7550         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
7551
7552 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
7553
7554         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
7555         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
7556
7557 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
7558
7559         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
7560
7561 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
7562
7563         * spam.el (spam-set-difference): new function to replace
7564         gnus-set-difference in spam.el
7565         (spam-summary-prepare-exit): use spam-set-difference
7566
7567 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7568
7569         * gnus-registry.el (gnus-registry-cache-file): updated to use
7570         gnus-dribble-directory OR gnus-home-directory OR ~
7571         (gnus-registry-split-fancy-with-parent): fixed doc
7572
7573 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * message.el (message-exchange-point-and-mark): Use
7576         message-mark-active-p.  Suggested by Jesper Harder
7577         <harder@ifa.au.dk>.
7578
7579 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * message.el (message-exchange-point-and-mark): Don't activate
7582         region if it was inactive.  Suggested by Hiroshi Fujishima
7583         <pooh@nature.tsukuba.ac.jp>.
7584
7585 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * gnus-art.el (article-display-face): Display Faces in the same
7588         order as X-Faces.
7589
7590 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
7593
7594 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
7597         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
7598         (gnus-article-mime-hierarchy): Remove.
7599         (gnus-article-mime-hierarchy-next): Remove.
7600         (gnus-article-mode): Revert 2004-03-19 change.
7601         (gnus-article-setup-buffer): Revert 2004-03-19 change.
7602         (gnus-insert-mime-button): Revert 2004-03-19 change.
7603         (gnus-mime-accumulate-hierarchy): Remove.
7604         (gnus-mime-enter-multipart): Remove.
7605         (gnus-mime-leave-multipart): Remove,
7606         (gnus-mime-display-part): Revert 2004-03-19 change.
7607         (gnus-mime-display-alternative): Revert 2004-03-19 change.
7608
7609         * mml.el (mml-preview): Revert 2004-03-19 change.
7610
7611 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
7612
7613         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
7614
7615 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
7618         t while entering a file name using the mm-with-multibyte macro.
7619         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7620
7621         * mm-util.el (mm-with-multibyte): New macro.
7622
7623 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
7626         user option.
7627         (gnus-mime-multipart-functions): Doc and customization fix.
7628         (gnus-article-mime-hierarchy): New variable.
7629         (gnus-article-mime-hierarchy-next): New variable.
7630         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
7631         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
7632         gnus-article-mime-hierarchy-next to nil.
7633         (gnus-insert-mime-button): Show hierarchy numbers.
7634         (gnus-mime-accumulate-hierarchy): New function.
7635         (gnus-mime-enter-multipart): New function.
7636         (gnus-mime-leave-multipart): New function.
7637         (gnus-mime-display-part): Recompute hierarchical MIME structure.
7638         (gnus-mime-display-alternative): Show hierarchy numbers.
7639
7640         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
7641         gnus-article-mime-hierarchy-next to nil.
7642
7643 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
7644
7645         * dns.el: Don't require gnus-xmas.
7646
7647 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
7648
7649         * mml.el (mml-generate-mime-1): Don't use format=flowed with
7650         inline PGP.
7651         (mml-menu): Disable mml-quote-region if mark is inactive.
7652
7653 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
7656         when the group's active is not available.
7657
7658 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
7661         error.
7662
7663 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
7664
7665         * imap.el (imap-store-password): New variable.
7666         (imap-interactive-login): Use it.
7667         Suggested by Mark Plaksin <happy@mcplaksin.org>.
7668
7669 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * gnus-art.el (gnus-article-read-summary-keys): Restore new
7672         window-start and hscroll to summary window.
7673
7674 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7675
7676         * gnus-start.el (gnus-convert-old-newsrc): Only write the
7677         conversion message to newsrc-dribble when an actual conversion is
7678         performed.
7679
7680 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
7681
7682         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
7683
7684 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * mm-decode.el (mm-complicated-handles): New function reviving
7687         former definition of mm-multiple-handles.
7688
7689         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
7690         (gnus-mime-delete-part): Use it.
7691
7692 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7693
7694         * gnus-agent.el (gnus-agent-read-local): Bind
7695         nnheader-file-coding-system to gnus-agent-file-coding-system to
7696         avoid the implicit assumption that they will always be equal.
7697         (gnus-agent-save-local): Bind buffer-file-coding-system, not
7698         coding-system-for-write, as the with-temp-file macro first prints
7699         to a buffer then saves the buffer.
7700
7701 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-art.el (gnus-article-edit-part): New function.
7704         (gnus-mime-save-part-and-strip): Use it; do query instead of
7705         signaling an error; don't use mm-multiple-handles.
7706         (gnus-mime-delete-part): Ditto.
7707
7708 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7709
7710         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
7711         old file versions.
7712         (gnus-group-prepare-hook): Removed function that converted list
7713         form of gnus-agent-expire-days to group properties.
7714
7715         * gnus-int.el: Autoload gnus-agent-regenerate-group.
7716         (gnus-request-accept-article): Re-indented.
7717
7718         * gnus-start.el (gnus-convert-old-newsrc): Registered new
7719         converters to handle old agent file formats.  Added logic for a
7720         "backup before upgrading warning".
7721         (gnus-convert-mark-converter-prompt): Developers can mark
7722         functions as needing (default), or not needing,
7723         gnus-convert-old-newsrc's "backup before upgrading warning".
7724         (gnus-convert-converter-needs-prompt): Tests whether the user
7725         should be protected from potentially irreversable changes by the
7726         function.
7727
7728         * legacy-gnus-agent.el (): New. Provides converters that are only
7729         loaded when gnus-convert-old-newsrc needs to call them.
7730
7731 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * mail-source.el (mail-source-touch-pop): Doc fix.
7734
7735         * message.el (message-smtpmail-send-it): Doc fix.
7736
7737 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
7738
7739         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
7740
7741         * nnmail.el (nnmail-split-fancy): do.
7742
7743         * gnus-kill.el (gnus-kill, gnus-execute): do.
7744
7745 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7746
7747         * gnus-sum.el (gnus-widget-reversible-match)
7748         (gnus-widget-reversible-to-internal)
7749         (gnus-widget-reversible-to-external): New functions.
7750         (gnus-widget-reversible): New widget.
7751         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
7752
7753 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
7754
7755         * gnus-sum.el (gnus-thread-sort-functions)
7756         (gnus-article-sort-functions): Document `(not F)' items.
7757
7758 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7759
7760         * spam.el (spam-use-gmane-xref): new backend
7761         (spam-gmane-xref-spam-group): variable to control the name of the
7762         Gmane spam group
7763         (spam-blackhole-servers, spam-blackhole-good-server-regex)
7764         (spam-regex-headers-spam, spam-regex-headers-ham)
7765         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
7766         (spam-list-of-checks): added spam-use-gmane-xref to list of
7767         backends and checks
7768         (spam-check-gmane-xref): function for spam-use-gmane-xref
7769
7770         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
7771         an autodetect method
7772
7773 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7774
7775         * gnus-int.el (gnus-request-accept-article): Inform the agent that
7776         articles are being added to a group.
7777         (gnus-request-replace-article): Inform the agent that articles
7778         need to be uncached as the cached contents are no longer valid.
7779
7780 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * binhex.el: Don't autoload executable-find.
7783
7784         * canlock.el: Don't autoload mail-fetch-field.
7785
7786         * dgnushack.el: Autoload c-mode for XEmacs.
7787
7788         * gnus-ems.el: Don't autoload appt-select-lowest-window.
7789
7790         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
7791         rmail-dont-reply-to and rmail-output.
7792
7793         * gnus-score.el: Don't autoload ffap-string-at-point.
7794
7795         * gnus-setup.el: Don't autoload sc-cite-original.
7796
7797         * imap.el: Don't autoload base64-decode-string,
7798         base64-encode-string and md5.
7799
7800         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
7801         and rmail-msg-restore-non-pruned-header.
7802
7803         * mm-decode.el: Don't autoload executable-find.
7804
7805         * mm-url.el: Don't autoload executable-find.
7806
7807         * mm-view.el: Don't autoload diff-mode.
7808
7809         * nndb.el: Don't autoload news-reply-mode, news-setup,
7810         cancel-timer and telnet.
7811
7812         * password.el: Don't autoload run-at-time for Emacs.
7813
7814         * sha1-el.el: Don't autoload executable-find.
7815
7816         * sieve-mode.el: Don't autoload c-mode.
7817
7818         * uudecode.el: Don't autoload executable-find.
7819
7820 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7821
7822         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
7823         (gnus-agent-possibly-alter-active): Avoid null in numeric
7824         comparison.
7825         (gnus-agent-set-local): Refuse to save null in local object table.
7826         (gnus-agent-regenerate-group): The REREAD parameter can now be a
7827         list of articles that will be marked as unread.
7828
7829 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
7832
7833 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
7834
7835         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
7836         language tags.
7837
7838 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7839
7840         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
7841         Don't bind "obarray".
7842
7843         * gnus-sum.el (gnus-thread-sort-functions): Added
7844         `gnus-thread-sort-by-most-recent-number' and
7845         `gnus-thread-sort-by-most-recent-date'.
7846         Reported by Kai Grossjohann <kai@emptydomain.de>.
7847
7848 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
7851
7852 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7853
7854         * gnus-cus.el (gnus-agent-customize-category): Removed
7855         ignore-errors macro reference that required cl to be loaded at
7856         run-time.
7857
7858         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
7859         single-interval range of the form (min . max).  Previously the
7860         range had to look like ((min . max)).  Likewise, return
7861         (min . max) rather than ((min . max)).
7862         (gnus-range-map): Use gnus-range-normalize to accept
7863         single-interval range.
7864
7865         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
7866         the cache, but not the agent, now appear with their usual face.
7867
7868         * dgnushack.el (loaddir): New variable that is bound to the
7869         directory containing the dgnushack.el file. Use loaddir, rather
7870         than srcdir, to update load-path. Change lets dgnushack compile
7871         code in directories other than GNUS/lisp.
7872
7873 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * lpath.el: Don't bind w3m-safe-url-regexp.
7876
7877         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
7878         w3m-safe-url-regexp variable buffer-local.
7879
7880         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
7881
7882 2004-02-27  Simon Josefsson  <jas@extundo.com>
7883
7884         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
7885         gnus-group-real-prefix.
7886         (gnus-summary-move-article): Use it, instead of
7887         gnus-group-real-prefix.
7888
7889 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * lpath.el: Bind w3m-safe-url-regexp.
7892
7893         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
7894         w3m-safe-url-regexp variable buffer-local and set it as the value
7895         of mm-w3m-safe-url-regexp.
7896
7897         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
7898
7899         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
7900         parsing gnus-posting-styles when the message is not for replying.
7901
7902         * dgnushack.el: Autoload sgml-mode for XEmacs.
7903
7904         * nnrss.el (nnrss-opml-export): Use
7905         mm-set-buffer-file-coding-system instead of
7906         set-buffer-file-coding-system.
7907
7908 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
7909
7910         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
7911         of checkdoc.el).
7912         * nnrss.el: do.
7913         * gnus-mlspl.el: do.
7914         * gnus-ml.el: do.
7915         * gnus-srvr.el: do.
7916
7917         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
7918
7919 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7920
7921         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
7922         Corrections to custom-manual links.
7923
7924         * gnus-art.el (gnus-article): Ditto.
7925
7926         * mm-decode.el (mime-display, mime-security): Ditto.
7927
7928 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
7929
7930         * flow-fill.el: Typo.
7931
7932 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
7933
7934         * spam-wash.el: New file.
7935
7936 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
7937
7938         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
7939
7940 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7941
7942         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
7943         to be run with new-articles as LIST1, not LIST2
7944         (spam-registration-functions): add spam-use-ham-copy as a nil
7945         registration backend
7946
7947 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
7948
7949         * spam-stat.el (spam-stat-washing-hook): New option.
7950         (spam-stat-buffer-words): Use it.
7951         (spam-stat-process-directory, spam-stat-test-directory): Use
7952         insert-file-contents-literally.
7953         (spam-stat-coding-system): New variable.
7954         (spam-stat-load, spam-stat-save): Use it.
7955
7956 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * spam-report.el (spam-report-plug-agent): Quote
7959         spam-report-url-to-file and spam-report-url-ping-plain.
7960
7961 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
7964         / in mailto URLs.
7965
7966 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * spam-report.el (spam-report-process-queue): Fix interactive use.
7969         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
7970         (spam-report-unplug-agent): Doc fixes.
7971         (spam-report-url-ping-mm-url, spam-report-url-to-file)
7972         (spam-report-agentize, spam-report-deagentize): Autoload
7973
7974 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
7977
7978         * message.el (message-setup-fill-variables): Add mml tags to
7979         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
7980         <ajk@iu.edu>.
7981         (message-mode): Don't modify paragraph-separate there.
7982
7983 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * compface.el (uncompface-use-external): Default to undecided.
7986         (uncompface-use-external-threshold): New variable.
7987         (uncompface-float-time): New macro.
7988         (uncompface): Determine whether to use the external decoder if
7989         uncompface-use-external is undecided.
7990
7991 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
7994         after images.
7995
7996         * gnus-art.el (gnus-mime-display-single): Remove dead code.
7997
7998 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
7999
8000         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8001
8002         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8003
8004         * gnus-sum.el (gnus-summary-limit-to-age)
8005         (gnus-summary-limit-children): do.
8006
8007         * gnus-int.el (gnus-request-scan): do.
8008
8009         * gnus-group.el (gnus-group-suspend): do.
8010
8011         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8012
8013         * gnus-cite.el (gnus-cite-parse-attributions): do.
8014
8015         * gnus-agent.el (gnus-summary-set-agent-mark)
8016         (gnus-agent-regenerate-group): do.
8017
8018         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8019
8020         * binhex.el (binhex-decode-region-internal): do.
8021
8022 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-fun.el (gnus-face-properties-alist): New user option.
8025         (gnus-display-x-face-in-from): Use it.
8026
8027         * gnus-art.el (article-display-face): Ditto.
8028
8029         * compface.el (uncompface-use-external): Default to nil.
8030
8031 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
8032
8033         * nntp.el (nntp-erase-buffer): New function.
8034         (nntp-retrieve-data, nntp-send-command)
8035         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
8036         (nntp-possibly-change-group): Use it.
8037
8038         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
8039         with-current-buffer.
8040
8041 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
8042
8043         * compface.el: Merge the ELisp-based uncompface program.
8044         (compface): New customization group.
8045         (uncompface-use-external): New user option.
8046         (uncompface): Call uncompface-internal if uncompface-use-external
8047         is nil.
8048         (uncompface-internal): New function.  Note that there are also
8049         some other functions and variables added for this function.
8050
8051 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
8052
8053         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
8054         if necessary.
8055
8056 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8057
8058         * spam-report.el (spam-report-unplug-agent)
8059         (spam-report-plug-agent, spam-report-deagentize)
8060         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
8061         support for the Agent in spam-report: when unplugged, report to a
8062         file; when plugged, submit all the requests
8063
8064         * spam.el (spam-register-routine): improved message about
8065         registration
8066
8067 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
8068
8069         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
8070         dependencies.
8071         (rfc2047-encode): Use it.
8072
8073         * gnus-art.el (gnus-button-marker-list): Move before first
8074         reference.
8075
8076         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8077         (imap-parse-body): Fix format string mismatch.
8078
8079         * gnus-score.el (gnus-summary-increase-score): do.
8080
8081         * nnrss.el (nnrss-close): New function.
8082
8083 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
8084
8085         * nnrss.el (nnrss-make-filename): New function.
8086         (nnrss-request-delete-group, nnrss-read-server-data)
8087         (nnrss-save-server-data, nnrss-read-group-data)
8088         (nnrss-save-group-data): Use it.
8089         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
8090         (nnrss-read-server-data, nnrss-read-group-data): Use load.
8091         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
8092
8093 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
8094
8095         * mml.el (mml-compute-boundary-1): Don't uncompress files.
8096
8097 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
8098
8099         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
8100         files.
8101
8102         * message.el (message-generate-headers-first): Don't quote nil
8103         and t in docstrings.
8104
8105         * imap.el (imap-id): do.
8106
8107         * gnus-agent.el (gnus-agent-consider-all-articles)
8108         (gnus-agent-queue-mail): do.
8109
8110 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * spam-report.el (spam-report-process-queue): New function.
8113         Process requests from `spam-report-requests-file'.
8114         (spam-report-process-queue): Doc fix.
8115
8116 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8117
8118         * spam.el (spam-register-routine)
8119         (spam-log-processing-to-registry, spam-log-registered-p)
8120         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8121         change "check" to "spam-check" for semi-clarity
8122
8123 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8124
8125         * pop3.el: Require nnheader.
8126
8127         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8128
8129         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8130
8131         * gnus-picon.el: Require cl.
8132
8133         * gnus-fun.el: Require gnus-ems and gnus-util.
8134
8135         * gnus.el (gnus-method-to-server): Move defsubst before first use.
8136
8137         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
8138
8139         * gnus-art.el (gnus-article-edit-mode): Define before first
8140         reference.
8141
8142 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8143
8144         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8145         (gnus-uu-post-encoded): Use point-at-bol.
8146
8147         * gnus-topic.el (gnus-group-active-topic-p): do.
8148
8149         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8150
8151         * gnus-group.el (gnus-group-kill-region): do.
8152
8153         * gnus-art.el (article-date-ut): do.
8154
8155         * message.el (message-fetch-field): Remove redundant
8156         case-fold-search binding.
8157         (message-narrow-to-field): Simplify.
8158
8159 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8160
8161         * spam.el (spam-directory): Derive from `gnus-directory'.
8162
8163         * spam-report.el (spam-report-url-to-file)
8164         (spam-report-requests-file): New function and variable for offline
8165         reporting.
8166         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8167         and user defined function.
8168         (spam-report-url-ping-mm-url): Remove doubled slash.
8169
8170 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8171
8172         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8173
8174 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8175
8176         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8177         format string mismatch.
8178
8179         * sieve.el (sieve-deactivate-all): do.
8180
8181         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8182
8183         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8184
8185         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8186
8187         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8188
8189 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8190
8191         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8192         the list of checks
8193
8194 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8195
8196         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8197         padding.
8198
8199 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8200
8201         * mm-view.el (mm-fill-flowed): New variable.
8202         (mm-inline-text): Use it.
8203
8204 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8205
8206         * spam.el (spam-spamassassin-register-ham-routine)
8207         (spam-spamassassin-register-spam-routine): fixed function names
8208
8209 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * gnus.el (gnus-tmp-grouplens): Remove.
8212         (gnus-summary-line-format): Remove grouplens.
8213
8214         * gnus-group.el (gnus-group-line-format): Ditto.
8215
8216         * gnus-spec.el (gnus-format-specs): Ditto.
8217         (gnus-update-format-specifications): Flush the group format spec
8218         cache if there's the grouplens stuff.
8219         (gnus-parse-simple-format): Replace %l with the empty string.
8220
8221 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
8222
8223         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8224         omission.
8225         From Jerry James  <james@xemacs.org>
8226
8227 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8230         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8231
8232 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8233
8234         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8235         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8236         New macros and functions.
8237         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8238         Handle > NLINK_MAX messages.
8239         * nnmaildir.el (nnmaildir-request-set-mark): Use
8240         nnmaildir--emlink-p and nnmaildir--eexist-p.
8241
8242 2004-01-25  Alex Schroeder  <alex@gnu.org>
8243
8244         * spam-stat.el (spam-stat-process-directory-age): New option.
8245         (spam-stat-process-directory): Use it.
8246
8247 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8248
8249         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8250         (spam-stat-save): Accept prefix argument.
8251
8252 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8253
8254         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8255         links" error.
8256
8257 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8260         the rest of the and/or forms.
8261
8262 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8263
8264         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8265         compatibility with old .newsrc.eld files.
8266
8267         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8268
8269         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8270
8271         * gnus-start.el (gnus-1): do.
8272
8273         * gnus-group.el (gnus-group-line-format-alist): do.
8274
8275         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8276
8277         * gnus-gl.el: Remove.
8278
8279 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8280
8281         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8282         marks consisting of a single range {for example, (3 . 5)} rather
8283         than a list of a single range { ((3 . 5)) }.
8284
8285 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8286
8287         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8288         with-current-buffer.
8289         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8290         avoid consing a string.
8291
8292         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8293         Remove obsolete entries for big5 and gb2312.
8294
8295 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8296
8297         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8298         uncompressed list.
8299
8300 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8301
8302         * spam-stat.el (spam-stat-strip-xref): New function.
8303         (spam-stat-process-directory): Use it.
8304
8305         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8306         here -- it's done in message-fetch-field.
8307
8308 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8309
8310         * gnus-agent.el (gnus-agent-queue-mail,
8311         gnus-agent-prompt-send-queue): New variables.
8312         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8313         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8314         "nndraft:queue" along to gnus-draft-send.  Use
8315         gnus-agent-prompt-send-queue.
8316         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8317         is "nndraft:queue".  Suggested by Gaute Strokkenes
8318         <gs234@srcf.ucam.org>
8319
8320         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8321         (agent-enable-undownloaded-faces): Added
8322         (gnus-agent-cat-groups): Use eval-and-compile, not
8323         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
8324         method of gnus-agent-cat-groups even when the buffer has been
8325         evaled.
8326         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
8327         delete gnus-agent-save-active-1.
8328         (gnus-agent-save-groups): Deleted. Identical to
8329         gnus-agent-save-active.
8330         (gnus-agent-write-active): No longer adjust agent's copy of active
8331         file as agent's adjustments are now stored in their own
8332         file. Removed optional parameter.
8333         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
8334         servers.  Add use of min/max range limits from server's local
8335         file.
8336         (gnus-agent-save-alist): Removed unused optional argument.
8337         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
8338         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
8339         (gnus-agent-set-local): A per-server file that keeps min/max range
8340         limits for articles known to the agent.  Provides a fast mechanism
8341         for altering many active ranges.
8342         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
8343         active file (local makes it unnecessary).
8344         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
8345
8346         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
8347         (agent-enable-undownloaded-faces): Added
8348
8349         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
8350         disable it when sending to "nndraft:queue".
8351         (gnus-group-send-queue): Add safety check to avoid sending queue
8352         when unplugged.
8353
8354         * gnus-group.el (gnus-group-catchup): Use new
8355         gnus-sequence-of-unread-articles, not
8356         gnus-list-of-unread-articles, to avoid exhausting memory with huge
8357         numbers of articles.  Use gnus-range-map to avoid having to
8358         uncompress the unread list.
8359         (gnus-group-archive-directory,
8360         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
8361         reference.
8362
8363         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
8364         (gnus-sorted-range-intersection): Intersection of two ranges
8365         without requiring that they first be uncompressed.
8366
8367         * gnus-start.el (gnus-activate-group): Unless blocked by the
8368         caller, possibly expand the active range to include both cached
8369         and agentized articles.
8370         (gnus-convert-old-newsrc): Rewrote in anticipation of having
8371         multiple version-dependent converters.
8372         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
8373         gnus-agent-save-active.
8374         (gnus-save-newsrc-file): Save dirty agent range limits.
8375
8376         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
8377         gnus-agent-possibly-alter-active.
8378         (gnus-adjust-marked-articles): Faster handling of simple lists
8379
8380 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
8381
8382         * spam-stat.el (spam-stat-test-directory): New optional argument
8383         displays a list of files detected.  Suggested by Andrew Cohen
8384         <cohen@andy.bu.edu>.
8385         (spam-stat-buffer-words-with-scores): Don't narrow and change
8386         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
8387
8388 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
8389
8390         * spam.el (gnus-summary-mode-map): make spam-generic-score the
8391         default scoring function
8392         (spam-generic-score): calls spam-spamassassin-score if
8393         spam-use-spamassassin or spam-use-spamassassin-headers is on;
8394         spam-bogofilter-score otherwise.
8395
8396         From Hubert Chan <hubert@uhoreg.ca>:
8397
8398         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
8399         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
8400         (spam-spamassassin-arguments)
8401         (spam-spamassassin-spam-flag-header)
8402         (spam-spamassassin-positive-spam-flag-header)
8403         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
8404         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
8405         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8406         (spam-list-of-processors, spam-list-of-checks)
8407         (spam-list-of-statistical-checks, spam-registration-functions)
8408         (spam-check-spamassassin-headers, spam-check-spamassassin)
8409         (spam-spamassassin-score)
8410         (spam-spamassassin-register-with-sa-learn)
8411         (spam-spamassassin-register-spam-routine)
8412         (spam-spamassassin-register-ham-routine)
8413         (spam-assassin-register-spam-routine)
8414         (spam-assassin-register-ham-routine): add SpamAssassin support
8415         (spam-bogofilter-score): fix to show article before scoring
8416
8417         * gnus.el (spam-process, spam-autodetect-methods): add
8418         spamassassin and spamassassin-headers
8419
8420         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8421         Suppress unnecessary messages.  From Nevin Kapur
8422         <nkapur@cs.caltech.edu>.
8423
8424 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8425
8426         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
8427         make-hash-table.
8428
8429 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * canlock.el (base64-encode-string): Don't autoload it.
8432
8433 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * run-at-time.el: Remove useless (require 'itimer),
8436         eval-and-compile and (featurep 'xemacs).
8437
8438 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
8439
8440         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
8441         GROUP is a virtual group.
8442
8443 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
8444
8445         * gnus.el: Autoload `message-y-or-n-p'.
8446
8447 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
8448
8449         * pgg-parse.el: Remove unnecessary (require 'custom).
8450
8451         * pgg-def.el: do.
8452
8453         * nnmail.el: do.
8454
8455         * gnus-undo.el: do.
8456
8457         * gnus-picon.el: do.
8458
8459         * gnus-util.el: do.
8460
8461 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * gnus-sum.el (gnus-pick-line-number): Add autoload.
8464
8465 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
8468         handle, as well as a list.
8469
8470         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
8471         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
8472         (mm-w3m-cid-retrieve): Simplify.
8473
8474 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
8475
8476         * message.el (message-kill-to-signature): Allow prefix arg to
8477         specify number of lines to keep before signature.  From Vasily
8478         Korytov.
8479         (message-kill-to-signature): Change docstring.
8480
8481 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * canlock.el: Always require sha1-el.
8484         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
8485
8486         * message.el: Autoload sha1 only when compiling.
8487
8488         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
8489         eudc-expand-inline for XEmacs.
8490
8491 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * message.el (message-canlock-generate): Require sha1-el.
8494
8495 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
8496
8497         * message.el (message-expand-name): Silence the byte compiler.
8498
8499         * lpath.el: Add detect-coding-system.
8500
8501         * dgnushack.el (dgnushack-compile): Remove obsolete check for
8502         cus-edit.
8503
8504 2004-01-13  Simon Josefsson  <jas@extundo.com>
8505
8506         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
8507         Invoke gnus-score-mode.  Reported by
8508         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8509
8510         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
8511         Jim Blandy <jimb@redhat.com> (tiny change).
8512
8513 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8514
8515         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
8516
8517 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
8518
8519         * spam.el (spam-get-article-as-string): updated to use
8520         gnus-request-article-this-buffer, much simpler
8521         (spam-get-article-as-buffer): removed
8522
8523 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
8524
8525         * message.el (message-expand-name): Use EUDC if the user uses
8526         that.
8527
8528 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8529
8530         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
8531         character for the encoding to avoid consing a string.
8532
8533         * rfc2047.el (rfc2047-decode-string): Don't cons a string
8534         unnecessarily.
8535
8536         * mm-util.el (mm-replace-chars-in-string): Remove.
8537
8538         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
8539         of mm-replace-chars-in-string.
8540
8541 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
8542
8543         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
8544         strings.
8545
8546         * mm-util.el (mm-subst-char-in-string): Support inplace.
8547
8548         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
8549         a new string in every iteration.  Use shy groups.
8550
8551 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
8552
8553         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
8554         (gnus-group-change-level, gnus-kill-newsgroup)
8555         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
8556         (gnus-get-unread-articles, gnus-make-articles-unread)
8557         (gnus-make-ascending-articles-unread): Use accessor
8558         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
8559         to get group information for improved readability.
8560
8561         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
8562
8563         * gnus-soup.el (gnus-soup-group-brew): do.
8564
8565         * gnus-msg.el (gnus-put-message): do.
8566
8567         * gnus-move.el (gnus-group-move-group-to-server): do.
8568
8569         * gnus-kill.el (gnus-batch-score): do.
8570
8571         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
8572         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
8573         (gnus-group-update-group, gnus-group-read-group)
8574         (gnus-group-make-group, gnus-group-make-help-group)
8575         (gnus-group-make-archive-group, gnus-group-make-directory-group)
8576         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
8577         (gnus-group-sort-by-unread, gnus-group-catchup)
8578         (gnus-group-unsubscribe-group, gnus-group-kill-group)
8579         (gnus-group-yank-group, gnus-group-set-info)
8580         (gnus-group-list-groups): do.
8581
8582         * gnus.el (gnus-generate-new-group-name): do.
8583
8584         * gnus-delay.el (gnus-delay-send-queue): do.
8585
8586         * nnvirtual.el (nnvirtual-catchup-group): do.
8587
8588         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
8589         do.
8590
8591         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
8592         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
8593
8594         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
8595         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
8596         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
8597         (gnus-group-make-articles-read): do.
8598
8599 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8600
8601         * gnus-art.el (article-decode-mime-words, article-babel)
8602         (gnus-article-highlight-signature, gnus-article-add-buttons)
8603         (gnus-signature-toggle): Use gnus-with-article-buffer.
8604
8605         * gnus-art.el (gnus-article-highlight-headers)
8606         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
8607
8608         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
8609         (gnus-article-set-globals, gnus-request-article-this-buffer)
8610         (gnus-button-message-id, gnus-article-maybe-hide-headers)
8611         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
8612         (gnus-mime-display-alternative): Use with-current-buffer.
8613
8614 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8615
8616         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
8617         also under 80 char limit, and call gnus-error if needed
8618         (spam-fetch-article-header): finally fixed - it was a
8619         buffer-local variable (gnus-newsgroup-data)
8620         (spam-find-spam): use spam-generate-fake-headers, forget about
8621         spam-insert-fake-headers
8622         (spam-insert-fake-headers): removed
8623
8624 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8625
8626         * deuglify.el (gnus-article-outlook-unwrap-lines)
8627         (gnus-outlook-rearrange-article)
8628         (gnus-outlook-repair-attribution-outlook)
8629         (gnus-outlook-repair-attribution-block)
8630         (gnus-outlook-repair-attribution-other): Remove redundant
8631         save-excursion.
8632
8633 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8634
8635         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
8636         (spam-fetch-field-subject-fast)
8637         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
8638         (spam-fetch-article-header): new functions to deal with Gnus
8639         internals for fast retrieval of article header data
8640         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
8641
8642 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8643
8644         * pop3.el (pop3-md5): Remove.
8645         (pop3-apop): Replace pop3-md5 with md5.
8646
8647         * mm-bodies.el: base64 is always built-in.
8648
8649         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
8650         with-current-buffer.
8651
8652 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * canlock.el (canlock-insert-header): Remove excessive grouping in
8655         regexp.
8656
8657         * gnus-sum.el (gnus-summary-read-document): Ditto.
8658
8659         * gnus-uu.el (gnus-uu-part-number): Ditto.
8660
8661         * html2text.el (html2text-remove-tags): Ditto.
8662         (html2text-format-tags): Ditto.
8663         (html2text-format-single-elements): Ditto.
8664
8665         * mml.el (mml-parse-1): Ditto.
8666
8667 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8668
8669         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
8670
8671         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
8672
8673         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
8674
8675         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
8676
8677 2003-11-15  Simon Josefsson  <jas@extundo.com>
8678
8679         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
8680         (pgg-gpg-lookup-key): Use regexp match instead of
8681         split-string (split-string is different between emacs 21.2 and
8682         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
8683
8684 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8685
8686         * gnus-art.el (gnus-mime-view-all-parts)
8687         (gnus-article-part-wrapper, gnus-article-view-part): Use
8688         with-current-buffer.
8689
8690 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8691
8692         * spam.el (spam-disable-spam-split-during-ham-respool)
8693         (spam-spamoracle-database, spam-cache-lookups)
8694         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
8695         (spam-group-ham-mark-p, spam-group-spam-mark-p)
8696         (spam-group-ham-marks, spam-group-spam-marks)
8697         (spam-group-spam-contents-p, spam-group-ham-contents-p)
8698         (spam-list-of-processors, spam-list-of-statistical-checks): doc
8699         fix, also add spam-use-blackholes to the statistical checks
8700         (spam-fetch-field-fast): new interface to fetching fields, may
8701         become a macro
8702         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
8703         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
8704         (spam-insert-fake-headers): fake an article when needed
8705         (spam-find-spam): fake article when possible
8706         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
8707         (spam-check-bogofilter-headers): use message-fetch-field instead
8708         of nnmail-fetch-field
8709
8710 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8711
8712         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
8713
8714 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8715
8716         * spam.el (spam-split): do not require spam-use-CHECK to be
8717         enabled if that check is passed to spam-split explicitly; also
8718         fix so 'spam doesn't get converted to spam-split-group when
8719         spam-split-symbolic-return is t
8720         (spam-find-spam): find registrations of the article and use those
8721         instead of re-running spam-split to find the spam/ham
8722         classification of the article
8723         (spam-log-processing-to-registry, spam-log-registered-p)
8724         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8725         use gnus-error instead of gnus-message
8726         (spam-log-registration-type): new function to determine the
8727         classification of a message based on registry entries; will
8728         return nil if both 'spam and 'ham are found
8729         (spam-check-BBDB): expand all the BBDB macros here so we can have
8730         a reasonably fast local cache without the loading errors
8731         (spam-cache-lookups): set to t by default
8732         (spam-find-spam): don't try to guess spam-cache-lookups
8733         (spam-enter-whitelist, spam-enter-blacklist): also clear the
8734         spam-caches entry
8735         (spam-filelist-build-cache, spam-filelist-check-cache): better
8736         caching of whitelist/blacklist entries
8737         (spam-check-whitelist, spam-check-blacklist): invoke
8738         spam-from-listed-p with a type, not a cache variable
8739         (spam-from-listed-p): wrap around spam-filelist-check-cache
8740
8741 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8742
8743         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
8744
8745         * nnmail.el (nnmail-split-fancy): do.
8746
8747         * mml.el (mml-parse): do.
8748
8749         * gnus-score.el (gnus-enter-score-words-into-hashtb)
8750         (gnus-score-adaptive): do.
8751
8752 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
8755         (gnus-mime-button-map): Don't set keymap parent.
8756         (gnus-button-ctan-directory-regexp): Use shy grouping.
8757         (gnus-prev-page-map): Don't set keymap parent.
8758         (gnus-prev-page-map): Remove duplicated one.
8759         (gnus-next-page-map): Don't set keymap parent.
8760         (gnus-mime-security-button-map): Ditto.
8761
8762         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
8763         version number.
8764
8765         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
8766
8767 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * canlock.el (canlock-sha1-function): Remove.
8770         (canlock-sha1-function-for-verify): Remove.
8771         (canlock-openssl-program): Remove.
8772         (canlock-openssl-args): Remove.
8773         (canlock-ignore-errors): Remove.
8774         (canlock-sha1-with-openssl): Remove.
8775         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
8776         (canlock-verify): Don't use canlock-ignore-errors.
8777
8778         * sha1-el.el (sha1-string-external): Make it can return a string
8779         in binary form.
8780         (sha1-region-external): Ditto.
8781         (sha1-string-internal): Ditto.
8782         (sha1-region-internal): Ditto.
8783         (sha1-region): Ditto.
8784         (sha1-string): Ditto.
8785         (sha1): Ditto.
8786
8787 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8788
8789         * spam.el (spam-report-articles-gmane): New command.
8790
8791 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * gnus.el: Don't make unnecessary *Group* buffer when loading.
8794
8795         * run-at-time.el (run-at-time-saved): Remove.
8796         (run-at-time): Doc fix.
8797
8798 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8799
8800         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
8801         (gnus-summary-limit-map): Add it.
8802         (gnus-summary-make-menu-bar): do.
8803
8804 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
8805
8806         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
8807         first attempt at some caching support (done for BBDB only now)
8808         (spam-find-spam): set spam-cache-lookups if there are more than 2
8809         addresses to be checked
8810         (spam-clear-cache-BBDB): new function, to be invoked by
8811         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
8812         (spam-check-BBDB): check and use the caches, if
8813         spam-cache-lookups is on
8814         remove superfluous (provide)
8815
8816 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
8819
8820 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
8821
8822         * run-at-time.el (run-at-time-saved): Move to after the definition
8823         of `run-at-time'.
8824
8825         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
8826
8827 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
8830         mm-w3m-local-map-property.
8831
8832         * mm-view.el (mm-w3m-mode-map): Remove.
8833         (mm-w3m-local-map-property): Remove.
8834         (mm-inline-text-html-render-with-w3m): Don't use
8835         mm-w3m-local-map-property.
8836
8837 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8838
8839         * run-at-time.el: New file.
8840
8841         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
8842         under Emacs.
8843
8844         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
8845         of gnus-set-text-properties.
8846
8847         * gnus-uu.el (gnus-uu-save-article): Ditto.
8848
8849         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
8850
8851         * gnus-cite.el (gnus-cite-parse): Ditto.
8852
8853         * gnus-art.el (gnus-button-push): Use set-text-properties instead
8854         of gnus-.
8855
8856         * gnus-xmas.el (run-at-time): Require run-at-time.
8857
8858         * gnus.el: Changed calls to nnheader-run-at-time and
8859         password-run-at-time throughout to use run-at-time directly.
8860
8861         * password.el: Removed definition of run-at-time.
8862
8863         * nnheaderxm.el: Remove definition of run-at-time.
8864
8865 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
8866
8867         * mml.el (mml-minibuffer-read-disposition): Show attachment type
8868         in prompt.
8869
8870 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
8871
8872         * messagexmas.el (message-xmas-redefine): Alias
8873         `message-make-caesar-translation-table' to
8874         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
8875         version.
8876
8877         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
8878         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
8879         `gnus-xmas-set-text-properties'.
8880         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
8881         `gnus-xmas-completing-read'.
8882         (gnus-xmas-completing-read): Removed.
8883         (gnus-xmas-open-network-stream): Removed.
8884
8885         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
8886         XEmacs version.
8887
8888         * dns.el (dns-make-network-process): Use `open-network-stream'
8889         instead of `gnus-xmas-open-network-stream'.
8890
8891         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
8892
8893         * .cvsignore: Add auto-autoloads.el, custom-load.el.
8894
8895 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
8896
8897         * gnus-art.el (gnus-mime-display-alternative)
8898         (gnus-insert-mime-button, gnus-insert-mime-security-button)
8899         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
8900         Don't use gnus-local-map-property.
8901
8902         * gnus-util.el (gnus-local-map-property): Remove.
8903
8904         * mm-view.el (mm-view-pkcs7-decrypt): Replace
8905         gnus-completing-read-maybe-default with completing-read.
8906
8907         * gnus-util.el (gnus-completing-read): do.
8908         (gnus-completing-read-maybe-default): Remove.
8909
8910 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
8911
8912         * password.el: Only autoload `run-at-time' if not XEmacs.
8913         Only autoload the itimer functions if XEmacs.
8914
8915 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
8918         XEmacsen.
8919
8920         * dgnushack.el: Autoload executable-find for XEmacs.
8921
8922 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
8923
8924         * gnus-art.el (gnus-read-string): Remove.
8925         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
8926         read-string.
8927
8928 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
8929
8930         * netrc.el: autoload password-read
8931         (netrc): new configuration group
8932         (netrc-encoding-method, netrc-openssl-path): configuration
8933         variables for encoding and decoding of files with symmetric
8934         ciphers
8935         (netrc-encode): assistant function to encode a file with
8936         netrc-encoding-method
8937         (netrc-parse): added interactive parameter, added optional
8938         decoding if netrc-encoding-method is non-nil but otherwise
8939         behavior is standard
8940         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
8941         s/encode/encrypt/ everywhere
8942
8943         * spam.el: remove executable-find autoload
8944
8945 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
8946
8947         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
8948
8949         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
8950
8951 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8952
8953         * gnus-art.el (gnus-treat-ansi-sequences,
8954         article-treat-ansi-sequences): New variable and function.
8955         Suggested by Dan Jacobson <jidanni@jidanni.org>.
8956
8957         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
8958         Use it.
8959
8960 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
8961
8962         * mm-util.el (mm-quote-arg): Remove.
8963
8964         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
8965         shell-quote-argument.
8966
8967         * gnus-uu.el (gnus-uu-command): do.
8968
8969         * gnus-sum.el (gnus-summary-insert-pseudos): do.
8970
8971         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
8972         with make-char.
8973
8974         * mm-util.el (mm-make-char): Remove.
8975
8976         * mml.el (mml-mode): Replace gnus-add-minor-mode with
8977         add-minor-mode.
8978
8979         * gnus-undo.el (gnus-undo-mode): do.
8980
8981         * gnus-topic.el (gnus-topic-mode): do.
8982
8983         * gnus-sum.el (gnus-dead-summary-mode): do.
8984
8985         * gnus-start.el (gnus-slave-mode): do.
8986
8987         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
8988
8989         * gnus-ml.el (gnus-mailing-list-mode): do.
8990
8991         * gnus-gl.el (gnus-grouplens-mode): do.
8992
8993         * gnus-draft.el (gnus-draft-mode): do.
8994
8995         * gnus-dired.el (gnus-dired-mode): do.
8996
8997         * gnus-ems.el (gnus-add-minor-mode): Remove.
8998
8999         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9000         Replace gnus-char-width with char-width.
9001
9002         * gnus-ems.el (gnus-char-width): Remove.
9003
9004         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9005         Replace gnus-char-width with char-width.
9006
9007         * gnus-ems.el (gnus-char-width): Remove.
9008
9009         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9010         definition.
9011         Remove Emacs 20 hash table compatibility code.
9012
9013         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9014         20 compatibility code.
9015
9016         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9017
9018         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9019
9020         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9021         with point-at-{eol,bol}.
9022
9023         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9024
9025         * imap.el (imap-point-at-eol): Replace with point-at-eol.
9026
9027         * flow-fill.el (fill-flowed-point-at-bol,
9028         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
9029
9030         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
9031         Replace with point-at-{eol,bol} throughout all files.
9032
9033 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * ntlm.el (ntlm-string-as-unibyte): New macro.
9036         (ntlm-build-auth-response): Use it.
9037
9038         Remove Emacs 20 stuff:
9039         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
9040         (butlast, mapc, remove): Remove the compiler macros.
9041         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
9042         of delq and copy-sequence.
9043         * gnus-art.el (popup-menu): Remove the compiler macro.
9044         * nnmail.el (nnmail-split-fancy): Don't support customizing with
9045         Emacs 20.
9046
9047 2004-01-05  Simon Josefsson  <jas@extundo.com>
9048
9049         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
9050         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
9051         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
9052         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
9053         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
9054         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9055         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
9056         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
9057         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
9058         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
9059         ntlm-string-permute, string-lshift into ntlm-string-lshift,
9060         string-xor into ntlm-string-xor.  Suggested by
9061         Jesper Harder <harder@myrealbox.com>.
9062
9063         * ntlm.el: Don't include poem.
9064
9065         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
9066         Jesper Harder <harder@myrealbox.com>.
9067
9068         * sasl-ntlm.el, ntlm.el, md4.el: New files.
9069
9070         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
9071         probably breaks emacs with DL patch, but do we care? Is anyone
9072         still using the DL stuff?)
9073
9074         * sieve-manage.el: Use the password package.
9075         (sieve-manage-read-passwd): Remove.
9076         (sieve-manage-interactive-login): Use password.  Re-add
9077         condition-case around loop.
9078
9079         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
9080         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
9081         the password package.
9082
9083 2003-02-19  Simon Josefsson  <jas@extundo.com>
9084
9085         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
9086         token.
9087
9088 2002-08-07  Simon Josefsson  <jas@extundo.com>
9089
9090         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
9091         (sieve-manage-authenticators):
9092         (sieve-manage-authenticator-alist): Add some SASL mechs.
9093         (sieve-sasl-auth): New function.
9094         (sieve-manage-cram-md5-auth):
9095         (sieve-manage-plain-auth): Rewrite using SASL library.
9096         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
9097         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
9098         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
9099         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
9100
9101 2004-01-05  Simon Josefsson  <jas@extundo.com>
9102
9103         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
9104         New files.
9105
9106 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9107
9108         * gnus-group.el (gnus-no-groups-message): Update.
9109
9110         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9111
9112 2003-11-09  Simon Josefsson  <jas@extundo.com>
9113
9114         * imap.el: Support for ID IMAP extension (RFC 2971).
9115         (imap-local-variables): Add imap-id.
9116         (imap-id): New variable.
9117         (imap-id): New function.
9118         (imap-parse-response): Parse untagged ID response.
9119         * nnimap.el (nnimap-id): New variable.
9120         (nnimap-open-connection): Use it.
9121
9122 2003-12-28  Simon Josefsson  <jas@extundo.com>
9123
9124         * gnus-score.el (gnus-score-edit-all-score): New.
9125         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9126
9127 2004-01-04  Simon Josefsson  <jas@extundo.com>
9128
9129         * password.el: Add.
9130
9131 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
9132
9133         * dns.el: Add support for AAAA records (see RFC 3596)
9134
9135         * Fix typo PRT -> PTR
9136
9137         * Parse MX, PTR and SOA replies (see RFC 1035)
9138
9139 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9140
9141         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9142
9143         * Moved to Changelog.2.
9144
9145 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9146
9147         * gnus.el (gnus-version-number): Bump version.
9148
9149 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9150
9151         * gnus.el: No Gnus v0.1 is released.
9152
9153 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9154
9155         * gnus.el: No Gnus v0.0 is released.
9156
9157 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9158
9159         * gnus.el (gnus-version-number): Bump.
9160         (gnus-version): No.
9161
9162 See ChangeLog.2 for earlier changes.
9163
9164     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9165   Copying and distribution of this file, with or without modification,
9166   are permitted provided the copyright notice and this notice are preserved.
9167
9168 ;; Local Variables:
9169 ;; coding: iso-2022-7bit
9170 ;; fill-column: 79
9171 ;; End:
9172
9173 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4