(gnus-display-mime): Make sure body ends with newline.
[gnus] / lisp / ChangeLog
1 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4
5 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6
7         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8
9 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10
11         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12         default-truncate-lines.
13
14 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17         to fill the utf-8 entry.
18
19         * lpath.el: Fbind unicode-precedence-list.
20
21 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
22
23         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
24
25 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
26
27         * gnus-agent.el (directory-files-and-attributes): Move all the way
28         forward (the third and final move).
29         (gnus-agent-read-agentview): Trap reconstruction errors due to
30         nonexistant directory.  Handle by returning nil.
31
32 2006-05-30  Didier Verna  <didier@xemacs.org>
33
34         * message.el (message-dont-reply-to-names): Update the custom type.
35         * message.el (message-dont-reply-to-names): New defsubst: potentially
36         convert a list of regexps into a single one.
37         * message.el (message-get-reply-headers): Use it.
38         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
39
40 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * gnus-agent.el (directory-files-and-attributes): Move forward.
43
44 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
45
46         * gnus-ml.el (gnus-mailing-list-subscribe)
47         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
48         (gnus-mailing-list-message): Fix doc strings.
49
50 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
51
52         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
53         of doing it manually.
54
55 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
56
57         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
58         comment.
59
60 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
61
62         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
63         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
64         (gnus-agent-read-local): All symbols allocated in my-obarray
65         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
66         (gnus-agent-regenerate-group): Check numeric names to see if they are
67         messages or groups.
68         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
69         better way of do this...)
70
71         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
72         'dummy.group' (there should be a better way of do this...)
73
74 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
77         (gnus-saved-headers): Ditto.
78         (gnus-default-article-saver): Mention functions may have properties.
79         (gnus-article-save): Override gnus-save-all-headers and
80         gnus-saved-headers by :headers property which saver function may have.
81         (gnus-summary-save-in-file): Add :headers property.
82         (gnus-summary-write-to-file): Ditto.
83
84         * gnus-sum.el (gnus-summary-save-article): Bind
85         gnus-prompt-before-saving to t when saving many articles in a file;
86         always show all headers.
87
88         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
89
90 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
91
92         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
93         marks.
94
95         * message.el (message-indent-citation): Add optional arguments to allow
96         using it outside of message buffers.
97
98         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
99         (gnus-article-treat-unfold-headers): Use it.
100         (gnus-article-truncate-lines): New variable.
101         (gnus-article-mode): Use it.
102         (gnus-article-toggle-truncate-lines): New function.
103
104         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
105         gnus-article-toggle-truncate-lines.
106
107         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
108         coding system in XEmacs, use binary.
109
110 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
113         after-load-alist.
114
115         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
116         this function should save decoded articles.
117         (gnus-summary-write-to-file): Use property to specify this function
118         should save decoded articles and specify gnus-summary-save-in-file
119         should be used to save articles other than the first one when saving
120         many articles.
121         (gnus-summary-save-body-in-file): Use property to specify this
122         function should save decoded articles.
123         (gnus-summary-write-body-to-file): Use property to specify this
124         function should save decoded articles and specify
125         gnus-summary-save-body-in-file should be used to save articles other
126         than the first one when saving many articles.
127
128         * gnus-sum.el (gnus-summary-save-article): Simplify.
129
130 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
131
132         * gnus-art.el (gnus-default-article-saver): Add
133         gnus-summary-write-body-to-file.
134         (gnus-article-save-coding-system): Don't use coding system object
135         in XEmacs.
136         (gnus-read-save-file-name): Add optional `dir-var' argument which
137         specifies directory in which files are saved; work even if optional
138         `variable' argument is not specified.
139         (gnus-summary-write-to-file): Read file name.
140         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
141         (gnus-summary-write-body-to-file): New function.
142
143         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
144         (gnus-summary-local-variables): Add it.
145         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
146         (gnus-summary-save-article): Remove optional `decode' argument;
147         determine whether to decode articles by the value of
148         gnus-default-article-saver; when saving many files using
149         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
150         it first and use gnus-summary-save-in-file or
151         gnus-summary-save-body-in-file thereafter unless
152         gnus-prompt-before-saving is always; move point to article which
153         will be saved.
154         (gnus-summary-save-article-file): Revert.
155         (gnus-summary-write-article-file): Revert.
156         (gnus-summary-save-article-body-file): Revert.
157         (gnus-summary-write-article-body-file): New function.
158
159 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * gnus-art.el (gnus-default-article-saver): Doc fix.
162         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
163         from gnus-summary-save-article-coding-system, and default to a
164         certain coding system.
165         (gnus-output-to-file): Add coding cookie and encode text according
166         to gnus-article-save-coding-system; don't use mm-append-to-file.
167
168         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
169         gnus-art.el and rename to gnus-article-save-coding-system.
170         (gnus-summary-save-article): Require gnus-art; don't show all
171         headers if it decodes articles; don't add coding cookie here;
172         don't bind mm-text-coding-system-for-write.
173         (gnus-summary-save-article-file): Save decoded articles.
174         (gnus-summary-write-article-file): When saving many files, use
175         gnus-summary-write-to-file first and gnus-summary-save-in-file
176         thereafter unless gnus-prompt-before-saving is always.
177         (gnus-summary-save-article-body-file): Save decoded articles.
178
179         * lpath.el: Fbind select-safe-coding-system for XEmacs.
180
181 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
182
183         * nnrss.el (nnrss-check-group): Bind hash-index.
184
185 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
186
187         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
188         its hash index.  Store this hash in `nnrss-group-data'.
189         (nnrss-read-group-data): Update accordingly.
190
191 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
192
193         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
194         entry.
195
196         * gnus-sum.el (gnus-summary-make-menu-bar): Add
197         gnus-article-browse-html-article.
198
199 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
200
201         * gnus-sum.el (gnus-summary-mime-map): Add
202         gnus-article-browse-html-article.
203
204         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
205
206 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
207
208         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
209         suitable coding systems in customize.
210
211 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
212
213         * mail-source.el (mail-sources): Fix custom type.
214
215 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
216
217         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
218         (gnus-summary-expire-articles-now): Shorten prompt.
219
220         * gmm-utils.el (wid-edit): Require.
221         (defun-gmm): Renamed from `gmm-defun-compat'.
222         (gmm-image-search-load-path): Use it.
223         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
224
225 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * gnus-sum.el (gnus-summary-save-article-coding-system): New
228         variable.
229         (gnus-summary-save-article): Add optional `decode' argument.  If
230         it is set and gnus-summary-save-article-coding-system is non-nil,
231         save decoded article.
232         (gnus-summary-write-article-file): Save decoded article if
233         gnus-summary-save-article-coding-system is non-nil.
234
235         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
236         type.
237
238 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
241
242 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
245         first to test gnus-single-article-buffer which may be buffer-local.
246
247         * gnus-sum.el (gnus-summary-setup-buffer): Make
248         gnus-single-article-buffer buffer-local and nil in ephemeral
249         group; make gnus-article-buffer, gnus-article-current, and
250         gnus-original-article-buffer always buffer-local.
251         (gnus-summary-exit): Kill article buffer belonging to ephemeral
252         group.
253         (gnus-handle-ephemeral-exit): Don't move to next summary line.
254
255 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
256
257         * nnml.el (nnml-request-compact-group): Compressed files might not
258         have .gz extension.
259
260 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
261
262         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
263         (mm-copy-to-buffer): Use with-current-buffer.
264         (mm-display-part): Simplify.
265         (mm-inlinable-p): Add optional arg `type'.
266
267 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
268
269         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED
270         argument.
271         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
272         Try harder to show the attachment internally or externally using
273         gnus-mime-view-part-as-type.
274
275 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
276
277         * message.el (message-from-style, message-signature-separator)
278         (message-user-organization-file, message-send-mail-function)
279         (message-citation-line-function, message-yank-prefix)
280         (message-indent-citation-function, message-signature)
281         (message-signature-file, message-signature-insert-empty-line):
282         Remove autoloads.
283
284         * gnus-art.el (gnus-buttonized-mime-types): Remove
285         "multipart/signed".  Revert 2006-04-26 change.
286
287 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288
289         * gnus.el (gnus-version-number): Bump version.
290
291 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
292
293         * gnus.el: No Gnus v0.5 is released.
294
295 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
296
297         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
298         fetching articles by message-id.
299
300 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * message.el (hashcash): Require hashcash as normal.
303
304         * ecomplete.el (ecomplete-highlight-match-line): Use
305         point-at-eol.
306         (ecomplete-highlight-match-line): Use `highlight', because that
307         face exists in both Emacs and XEmacs.
308
309         * message.el (message-display-abbrev): Use point-at-bol.
310
311         * mail-source.el: Don't require timer/timer-funcs.
312
313         * gnus-async.el: Ditto.
314
315         * password.el: Ditto.
316
317         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
318
319         * mm-url.el: Ditto.
320
321         * gnus-xmas.el: Don't require timer-funcs.
322
323         * mm-util.el: Require timer/timer-funcs.
324
325 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
326
327         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
328         Close.
329
330 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
333         unibyte after clear-decrypt function runs.
334
335         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
336         returns as a unibyte string.
337
338 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * lpath.el: Revert.
341
342         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
343         (pgg-gpg-process-sentinel): Revert.
344
345         * pgg-pgp.el (pgg-pgp-process-region): Revert.
346         (pgg-pgp-lookup-key): Revert.
347
348         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
349         (pgg-pgp5-lookup-key): Revert.
350
351         * pgg.el (pgg-fetch-key): Revert.
352
353 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * lpath.el: Fbind string-as-multibyte for XEmacs.
356
357         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
358         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
359         (mml1991-pgg-encrypt): Ditto.
360
361         * pgg-gpg.el (pgg-string-to-multibyte): New function.
362         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
363         a multibyte buffer.
364
365         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
366         (pgg-pgp-lookup-key): Ditto.
367
368         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
369         (pgg-pgp5-lookup-key): Ditto.
370
371         * pgg.el (pgg-fetch-key): Ditto.
372
373 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
374
375         * message.el (message-user-organization-file): Check several
376         locations of the organization file.
377
378         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
379         Add gnus-article-view-part-as-type.
380
381         * gnus-art.el (gnus-article-view-part-as-type): New function.
382
383         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
384         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
385
386         * mml.el: Simplify autoload.
387         (mml-mode): defvar dnd-protocol-alist instead of using
388         symbol-value.
389         (mml-default-directory): New variable.
390         (mml-minibuffer-read-file): Use it.
391         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
392
393         * message.el (message-citation-line-format): New variable.
394         (message-insert-formated-citation-line): New function.
395         (message-citation-line-function): Add
396         `message-insert-formated-citation-line' to custom type.
397
398         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
399         to doc string.
400
401         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
402         depending on mm-verify-option.
403
404 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
405
406         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
407         binding pgg-* variables; reimplement the section which prevents
408         MIME header from being signed.
409         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
410         pgg-text-mode; remove a blank line at the top of body.
411
412         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
413         lines at the top of body; use gnus-newsgroup-charset if there's no
414         Charset header.
415
416 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * message.el (message-self-insert-commands): Doc fix.
419
420         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
421         (mm-uu-pgp-encrypted-test): Ditto.
422         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
423         between header and body; return application/pgp-encrypted handle
424         if decryption failed; decode decrypted body by charset.
425
426         * mm-decode.el (mm-automatic-display): Don't make application/pgp
427         element match to application/pgp-*.
428
429 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
430
431         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
432         HTML.
433
434 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435
436         * mail-source.el (mail-source-call-script): Message the error
437         string.
438
439 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * gnus-util.el (gnus-byte-compile): Use it.
442
443 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
444
445         * gnus-util.el (kill-empty-logs): New function.
446
447 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * message.el (message-mail-alias-type): Doc fix.
450         (message-mail-alias-type-p): New function.
451         (message-send): Use it.
452         (message-mode): Ditto.
453         (message-strip-forbidden-properties): Ditto.
454
455         * ecomplete.el (ecomplete-database-file-coding-system): New
456         variable.
457         (ecomplete-save): Use it.
458         (ecomplete-setup): Use it.
459
460 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * message.el (message-self-insert-commands): New variable.
463         (message-strip-forbidden-properties): Use it.
464
465 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
466
467         * message.el (message-put-addresses-in-ecomplete): Use a regexp
468         that doesn't make XEmacs choke.
469
470 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
471
472         * gnus-util.el (gnus-replace-in-string): Prefer
473         replace-regexp-in-string over of replace-in-string.
474
475 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * gnus-util.el (gnus-select-frame-set-input-focus): Use
478         select-frame-set-input-focus if it is available in XEmacs; use
479         definition defined in Emacs 22 for old Emacsen.
480
481         * dgnushack.el: Autoload unmorse-region for XEmacs.
482
483         * lpath.el: Bind cursor-in-non-selected-windows and
484         select-frame-set-input-focus for XEmacs.
485
486 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * mm-view.el (mm-inline-text): Use equal instead of equalp.
489
490 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
491
492         * gnus-registry.el (gnus-registry-cache-save): remove text
493         properties when saving via the temp buffer
494
495 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
496
497         * message.el (message-generate-hashcash): Honor custom type.
498
499 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * message.el (message-generate-hashcash): Default to non-nil when
502         hashcash is found.
503
504         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
505         (gnus-refer-thread-limit): Increase default to 500.
506
507         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
508
509         * flow-fill.el (fill-flowed): Allow delete-space.
510
511 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
512
513         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
514         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
515         Remove autoloads.
516
517 2006-04-18  Simon Josefsson  <jas@extundo.com>
518
519         * message.el (message-generate-hashcash): Default to.
520
521 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
522
523         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
524         concatenating segments rather than before concatenating them.
525
526 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
527
528         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
529
530 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531
532         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
533
534         * message.el (message-forward-make-body-plain): Allow
535         message-forward-ignored-headers to be a list.
536         (message-remove-ignored-headers): Factor out into function.
537         (message-forward-make-body-mml): Use it.
538
539         * imap.el (imap-quote-specials): New function.
540         (imap-login-auth): Quote specials.
541
542         * rfc2231.el (rfc2231-parse-string): Remove dead code.
543         (rfc2231-parse-string): Allow concatanation of parameters that
544         aren't contiguous.  The test case is
545           (mail-header-parse-content-type "message/external-body;
546             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
547             access-type=LOCAL-FILE;
548             name*1*=plugh%2fhello-sailor%2fbing.pdf")
549
550 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
551
552         * nntp.el (nntp-accept-process-output): Return the value of
553         `nnheader-accept-process-output'.
554
555 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
556
557         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
558         (gnus-button-alist): Recognize more diff formats.
559         (gnus-button-patch): Strip directory.
560
561 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
562
563         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
564         Emacs 22 when setting focus.
565
566 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * gnus-art.el (gnus-article-treat-types): Do treatment of
569         text/x-verbatim parts.
570         (gnus-button-patch): New command.
571
572         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
573         addresses that contain invalid characters.
574
575 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
576
577         * message.el (message-put-addresses-in-ecomplete): Use
578         gnus-replace-in-string.
579         (message-is-yours-p): Use the more correct
580         mail-header-parse-address instead of
581         mail-extract-address-components.
582         (message-put-addresses-in-ecomplete): Fix typo.
583
584         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
585         keystroke.
586
587         * gnus-art.el (gnus-treatment-function-alist): Change order of
588         newsgroups/generic header folding to avoid double-folding.
589
590         * message.el (message-hidden-headers): Add X-Draft-From.
591
592         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
593         command.
594         (gnus-summary-repeat-search-article-backward): New command.
595
596         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
597         groups in the parent topic.
598
599 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
600
601         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
602         (spam-extra-header-to-number): Return the CRM114 number as a
603         number instead of a string.
604
605 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606
607         * gnus-art.el (gnus-face-properties-alist): Moved here from
608         gnus-fun.
609
610         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
611
612 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * message.el (message-strip-forbidden-properties): Only display on
615         self-insert-command.
616
617         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
618         reindent.
619         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
620
621 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
622
623         * smiley.el (smiley-style): Fix typo.
624
625 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
626
627         * hashcash.el (hashcash-insert-payment-async-2): Use
628         message-goto-eoh instead of doing it manually.
629         (mail-add-payment): Use message-narrow-to-header instead of trying
630         to do the same itself.
631
632         * message.el (message-hidden-headers): Add Face.
633
634         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
635         reparenting code.
636         (gnus-summary-reparent-children): Refactored out code.
637         (gnus-summary-thread-map): New keystroke.
638         (gnus-summary-reparent-children): Make into command.
639
640         * smiley.el (smiley-style): Default to `medium' if using a large
641         font.
642
643         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
644         does it itself.
645
646         * message.el (message-point-in-header-p): Simplify definition.
647
648 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * nnagent.el (nnagent-request-set-mark): Silence log file
651         writing.
652         (nnagent-request-set-mark): Use write-region instead of
653         append-to-file.
654
655         * gnus-sum.el (gnus-read-header): Fudge article number if using a
656         strange select method.
657
658         * ecomplete.el (ecomplete-display-matches): Get highlightling
659         right.
660         (ecomplete-display-matches): Use literals.
661         (ecomplete-display-matches): Disable message logging.
662
663         * message.el (message-display-abbrev): Small optimization.
664
665         * ecomplete.el (ecomplete-display-matches): Allow automatic
666         display.
667
668         * message.el (message-strip-forbidden-properties): Display
669         abbrevs.
670         (message-display-abbrev): Get automatic display right.
671
672         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
673         keystrokes.
674
675 2006-04-13  Romain Francoise  <romain@orebokech.com>
676
677         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
678         Moved here (and renamed) from gnus-registry.el.
679
680         * gnus-registry.el: Require gnus-util.
681         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
682
683 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * gnus-group.el (gnus-group-catchup-current): Change
686         if-then-else-if-then-else into cond.
687         (gnus-group-catchup): Indent.
688         (group-name-at-point): New function.
689         (gnus-fetch-group): Provide default from thing at point.
690
691 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
692
693         * message.el (message-display-abbrev): Fix regexp.
694
695         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
696         choosing.
697         (ecomplete-highlight-match-line): Fix up code rewrite, remove
698         dead variables.
699
700         * message.el (message-newline-and-indent): Remove debugging.
701         (message-display-abbrev): Use new implementation.
702
703 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
704
705         * gnus-art.el (gnus-article-mode): Set
706         cursor-in-non-selected-windows to nil.
707
708         * smiley.el: Revert previous change.
709         (smiley-data-directory): defvar it before using it in the
710         defcustom of `smiley-style'.
711
712 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * message.el (message-newline-and-indent): New function.
715
716         * ecomplete.el: Implement more bits.
717
718         * message.el (message-put-addresses-in-ecomplete): Clean up the
719         string.
720
721         * ecomplete.el (ecomplete-add-item): Chop off decimals.
722
723         * gnus-sum.el (gnus-summary-save-parts): Bind
724         gnus-summary-save-parts-counter and use it to make unique file
725         names.
726
727         * gnus-art.el (gnus-ignored-headers): Add some more headers.
728
729         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
730         parameter to say whether to actually parse the individual
731         addresses.
732
733         * message.el (message-put-addresses-in-ecomplete): New function.
734         (ecomplete): Require.
735         (message-mail-alias-type): Add ecomplete as an option.
736
737 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
738
739         * flow-fill.el (fill-flowed): Remove trailing space from blank
740         quoted lines.
741
742 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
743
744         * smiley.el (smiley-style): Move definition later to avoid a
745         compilation warning.
746
747 2006-04-12  Kenichi Handa  <handa@m17n.org>
748
749         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
750         buffer and then decode the buffer text if necessary.
751         (rfc2231-encode-string): Be sure to work on multibyte buffer at
752         first, and after mm-encode-body, change the buffer to unibyte.
753         Use mm-disable-multibyte instead of set-buffer-multibyte.
754
755 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
758         Content-Type header instead of Content-Disposition header.
759         (gnus-mime-inline-part): Ditto.
760         (gnus-mime-view-part-as-charset): Ignore charset that the part
761         specifies.
762
763         * mm-decode.el (mm-display-part): Work with external parts and
764         usual parts similarly.
765
766         * mm-extern.el (mm-inline-external-body): Use mm-display-part
767         instead of gnus-display-mime.
768
769         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
770         instead of with-temp-buffer.
771
772         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
773         tag to summarized topics part in order to encode non-ASCII text.
774
775 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
776
777         * smiley.el (smiley-style): New variable.
778         (smiley-directory): New function.
779         (smiley-data-directory): Derive from `smiley-style' using
780         `smiley-directory'.
781         (smiley-regexp-alist): Add new entries.
782
783         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
784         (gnus-article-browse-delete-temp): Add :version.
785
786 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
787
788         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
789         the sieve region.
790
791 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * gnus.el (gnus-version-number): Bump version.
794
795 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
796
797         * gnus.el: No Gnus v0.4 is released.
798
799 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
800
801         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
802         layout.
803
804         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
805         unknown charset.
806
807         * message.el (message-header-synonyms): Add Original-To to the
808         default.
809
810         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
811         optional parameter.
812
813 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
814
815         * gnus-fun.el (gnus): Require it for gnus-directory.
816
817 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * gnus-fun.el (gnus-face-properties-alist): Add :version.
820
821 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
822
823         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
824
825 2006-04-05  Simon Josefsson  <jas@extundo.com>
826
827         * password.el (password-reset): New function.
828
829 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
830
831         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
832         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
833
834 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
835
836         * nnweb.el (nnweb-google-create-mapping): Update regexp.  Some
837         whitespace was matched into the url, which broke browsing hits
838         > 100 when mm-url-use-external was nil.
839
840 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
841
842         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
843         gnus-extra-headers for 'Newsgroups.
844
845         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
846         bound.
847
848 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
849
850         * pgg-gpg.el: Clean up process buffers every time gpg processes
851         complete.
852
853 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
854
855         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
856         doc string.
857
858 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
859
860         * pgg-gpg.el (pgg-gpg-process-filter)
861         (pgg-gpg-wait-for-completion): Check if buffer is alive.
862
863         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
864         lines, temporary fix.
865
866 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
867
868         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
869         :set.
870
871 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
872
873         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
874         default-enable-multibyte-characters.  This reverts the change from
875         revision 6.17 which is no longer necessary because the passphrase
876         is sent separately now.  GnuPG messages are unreadable under
877         multibyte locales with default-enable-multibyte-characters set to
878         nil.
879
880 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
881
882         * message.el (message-tool-bar-gnome): Move "spell".
883
884 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
885
886         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
887         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
888         instead.
889
890 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
891
892         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
893         newsgroups handling for NNTP overviews which don't include
894         Newsgroups.
895
896 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
897
898         * message.el (message-resend): Bind message-generate-hashcash to
899         to nil.
900
901 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
902
903         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
904         when searching for already-paid recipients.
905
906 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
907
908         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
909         passphrases when it is not needed.
910         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
911         passphrase stuff from gpg, should only be necessary when you use
912         gpg with a smartcard.
913
914 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * mml.el (mml-insert-mime): Ignore cached contents of
917         message/external-body part.
918
919         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
920         (mm-insert-part): Ditto.
921
922 2006-03-23  Simon Josefsson  <jas@extundo.com>
923
924         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
925         Reiner.
926         (pgg-gpg-use-agent-p): Use it again.
927
928 2006-03-23  Simon Josefsson  <jas@extundo.com>
929
930         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
931         older emacsen.
932         (pgg-gpg-use-agent-p): Don't use it.
933
934 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
935
936         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
937         if we can.
938
939 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
940
941         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
942         (pgg-gpg-update-agent): New function.
943         (pgg-gpg-use-agent-p): New function.
944         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
945         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
946         (pgg-gpg-sign-region): Use it.
947
948 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
951         Reported by Ralf Wachinger <rwachinger@gmx.de>.
952
953 2006-03-21  Simon Josefsson  <jas@extundo.com>
954
955         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
956         <wilde@sha-bang.de>.
957         (pgg-gpg-use-agent): New variable.
958         (pgg-gpg-process-region): Use it.
959         (pgg-gpg-encrypt-region): Likewise.
960         (pgg-gpg-encrypt-symmetric-region): Likewise.
961         (pgg-gpg-decrypt-region): Likewise.
962         (pgg-gpg-sign-region): Likewise.
963         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
964
965 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
966
967         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
968
969         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
970         comment on version.
971
972 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
973
974         * smiley.el: Add missing test smiley.
975
976 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * mm-decode.el (mm-with-part): New macro.
979         (mm-get-part): Use it; work with message/external-body as well.
980         (mm-save-part): Treat name and filename equally.
981
982         * mm-extern.el (mm-extern-cache-contents): New function.
983         (mm-inline-external-body): Use it; force the part to be displayed;
984         move undisplayer added to the cached handle to the parent.
985
986         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
987         (gnus-mime-view-part-as-type): Work with message/external-body.
988
989         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
990
991 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
992
993         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
994         images in image-load-path.  [Sync with image.el, revision 1.60, in
995         Emacs.]
996
997 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
998
999         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1000         path rather than symbol.  Always return list of directories.
1001         Guarantee that image directory comes first.  [Sync with image.el,
1002         revision 1.59, in Emacs.]
1003
1004         * message.el (message-make-tool-bar): Adjust to new API of
1005         `gmm-image-load-path-for-library'.
1006
1007         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1008
1009         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1010
1011 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1012
1013         * gnus-art.el (gnus-article-only-boring-p): Bind
1014         inhibit-point-motion-hooks to avoid infinite loop when entering
1015         intangible text.  Reported by Ralf Wachinger
1016         <rwnewsmampfer@geekmail.de>.
1017
1018 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
1019
1020         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
1021         `defun' instead of `gmm-defun-compat'.
1022
1023 2006-03-14  Simon Josefsson  <jas@extundo.com>
1024
1025         * message.el (message-unique-id): Don't use message-number-base36
1026         if (user-uid) is a float.  Reported by Bjorn Solberg
1027         <bjorn_ding1@hekneby.org>.
1028
1029 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1032
1033         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1034         empty line between a part and a message part.
1035
1036 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1037
1038         * smiley.el: Add more test smileys.
1039         (smiley-data-directory, smiley-regexp-alist)
1040         (gnus-smiley-file-types): Fix doc strings.
1041         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1042         adding new elements.
1043         (smiley-mouse-map): Unused code.  Make it a comment.
1044
1045 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1048         scan latest NoCeM messages instead of old ones.
1049         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1050         delimiters that are recently used.
1051         (gnus-nocem-load-cache): Add autoload cookie.
1052
1053         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1054
1055         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1056         level which is larger than gnus-use-nocem is specified.
1057
1058         * gnus-group.el (gnus-group-get-new-news): Ditto.
1059
1060 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1061
1062         * gnus-util.el (gnus-tool-bar-update): New function.
1063
1064         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1065         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1066
1067         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1068
1069         * gnus-group.el (gnus-group-redraw-when-idle)
1070         (gnus-group-redraw-check): Remove.
1071         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1072
1073 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1076         if optional last element is specified in splits (FIELD VALUE...).
1077
1078 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1079
1080         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1081         to gmm-image-load-path-for-library.  Call with no-error argument.
1082         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1083
1084         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1085
1086         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1087
1088         * gmm-utils.el (gmm-image-load-path): Remove alias.
1089
1090 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1091
1092         * gmm-utils.el (gmm-image-load-path): Add alias.
1093
1094         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1095         nnml-generate-nov-databases-1.
1096         (nnml-generate-nov-databases): Use it.
1097         (nnml-generate-nov-databases-directory): Document no-active
1098         argument.
1099
1100         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1101         directory if path is t.  Add no-error.
1102
1103         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1104         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1105
1106         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1107         resetting gnus-article-browse-html-temp-list.
1108
1109         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1110         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1111         Add example to docstring.  Rename local variables.  Move error
1112         checks to default case in cond and simplify.
1113
1114 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1117         handle is multipart when calling it recursively.
1118         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1119
1120 2006-03-03  Daniel Pittman <daniel@rimspace.net>
1121
1122         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1123         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1124
1125 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1128         is loaded.
1129
1130         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1131         loaded.
1132
1133 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1134
1135         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1136         to "Emacs 23 (unicode)" in doc string.
1137
1138         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1139         "Emacs 23 (unicode)" in comment.
1140
1141 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * mm-decode.el (mm-get-part): Don't use
1144         mm-with-unibyte-current-buffer.
1145
1146         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1147         characters 160 through 255 in Emacs 23.
1148
1149 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1150
1151         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1152         gnus-article-browse-html-temp.
1153         (gnus-article-browse-delete-temp): Make it customizable.  Add
1154         `file'.  Adjust doc string.
1155         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1156         query for each file.  Adjust doc string.
1157         (gnus-article-browse-html-parts): Add
1158         `gnus-article-browse-delete-temp-files' to
1159         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1160
1161 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1162
1163         * gnus-art.el (gnus-article-browse-html-temp)
1164         (gnus-article-browse-delete-temp): New variables.
1165         (gnus-article-browse-delete-temp-files): New function.
1166         (gnus-article-browse-html-parts): Use it.
1167
1168 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1169
1170         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1171
1172         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1173         string.
1174
1175         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1176         gnus-summary-insert-new-articles when unplugged.  Remove
1177         gnus-summary-search-article-forward.
1178
1179         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1180         display-visual-class instead of display-color-cells.
1181
1182 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * dgnushack.el: Autoload customize-group for XEmacs.
1185
1186         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1187         message/* containing non-ASCII text properly.
1188
1189 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1190
1191         * message.el: Require gmm-utils, remove autoloads.
1192         (message-tool-bar): Set default based on
1193         gmm-tool-bar-style.
1194         (message-tool-bar-gnome): Add gmm-customize-mode.
1195
1196         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1197         gmm-tool-bar-style.
1198         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1199
1200         * gnus-group.el (gnus-group-tool-bar): Set default based on
1201         gmm-tool-bar-style.
1202         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1203
1204         * gmm-utils.el (gmm-image-directory): Rename variable from
1205         gmm-image-load-path.
1206         (gmm-image-load-path): Use gmm-image-directory.
1207         (gmm-customize-mode): New function.
1208         (gmm-tool-bar-style): New variable.
1209
1210         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1211         gnus-group-redraw-line-number.
1212         (gnus-group-redraw-check): Simplify.
1213         (gnus-group-tool-bar-update): Remove redraw check.
1214         (gnus-group-make-tool-bar): Add redraw check.
1215
1216 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
1217
1218         * gnus-art.el (gnus-button): Add missing parentheses.
1219
1220 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * lpath.el: Fbind line-number-at-pos.
1223
1224 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
1227
1228 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1229
1230         * gnus-art.el (gnus-button): New face.
1231         (gnus-article-button-face): Use it.
1232
1233         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
1234         gnus-summary-next-page.  Re-order.
1235
1236         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
1237         next-node are now included.
1238         (gnus-group-redraw-line-number): New internal variable.
1239         (gnus-group-redraw-check): Helper function for updating the tool
1240         bar.
1241         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
1242
1243         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
1244
1245         * spam.el (spam-spamassassin-score-regexp): New internal variable.
1246         (spam-extra-header-to-number, spam-check-spamassassin-headers):
1247         Use it to match format of Spamassassin 3.0 and later.  Reported by
1248         IRIE Tetsuya <irie@t.email.ne.jp>.
1249         (spam-check-bogofilter)
1250         (spam-bogofilter-register-with-bogofilter): Fix args of
1251         `gnus-error' calls.
1252
1253 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1254
1255         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
1256         unnecessary interaction when sending queued mails.  Reported by
1257         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
1258
1259 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1260
1261         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
1262         first or last are nil.
1263
1264 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1265
1266         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
1267
1268 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
1271
1272 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * dns.el (query-dns): Protect more against buggy tcp output.
1275
1276 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1277
1278         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
1279         nov.php.
1280
1281 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1282
1283         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
1284         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
1285         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
1286         output on the server side.
1287         (nnweb-google-create-mapping): Update regexps and add some
1288         progress indication.
1289
1290 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
1291
1292         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
1293         gnus-agent-toggle-plugged.  Re-order icons.
1294         (gnus-group-tool-bar-gnome): Add
1295         gnus-group-{prev,next}-unread-group.
1296         (gnus-group-tool-bar-gnome): Re-order icons.
1297
1298         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
1299         gnus-summary-insert-new-articles.
1300
1301         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
1302         comments.
1303
1304         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
1305         also available in Emacs 21.3.
1306
1307         * message.el (message-fix-before-sending): Change "Emacs 22" to
1308         "Emacs 23 (unicode)" in comment.
1309
1310         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
1311         "Emacs 23 (unicode)" in comment.
1312
1313         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
1314         comment.
1315         (mm-coding-system-p): Add comment about no-MULE XEmacs.
1316
1317         * mm-view.el (mm-fill-flowed): Add :version.
1318
1319 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
1322         and load-path.
1323
1324 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
1325
1326         * message.el: Autoload gmm-image-load-path.
1327         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
1328         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
1329         consitency.
1330
1331         * gmm-utils.el (gmm-image-load-path): Also search in
1332         "../etc/images".  Don't set gmm-image-load-path if we don't find
1333         the image.
1334
1335 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * gmm-utils.el (gmm-image-load-path): Don't make
1338         `gmm-image-load-path' include subdirectories which the second arg
1339         `image' might specify.
1340
1341         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
1342         subdirectory to icon file names.
1343
1344         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
1345
1346 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1347
1348         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
1349         gmm-image-load-path calls.
1350
1351         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1352
1353         * message.el (message-make-tool-bar): Ditto.
1354
1355         * mml.el (mml-preview): Added comment concerning tool bar icons.
1356
1357         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
1358         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
1359
1360         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
1361         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
1362
1363         * message.el (message-tool-bar-gnome): Use new icon names.
1364         (message-make-tool-bar): Use `gmm-image-load-path'.
1365
1366         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
1367         functions from MH-E.
1368         (gmm-image-load-path): New variable from MH-E.
1369         (gmm-image-load-path): New function from MH-E.  Added arguments
1370         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
1371         *-image-load-path-called-flag.
1372
1373 2006-02-21  Milan Zamazal <pdm@brailcom.org>
1374
1375         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
1376
1377 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
1378         (tiny change)
1379
1380         * nnimap.el (nnimap-request-move-article): Change folder back to
1381         source group before deleting.
1382
1383 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1384
1385         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
1386
1387         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
1388         mm-url.
1389
1390         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
1391
1392 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
1395         coding system which mm-charset-to-coding-system returns for a
1396         given charset is valid.
1397
1398 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
1399
1400         * html2text.el (html2text-remove-tag-list):
1401         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
1402
1403 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1404
1405         * gnus-cus.el: Revert 2005-10-17 change.
1406
1407 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * gnus-art.el (article-strip-banner): Call
1410         article-really-strip-banner only when the regexp match is made.
1411
1412 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * gnus-art.el (article-strip-banner): Use
1415         gnus-extract-address-components instead of
1416         mail-header-parse-addresses to make it work with non-ASCII text;
1417         remove mail-encode-encoded-word-string.
1418
1419         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
1420         values which are surrounded with \"...\"; make it never cause a
1421         Lisp error; give up parsing of parameters if it failed in
1422         extracting type.
1423
1424 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1425
1426         * smime.el (smime-cert-by-ldap-1): Fix bug where
1427         `smime-ldap-search' returns results without userCertificates.
1428
1429 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
1432
1433 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1434
1435         * spam.el (spam-check-spamassassin-headers): Adapt format for
1436         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
1437         <ari@mbf.ocn.ne.jp>.
1438         (spam-list-of-processors): Add spam-use-gmane.
1439
1440 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1441
1442         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
1443         make-temp-file; make it work with XEmacs as well.
1444
1445         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
1446         mm-make-temp-file.
1447
1448         * mm-decode.el (mm-display-external): Use the 3rd arg of
1449         mm-make-temp-file.
1450         (mm-create-image-xemacs): Ditto.
1451
1452 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
1455         with message-narrow-to-headers.
1456         (gnus-draft-setup): Narrow to header to run message-fetch-field.
1457         (gnus-draft-check-draft-articles): New function.
1458         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
1459
1460 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
1461
1462         * gnus-art.el (gnus-article-browse-html-parts):
1463         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
1464         Don't use suffix argument for mm-make-temp-file for Emacs 21
1465         compatibility.  Remove useless `format'.
1466
1467 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1468
1469         * nnweb.el (nnweb-google-wash-article): Update regexps.
1470         (nnweb-group-alist): Use defvoo instead of defvar.
1471
1472 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1473
1474         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
1475         re-loading nn* modules.
1476
1477 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1478
1479         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
1480         for `tool-bar-mode' and don't check it's default-value.
1481
1482         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1483
1484         * message.el (message-make-tool-bar): Ditto.
1485
1486         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
1487         `substring'.  Shorten tmp-file name.
1488
1489         * gnus.el: Remove bogus comment.
1490
1491 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
1492
1493         * gnus-art.el (gnus-article-browse-html-parts): New function.
1494         (gnus-article-browse-html-article): New function for viewing html
1495         articles with a browser.
1496
1497 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
1498
1499         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
1500         in elisp.
1501         (pgg-gpg-encrypt-symmetric-region): Ditto.
1502         (pgg-gpg-sign-region): Ditto.
1503
1504         * pgg-def.el (pgg-text-mode): New variable.
1505
1506         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
1507         (mml2015-pgg-encrypt): Ditto.
1508
1509         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
1510         (mml1991-pgg-encrypt): Ditto.
1511
1512 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
1515         message-make-date instead of current-time-string.
1516
1517         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
1518         to gnus-decoded which mm-uu might set.
1519
1520 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
1523         don't decode quoted parameters; remove misimported Emacs code.
1524         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1525         (rfc2231-decode-encoded-string): Don't use split-string which
1526         behaves differently according to Emacs version; use
1527         mm-decode-coding-region to convert charset to coding-system.
1528         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1529         (rfc2231-encode-string): Remove misimported Emacs code.
1530
1531 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1532
1533         * gnus-art.el (article-decode-charset): Don't use ignore-errors
1534         when calling mail-header-parse-content-type.
1535         (article-de-quoted-unreadable): Ditto.
1536         (article-de-base64-unreadable): Ditto.
1537         (article-wash-html): Ditto.
1538
1539         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
1540         calling mail-header-parse-content-type and
1541         mail-header-parse-content-disposition.
1542         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
1543         mail-header-parse-content-type.
1544
1545         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
1546         insert charset and format parameters; encode description after
1547         inserting it to buffer.
1548         (mml-insert-parameter): Fold lines properly even if a parameter is
1549         segmented into two or more lines; change the max column to 76.
1550
1551         * rfc1843.el (rfc1843-decode-article-body): Don't use
1552         ignore-errors when calling mail-header-parse-content-type.
1553
1554         * rfc2231.el (rfc2231-parse-string): Return at least type if
1555         possible; don't cause an error even if it fails in parsing of
1556         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1557         (rfc2231-encode-string): Don't break lines at the beginning, leave
1558         it to mml-insert-parameter.
1559
1560         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
1561         calling mail-header-parse-content-type.
1562
1563 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
1564
1565         * spam-report.el (spam-report-gmane-use-article-number): Improve
1566         doc string.
1567         (spam-report-gmane-internal): Check if a suitable header was found
1568         in the article.
1569
1570 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1571
1572         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
1573         (rfc2231-encode-string): Make param*=value always begin with LWSP.
1574
1575 2006-02-05  Romain Francoise  <romain@orebokech.com>
1576
1577         Update copyright notices of all files in the gnus directory.
1578
1579 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1580
1581         * nnweb.el (nnweb-request-group): Avoid growing overview files.
1582
1583 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
1586         segmented lines of parameter value to cope with Thunderbird 1.5
1587         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
1588         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1589         (rfc2231-encode-string): Don't make lines exceeding 76 column.
1590
1591 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
1592
1593         * mml.el (mml-generate-mime-1): Correct the order of inline signed
1594         parts.
1595
1596 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1597
1598         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
1599         there's only one active file for all servers.
1600         (nnweb-request-scan): Make sure nnweb-articles is initialized on
1601         solid groups.  Gnus might have used a FAST request to select the
1602         group.
1603         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
1604         and nnweb-search redundantly in the active file.
1605         (nnweb-request-list): Don't list bogus groups.  There can only be
1606         one.
1607         (nnweb-request-create-group): Don't use ARGS.
1608         (nnweb-possibly-change-server, nnweb-request-group): Remove some
1609         initialisations.  Let nnoo do the work.
1610
1611 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
1614         decoded.
1615         (mm-uu-diff-extract): Ditto.
1616
1617         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
1618
1619 2006-01-31  Kevin Ryde  <user42@zip.com.au>
1620
1621         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
1622         mailcap-viewer-test-cache when there's no 'test clause, since that
1623         will invert the meaning of a "nil" test previously determined by
1624         mailcap-mailcap-entry-passes-test.
1625
1626 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
1629         compiling.
1630
1631         * gnus-sum.el: Ditto.
1632
1633         * message.el: Don't bind tool-bar-map when compiling.
1634
1635 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
1636
1637         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
1638
1639 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
1640
1641         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
1642         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
1643         current Google Groups.
1644
1645 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
1646
1647         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
1648         and tool-bar-mode.
1649
1650         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
1651         and tool-bar-mode.
1652
1653         * message.el (message-tool-bar-update): Simplify.
1654         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
1655
1656         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
1657         gnus-summary-buffer.
1658         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
1659         gnus-summary-reply.
1660
1661         * gmm-utils.el (gmm): Add :version.
1662
1663 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * Makefile.in (clean): New rule.
1666         (distclean): Use it.
1667
1668 2006-01-26  Steve Youngs  <steve@sxemacs.org>
1669
1670         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
1671         autoload.
1672
1673 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * gmm-utils.el (gmm-verbose): Add :group.
1676
1677 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
1678
1679         * message.el: Change some comments WRT tool-bars.
1680
1681         * gnus-sum.el (gnus-summary-tool-bar)
1682         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
1683         (gnus-summary-tool-bar-zap-list): New variables.
1684         (gnus-summary-make-tool-bar): Complete rewrite using
1685         `gmm-tool-bar-from-list'.
1686
1687         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
1688         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
1689         variables.
1690         (gnus-group-make-tool-bar): Complete rewrite using
1691         `gmm-tool-bar-from-list'.
1692         (gnus-group-tool-bar-update): New function.
1693
1694         * message.el (message-mode-field-menu): Add "Show hidden Headers".
1695
1696 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
1699         is dissected into a single part of which the type is the same as
1700         the given one; decode charset.
1701
1702 2006-01-21  Kevin Ryde  <user42@zip.com.au>
1703
1704         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
1705         into alists as symbol not string, since that's what
1706         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
1707         look for.
1708
1709 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
1710
1711         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
1712         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
1713
1714         * message.el (message-tool-bar-gnome): Use gmm-ignore.
1715
1716 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
1719         (gnus-xmas-mime-security-button-menu): New function.
1720
1721         * gnus-art.el (gnus-mime-security-button-commands): New variable.
1722         (gnus-mime-security-button-menu): New definition.
1723         (gnus-mime-security-button-map): Use them.
1724         (gnus-mime-security-button-menu): New function.
1725         (gnus-insert-mime-security-button): Addition to help echo.
1726         (gnus-mime-security-run-function, gnus-mime-security-save-part)
1727         (gnus-mime-security-pipe-part): New functions.
1728
1729         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
1730         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
1731
1732         * mm-decode.el (mm-handle-set-disposition): Remove.
1733         (mm-handle-set-description): Remove.
1734
1735 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
1738         (mm-w3m-standalone-supports-m17n-p): New function.
1739         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
1740         w3m usage.
1741
1742         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
1743         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
1744
1745 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1746
1747         * message.el (message-tool-bar-zap-list): Use
1748         gmm-tool-bar-zap-list as custom type.
1749         (message-tool-bar-update): New function.
1750         (message-tool-bar, message-tool-bar-gnome)
1751         (message-tool-bar-retro): Add message-tool-bar-update.
1752         (message-tool-bar-gnome): Add flyspell-buffer.
1753
1754         * gnus-util.el (gnus-error): Describe `args'.
1755
1756         * gmm-utils.el (gmm-error): Describe `args'.
1757         (gmm-tool-bar-zap-list): New widget.
1758         (gmm-tool-bar-from-list): Improve description of `zap-list'.
1759
1760 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1761
1762         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
1763         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
1764         the number of recursive calls.
1765
1766         * mm-decode.el (mm-handle-set-disposition): New macro.
1767         (mm-handle-set-description): New macro.
1768
1769 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
1772         encoding.
1773
1774 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1775
1776         * message.el (message-tool-bar-zap-list, message-tool-bar)
1777         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
1778         (message-tool-bar-local-item-from-menu): Remove.
1779         (message-tool-bar-map): Replace by `message-make-tool-bar'.
1780         (message-make-tool-bar): New function.
1781         (message-mode): Use `message-make-tool-bar'.
1782
1783         * gmm-utils.el: New file.
1784         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
1785         (gmm-lazy): New widget copied from `nnmail.el'.
1786         (gmm-tool-bar-from-list): New function for creating customizable
1787         tool bars.
1788         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
1789         output.
1790         (gmm): Add :prefix to defgroup.
1791
1792 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
1793
1794         * gmm-utils.el (gmm-widget-p): New function.
1795
1796 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1797
1798         * mml.el (mml-attach-file): Describe `description' in doc string.
1799         (mml-menu): Add Emacs MIME manual and PGG manual.
1800
1801 2006-01-20  Richard M. Stallman  <rms@gnu.org>
1802
1803         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
1804
1805 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
1806
1807         * nntp.el (nntp-end-of-line): Doc fix.
1808
1809 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
1810
1811         * imap.el (imap-open): Handle case where buffer is a buffer
1812         object.
1813
1814 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1815
1816         * gnus-delay.el (gnus-delay): Don't autoload.
1817         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
1818         to be re-loaded when customizing the `gnus-delay' group.
1819
1820 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
1821
1822         * message.el (message-insert-citation-line): Use newlines.
1823
1824 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
1825
1826         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1827         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
1828         these routines, so the passphrase can be managed externally and
1829         passed in to the system.
1830         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1831         pgg-add-passphrase-to-cache function.
1832
1833         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1834         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
1835         these routines, so the passphrase can be managed externally and
1836         passed in to the system.
1837         (pgg-pgp5-sign-region): Use new name of
1838         pgg-add-passphrase-to-cache function.
1839
1840 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
1841
1842         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1843         part of the decoded armor to find the key-identifier.
1844         (pgg-gpg-lookup-key-owner): New function to return the
1845         human-readable identifier of a key owner.
1846         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
1847         itself.
1848         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1849         the key value) if we have a key and can match it against a secret
1850         key.  Also, added a note pointing out fact that the prompt only
1851         indicates the first matching key.
1852
1853         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1854         pgg-decrypt-region.
1855         (pgg-add-passphrase-to-cache): Rename from
1856         `pgg-add-passphrase-cache' to reduce confusion (all callers
1857         changed).
1858         (pgg-remove-passphrase-from-cache): Rename from
1859         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1860         changed).
1861         (pgg-read-passphrase, pgg-add-passphrase-cache)
1862         (pgg-remove-passphrase-cache): Add informative docstrings.
1863         (pgg-decrypt): Convey provided passphrase in subordinate call to
1864         pgg-decrypt-region.
1865
1866 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
1867
1868         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1869         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1870         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1871         'passphrase' argument, so the passphrase can be managed externally
1872         and then passed in to the system.
1873
1874         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1875         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1876         so the passphrase cache can be used reliably with identifiers
1877         besides a pgp packet's key id.
1878
1879         * pgg-gpg.el (pgg-gpg-encrypt-region)
1880         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1881         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
1882         these routines, so the passphrase can be managed externally and
1883         passed in to the system.
1884
1885         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1886         'notruncate' argument, so the passphrase cache can be used
1887         reliably with identifiers besides a pgp packet's key id.
1888
1889 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
1890
1891         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1892         symmetric encryption.
1893         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1894         encrypted session key.
1895         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1896         message ask for the passphrase in a proper way.
1897
1898         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1899         New user commands for symmetric encryption.
1900
1901 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
1904
1905         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
1906
1907 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
1908
1909         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
1910
1911 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1912
1913         * mm-decode.el (mm-inlined-types): Add application/pgp.
1914         (mm-automatic-display): Ditto.
1915
1916         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
1917         part as text.
1918
1919 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1920
1921         * nnrss.el: Update copyright.
1922         (nnrss-opml-import): Query whether to subscribe to each entry.
1923
1924         * gnus-art.el:
1925         * gnus-sum.el:
1926         * gnus-xmas.el:
1927         * messagexmas.el:
1928         * mm-uu.el:
1929         * mm-view.el: Update copyright.
1930
1931 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
1932
1933         * message.el (message-info): New function.
1934         (message-mode-menu): Add it.
1935         Update copyright.
1936
1937         * ChangeLog: Fix and update copyright.
1938
1939 2006-01-13  Romain Francoise  <romain@orebokech.com>
1940
1941         * message.el (message-forward-subject-name-subject): Prefer the
1942         address to 'nowhere' if the sender has no name.
1943         Fix typo.  Update copyright year.
1944
1945 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * gnus-art.el (article-wash-html): Use
1948         gnus-summary-show-article-charset-alist if a numeric arg is given.
1949         (gnus-article-wash-html-with-w3m-standalone): New function.
1950
1951         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
1952         mm-inline-text-html-render-with-w3m-standalone.
1953         (mm-text-html-washer-alist): Map w3m-standalone to
1954         gnus-article-wash-html-with-w3m-standalone.
1955         (mm-inline-text-html-render-with-w3m-standalone): New function.
1956
1957 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1958
1959         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
1960         Improve LaTeX.
1961
1962 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
1965         (nnrss-request-article): Render text/plain parts as HTML.
1966
1967         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
1968         the buffer.
1969
1970 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1971
1972         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
1973         custom definition of `gnus-posting-styles'.
1974
1975         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1976         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
1977
1978 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1979
1980         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
1981         Use nntp for bug archive.
1982
1983 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
1986         parts.
1987         (nnrss-normalize-date): New function converts ISO 8601 date into
1988         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1989         (nnrss-check-group): Use it.
1990
1991 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
1994
1995         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
1996         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1997         (nnrss-insert-w3): Ditto.
1998
1999 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2002         the articles to be forwarded including the case where neither a
2003         number of articles nor a region is specified.
2004
2005 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2006
2007         * nnrss.el (nnrss-request-article): Fix last change; fill
2008         text/plain parts.
2009
2010 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2013         in text/plain part.
2014         (nnrss-check-group): Don't add excessive newline to dc:subject.
2015
2016 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2017
2018         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2019         article.
2020
2021 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2022
2023         * nnml.el: Don't require gnus-bcklg.  Autoload it.
2024         (nnml-use-compressed-files, nnml-save-mail): Support other
2025         comression programs such as bzip2.
2026
2027 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * dns.el (query-dns): Make sure we check the buffer size before
2030         removing tcp headers.
2031
2032 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2035         remove MIME buttons associated with multipart/alternative parts.
2036         (gnus-mime-display-alternative): Tag buttons using `article-type'
2037         text property.
2038
2039         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2040         associated with multipart/alternative parts.
2041
2042         * gnus-art.el (gnus-signature-separator): Fix custom type.
2043
2044         * mm-decode.el (mm-inlined-types): Fix custom type.
2045         (mm-keep-viewer-alive-types): Ditto.
2046         (mm-automatic-display): Ditto.
2047         (mm-attachment-override-types): Ditto.
2048         (mm-inline-override-types): Ditto.
2049         (mm-automatic-external-display): Ditto.
2050
2051 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2052
2053         * spam-report.el (spam-report-user-mail-address)
2054         (spam-report-user-agent): New variables.
2055         (spam-report-url-ping-plain): Use spam-report-user-agent.
2056
2057 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2058
2059         * gnus-art.el (gnus-button-handle-custom): Do not just use
2060         `customize-apropos' for any "M-x customize-*" button but the
2061         function called for.  Accept both the function name and its
2062         argument in order to achieve this.
2063         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2064         function name to `gnus-button-handle-custom' in case of "M-x
2065         customize-*" buttons.
2066
2067 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2068
2069         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2070         multipart/alternative and add xref to mm-discouraged-alternatives
2071         in doc string.
2072
2073         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2074         gnus-buttonized-mime-types in doc string.
2075
2076 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2077
2078         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2079         Suggest image/.* in the doc string.
2080
2081 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2082
2083         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2084         message-marks (Debian bug #342521).
2085
2086 2005-12-12  Simon Josefsson  <jas@extundo.com>
2087
2088         * password.el (password-read-from-cache): Add.
2089         (password-read): Use it.
2090
2091 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2094         us-ascii as a MIME charset.
2095
2096         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2097         against the case where the 2nd arg TYPE is nil.
2098
2099 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2100
2101         * pop3.el (pop3-stream-type): Fix custom version.
2102
2103         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2104
2105 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2106
2107         * mm-decode.el (mm-display-external): Add missing cdr.
2108
2109 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2112         RFC1524) if it is in mailcap or add a suffix according to
2113         mailcap-mime-extensions when generating a temp filename; postpone
2114         deleting a temp file for 2 seconds for some wrappers, shell
2115         scripts, and so on, which might exit right after having started a
2116         viewer command as a background job.
2117
2118 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2119
2120         * nntp.el (nntp-marks-directory): Fix custom group.
2121
2122         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2123         steps when < 10.
2124
2125         * gnus-start.el (gnus-no-server-1): Mention
2126         `gnus-level-default-subscribed' in doc string.
2127
2128 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2129
2130         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2131         parens.
2132
2133 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * gnus-xmas.el (gnus-use-toolbar): Revert.
2136         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2137         gnus-use-toolbar is default.
2138
2139         * messagexmas.el (message-use-toolbar): Revert.
2140         (message-setup-toolbar): Use global default-toolbar if
2141         message-use-toolbar is default.
2142
2143 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2146         according to default-toolbar-visible-p.
2147
2148         * messagexmas.el (message-use-toolbar): Ditto.
2149
2150 2005-11-26  Dave Love  <fx@gnu.org>
2151
2152         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2153         (tls-program, tls-success): Provide openssl alternative.
2154
2155         * starttls.el: Doc fixes.
2156         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2157         SERVICE to PORT.
2158
2159         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2160         port null or service name.
2161         (starttls-negotiate): Autoload.
2162
2163 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * message.el (message-kill-to-signature): Fix interactive spec.
2166
2167 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * pop3.el (pop3-open-server): Recognize a string as a service name.
2170
2171 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2172
2173         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2174
2175 2005-11-23  Dave Love  <fx@gnu.org>
2176
2177         Add pop3s, pop3/starttls.
2178
2179         * pop3.el (pop3-authentication-scheme): Clarify doc.
2180         (open-tls-stream, starttls-open-stream): Autoload.
2181         (pop3-stream-type): New.
2182         (pop3-open-server): Use it.
2183
2184         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2185         for POP.
2186         (mail-source-keyword-map): Add :stream for POP.
2187         (mail-source-fetch-pop): Use pop3-stream-type.
2188
2189 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2192         of current-time-string.
2193
2194 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2195
2196         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2197         date header.
2198
2199 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2200
2201         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2202         it can seriously impact performance as it bypasses the agent's
2203         local caches.
2204
2205 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2206
2207         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2208         must be explicitly online rather than "not explicitly offline" for
2209         its flags to be synchronized.
2210
2211         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2212         that gnus-uu-unmark-thread will function correctly.
2213
2214         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
2215         1024K is instead displayed as 1M.
2216
2217 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
2220
2221 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
2222
2223         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2224
2225 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
2226
2227         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
2228         error message to display actual error condition.
2229         (gnus-agent-save-local): Avoid saving symbols that are bound to
2230         nil as they simply result in a warning message in
2231         gnus-agent-read-local.
2232
2233 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
2236         rather than make-variable-buffer-local for file-precious-flag.
2237
2238 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2239
2240         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
2241         for duplicates which are removed.  The invalid sort check then
2242         triggers a rescan after the sort as sorting may have moved
2243         duplicate entries such that they can be cheaply detected.
2244
2245 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
2248
2249 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
2250
2251         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
2252         internal variable to a custom variable.  Changed default value
2253         from compressed(2) to uncompressed(1).
2254         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
2255         support for uncompressed agentview files.  Taken together, reading
2256         the agentview file should now be 6-7 times faster.
2257
2258 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2259
2260         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
2261         as a buffer-local variable.  This avoids creating truncated
2262         dribble files as a result of a hang up, eg.
2263
2264 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
2265
2266         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
2267         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
2268         XEmacs.
2269
2270 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2271
2272         * gnus-start.el (gnus-start-draft-setup): Enforce
2273         `gnus-draft-mode' for nndraft:drafts at startup.
2274
2275         * gnus.el (gnus-splash): Change custom group.
2276         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
2277         allow-list argument.
2278
2279         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
2280         string.
2281
2282 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2283
2284         * gnus-art.el (gnus-default-article-saver): Add user-defined
2285         `function' to custom type.
2286
2287 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2288
2289         * imap.el (imap-open): Handle case where buffer is a buffer
2290         object.
2291
2292 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2293
2294         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
2295         long lines.
2296         (gnus-cache-delete-group): Wrap doc strings.
2297
2298         * gnus-agent.el (gnus-agent-rename-group)
2299         (gnus-agent-delete-group): Wrap doc strings.
2300
2301
2302 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2303
2304         * messagexmas.el (message-use-toolbar): Change the valid values
2305         into default, top, bottom, left, and right.
2306         (message-toolbar-thickness): New variable.
2307         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
2308         well.
2309         (message-setup-toolbar): Make it work.
2310
2311         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
2312         (gnus-use-toolbar): Change the valid values into default, top,
2313         bottom, left, and right.
2314         (gnus-toolbar-thickness): New variable.
2315         (gnus-xmas-setup-toolbar): New function.
2316         (gnus-xmas-setup-group-toolbar): Use it.
2317         (gnus-xmas-setup-summary-toolbar): Use it.
2318
2319 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * gnus-start.el (gnus-1): Add "native" to
2322         gnus-predefined-server-alist.
2323
2324         * gnus.el (gnus-method-to-server): Don't add "native" to the
2325         lists here, because that leads to problems when
2326         gnus-select-method is bound.
2327
2328 2005-11-09  Simon Josefsson  <jas@extundo.com>
2329
2330         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
2331         use (not sort-by-date) instead.
2332
2333 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2334
2335         * gnus-delay.el (gnus-delay-group): Don't autoload.
2336         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2337         to be re-loaded when customizing the `gnus-delay' group.
2338
2339 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
2340
2341         * message.el: Revert last changes.
2342         (message-insert-citation-line): Use newlines.
2343
2344 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
2345
2346         * message.el (message-courtesy-message)
2347         (message-mark-insert-begin, message-mark-insert-end)
2348         (message-elide-ellipsis, message-cancel-message)
2349         (message-add-header, message-change-subject)
2350         (message-cross-post-followup-to-header)
2351         (message-cross-post-insert-note, message-reduce-to-to-cc)
2352         (message-widen-reply, message-delete-not-region)
2353         (message-kill-to-signature, message-insert-signature)
2354         (message-insert-importance-high, message-insert-importance-low)
2355         (message-insert-or-toggle-importance)
2356         (message-insert-disposition-notification-to)
2357         (message-indent-citation, message-yank-original)
2358         (message-cite-original-without-signature, message-cite-original)
2359         (message-insert-citation-line, message-position-on-field)
2360         (message-fix-before-sending, message-send-mail-partially)
2361         (message-send-mail, message-send-mail-with-sendmail)
2362         (message-send-mail-with-qmail, message-send-news)
2363         (message-check-news-header-syntax, message-generate-headers)
2364         (message-insert-courtesy-copy, message-fill-address)
2365         (message-fill-header, message-shorten-references)
2366         (message-setup-1, message-cancel-news)
2367         (message-forward-make-body-plain, message-forward-make-body-mime)
2368         (message-forward-make-body-mml, message-encode-message-body)
2369         (message-forward-make-body-digest-plain)
2370         (message-forward-make-body-digest-mime)
2371         (message-use-alternative-email-as-from): Insert `hard-newline'
2372         instead of ordinary newlines.
2373
2374 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * message.el (message-generate-headers): Downcase the argument
2377         given to message-check-element.
2378
2379 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
2380
2381         * nntp.el (nntp-authinfo-rejected): New error condition.
2382         (nntp-wait-for): Use new error condition to signal authentication
2383         error.
2384         (nntp-retrieve-data): Rethrow new error condition to break out of
2385         recursive call to nntp-send-authinfo.
2386
2387 2005-11-08  Romain Francoise  <romain@orebokech.com>
2388
2389         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
2390         (gnus-summary-exit-map): Bind to `Z p'.
2391         (gnus-summary-make-menu-bar): Add menu item.
2392
2393 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
2394
2395         * gnus-art.el (gnus-article-treat-custom): Add `first'.
2396         (gnus-treat-*): Add `first' in all doc strings.
2397
2398         * gnus-group.el (gnus-group-compact-group): Fix typo.
2399
2400 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus.el (gnus-parameters-case-fold-search): New variable.
2403         (gnus-parameters-get-parameter): Use it.
2404
2405         * gnus-score.el (gnus-home-score-file): Doc fix.
2406
2407 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
2408
2409         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
2410
2411 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * mm-util.el (mm-special-display-p): New function.
2414
2415         * mml.el (mml-preview): Use it; doc fix.
2416
2417 2005-10-29  Romain Francoise  <romain@orebokech.com>
2418
2419         * message.el (message-fix-before-sending): Fix comment.
2420
2421 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2422
2423         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
2424
2425 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2426
2427         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
2428         Used in gnus-score.el.
2429
2430 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2431
2432         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
2433
2434 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2435
2436         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
2437         whitespace removed in revision 7.8.  Use concatenated string to
2438         protect trailing whitespace.
2439
2440 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
2441
2442         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
2443         (nnimap-request-expire-articles): Use it to avoid sending 'UID
2444         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
2445         Courier IMAP ("some version from 2004").  Mostly based on similar
2446         code in the same function.
2447
2448 2005-10-26  Didier Verna  <didier@xemacs.org>
2449
2450         * gnus-group.el (gnus-group-compact-group): invalidate original
2451         article buffer.
2452         * gnus-srvr.el (gnus-server-compact-server): ditto.
2453         * nnml.el (nnml-request-compact-group): handle self Xref: field in
2454         NOV database and in article itself.
2455         Invalidate article backlog.
2456
2457 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2458
2459         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
2460
2461 2005-10-26  Simon Josefsson  <jas@extundo.com>
2462
2463         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
2464         part of 2004-07-25 change.
2465
2466 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2467
2468         * message.el (message-display-completion-list): New function.
2469         (message-expand-group): Use it; make sure the Completions buffer
2470         is modifiable.
2471
2472 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
2473
2474         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
2475         user-mail-name is an empty string.
2476
2477 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2478
2479         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
2480         depending on gnus-score-decay-constant.
2481
2482         * encrypt.el (encrypt-insert-file-contents)
2483         (encrypt-write-file-contents): Don't use `gnus-message'.
2484
2485         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
2486         arguments.
2487         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
2488         arguments to mm-uu-verbatim-marks-extract.
2489         (mm-uu-hide-markers): New variable.
2490         (mm-uu-extract): Use face similar to `gnus-cite-3'.
2491
2492         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2493         (gnus-convert-image-to-face-command): Use "convert" by default to
2494         allow other input image formats.
2495         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
2496         accordingly.
2497
2498 2005-10-23  Simon Josefsson  <jas@extundo.com>
2499
2500         * imap.el (imap-gssapi-program): Align command line parameters
2501         with latest GNU SASL.
2502         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
2503
2504 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2505
2506         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
2507         HTML.
2508         (nnslashdot-request-article): Ditto.
2509
2510         * lpath.el (featurep): Add nobreak-char-display.
2511
2512 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2513
2514         * mail-source.el (mail-source-fetch-pop): Require pop3.
2515         (mail-source-check-pop): Ditto.
2516
2517 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
2520         errors.
2521
2522 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
2523
2524         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
2525         (gnus-treat-strip-leading-blank-lines): Improve doc string.
2526
2527         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
2528
2529         * mm-bodies.el (mm-decode-string): Call
2530         `mm-charset-to-coding-system' with allow-override argument.
2531
2532 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
2535         (rfc2047-charset-to-coding-system): New function.
2536         (rfc2047-decode-encoded-words): New function.
2537         (rfc2047-decode-region): Use them.
2538         (rfc2047-decode-cte): Remove.
2539         (rfc2047-parse-and-decode): Remove.
2540         (rfc2047-decode): Remove.
2541
2542 2005-10-15  Kenichi Handa  <handa@m17n.org>
2543
2544         * rfc2047.el (rfc2047-decode-cte): New function.
2545         (rfc2047-decode-region): Change the way to decode successive
2546         encoded-words: decode B- or Q-encoding in each encoded-word,
2547         concatenate them, and decode it as charset.
2548
2549 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2550
2551         * lpath.el: Fbind codepage-setup for XEmacs.
2552
2553 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
2554
2555         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
2556         widget-move-and-invoke.
2557         (gnus-custom-mode): Use gnus-custom-map.
2558
2559 2005-10-15  Bill Wohler  <wohler@newt.com>
2560
2561         * message.el (message-tool-bar-map): Renamed image file from
2562         mail_send to mail/send.
2563
2564 2005-10-16  Masatake YAMATO  <jet@gyve.org>
2565
2566         * message.el (message-expand-group): Pass the common
2567         prefix substring of completion to `display-completion-list'.
2568
2569 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
2570
2571         * mml-sec.el (mml-secure-method): New internal variable.
2572         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
2573         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
2574         functions using mml-secure-method.
2575
2576         * mml.el (mml-mode-map): Add key bindings for those functions.
2577         (mml-menu): Simplify security menu entries.  Suggested by Jesper
2578         Harder <harder@myrealbox.com>.
2579         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
2580         end of message if point is the headers of the message.
2581
2582         * message.el (message-in-body-p): New function.
2583
2584         * assistant.el: Autoload gnus-util and netrc.
2585
2586         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
2587         Use `mm-charset-override-alist' only when decoding.
2588
2589         * mm-bodies.el (mm-decode-body): Call
2590         `mm-charset-to-coding-system' with allow-override argument.
2591
2592         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
2593         `filename' from Content-Disposition if Content-Type doesn't
2594         provide `name'.
2595         (gnus-mime-view-part-as-type): Set default instead of
2596         initial-input.
2597
2598 2005-10-09  Daniel Brockman  <daniel@brockman.se>
2599
2600         * format-spec.el (format-spec): Propagate text properties of % spec.
2601
2602 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2603
2604         * gnus-art.el (gnus-treat-predicate): Add `first'.
2605
2606 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
2607
2608         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
2609         (mm-charset-override-alist): New variable.
2610         (mm-charset-to-coding-system): Use it.
2611         (mm-codepage-setup): New helper function.
2612         (mm-charset-eval-alist): New variable.
2613         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
2614         about unknown charsets.
2615
2616         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
2617
2618 2005-10-04  David Hansen  <david.hansen@gmx.net>
2619
2620         * nnrss.el (nnrss-request-article): Add support for the comments tag.
2621         (nnrss-check-group): Ditto.
2622
2623 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2624
2625         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
2626         Rename x-gnus-verbatim to x-verbatim.
2627         (mm-uu-type-alist): Fix regexp for verbatim-marks.
2628
2629         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
2630         x-verbatim.
2631
2632         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
2633
2634         * gnus-util.el (gnus-remove-duplicates): Remove.
2635
2636         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
2637         instead of gnus-remove-duplicates.
2638
2639         * message.el (message-remove-duplicates): Remove.
2640         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
2641         message-remove-duplicates.
2642
2643         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
2644         available, else use implementation from `delete-dups'.
2645
2646         * message.el (message-insert-expires): New function.
2647         (message-mode-map): Add key binding.
2648         (message-mode-field-menu): Add menu entry.
2649         (message-mode): Document it.
2650         (message-make-expires-date): Use `message-make-date'.
2651
2652 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
2653
2654         * message.el (message-make-expires-date): New function.
2655
2656 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * Makefile.in (list-installed-shadows): New entry.
2659         (install): Use it.
2660         (remove-installed-shadows): New entry.
2661
2662         * dgnushack.el (dgnushack-default-load-path): New variable.
2663         (dgnushack-find-lisp-shadows): New function.
2664         (dgnushack-remove-lisp-shadows): New function.
2665
2666 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * Makefile.in (install-el-elc): New entry.
2669         (install): Use it so that .el files are necessarily installed.
2670
2671 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * time-date.el: Autoload parse-time-string, XEmacs needs it.
2674
2675 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2676
2677         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
2678         function rather than the diff-mode.el package.
2679         (mm-display-external): Use with-current-buffer.
2680         (mm-viewer-completion-map, mm-viewer-completion-map):
2681         Move initialization inside declaration.
2682
2683 2005-09-29  Simon Josefsson  <jas@extundo.com>
2684
2685         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
2686         autoload mail-check-payment.
2687         (spam-check-hashcash): Define unconditionally, since hashcash.el
2688         is part of Gnus now.  Ignore errors from payment checking.
2689
2690 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2691
2692         * message.el (message-bold-region, message-unbold-region): Rename
2693         from `bold-region' and `unbold-region'.
2694
2695         * message.el: Remove useless autoloads.
2696
2697 2005-09-28  Simon Josefsson  <jas@extundo.com>
2698
2699         * message.el (message-use-idna): Default to t.
2700         (message-use-idna): Test whether encoding works too.  Doc fix.
2701
2702 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * nntp.el (nntp-warn-about-losing-connection): Remove.
2705
2706 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2707
2708         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
2709         customizable.  Change default value.
2710         (mm-uu-diff-groups-regexp): Change default value.
2711         (mm-uu-type-alist): Add doc string.
2712         (mm-uu-configure): Add doc string.  Make it interactive.
2713         (mm-uu-tex-groups-regexp): New variable.
2714         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
2715         (mm-uu-type-alist): Add LaTeX documents.
2716         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
2717         of "text/verbatim".
2718         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
2719
2720         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
2721         instead of "text/verbatim".
2722
2723         * message.el (message-mark-inserted-region)
2724         (message-mark-insert-file): Use slrn style marks when called with
2725         prefix argument.
2726
2727 2005-09-27  Simon Josefsson  <jas@extundo.com>
2728
2729         * message.el (message-idna-to-ascii-rhs-1): Reformat.
2730
2731 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2732
2733         * message.el (message-remove-duplicates): New function.
2734         Implementation borrowed from `gnus-remove-duplicates'.
2735         (message-idna-to-ascii-rhs): Also encode idna addresses in
2736         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2737         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
2738         only ask about the same idna domain once per header and also tell
2739         in what header to replace the idna domain.
2740
2741         * gnus-art.el (article-decode-idna-rhs): Also decode idna
2742         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2743         (article-decode-idna-rhs): Fix regexp so that all idna-address in
2744         a header is decoded and not just the last one.
2745
2746 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2747
2748         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
2749         has been decoded.
2750
2751         * mm-decode.el (mm-automatic-display): Add text/verbatim.
2752         (mm-insert-part): Don't modify text if it has been decoded.
2753
2754         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
2755         decoded.
2756
2757         * mm-view.el (mm-inline-text): Don't strip text props unless
2758         decoding enriched or richtext parts.
2759
2760 2005-09-25  Romain Francoise  <romain@orebokech.com>
2761
2762         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
2763         * gnus-start.el (gnus-subscribe-interactively):
2764         * gnus-uu.el (gnus-uu-grab-articles):
2765         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
2766         space.
2767
2768 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
2769
2770         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2771         * mm-view.el (mm-view-pkcs7-decrypt):
2772         * gnus-sum.el (gnus-summary-limit-to-extra)
2773         (gnus-summary-respool-article, gnus-read-move-group-name):
2774         * gnus-score.el (gnus-summary-increase-score):
2775         * gnus-util.el (gnus-completing-read-with-default):
2776         * gnus-art.el (gnus-read-save-file-name)
2777         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
2778         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
2779         * message.el (message-check-news-header-syntax):
2780         Follow convention for reading with the minibuffer.
2781
2782 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
2783
2784         * spam-report.el (spam-report-url-ping-plain):
2785         Use gnus-extended-version as User-Agent.
2786
2787         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
2788         default value is nil.
2789
2790         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
2791         (mm-uu-verbatim-marks-extract): New function.
2792         (mm-uu-extract): New face.
2793         (mm-uu-copy-to-buffer): Use it.
2794
2795         * spam-report.el (spam-report-gmane-ham): Renamed from
2796         `spam-report-gmane-unspam'.
2797         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
2798         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
2799
2800         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
2801         Autoload.
2802         (spam-report-gmane-unregister-routine): Renamed
2803         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
2804
2805 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
2806
2807         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
2808         (spam-report-gmane-unregister-routine): added support for gmane
2809         unregistration
2810
2811         * spam-report.el (spam-report-gmane-unspam)
2812         (spam-report-gmane-spam): new wrappers around spam-report-gmane
2813         (spam-report-gmane): changed to take a single article and do
2814         unspam registration
2815
2816 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2817
2818         * mm-url.el (mm-url-decode-entities): Fix regexp.
2819
2820 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
2823         default to nil, to be able to use Gnus at all.  If the default
2824         switches to something else, then the function should be fixed not
2825         be exceedingly slow.
2826
2827 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
2828
2829         * gnus-start.el (gnus-activate-group): if the server is nil, don't
2830         fail hard
2831
2832         * spam-report.el: better Keywords line
2833
2834         * spam.el: added Maintainer and better Keywords line
2835
2836 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2837
2838         * gnus-art.el (gnus-article-replace-part)
2839         (gnus-mime-replace-part): New functions.
2840         (gnus-mime-action-alist, gnus-mime-button-commands)
2841         (gnus-mime-save-part-and-strip): Added file argument.
2842         (gnus-article-part-wrapper): Added interactive argument.
2843
2844         * gnus-sum.el (gnus-summary-mime-map): Add
2845         `gnus-article-replace-part'.
2846
2847 2005-09-19  Didier Verna  <didier@xemacs.org>
2848
2849         The nnml compaction feature:
2850         * nnml.el (nnml-request-compact-group): New function.
2851         * nnml.el (nnml-request-compact): New function.
2852         * gnus-int.el (gnus-request-compact-group): New function.
2853         * gnus-int.el (gnus-request-compact): New function.
2854         * gnus-group.el (gnus-group-compact-group): New function.
2855         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
2856         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
2857         * gnus-srvr.el (gnus-server-compact-server): New function.
2858         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
2859         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
2860
2861 2005-09-18  Deepak Goel  <deego@gnufans.org>
2862
2863         * sieve.el (sieve-help): Fix `message' call: first arg should be a
2864         format spec.
2865
2866 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2867
2868         * gnus.el (gnus-group-startup-message): Bind image-load-path.
2869
2870 2005-09-15  Romain Francoise  <romain@orebokech.com>
2871
2872         * message.el (message-fill-paragraph): Clarify docstring.
2873
2874 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * gnus-art.el (gnus-mime-display-part): Protect against broken
2877         MIME messages.
2878
2879 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
2882         before parsing header.
2883
2884 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
2885
2886         * html2text.el: (html2text-replace-list): Add new entities.
2887
2888 2005-09-11  Romain Francoise  <romain@orebokech.com>
2889
2890         * message.el (message-alternative-emails): Improve docstring.
2891         (message-setup-1): Call `message-use-alternative-email-as-from'
2892         after `message-setup-hook' to give it precedence over posting
2893         styles, etc.
2894         (message-use-alternative-email-as-from): Add docstring.  Remove
2895         the original From header if present.
2896
2897         * nnml.el (nnml-compressed-files-size-threshold): New variable.
2898         (nnml-save-mail): Use it.
2899
2900         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
2901         articles.  Add new argument `silent'.
2902         (gnus-uu-mark-all): Report the total number of marked articles.
2903
2904 2005-09-10  Romain Francoise  <romain@orebokech.com>
2905
2906         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
2907         (gnus-uu-mark-series): Likewise.
2908
2909 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
2910
2911         * spam-report.el (spam-report-gmane): Fix generation of spam
2912         report URL.
2913
2914 2005-09-10  Simon Josefsson  <jas@extundo.com>
2915
2916         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
2917         t, based on discussion on the ding list with Robert Epprecht
2918         <epprecht@solnet.ch>.
2919
2920 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
2921
2922         * spam-report.el (spam-report-gmane): Make it work without
2923         X-Report-Spam header.  Gmane now only provides Archived-At.
2924         This is only used if `spam-report-gmane-use-article-number' is nil.
2925         (spam-report-gmane-spam-header): Remove.  Not used anymore.
2926
2927         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
2928         make `gnus-summary-sort-by-recipient' work with threading.
2929
2930         * nnweb.el (nnweb-google-wash-article): Print a message if article
2931         is not available.
2932
2933 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2934
2935         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
2936         change.  Decode text/* parts content before displaying.
2937
2938 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2939
2940         * mml-smime.el: Remove defvar of gnus-extract-address-components.
2941
2942 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * mm-view.el (mm-display-inline-fontify): Disable support modes.
2945
2946         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
2947         url-package-name, url-package-version,
2948         w3m-cid-retrieve-function-alist, w3m-current-buffer,
2949         w3m-display-inline-images, and w3m-minor-mode-map.
2950
2951 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
2952
2953         * message.el (message-tab-body-function): Fixed mismatched custom
2954         type.
2955
2956         * gnus.el (gnus-group-change-level-function): Ditto.
2957
2958         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
2959
2960         * gnus-art.el (gnus-signature-limit)
2961         (gnus-article-mime-part-function): Ditto.
2962
2963 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * mml.el (mml-mode): Silence the byte compiler.
2966
2967         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
2968         using `(sit-for 0)' before moving the point to the specified part;
2969         skip unbuttonized parts.
2970         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
2971         return to the summary window if gnus-auto-select-part is non-nil.
2972
2973 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
2974
2975         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
2976         variables.
2977         (mml-dnd-attach-file, mml-mode): Use them.
2978
2979         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
2980         Make fetching article by MID work again for Google Groups.  Added
2981         FIXME concerning gnus-group-make-web-group.
2982
2983         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
2984         Don't depend on Gnus by using mail-extract-address-components if
2985         gnus-extract-address-components is not bound.
2986
2987 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * gnus-art.el (gnus-mime-display-security): Don't display the
2990         signature, but only the signed part.
2991
2992 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
2995
2996         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
2997         list, not listp.
2998
2999 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3000
3001         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3002         when encoding.
3003
3004         * mm-bodies.el (mm-decode-content-transfer-encoding):
3005         De-canonicalize CRLF for all text content types, not just
3006         text/plain.
3007
3008 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3011         valid article; point arrow and cursor at the MIME button.
3012
3013 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3016         Suggested by Dan Christensen <jdc@uwo.ca>.
3017
3018         * mm-decode.el (mm-save-part): Enable change of prompt.
3019
3020 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3021
3022         * gnus-msg.el (gnus-inews-add-send-actions): Made
3023         `message-post-method' lambda parameter ARG `&optional'.
3024
3025 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3026
3027         * gnus-sum.el (gnus-summary-mime-map): Added
3028         gnus-article-save-part-and-strip, gnus-article-delete-part and
3029         gnus-article-jump-to-part.
3030
3031         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3032         (gnus-article-edit-part): Use it.
3033         (gnus-article-part-wrapper): Added no-handle argument.
3034         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3035         functions.
3036
3037 2005-08-29  Romain Francoise  <romain@orebokech.com>
3038
3039         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3040         docstring.
3041         (gnus-face-from-file): Likewise.
3042
3043 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3044
3045         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3046         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3047         non-nil.
3048         (gnus-auto-select-part): New variable.
3049         (gnus-article-jump-to-part): New function.
3050         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3051         (gnus-mime-delete-part): Allow selecting specified part after
3052         deleting or stripping parts.
3053         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3054         part if argument is bogus.
3055
3056 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3057
3058         * gnus-art.el (w3m-minor-mode-map):
3059         * gnus-spec.el (gnus-newsrc-file-version):
3060         * gnus-util.el (nnmail-active-file-coding-system)
3061         (gnus-original-article-buffer, gnus-user-agent):
3062         * gnus.el (gnus-ham-process-destinations)
3063         (gnus-parameter-ham-marks-alist)
3064         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3065         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3066         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3067         * mm-decode.el (gnus-current-window-configuration):
3068         * mm-extern.el (gnus-article-mime-handles):
3069         * mm-url.el (url-current-object, url-package-name)
3070         (url-package-version):
3071         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3072         (smime-keys, w3m-cid-retrieve-function-alist)
3073         (w3m-current-buffer, w3m-display-inline-images)
3074         (w3m-minor-mode-map):
3075         * mml-smime.el (gnus-extract-address-components):
3076         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3077         (gnus-newsrc-hashtb, message-default-charset)
3078         (message-deletable-headers, message-options)
3079         (message-posting-charset, message-required-mail-headers)
3080         (message-required-news-headers):
3081         * mml1991.el (mc-pgp-always-sign):
3082         * mml2015.el (mc-pgp-always-sign):
3083         * nnheader.el (nnmail-extra-headers):
3084         * rfc1843.el (gnus-decode-encoded-word-function)
3085         (gnus-decode-header-function, gnus-newsgroup-name):
3086         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3087
3088 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3089
3090         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3091         the end of the date treatments.
3092
3093 2005-08-15  Simon Josefsson  <jas@extundo.com>
3094
3095         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3096         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3097         Capello and Romain Francoise.
3098         (pgg-fetch-key-function): Removed, not used?
3099         (pgg-insert-url-with-w3): Require url, to get
3100         url-insert-file-contents regardless of where it is defined.
3101
3102 2005-08-13  Romain Francoise  <romain@orebokech.com>
3103
3104         * message.el (message-cite-original-1): New function.
3105         (message-cite-original): Use it.
3106         (message-cite-original-without-signature): Ditto.
3107
3108 2005-08-08  Romain Francoise  <romain@orebokech.com>
3109
3110         * message.el (message-yank-empty-prefix): New variable.
3111         (message-indent-citation): Use it.
3112         (message-cite-original-without-signature): Respect X-No-Archive.
3113
3114 2005-08-08  Simon Josefsson  <jas@extundo.com>
3115
3116         * pgg.el: Autoload url-insert-file-contents instead of loading
3117         w3/url.
3118         (pgg-insert-url-with-w3): Don't load url here.
3119
3120 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3121
3122         * message.el (message-kill-to-signature): Don't insert newline at
3123         bol.
3124         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3125
3126 2005-08-06  Romain Francoise  <romain@orebokech.com>
3127
3128         * message.el (message-user-fqdn): Fix typo in docstring.
3129
3130 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3131
3132         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3133
3134         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3135
3136 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3137
3138         * mm-bodies.el (mm-encode-body): Use coding system rather than
3139         charset to encode text.
3140
3141         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3142         number of charsets if utf-8 is available (XEmacs).
3143
3144 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3145
3146         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3147         taken from `gnus-button-mid-or-mail-regexp'.
3148         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3149         (gnus-button-alist): Improve regexp for domain part of the MIDs
3150         for news:localpart@domain buttons.
3151         (gnus-button-ctan-directory-regexp): Update.
3152
3153 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * sieve-manage.el (sieve-manage-interactive-login): Use
3156         make-local-variable rather than make-variable-buffer-local.
3157         (sieve-manage-open): Ditto.
3158         (sieve-manage-authenticate): Ditto.
3159
3160         * mml.el (mml-generate-mime-1): Make the content type default to
3161         text/plain if the filename is not specified.
3162
3163 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3166         instead of insert-buffer.
3167
3168         * message.el (message-yank-original): Ditto; set the mark at the
3169         end of the yanked message.
3170
3171 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3174         lines to scroll rather than to stop it.
3175
3176         * mml.el (mml-generate-default-type): Add doc string.
3177         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3178         default to application/octet-stream when determining the content
3179         type if it is not specified for the part or the mml contents; add
3180         a comment about mml-generate-default-type.
3181
3182 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3183
3184         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3185         make it default to application/octet-stream when determining the
3186         content type if it is not specified for the external contents.
3187
3188 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3191         segmented parameter but also other parameters might be there.
3192
3193 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * mm-decode.el (mm-display-external): Delete temp file, directory
3196         and buffer immediately if the external process is exited.
3197
3198 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3201         fewer lines than that of scroll-margin.
3202         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3203
3204 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * gnus-art.el (gnus-article-next-page): Revert.
3207         (gnus-article-beginning-of-window): New macro.
3208         (gnus-article-next-page-1): Use it.
3209         (gnus-article-prev-page): Ditto.
3210         (gnus-article-edit-part): Use insert-buffer-substring instead of
3211         insert-buffer.
3212         (gnus-article-edit-exit): Ditto.
3213
3214         * gnus-util.el (gnus-beginning-of-window): Remove.
3215         (gnus-end-of-window): Remove.
3216
3217         * lpath.el: Don't bind header-line-format and scroll-margin.
3218
3219 2005-07-25  Simon Josefsson  <jas@extundo.com>
3220
3221         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
3222         to have the url package without w3.  Reported by Daiki Ueno
3223         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
3224
3225 2005-07-20  Didier Verna  <didier@xemacs.org>
3226
3227         * gnus-diary.el: Remove the description comment (nndiary is now
3228         properly documented in the Gnus manual).
3229         Fix the spelling of "Back End".
3230         * nndiary.el: Ditto.
3231         Fix the copyright notice.
3232
3233 2005-07-18  Romain Francoise  <romain@orebokech.com>
3234
3235         * gnus-sum.el (gnus-summary-to-prefix,
3236         gnus-summary-newsgroup-prefix): New variables.
3237         (gnus-summary-from-or-to-or-newsgroups): Use them.
3238
3239 2005-07-17  Romain Francoise  <romain@orebokech.com>
3240
3241         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
3242         space as it's generally not especially interesting to the user.
3243
3244 2005-07-16  Romain Francoise  <romain@orebokech.com>
3245
3246         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
3247         nil to avoid prompting and file modification if one of the
3248         messages at the top of the nnfolder file contains a copyright
3249         notice.
3250         Update copyright notice.
3251
3252         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
3253         instead of `current-time-string' as the latter creates a time
3254         string that is not RFC 2822 compliant (it lacks the zone).
3255         Update copyright notice.
3256
3257 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3258
3259         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
3260         for text/rtf.  Display default in prompt.  Pass default for M-n.
3261
3262         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
3263
3264 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * gnus-msg.el (gnus-button-mailto): Remove
3267         save-selected-window-window hackery because it relies on
3268         save-selected-window internals.
3269
3270 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
3273         (gnus-article-next-page-1): Use gnus-beginning-of-window.
3274         (gnus-article-prev-page): Ditto.
3275
3276         * gnus-util.el (gnus-beginning-of-window): New function.
3277         (gnus-end-of-window): New function.
3278
3279         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
3280
3281 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3282
3283         * gnus-score.el (gnus-score-edit-all-score): Set
3284         gnus-score-edit-exit-function to gnus-score-edit-done and call
3285         gnus-message.
3286
3287 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3288
3289         * gnus-msg.el (gnus-button-mailto): Remove
3290         save-selected-window-window hackery because it relies on
3291         save-selected-window internals.
3292
3293 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
3296         add-minor-mode.
3297         (gnus-binary-mode): Ditto.
3298
3299         * gnus-topic.el (gnus-topic-mode): Ditto.
3300
3301 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
3302
3303         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
3304         (gnus-article-prev-page): Take scroll-margin into consideration.
3305
3306 2005-07-04  Lute Kamstra  <lute@gnu.org>
3307
3308         Update FSF's address in GPL notices.
3309
3310 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
3311
3312         * gnus.el (gnus-exit):
3313         * gnus-group.el (gnus-group-icons):
3314         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
3315
3316         * gnus-nocem.el (gnus-nocem):
3317         * message.el (message-various, message-buffers, message-sending)
3318         (message-interface, message-forwarding, message-insertion)
3319         (message-headers, message-news, message-mail):
3320         * pgg-gpg.el (pgg-gpg):
3321         * pgg-parse.el (pgg-parse):
3322         * pgg-pgp.el (pgg-pgp):
3323         * pgg-pgp5.el (pgg-pgp5):
3324         * pop3.el (pop3): Finish `defgroup' description with period.
3325
3326 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * gnus-art.el (article-display-face): Improve the efficiency.
3329         (article-display-x-face): Ditto; remove grey x-face stuff.
3330
3331 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3332
3333         * gnus-art.el (article-display-face): Correct the position in
3334         which Faces are inserted.
3335
3336 2005-06-29  Didier Verna  <didier@xemacs.org>
3337
3338         * gnus-art.el (article-display-face): Display faces in correct
3339         order.
3340
3341 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
3344         (gnus-fill-real-hashtb): Use hash table instead of obarray.
3345         (gnus-nocem-check-article): Fetch the Type header.
3346         (gnus-nocem-message-wanted-p): Fix the way to examine types.
3347         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
3348         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
3349         make sure gnus-nocem-hashtb is initialized.
3350         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
3351         (gnus-nocem-unwanted-article-p): Ditto.
3352
3353         * pgg.el (pgg-verify): Return the verification result.
3354
3355 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3356
3357         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
3358         is ascii.
3359
3360 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
3361
3362         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
3363         `show-nonbreak-escape'.
3364
3365 2005-06-23  Lute Kamstra  <lute@gnu.org>
3366
3367         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
3368
3369         * dig.el (dig-mode):
3370         * smime.el (smime-mode): Use gnus-run-mode-hooks.
3371
3372 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
3373
3374         * nnimap.el (nnimap-split-download-body): Fix spellings.
3375
3376 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
3377
3378         * gnus-art.el (gnus-article-encrypt-body):
3379         * gnus-cus.el (gnus-score-customize):
3380         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
3381         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
3382
3383 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3384
3385         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
3386         header by looking for magic "MII" at the beginnig.
3387
3388 2005-06-16  Miles Bader  <miles@gnu.org>
3389
3390         * gnus-xmas.el (gnus-xmas-group-startup-message):
3391         Use renamed gnus-splash face.
3392
3393         * assistant.el (assistant-field): Remove "-face" suffix from face name.
3394         (assistant-field-face): New backward-compatibility alias for renamed
3395         face.
3396         (assistant-render-text): Use renamed assistant-field face.
3397
3398         * spam.el (spam): Remove "-face" suffix from face name.
3399         (spam-face): New backward-compatibility alias for renamed face.
3400         (spam-face, spam-initialize): Use renamed spam face.
3401
3402         * message.el (message-header-to, message-header-cc)
3403         (message-header-subject, message-header-newsgroups)
3404         (message-header-other, message-header-name)
3405         (message-header-xheader, message-separator, message-cited-text)
3406         (message-mml): Remove "-face" suffix from face names.
3407         (message-header-to-face, message-header-cc-face)
3408         (message-header-subject-face, message-header-newsgroups-face)
3409         (message-header-other-face, message-header-name-face)
3410         (message-header-xheader-face, message-separator-face)
3411         (message-cited-text-face, message-mml-face):
3412         New backward-compatibility aliases for renamed faces.
3413         (message-font-lock-keywords): Use renamed message faces.
3414
3415         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
3416         (sieve-test-commands, sieve-tagged-arguments):
3417         Remove "-face" suffix from face names.
3418         (sieve-control-commands-face, sieve-action-commands-face)
3419         (sieve-test-commands-face, sieve-tagged-arguments-face):
3420         New backward-compatibility aliases for renamed faces.
3421         (sieve-control-commands-face, sieve-action-commands-face)
3422         (sieve-test-commands-face, sieve-tagged-arguments-face):
3423         Use renamed sieve faces.
3424
3425         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
3426         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
3427         (gnus-group-news-3-empty, gnus-group-news-4)
3428         (gnus-group-news-4-empty, gnus-group-news-5)
3429         (gnus-group-news-5-empty, gnus-group-news-6)
3430         (gnus-group-news-6-empty, gnus-group-news-low)
3431         (gnus-group-news-low-empty, gnus-group-mail-1)
3432         (gnus-group-mail-1-empty, gnus-group-mail-2)
3433         (gnus-group-mail-2-empty, gnus-group-mail-3)
3434         (gnus-group-mail-3-empty, gnus-group-mail-low)
3435         (gnus-group-mail-low-empty, gnus-summary-selected)
3436         (gnus-summary-cancelled, gnus-summary-high-ticked)
3437         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
3438         (gnus-summary-high-ancient, gnus-summary-low-ancient)
3439         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
3440         (gnus-summary-low-undownloaded)
3441         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
3442         (gnus-summary-low-unread, gnus-summary-normal-unread)
3443         (gnus-summary-high-read, gnus-summary-low-read)
3444         (gnus-summary-normal-read, gnus-splash):
3445         Remove "-face" suffix from face names.
3446         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3447         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3448         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3449         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3450         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3451         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3452         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3453         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3454         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3455         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3456         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3457         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3458         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3459         (gnus-summary-normal-ticked-face)
3460         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
3461         (gnus-summary-normal-ancient-face)
3462         (gnus-summary-high-undownloaded-face)
3463         (gnus-summary-low-undownloaded-face)
3464         (gnus-summary-normal-undownloaded-face)
3465         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3466         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3467         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3468         (gnus-splash-face):
3469         New backward-compatibility aliases for renamed faces.
3470         (gnus-group-startup-message): Use renamed gnus faces.
3471
3472         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
3473         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
3474         (gnus-server-agent): Remove "-face" suffix from face names.
3475         (gnus-server-agent-face, gnus-server-opened-face)
3476         (gnus-server-closed-face, gnus-server-denied-face)
3477         (gnus-server-offline-face):
3478         New backward-compatibility aliases for renamed faces.
3479         (gnus-server-agent-face, gnus-server-opened-face)
3480         (gnus-server-closed-face, gnus-server-denied-face)
3481         (gnus-server-offline-face): Use renamed gnus faces.
3482
3483         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
3484         Remove "-face" suffix from face names.
3485         (gnus-picon-xbm-face, gnus-picon-face):
3486         New backward-compatibility aliases for renamed faces.
3487
3488         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
3489         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
3490         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
3491         (gnus-cite-11): Remove "-face" suffix from face names.
3492         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
3493         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
3494         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
3495         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
3496         New backward-compatibility aliases for renamed faces.
3497         (gnus-cite-attribution-face, gnus-cite-face-list)
3498         (gnus-article-boring-faces): Use renamed gnus faces.
3499
3500         * gnus-art.el (gnus-signature, gnus-header-from)
3501         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
3502         (gnus-header-content): Remove "-face" suffix from face names.
3503         (gnus-signature-face, gnus-header-from-face)
3504         (gnus-header-subject-face, gnus-header-newsgroups-face)
3505         (gnus-header-name-face, gnus-header-content-face):
3506         New backward-compatibility aliases for renamed faces.
3507         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
3508
3509         * gnus-sum.el (gnus-summary-selected-face)
3510         (gnus-summary-highlight): Use renamed gnus faces.
3511         * gnus-group.el (gnus-group-highlight): Likewise.
3512
3513 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
3514
3515         * gnus-sieve.el (gnus-sieve-article-add-rule):
3516         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
3517         * spam-stat.el (spam-stat-buffer-change-to-spam)
3518         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
3519
3520         * message.el (message-is-yours-p):
3521         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
3522
3523 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * mm-view.el (mm-inline-text): Withdraw the last change.
3526
3527 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
3530         executing enriched-decode.
3531
3532 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
3535         charset of tar files.
3536
3537 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
3538
3539         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
3540
3541 2005-06-04  Lute Kamstra  <lute@gnu.org>
3542
3543         * nnfolder.el (nnfolder-read-folder): Make sure that undo
3544         information is never recorded.
3545
3546 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3547
3548         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
3549
3550 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3551
3552         * pop3.el (pop3-apop): Run md5 in the binary mode.
3553
3554         * starttls.el (starttls-set-process-query-on-exit-flag):
3555         Use eval-and-compile.
3556
3557 2005-05-31  Simon Josefsson  <jas@extundo.com>
3558
3559         * smime.el (smime-replace-in-string): Define.
3560         (smime-cert-by-ldap-1): Use it.
3561
3562 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * gnus-art.el (article-display-x-face): Replace
3565         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3566
3567         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
3568         set-process-query-on-exit-flag or process-kill-without-query.
3569
3570         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
3571         loop instead of replace-regexp.
3572
3573         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
3574         instead of process-kill-without-query if it is available.
3575
3576         * lpath.el: Fbind ldap-search-entries.
3577
3578         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
3579         instead of find-file-hooks if it is available.
3580
3581         * mml1991.el: Bind pgg-default-user-id when compiling.
3582
3583         * mml2015.el: Bind pgg-default-user-id when compiling.
3584
3585         * nndraft.el (nndraft-request-associate-buffer):
3586         Use write-contents-functions instead of write-contents-hooks if it is
3587         available.
3588
3589         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
3590         instead of find-file-hooks if it is available.
3591
3592         * nntp.el (nntp-open-connection): Replace
3593         process-kill-without-query by gnus-set-process-query-on-exit-flag.
3594         (nntp-open-ssl-stream): Ditto.
3595         (nntp-open-tls-stream): Ditto.
3596
3597         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
3598         set-process-query-on-exit-flag or process-kill-without-query.
3599         (starttls-open-stream-gnutls): Use it instead of
3600         process-kill-without-query.
3601         (starttls-open-stream): Ditto.
3602
3603 2005-05-31  Ulf Stegemann <ulf@zeitform.de>  (tiny change)
3604
3605         * smime.el (smime-cert-by-ldap-1): Don't use
3606         replace-regexp-in-string.
3607
3608 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3609
3610         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
3611
3612         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
3613         in PEM format. Adjust to the XEmacs compability.
3614
3615 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
3616
3617         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
3618         by `string-to-number'.
3619         * gnus-agent.el (gnus-agent-regenerate-group)
3620         (gnus-agent-fetch-articles): Ditto.
3621         * gnus-art.el (gnus-button-fetch-group): Ditto.
3622         * gnus-cache.el (gnus-cache-generate-active)
3623         (gnus-cache-articles-in-group): Ditto.
3624         * gnus-group.el (gnus-group-set-current-level)
3625         (gnus-group-insert-group-line): Ditto.
3626         * gnus-score.el (gnus-score-set-expunge-below)
3627         (gnus-score-set-mark-below, gnus-summary-score-effect)
3628         (gnus-summary-score-entry): Ditto.
3629         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
3630         (gnus-soup-pack): Ditto.
3631         * gnus-spec.el (gnus-xmas-format): Ditto.
3632         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
3633         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
3634         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
3635         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
3636         * nndb.el (nndb-get-remote-expire-response): Ditto.
3637         * nndiary.el (nndiary-parse-schedule-value)
3638         (nndiary-string-to-number, nndiary-request-replace-article)
3639         (nndiary-request-article): Ditto.
3640         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
3641         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
3642         * nneething.el (nneething-make-head): Ditto.
3643         * nnfolder.el (nnfolder-request-article)
3644         (nnfolder-retrieve-headers): Ditto.
3645         * nnheader.el (nnheader-file-to-number): Ditto.
3646         * nnkiboze.el (nnkiboze-request-article): Ditto.
3647         * nnmail.el (nnmail-process-unix-mail-format)
3648         (nnmail-process-babyl-mail-format): Ditto.
3649         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
3650         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
3651         (nnmh-request-create-group, nnmh-request-list-1)
3652         (nnmh-request-group, nnmh-request-article): Ditto.
3653         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
3654         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
3655         * nnsoup.el (nnsoup-make-active): Ditto.
3656         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
3657         * nntp.el (nntp-find-group-and-number)
3658         (nntp-retrieve-headers-with-xover): Ditto.
3659         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
3660         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
3661         (pgg-format-key-identifier): Ditto.
3662         * pop3.el (pop3-last, pop3-stat): Ditto.
3663         * qp.el (quoted-printable-decode-region): Ditto.
3664
3665         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
3666         of concat.
3667
3668 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3669
3670         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
3671
3672         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
3673
3674         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
3675
3676         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
3677
3678         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
3679
3680         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
3681
3682         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
3683         (gnus-carpal-mode): Ditto.
3684
3685         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
3686         (gnus-browse-mode): Ditto.
3687
3688         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
3689
3690         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
3691
3692 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3693
3694         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
3695
3696 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3697
3698         * gnus-util.el (gnus-run-mode-hooks): New function.
3699
3700         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
3701
3702         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
3703         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
3704
3705 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3706
3707         * gnus-agent.el (gnus-agent-make-mode-line-string):
3708         Use mode-line-highlight as mouse-face.
3709
3710 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * canlock.el (canlock): Change the parent group to news.
3713
3714         * deuglify.el (gnus-outlook-deuglify): Add :group.
3715
3716         * dig.el (dig): Add :group.
3717
3718         * dns-mode.el (dns-mode): Add :group.
3719
3720         * encrypt.el (encrypt): Add :group.
3721
3722         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
3723         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
3724         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
3725         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
3726         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
3727
3728         * gnus-diary.el (gnus-diary): Add :group.
3729
3730         * gnus.el (gnus-group-news-1-face): Add :group.
3731         (gnus-group-news-1-empty-face): Ditto.
3732         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
3733         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
3734         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
3735         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
3736         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
3737         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
3738         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
3739         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
3740         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
3741         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
3742         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
3743         (gnus-summary-high-ticked-face): Ditto.
3744         (gnus-summary-low-ticked-face): Ditto.
3745         (gnus-summary-normal-ticked-face): Ditto.
3746         (gnus-summary-high-ancient-face): Ditto.
3747         (gnus-summary-low-ancient-face): Ditto.
3748         (gnus-summary-normal-ancient-face): Ditto.
3749         (gnus-summary-high-undownloaded-face): Ditto.
3750         (gnus-summary-low-undownloaded-face): Ditto.
3751         (gnus-summary-normal-undownloaded-face): Ditto.
3752         (gnus-summary-high-unread-face): Ditto.
3753         (gnus-summary-low-unread-face): Ditto.
3754         (gnus-summary-normal-unread-face): Ditto.
3755         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
3756         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
3757
3758         * hashcash.el (hashcash): New custom group.
3759         (hashcash-default-payment): Add :group.
3760         (hashcash-payment-alist): Ditto.
3761         (hashcash-default-accept-payment): Ditto.
3762         (hashcash-accept-resources): Ditto.
3763         (hashcash-path): Ditto.
3764         (hashcash-extra-generate-parameters): Ditto.
3765         (hashcash-double-spend-database): Ditto.
3766         (hashcash-in-news): Ditto.
3767
3768         * message.el (message-minibuffer-local-map): Add :group.
3769
3770         * netrc.el (netrc): Add :group.
3771
3772         * sieve-manage.el (sieve-manage-log): Add :group.
3773         (sieve-manage-default-user): Diito.
3774         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
3775         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
3776         (sieve-manage-authenticators): Ditto.
3777         (sieve-manage-authenticator-alist): Ditto.
3778         (sieve-manage-default-port): Ditto.
3779
3780         * sieve-mode.el (sieve-control-commands-face): Add :group.
3781         (sieve-action-commands-face): Ditto.
3782         (sieve-test-commands-face): Ditto.
3783         (sieve-tagged-arguments-face): Ditto.
3784
3785         * smime.el (smime): Add :group.
3786
3787         * spam-report.el (spam-report): Add :group.
3788
3789         * spam.el (spam, spam-face): Add :group.
3790
3791 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3792
3793         * nntp.el (nntp-next-result-arrived-p): Some news servers may
3794         return \n.\n.\n at the end of articles.  Protect against that.
3795         (nntp-with-open-group): Allow debugging.
3796
3797         * nnheader.el (mail-header-set-extra): Make into a function
3798         because I just could't understand how to quote the list properly.
3799
3800         * dns.el (query-dns-cached): New function.
3801
3802 2005-05-26  Lute Kamstra  <lute@gnu.org>
3803
3804         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
3805
3806 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
3809
3810         * gnus-art.el: Don't autoload mail-extract-address-components.
3811
3812         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
3813         eval-and-compile to evaluate it.
3814
3815         * hashcash.el: Don't autoload executable-find.
3816
3817         * nndb.el: Don't declare the nndb back end two or more times; don't
3818         autoload news-reply-mode, news-setup, cancel-timer and telnet.
3819
3820         * nntp.el: Autoload format-spec instead of format; use
3821         eval-and-compile to evaluate autoload forms.
3822
3823 2005-05-09  Georg C. F. Greve <greve@gnu.org>  (tiny change)
3824
3825         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
3826
3827 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * gnus.el (gnus-version-number): Bump version.
3830
3831 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3832
3833         * gnus.el: No Gnus v0.3 is released.
3834
3835 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * lpath.el (featurep): Bind show-nonbreak-escape.
3838
3839 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * gnus-art.el (gnus-article-edit-part): Disable undo.
3842
3843 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
3846         gnus-article-date-lapsed-new-header is t if date timer is active;
3847         skip headers in which the original date value is empty.
3848         (gnus-article-save-original-date): Redefine it as a macro.
3849         (gnus-display-mime): Use it.
3850
3851 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * gnus-art.el (article-date-ut): Support converting date in
3854         forwarded parts as well.
3855         (gnus-article-save-original-date): New function.
3856         (gnus-display-mime): Use it.
3857
3858 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
3859
3860         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
3861         enclosure element of <item>.
3862
3863 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
3864
3865         * message.el (message-kill-buffer-query): Renamed from
3866         `message-kill-buffer-query-if-modified'.  Added :version.
3867
3868 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3869
3870         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
3871         window layout.
3872
3873 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3874
3875         * mml.el: Autoload dnd when compiling.
3876
3877 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3878
3879         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
3880         x-dnd-*.
3881
3882 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * qp.el (quoted-printable-encode-region): Save excursion.
3885
3886 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3887
3888         * message.el (message-kill-buffer-query-if-modified): new variable
3889         so the user can kill a modified message buffer quickly
3890         (message-kill-buffer): use it.
3891
3892 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3893
3894         * lpath.el: Fbind display-time-event-handler; don't fbind
3895         string-to-multibyte.
3896
3897         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
3898
3899 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
3902         contained in text because xml.el decodes entities) with LFs.
3903
3904 2005-04-11  Lute Kamstra  <lute@gnu.org>
3905
3906         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
3907         differently.
3908
3909 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3910
3911         * mm-util.el (mm-detect-coding-region): Typo.
3912
3913 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
3916
3917 2005-04-06  D Goel  <deego@gnufans.org>
3918
3919         * spam-stat.el (spam-stat-score-buffer): Add a call to a
3920         user-function allow user modifications of the scores.
3921         (spam-stat-score-buffer-user): New function, to allow
3922         user-computed modifications to the score.
3923         (spam-stat-score-buffer-user-functions): list of additional
3924         scoring functions
3925         (spam-stat-error-holder): global temporary error holder
3926         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
3927         variable
3928
3929 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3930
3931         * gnus-registry.el (gnus-registry-clean-empty-function)
3932         (gnus-registry-trim, gnus-registry-fetch-groups)
3933         (gnus-registry-delete-group): now groups that match
3934         `gnus-registry-ignored-groups' will be removed from the registry
3935         entries, not just ignored for splitting.  This helps clean up the
3936         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
3937         to get all the groups a message ID is in.
3938
3939         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
3940         (spam-stat-split-fancy): changed "threshhold" to "threshold"
3941         (spam-stat-score-buffer-user-functions): added :number custom type
3942
3943 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
3946         argument in XEmacs.
3947
3948         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
3949         (nnrss-request-group): Decode group name first.
3950         (nnrss-request-article): Make a text/plain article if mml-to-mime
3951         failed.
3952         (nnrss-get-encoding): Return a compatible encoding according to
3953         nnrss-compatible-encoding-alist.
3954         (nnrss-find-el): Use consp instead of listp.
3955         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
3956
3957 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
3960         which Emacs 20 doesn't support.
3961         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
3962
3963 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3964
3965         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
3966         silence the byte compiler inside the defun
3967
3968         * gnus-demon.el (parse-time-string): Add autoload.
3969
3970         * gnus-delay.el (parse-time-string): Add autoload.
3971
3972         * gnus-art.el (parse-time-string): Add autoload.
3973
3974         * nnultimate.el (parse-time): Require for `parse-time-string'.
3975
3976 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3977
3978         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
3979
3980         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
3981
3982         * smime.el (smime-ldap-host-list): Add :version.
3983
3984 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3985
3986         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
3987         pass it to `gnus-browse-read-group'.
3988         (gnus-browse-read-group): Add NUMBER argument and pass it to
3989         `gnus-group-read-ephemeral-group'.
3990
3991         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
3992         argument and pass it to `gnus-group-read-group'.
3993
3994 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
3995
3996         * mm-util.el (mm-xemacs-find-mime-charset): Only call
3997         mm-xemacs-find-mime-charset-1 if we have the mule feature
3998         available at runtime.
3999
4000 2005-03-25  Werner Lemberg  <wl@gnu.org>
4001
4002         * nnmaildir.el: Replace `illegal' with `invalid'.
4003
4004 2005-03-23  Lute Kamstra  <lute@gnu.org>
4005
4006         * time-date.el: Add comment on time value formats.
4007         Don't require parse-time.
4008         (with-decoded-time-value): New macro.
4009         (encode-time-value): New function.
4010         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4011         (days-to-time): Return a valid time value when arg is huge.
4012         (time-since): Use time-subtract.
4013         (time-to-number-of-days): Use time-to-seconds.
4014
4015 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4016
4017         * gnus-start.el (gnus-display-time-event-handler):
4018         Check display-time-timer at runtime rather than only at load time
4019         in case display-time-mode is turned off in the mean time.
4020
4021 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4022
4023         * nnimap.el (nnimap-open-connection): Print which authinfo file is
4024         used.
4025
4026         * nneething.el (nneething-map-file-directory): Derive from
4027         `gnus-directory'.
4028
4029         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4030         the To/Cc button.
4031
4032 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4033
4034         * nnmaildir.el (nnmaildir-request-accept-article):
4035         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4036
4037 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4038
4039         * gnus-async.el: Require timer-funcs at compile time when in
4040         XEmacs for `run-with-idle-timer'.
4041
4042 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4043
4044         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4045         autoloaded function.
4046
4047 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4048
4049         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4050
4051 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4052
4053         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4054
4055 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4058         gnus-expert-user to default.
4059
4060 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4061
4062         * nnimap.el (nnimap-open-server): Ditto.
4063
4064         * imap.el (imap-authenticate): Fix typo.
4065
4066 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4067
4068         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4069         buffer (since IMAP server might return FETCH response out of
4070         order, and the nntp buffer must be sorted).
4071
4072 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4073
4074         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4075         comparison on string.
4076
4077         * gnus-agent.el (gnus-agent-long-article,
4078         gnus-agent-short-article, gnus-agent-score): Renamed category
4079         keywords to match gnus-cus.
4080         (gnus-agent-summary-fetch-series): Modified to protect against
4081         gnus-agent-summary-fetch-group clearing processable flags.
4082         (gnus-agent-synchronize-group-flags): Update live group buffer as
4083         synchronization may occur due to the user toggle the plugged
4084         status.
4085         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4086         successfully downloaded.
4087         (gnus-agent-expire-group-1): Avoid using markers when the overview
4088         is in ascending order; greatly improves performance.
4089         (gnus-agent-regenerate-group): Use
4090         gnus-agent-synchronize-group-flags to reset read status in both
4091         gnus and server.
4092         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4093
4094 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4095
4096         * message.el: Don't autoload former message-utils variables.
4097         (message-strip-subject-trailing-was): Change doc string.
4098
4099         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4100         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4101         (nnweb-google-search): Add "hl=en" here.
4102         (nnweb-google-parse-1, nnweb-google-create-mapping):
4103         Don't hardcode URL.
4104
4105 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4106
4107         * message.el (message-get-reply-headers, message-followup):
4108         Mention related variables `message-use-followup-to' and
4109         `message-use-mail-followup-to', in the information buffer.
4110
4111         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4112         of broken groups(-beta).google.com.
4113
4114 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4115
4116         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4117         parameter to invoked gnus-request-move-article; remove the
4118         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4119         all at once instead of once per article
4120         (gnus-summary-remove-process-mark): accept a list of articles as
4121         well as a single article for processing
4122
4123         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4124
4125         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4126
4127         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4128
4129         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4130
4131         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4132
4133         * nnimap.el (nnimap-request-move-article): add move-is-internal
4134         parameter and remove the gnus-sum-hint-move-is-internal variable
4135
4136         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4137
4138         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4139
4140         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4141
4142         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4143
4144         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4145
4146         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4147
4148 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4149
4150         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4151         a more conservative way.
4152
4153 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4154
4155         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4156         buffer, so it moves the window's cursor.
4157
4158 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4159
4160         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4161         `mm-dissect-multipart' and receive the from field as an (optional)
4162         argument from `mm-dissect-multipart'.
4163         (mm-dissect-multipart): Receive the from field as an argument and
4164         pass it on when we call `mm-dissect-buffer' on MIME parts.
4165         Fixes verification/decryption of signed/encrypted MIME parts.
4166
4167 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4168
4169         * gnus-sum.el (gnus-summary-move-article): set
4170         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4171         whatever it calls (right now, only nnimap-request-move article
4172         respects it)
4173
4174         * nnimap.el (nnimap-request-move-article): when
4175         gnus-sum-hint-move-is-internal is set, don't do the extra
4176         nnimap-request-article
4177
4178 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4179
4180         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4181
4182         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4183         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4184
4185         * gnus-sum.el (gnus-summary-caesar-message):
4186         Apply `gnus-treat-article' after rotation.
4187
4188         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4189         doc string.
4190
4191 2005-02-22  Simon Josefsson  <jas@extundo.com>
4192
4193         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4194         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4195         <arne@arnested.dk>.
4196         (encrypt): Add password-cache and password-cache-expiry as group
4197         members.
4198
4199 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4200
4201         * smime.el (smime-ldap-host-list): Doc fix.
4202         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4203         cache) password.
4204         (smime-sign-region): Use it.
4205         (smime-decrypt-region): Use it.
4206         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4207         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4208         fails.
4209         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4210         certificate from DER to PEM format rather than calling openssl.
4211
4212         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4213
4214         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
4215         for signing/encryption.
4216
4217         * mml.el (mml-parse-1): Use them.
4218
4219 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4220
4221         * nnrss.el (nnrss-verbose): Removed.
4222         (nnrss-request-group): Use `nnheader-message' instead.
4223
4224 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
4225
4226         * nnrss.el (nnrss-verbose): New variable.
4227         (nnrss-request-group): Make it say nnrss is requesting a group.
4228
4229 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
4230
4231         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
4232         Handle news URL with given port correctly.
4233
4234 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
4237         containing special characters.
4238
4239         * gnus-sum.el (gnus-summary-edit-article): Ditto.
4240
4241         * mml.el (mime-to-mml): Ditto.
4242
4243         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
4244         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
4245         (rfc2047-decode-region): Quote decoded words containing special
4246         characters when rfc2047-quote-decoded-words-containing-tspecials
4247         is non-nil.
4248
4249 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4250
4251         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
4252
4253         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
4254
4255 2005-02-15  Simon Josefsson  <jas@extundo.com>
4256
4257         * nnimap.el (nnimap-debug): Doc fix.
4258
4259         * imap.el (imap-debug): Doc fix.
4260
4261 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
4264
4265 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4266
4267         * gnus.el (spam-contents): improve docs for spam-contents
4268         parameter in its variable incarnation
4269
4270 2005-02-14  Simon Josefsson  <jas@extundo.com>
4271
4272         * smime-ldap.el: Use require instead of load-library for ldap.
4273         (smime-ldap-search): Indent.
4274         (smime-ldap-search-internal): Shorten line.
4275
4276         * smime.el (smime-cert-by-dns): Add doc-string.
4277         (smime-cert-by-ldap-1): Indent.
4278
4279         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
4280         mml-smime-get-dns-ldap.
4281         (mml-smime-encrypt-query): Use new function.  Default to ldap.
4282
4283 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4284
4285         * smime.el: Require smime-ldap.
4286         (smime-ldap-host-list): New variable.
4287         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
4288
4289         * mml-smime.el (mml-smime-encrypt-query): New function.
4290         (mml-smime-encrypt-query): Use it.
4291
4292         * smime-ldap.el: New file.
4293
4294 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
4297
4298 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4299
4300         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
4301         argument in doc string.  Make query for type more clear.
4302
4303 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
4304
4305         * gnus.el (gnus-group-startup-message): Search for gnus images in
4306         etc/images/gnus.
4307         * mm-util.el (mm-find-charset-region): Likewise.
4308         * smiley.el (smiley-data-directory): Search for smilies in
4309         etc/images/smilies.
4310
4311 2005-02-09  Kim F. Storm  <storm@cua.dk>
4312
4313         Change Emacs release version from 21.4 to 22.1 throughout.
4314         Change Emacs development version from 21.3.50 to 22.0.50.
4315
4316 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
4319
4320         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
4321         non-Mule XEmacs as well.
4322         (mm-decompress-buffer): Signal an error intentionally if it does
4323         not decompress compressed data because auto-compression-mode is
4324         disabled.
4325
4326 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4327
4328         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
4329         an ID in the registry even if it has no groups
4330
4331 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
4334         merge it into mm-decompress-buffer.
4335         (gnus-mime-copy-part): Use the MIME part charset, the value which
4336         a user specified or gnus-newsgroup-charset for decoding, like
4337         gnus-mime-inline-part does; set buffer-file-coding-system to tell
4338         save-buffer what was used.  Suggested by Kevin Ryde
4339         <user42@zip.com.au>.
4340         (gnus-mime-inline-part): Allow the name parameter as well as the
4341         filename parameter; force decompressing of compressed data; always
4342         display contents being not decoded as unibyte.
4343
4344         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
4345         as well as the filename parameter.
4346
4347         * mm-util.el (mm-decompress-buffer): Merge
4348         gnus-mime-jka-compr-maybe-uncompress.
4349         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
4350         of compressed data.
4351
4352 2005-02-08  Simon Josefsson  <jas@extundo.com>
4353
4354         * imap.el (imap-log): Doc fix.
4355
4356 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
4359         the coding cookies; decompress compressed parts.
4360
4361         * mml.el (mml-generate-mime-1): Add the charaset parameter according
4362         to the value which a user specified manually or the coding cookie.
4363
4364         * mm-util.el (mm-string-to-multibyte): New function.
4365         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
4366         (mm-coding-system-to-mime-charset): New function.
4367         (mm-decompress-buffer): New function.
4368         (mm-find-buffer-file-coding-system): New function.
4369
4370         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
4371         (mm-display-inline-fontify): Rewrite for decoding and decompressing
4372         parts.
4373
4374 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4375
4376         * mm-view.el (mm-display-inline-fontify): Decode a part according
4377         to the charset parameter.
4378
4379 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
4382         prefix arg is neither nil nor a number, as info specifies.
4383
4384 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
4387         timestamps.
4388
4389 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
4390
4391         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
4392         groups error checking and notify user.
4393
4394 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
4395
4396         * message.el (message-send-mail-function): Check existence of
4397         sendmail-program first before using default value
4398         `message-send-mail-with-sendmail'.  Otherwise use more generic
4399         `smtpmail-send-it'.
4400
4401 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * nntp.el (nntp-request-update-info): Always return nil.
4404
4405 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4406
4407         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
4408
4409 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4410
4411         * message.el (message-beginning-of-line): Change the behavior when
4412         invoked between BOL and : so that it first moves backward.
4413
4414 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
4417         article buffer when editing of the article is discarded.
4418         (gnus-article-prepare): Revert.
4419
4420 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * gnus-art.el (gnus-article-prepare):
4423         Remove message-strip-forbidden-properties from the local hook.
4424
4425 2005-01-27  Simon Josefsson  <jas@extundo.com>
4426
4427         * password.el (password-cache-add): Only start one timer per key.
4428         Reported by Derek Atkins <warlord@MIT.EDU>.
4429
4430 2005-01-26  Steve Youngs  <steve@sxemacs.org>
4431
4432         * run-at-time.el: Removed.  It is no longer needed as
4433         timer-funcs.el in the xemacs-base package has a working version of
4434         `run-at-time'.
4435
4436         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
4437
4438         * password.el: Require timer-funcs instead of run-at-time in
4439         XEmacs.
4440         Remove `password-run-at-time' macro.
4441         (password-cache-add): Use `run-at-time' instead of
4442         `password-run-at-time'.
4443
4444         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
4445         Remove `nnheader-cancel-function-timers' alias,
4446         `cancel-function-timers' exists in XEmacs in timer-funcs.
4447
4448         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
4449         for `run-with-idle-timer'.
4450
4451         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
4452         for `run-at-time'.
4453
4454         * mm-url.el: Require timer-funcs at compile time when in XEmacs
4455         for `with-timeout'.
4456
4457         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
4458         the same as for XEmacs 21.4.
4459         No need to ignore `run-with-idle-timer', this function exists in
4460         XEmacs now in timer-funcs.el in the xemacs-base package.
4461         (dgnushack-compile): No need to delete
4462         run-at-time.el from the list of files to compile because it
4463         doesn't exist anymore.
4464
4465 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * mml.el (mml-generate-mime-1): Convert string into unibyte when
4468         inserting " *mml*" buffer's contents into a unibyte temp buffer.
4469
4470 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
4471
4472         * mail-source.el (mail-source-fetch-imap): Search for ^From case
4473         sensitively.
4474
4475 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
4476
4477         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
4478
4479 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
4482         which will be inserted according to the multibyteness of a buffer
4483         rather than the type of contents.  Suggested by ARISAWA Akihiro
4484         <ari@mbf.ocn.ne.jp>.
4485
4486         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
4487         of string which old xml.el may return rather than a string.
4488
4489 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
4492
4493 2005-01-16  Simon Josefsson  <jas@extundo.com>
4494
4495         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
4496         idn/idna.el isn't available.
4497         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
4498         <michael@waxrat.com>.
4499
4500         * hashcash.el: Remove non-FSF copyright header.
4501
4502         * hashcash.el (hashcash-extra-generate-parameters): New variable.
4503         (hashcash-generate-payment): Use it.
4504         (hashcash-generate-payment-async): Use it.
4505
4506 2005-01-15  Simon Josefsson  <jas@extundo.com>
4507
4508         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
4509         Suggested by Raymond Scholz <ray-2005@zonix.de>.
4510
4511         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
4512         gnus-summary-idna-message.
4513         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
4514         (gnus-summary-idna-message): New function.
4515
4516 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4517
4518         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
4519         gnus-novice-user.
4520
4521 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * nnrss.el (nnrss-request-delete-group): Delete entries in
4524         nnrss-group-alist as well.
4525         (nnrss-save-server-data): Insert newline.
4526
4527 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4528
4529         * gnus.el (gnus-user-agent): Use list of symbols instead of
4530         symbols.  Display full version number for (S)XEmacs.  Optionally
4531         display (S)XEmacs codename.
4532
4533         * gnus-util.el (gnus-emacs-version): Update for new
4534         `gnus-user-agent'.
4535
4536         * gnus-msg.el (gnus-extended-version): Make it possible to omit
4537         Gnus version.
4538
4539 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4540
4541         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
4542         which is unreadable in some setups.
4543
4544 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * gnus-spec.el (gnus-update-format-specifications): Flush the
4547         group format spec cache if it doesn't support decoded group names.
4548
4549 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4550
4551         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
4552         to apply decay on score files matching a regexp.
4553
4554 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
4557         compatibility in %g and %c.
4558
4559 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
4562         name for only %g and %c.
4563         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
4564         of gnus-tmp-group to decoded group name.
4565         (gnus-group-make-rss-group): Exclude `/'s from group names.
4566
4567 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * nnrss.el (nnrss-get-encoding): Fix regexp.
4570
4571 2004-12-27  Simon Josefsson  <jas@extundo.com>
4572
4573         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
4574         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
4575         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
4576
4577 2004-12-17  Kim F. Storm  <storm@cua.dk>
4578
4579         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
4580
4581         * gnus-sum.el (gnus-summary-mode-map): Likewise.
4582
4583 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4584
4585         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
4586
4587 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * nnrss.el: Require rfc2047 and mml.
4590         (nnrss-file-coding-system): New variable.
4591         (nnrss-format-string): Redefine it as an inline function.
4592         (nnrss-decode-group-name): New function.
4593         (nnrss-string-as-multibyte): Remove.
4594         (nnrss-retrieve-headers): Decode group name; don't use
4595         nnrss-format-string.
4596         (nnrss-request-group): Decode group name.
4597         (nnrss-request-article): Decode group name; allow a Message-ID as
4598         well as an article number; don't use nnrss-format-string; encode a
4599         Message-ID string which may contain non-ASCII characters; use
4600         mml-to-mime to compose a MIME article.
4601         (nnrss-request-expire-articles): Decode group name.
4602         (nnrss-request-delete-group): Decode group name.
4603         (nnrss-fetch): Clarify error message.
4604         (nnrss-read-server-data): Use insert-file-contents instead of load;
4605         bind file-name-coding-system; use multibyte buffer.
4606         (nnrss-save-server-data): Bind coding-system-for-write to the
4607         value of nnrss-file-coding-system; bind file-name-coding-system;
4608         add coding cookie.
4609         (nnrss-read-group-data): Use insert-file-contents instead of load;
4610         bind file-name-coding-system; use multibyte buffer.
4611         (nnrss-save-group-data): Bind coding-system-for-write to the
4612         value of nnrss-file-coding-system; bind file-name-coding-system.
4613         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
4614         make it work with non-ASCII text.
4615         (nnrss-find-el): Make it work with old xml.el as well.
4616
4617 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
4618
4619         * nnrss.el (nnrss-get-encoding): New function.
4620         (nnrss-fetch): Use unibyte buffer initially; bind
4621         coding-system-for-read while performing mm-url-insert; remove ^Ms;
4622         decode contents according to the encoding attribute.
4623         (nnrss-save-group-data): Add coding cookie.
4624         (nnrss-mime-encode-string): New function.
4625         (nnrss-check-group): Use it to encode subject and author.
4626
4627 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
4628
4629         * spam.el (spam-check-BBDB): don't get the symbol-value of an
4630         imaginary variable
4631
4632 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
4635         correctly even if there are wide characters.
4636
4637 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
4638
4639         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
4640         downcased symbol names; make a new cache instead of reusing
4641         bbdb-hashtable
4642
4643 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4646         concatenating segments rather than before concatenating them.
4647         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4648
4649         * message.el (message-get-reply-headers): Bind `extra'.
4650
4651 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * message.el (message-extra-wide-headers): New variable.
4654         (message-get-reply-headers): Use it.
4655
4656 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * gnus-agent.el (gnus-agent-group-path): Decode group name.
4659         (gnus-agent-group-pathname): Ditto.
4660
4661         * gnus-cache.el (gnus-cache-file-name): Decode group name.
4662
4663         * gnus-group.el (gnus-group-make-group): Decode group name.
4664         (gnus-group-make-rss-group): Register the group data after opening
4665         the nnrss group.
4666
4667 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
4668
4669         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
4670         by expiry now get marked as read.
4671
4672 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
4675
4676 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
4677
4678         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
4679         unify Latin characters in XEmacs.
4680         (mm-find-mime-charset-region): Use it.
4681
4682 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * gnus-util.el (gnus-delete-directory): New function.
4685
4686         * gnus-agent.el (gnus-agent-delete-group): Use it.
4687
4688         * gnus-cache.el (gnus-cache-delete-group): Use it.
4689
4690 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
4693         names.
4694
4695 2004-12-16  Simon Josefsson  <jas@extundo.com>
4696
4697         * hashcash.el (hashcash-payment-alist): Fix custom :type.
4698
4699 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
4702
4703         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
4704         (gnus-group-set-current-level): Decode group name.
4705
4706 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
4707
4708         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
4709         failed.
4710
4711 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * gnus-group.el (gnus-group-delete-group): Decode group name.
4714         (gnus-group-make-rss-group): Encode group name.
4715         (gnus-group-catchup-current): Decode group name.
4716         (gnus-group-kill-group): Decode group name.
4717
4718 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4719
4720         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
4721
4722 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * gnus-group.el (gnus-group-make-rss-group):
4725         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
4726
4727         * gnus-start.el (gnus-setup-news): Honor user's setting to
4728         gnus-message-archive-method.  Suggested by Lute Kamstra
4729         <lute@gnu.org>.
4730
4731 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
4732
4733         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
4734         global counterparts of the buffer-local variables.
4735
4736 2004-11-16  Romain Francoise  <romain@orebokech.com>
4737
4738         * gnus-sum.el (gnus-summary-exit): Don't clear the global
4739         counterparts of the buffer-local variables.
4740
4741 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4742
4743         * message.el (message-forbidden-properties): Fixed typo in doc
4744         string.
4745
4746 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4747
4748         * gnus-util.el (gnus-replace-in-string): Added doc string.
4749
4750         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
4751         to avoid problems when splitting mails with many recipients.
4752
4753 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4754
4755         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
4756         pop-to-buffer, covered by the subsequent gnus-configure-windows.
4757
4758 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
4759
4760         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
4761         if there is no hashtable in memory or file modification time is
4762         newer than cached timestamp.
4763
4764 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4765
4766         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
4767         not-matching option.
4768
4769 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
4770
4771         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
4772         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
4773         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4774         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
4775         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
4776         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
4777
4778 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * message.el (message-forward-make-body-mml): Remove headers
4781         according to message-forward-ignored-headers if a message is decoded.
4782
4783 2004-12-02  Romain Francoise  <romain@orebokech.com>
4784
4785         * message.el (message-forward-make-body-plain): Always remove
4786         headers according to message-forward-ignored-headers.
4787
4788 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4789
4790         * spam.el (spam-summary-prepare-exit): remove the
4791         gnus-summary-limit pop for now, it has problems with ham marks for
4792         me
4793
4794 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
4795
4796         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
4797         correctly
4798
4799 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
4800
4801         * format-spec.el (format-spec): Message the char.
4802
4803 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
4804
4805         * gnus-art.el (gnus-split-methods): reformat comments
4806
4807         * spam.el (spam-summary-prepare-exit): remove article limits
4808         before exiting the summary buffer
4809
4810 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * lpath.el: Remove bbdb-create-internal, bbdb-records,
4813         spam-BBDB-register-routine and spam-enter-ham-BBDB.
4814
4815         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
4816         order to silence the byte compiler.
4817
4818         * spam.el: Fix the way to silence the byte compiler, which
4819         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
4820         bbdb-search-simple, spam-BBDB-register-routine,
4821         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
4822         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
4823         spam-stat-buffer-is-spam, spam-stat-load,
4824         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
4825         spam-stat-save and spam-stat-split-fancy.
4826
4827 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
4830         which may confuse users.
4831         (canlock-password-for-verify): Ditto.
4832
4833         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
4834
4835         * gnus-art.el (gnus-emphasis-alist): Ditto.
4836
4837         * gnus-registry.el (gnus-registry-max-entries): Ditto.
4838
4839         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
4840
4841         * gnus-start.el (gnus-save-killed-list): Ditto.
4842
4843         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
4844         (gnus-sum-thread-tree-root): Ditto.
4845         (gnus-sum-thread-tree-false-root): Ditto.
4846         (gnus-sum-thread-tree-single-indent): Ditto.
4847
4848         * message.el (message-courtesy-message): Ditto.
4849         (message-archive-note): Ditto.
4850         (message-subscribed-address-file): Ditto.
4851         (message-user-fqdn): Ditto.
4852
4853         * spam-report.el (spam-report-gmane-regex): Ditto.
4854
4855         * spam.el (spam-blackhole-good-server-regex): Ditto.
4856
4857 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * mml.el (mml-preview): Widen the message buffer before copying
4860         the contents to the preview buffer; sort headers before previewing.
4861
4862         * message.el (message-hidden-headers): Fix the way to avoid a bug
4863         in the `repeat' widget in Emacs 21.3 or earlier.
4864
4865 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * message.el (message-hidden-headers): Default to "^References:".
4868         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
4869         (message-strip-forbidden-properties): Remove check for obsolete
4870         `message-hidden' text property, hidden headers are not accessible
4871         in the buffer anymore.  From Romain Francoise on January 11, 2004.
4872
4873 2004-11-22  Romain Francoise  <romain@orebokech.com>
4874
4875         * message.el (message-header-format-alist): Add `From' in list
4876         so that it can be sorted.
4877         (message-fix-before-sending): Widen and sort headers before
4878         sending.
4879         (message-hide-headers): Use narrowing to hide headers by moving
4880         them to the top of the buffer and narrowing to the region
4881         underneath.
4882
4883 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884
4885         * message.el (message-strip-forbidden-properties): Bind
4886         buffer-read-only (etc) to nil.
4887
4888 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
4891         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4892
4893 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
4894
4895         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
4896
4897 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898
4899         * dns.el (query-dns): Use sit-for to time instead of
4900         accept-process-output, since that doesn't seem to work on udp
4901         sockets.
4902
4903 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
4906
4907 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
4908
4909         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
4910         docstrings.
4911
4912 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * nntp.el (nntp-request-update-info): Return nil if
4915         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
4916         may not call gnus-activate-group which uselessly issues the GROUP
4917         commands for all nntp groups and wastes time.  Reported by Romain
4918         Francoise <romain@orebokech.com>.
4919
4920         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
4921
4922 2004-11-15  Simon Josefsson  <jas@extundo.com>
4923
4924         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
4925         headers separately.
4926         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
4927         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
4928
4929 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4930
4931         * gnus-start.el (gnus-convert-old-newsrc):
4932         Assign legacy-gnus-agent to 5.10.7.
4933
4934 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
4937         start of the lines.
4938
4939 2004-11-14  Magnus Henoch  <mange@freemail.hu>
4940
4941         * hashcash.el (hashcash-default-payment): Change default to 20
4942         (hashcash-default-accept-payment): Change default to 20
4943         (hashcash-process-alist): New variable
4944         (hashcash-generate-payment-async): Add
4945         (hashcash-already-paid-p): Add
4946         (hashcash-insert-payment): Don't generate payments twice
4947         (hashcash-insert-payment-async): Add
4948         (hashcash-insert-payment-async-2): Add
4949         (hashcash-cancel-async): Add
4950         (hashcash-wait-async): Add
4951         (hashcash-processes-running-p): Add
4952         (hashcash-wait-or-cancel): Add
4953         (mail-add-payment): New optional argument.  Conditionally start
4954         asynchronous calculation.
4955         (mail-add-payment-async): Add
4956
4957         * message.el (message-send-mail): Wait for asynchronous hashcash
4958         results.  Don't clobber existing X-Hashcash headers.
4959         (message-setup-1): Call mail-add-payment-async when
4960         message-generate-hashcash is non-nil.
4961
4962 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4963
4964         * message.el (message-use-alternative-email-as-from): Examine the
4965         From header as well; use message-make-from in order to include a
4966         user's full name.
4967
4968 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4969
4970         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
4971         default; improve customization type.
4972         (gnus-emphasis-custom-with-format): New macro.
4973         (gnus-emphasis-custom-value-to-external): New function.
4974         (gnus-emphasis-custom-value-to-internal): New function.
4975
4976 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4977
4978         * dns.el (query-dns): Resolve reverse addresses.
4979
4980 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * gnus-group.el (gnus-group-get-new-news): Use it.
4983
4984         * gnus-start.el (gnus-check-reasonable-setup): New function.
4985
4986 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
4989         "Args out of range" error.  Reported by Arnaud Giersch
4990         <arnaud.giersch@free.fr>.
4991
4992 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
4993
4994         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
4995         From Stefan Wiens <s.wi@gmx.net>.
4996
4997 2004-11-04  Richard M. Stallman  <rms@gnu.org>
4998
4999         * spam.el (spam group): Add :version.
5000
5001         * pgg-def.el (pgg group): Add :version.
5002
5003 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * gnus-art.el (gnus-article-edit-article): Don't associate the
5006         article buffer with a draft file.  This is a temporary measure
5007         against the 2004-08-22 change to gnus-article-edit-mode.
5008
5009 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5012         (html2text-format-tags): Remove unused variable `attr'.
5013
5014 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5015
5016         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5017
5018         * tls.el (tls-process-connection-type, tls-success)
5019         (tls-certtool-program): Add :version.
5020
5021         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
5022         (starttls-extra-arguments, starttls-process-connection-type)
5023         (starttls-connect, starttls-failure, starttls-success):
5024
5025         * spam-stat.el (spam-stat): Add :version.
5026
5027         * sieve.el (sieve): Add :version.
5028
5029         * sha1.el (sha1): Add :version.
5030         (sha1-use-external): Remove redundant version.
5031
5032         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5033         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5034         (nnmail-split-fancy-match-partial-words)
5035         (nnmail-split-lowercase-expanded):
5036
5037         * nndiary.el (nndiary): Add :version.
5038
5039         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5040
5041         * mml-sec.el (mml-default-sign-method)
5042         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5043         Add :version.
5044
5045         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5046
5047         * mm-url.el (mm-url-use-external, mm-url-program)
5048         (mm-url-arguments): Add :version.
5049
5050         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5051         (mm-attachment-file-modes, mm-decrypt-option)
5052         (mm-w3m-safe-url-regexp): Add :version.
5053
5054         * message.el (message-cite-prefix-regexp)
5055         (message-sendmail-envelope-from, message-minibuffer-local-map)
5056         (message-user-fqdn, message-completion-alist): Add :version.
5057
5058         * gnus-win.el (gnus-configure-windows-hook)
5059         (gnus-use-frames-on-any-display): Add :version.
5060
5061         * gnus-art.el (gnus-article-address-banner-alist)
5062         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5063         (gnus-treat-from-picon, gnus-treat-mail-picon)
5064         (gnus-treat-x-pgp-sig): Add :version.
5065
5066         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5067         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5068         (gnus-summary-article-delete-hook)
5069         (gnus-summary-display-while-building): Add :version.
5070
5071         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5072         (gnus-get-top-new-news-hook):Add :version.
5073
5074         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5075         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5076
5077         * gnus-registry.el (gnus-registry): Add :version.
5078
5079         * gnus-spec.el (gnus-use-correct-string-widths)
5080         (gnus-make-format-preserve-properties): Add :version.
5081
5082         * gnus.el (gnus-group-charter-alist)
5083         (gnus-group-fetch-control-use-browse-url)
5084         (gnus-install-group-spam-parameters): Add :version.
5085
5086         * gnus-diary.el (gnus-diary): Add :version.
5087
5088         * gnus-delay.el (gnus-delay): Add :version.
5089
5090         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5091         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5092         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5093         Add :version.
5094
5095         * gnus-agent.el (gnus-agent-max-fetch-size)
5096         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5097         (gnus-agent-prompt-send-queue): Add :version.
5098
5099         * deuglify.el (gnus-outlook-deuglify): Add :version.
5100
5101         * html2text.el: Beautify code.  Improve doc strings.  Some
5102         checkdoc cleanup.
5103         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5104
5105 2004-11-01  Alfred M. Szmidt <ams@kemisten.nu>  (tiny change)
5106
5107         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5108
5109 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5110
5111         * gnus-registry.el (gnus-registry-hashtb): create the registry
5112         when package is loaded
5113
5114         * spam.el (spam-summary-score-preferred-header): global preference
5115         for people who want to override the default SpamAssassin over
5116         Bogofilter preference (when both are set)
5117         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5118         (spam-user-format-function-S): check spam-summary-score-preferred-header
5119         (spam-extra-header-to-number): add X-Bogosity header parsing
5120         (spam-user-format-function-S): format the score correctly
5121
5122 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5125         signature file.  Suggested by Manoj Srivastava
5126         <srivasta@golden-gryphon.com>.
5127
5128         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5129         iso-2022-jp even in the Japanese language environment.
5130         Suggested by Jason Rumney <jasonr@gnu.org>.
5131
5132 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5135         use the same characters as the dummy marks; make it free from
5136         getting affected by the language environment.
5137         (gnus-summary-read-group-1): Update mark positions only when the
5138         format spec is updated.
5139
5140         * gnus-spec.el (gnus-update-format-specifications): Return a list
5141         of updated types.
5142
5143 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5146         of boundp to check if display-warning is available.
5147
5148 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5149
5150         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5151
5152 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * nnspool.el (nnspool-spool-directory): Use news-path if the
5155         news-directory variable is not bound.
5156
5157         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5158         function instead of display-warning if it is not available.
5159
5160 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5161
5162         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5163         v5-10: Use `point-at-bol'.
5164
5165 2004-10-26  Simon Josefsson  <jas@extundo.com>
5166
5167         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5168         <chenggao@gmail.com>.
5169
5170 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5171
5172         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5173         instead.
5174
5175 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5176
5177         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5178         to remove a server from the nnimap-server-buffer-alist
5179         (nnimap-open-connection, nnimap-close-server): use it
5180
5181         * gnus-encrypt.el: removed in favor of encrypt.el
5182
5183 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5186         running the major-mode function.
5187
5188 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5191         dummy marks in the right way.
5192
5193 2004-10-18  David Edmondson  <dme@dme.org>
5194
5195         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5196         excessively.
5197
5198 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5199
5200         * gnus-util.el (gnus-split-references): accept a nil references
5201         string and go on blissfully
5202
5203         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5204         cases where the references string is non-nil but has no references
5205
5206         * encrypt.el: add autoload tags
5207
5208         * spam.el (spam-resolve-registrations-routine): remove article
5209         from unregistration list too.  Reported by David Hanak
5210         <dhanak@isis.vanderbilt.edu>
5211
5212 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5213
5214         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
5215         nil.  Changed custom type.
5216
5217 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5218
5219         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
5220
5221         * gnus-sum.el (gnus-summary-move-article): Use it.
5222
5223 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5224
5225         * encrypt.el: add autoload cookies
5226
5227         * spam.el (spam-backend-article-list-property)
5228         (spam-backend-get-article-todo-list)
5229         (spam-backend-put-article-todo-list, )
5230         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
5231         resolve registrations separately
5232         (spam-register-routine): format comments
5233         (spam-unregister-routine, spam-register-routine): always call with
5234         specific-articles, no default list
5235         (spam-summary-prepare-exit): use the spam-classifications function
5236
5237         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
5238         gnus-encrypt.el
5239
5240         * encrypt.el: copied from gnus-encrypt.el
5241
5242         * gnus-encrypt.el: commented that it's obsolete
5243
5244 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5245
5246         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
5247         (gnus-score-save): Use it.
5248
5249         * message.el (message-bury): Use `window-dedicated-p'.
5250
5251 2004-10-15  Simon Josefsson  <jas@extundo.com>
5252
5253         * pop3.el (top-level): Don't require nnheader.
5254         (pop3-read-timeout): Add.
5255         (pop3-accept-process-output): Add.
5256         (pop3-read-response, pop3-retr): Use it.
5257
5258 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
5259
5260         * spam.el (spam-register-routine): move comment
5261         (spam-verify-bogofilter): we use 'unknown for the initial
5262         spam-bogofilter-valid state, not 'never
5263
5264         * netrc.el (netrc-machine-user-or-password): convenience wrapper
5265         for netrc-machine
5266
5267         * nnimap.el (nnimap-open-connection): use
5268         netrc-machine-user-or-password
5269
5270 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5271
5272         * gnus-registry.el (gnus-registry-unload-hook):
5273         Set as a variable with add-hook.
5274
5275         * nnspool.el (nnspool-spool-directory): Use news-directory instead
5276         of news-path.
5277
5278         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
5279
5280         * spam.el: Delete duplicate `provide'.
5281         (spam-unload-hook): Set as a variable with add-hook.
5282
5283 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
5284
5285         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
5286         in the doc string.
5287
5288         * message.el (message-ignored-news-headers)
5289         (message-ignored-supersedes-headers)
5290         (message-ignored-resent-headers)
5291         (message-forward-ignored-headers): Improve custom type.
5292
5293 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * message.el (message-tokenize-header): Fix 2004-09-06 change
5296         which used point-min in the wrong place.
5297
5298 2004-10-12  Simon Josefsson  <jas@extundo.com>
5299
5300         * net/tls.el (tls-certtool-program): New variable.
5301         (tls-certificate-information): New function, based on
5302         ssl-certificate-information.
5303
5304 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * compface.el: Move the version of ELisp-based uncompface program
5307         to the contrib directory because of the copyright problem.
5308
5309 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * message.el (message-kill-buffer): Raise the current frame.
5312
5313 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5314
5315         * gnus-sum.el: Mention that multibyte characters don't work as marks.
5316
5317         * gnus.el (message-y-or-n-p): Autoload.
5318
5319         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
5320         (pop3-password-required, pop3-authentication-scheme)
5321         (pop3-leave-mail-on-server): Made customizable.
5322         (pop3): New custom group.
5323         (pop3-retr): Remove `sleep-for' statements.
5324         Suggested by Dave Love <fx@gnu.org>.
5325
5326         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
5327         Windows/DOS.
5328
5329         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
5330         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
5331         Dave Love <fx@gnu.org>.
5332
5333         * mml.el (mml-minibuffer-read-disposition): Require match.
5334         Suggested by Dave Love <fx@gnu.org>.
5335
5336 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5337
5338         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
5339         doc string.
5340
5341 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
5344
5345 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5346
5347         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
5348         instead of calling `mm-insert-inline', to decode text/* parts
5349         before displaying them.
5350
5351 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * mm-uu.el (mm-uu-text-plain-type): New variable.
5354         (mm-uu-pgp-signed-extract-1): Use it.
5355         (mm-uu-pgp-encrypted-extract-1): Use it.
5356         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
5357         bind mm-uu-text-plain-type with that value.
5358         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
5359         mm-uu-dissect.
5360
5361 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * gnus-group.el (gnus-update-group-mark-positions):
5364         * gnus-sum.el (gnus-update-summary-mark-positions):
5365         * message.el (message-check-news-body-syntax):
5366         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
5367         of string-as-multibyte.
5368
5369 2004-10-05  Juri Linkov  <juri@jurta.org>
5370
5371         * gnus-group.el (gnus-update-group-mark-positions):
5372         * gnus-sum.el (gnus-update-summary-mark-positions):
5373         * message.el (message-check-news-body-syntax):
5374         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
5375         8-bit unibyte values to a multibyte string for search functions.
5376
5377 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * mm-uu.el (mm-uu-dissect): Allow optional arg.
5380         (mm-uu-dissect-text-parts): New function.
5381
5382         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
5383         dissect text parts.
5384
5385         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
5386         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
5387
5388         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
5389
5390         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
5391         gnus-current-topics instead of gnus-current-topic.
5392
5393 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
5394
5395         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
5396
5397 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
5398
5399         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
5400         where approriate.
5401
5402         * nnml.el (nnml-generate-active-info): do.
5403
5404         * nndiary.el (nndiary-generate-active-info): do.
5405
5406         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
5407         (gnus-topic-move): do.
5408
5409         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
5410         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
5411
5412         * gnus-srvr.el (gnus-server-prepare)
5413         (gnus-server-open-all-servers): do.
5414
5415         * gnus-msg.el (gnus-summary-cancel-article)
5416         (gnus-summary-resend-message)
5417         (gnus-summary-mail-crosspost-complaint): do.
5418
5419         * gnus-move.el (gnus-change-server): do.
5420
5421         * gnus-group.el (gnus-group-unmark-all-groups)
5422         (gnus-group-set-current-level): do.
5423
5424 2004-10-04  Simon Josefsson  <jas@extundo.com>
5425
5426         * message.el (message-generate-hashcash): Doc fix.
5427
5428 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
5429
5430         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
5431         avoid infinite recursion via gnus-get-function.
5432
5433 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
5434
5435         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
5436
5437         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
5438
5439         * nnmail.el (nnmail-split-history): do.
5440
5441         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
5442         (nnml-request-delete-group): do.
5443
5444         * nnslashdot.el (nnslashdot-read-groups): do.
5445
5446         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
5447         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
5448
5449         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
5450         (nnspool-sift-nov-with-sed): Use last
5451         (nnspool-retrieve-headers-with-nov): Use mapc.
5452         (nnspool-request-newgroups): Use dolist.
5453         (nnspool-request-group): Use last.
5454
5455         * nntp.el (nntp-read-server-type): Use dolist.
5456
5457         * nnvirtual.el (nnvirtual-create-mapping)
5458         (nnvirtual-update-read-and-marked): Use dolist.
5459         (nnvirtual-convert-headers): Simplify.
5460
5461 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5462
5463         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
5464         support for sync'ing tick marks.
5465
5466 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
5469         there's no visible header.
5470
5471 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
5472
5473         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
5474         necessary, pass full group name to gnus-request-set-marks.
5475
5476 2004-10-01  Simon Josefsson  <jas@extundo.com>
5477
5478         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
5479         acroread.
5480
5481 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5482
5483         * spam-report.el (spam-report-gmane): Fix interactive.
5484
5485         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
5486
5487         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
5488         when writing file.
5489         (gnus-agent-synchronize-flags): Don't default to being
5490         interactive.
5491
5492 2004-09-30  Simon Josefsson  <jas@extundo.com>
5493
5494         * message.el (message-generate-hashcash): Add.
5495         (message-send-mail): Use it, call mail-add-payment.
5496
5497 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5498
5499         * spam.el (spam-verify-bogofilter): -V, not -sV option
5500
5501 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
5502
5503         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
5504         gnus-requst-update-info with explicit code to sync the in-memory
5505         info read flags with the marks being sync'd to the backend.
5506
5507         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
5508
5509 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5510
5511         * spam.el (spam-verify-bogofilter): new function
5512         (spam-check-bogofilter)
5513         (spam-bogofilter-register-with-bogofilter): use it
5514         (spam-verify-bogofilter): small fixes
5515
5516 2004-09-28  Simon Josefsson  <jas@extundo.com>
5517
5518         * hashcash.el (hashcash-generate-payment): Revert.
5519
5520 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5521
5522         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
5523         gnus-extract-references instead of gnus-split-references
5524
5525         * gnus-util.el (gnus-extract-references): new function, analogous
5526         to gnus-split-references but extracts only the message-ID without
5527         anything extra
5528
5529         * hashcash.el (hashcash-generate-payment)
5530         (hashcash-check-payment): do the right thing if hashcash-path is
5531         nil (because the hashcash program could not be found)
5532
5533         * spam.el (spam-use-hashcash): remove comment
5534
5535 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
5536
5537         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
5538         (gnus-cache-enter-article, gnus-cache-remove-article)
5539         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
5540
5541         * gnus-async.el (gnus-async-prefetch-remove-group): do.
5542
5543         * gnus-art.el (article-hide-boring-headers)
5544         (article-translate-strings, article-display-face)
5545         (gnus-article-mime-match-handle-first)
5546         (gnus-article-highlight-headers)
5547         (gnus-article-add-buttons-to-head): do.
5548
5549 2004-09-27  Simon Josefsson  <jas@extundo.com>
5550
5551         * hashcash.el: New version, from
5552         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
5553         ../contrib/.
5554
5555 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
5558
5559 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
5560
5561         * gnus-dup.el (gnus-dup-open): Use mapc.
5562         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
5563
5564         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
5565         Reported by Stefan Wiens <s.wi@gmx.net>.
5566
5567         * gnus.el (gnus-shutdown): Use dolist.
5568
5569         * gnus-undo.el (gnus-undo): Use mapc.
5570
5571         * nnrss.el (nnrss-generate-active): do.
5572
5573         * message.el (message-cite-original-without-signature)
5574         (message-cite-original): Use mapc.
5575         (message-do-actions, message-make-forward-subject): Use dolist.
5576
5577 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5578
5579         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
5580         deletion to remove entire duplicate line.  Fixes merged article
5581         number bug.
5582
5583 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
5584
5585         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
5586         servers that are offline.  Avoids having gnus-agent-toggle-plugged
5587         first ask if you want to open a server and then, even when you
5588         responded with no, asking if you want to synchronize the server's
5589         flags.
5590         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
5591         multi-line expressions.
5592         (gnus-agent-synchronize-group-flags): New internal function.
5593         Updates marks in memory (in the info structure) AND in the
5594         backend.
5595
5596         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
5597
5598         * nnagent.el (nnagent-request-set-mark): Use
5599         gnus-agent-synchronize-group-flags, not backend's request-set-mark
5600         method, to ensure that synchronization updates marks in the
5601         backend and in the info (in memory) structure.
5602
5603 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
5606         convention fully; don't miss the root article of a thread; make
5607         the X-Draft-From header with correct article numbers.
5608
5609 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
5610
5611         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
5612         unless plugged.  Disable the agent so that an open failure causes
5613         an error.
5614
5615         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
5616         Reverted 2004-09-21 change.  The backend must be opened while
5617         synchronizing flags even when the backend stores the flags
5618         locally.
5619
5620 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
5621
5622         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
5623         in `header' match.  Reported by Svend Tollak Munkejord.
5624
5625         * message.el (message-cite-original): Fix use of
5626         `message-cite-articles-with-x-no-archive'.
5627
5628 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
5631         (gnus-window-to-buffer): Ditto.
5632
5633         * mml.el (mml-preview-buffer): New variable.
5634         (mml-preview): Manage window layout with gnus-buffer-configuration.
5635
5636         * gnus-msg.el (gnus-setup-message): Put article numbers into the
5637         X-Draft-From header even if those articles aren't quoted.
5638
5639 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
5640
5641         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
5642         (gnus-request-set-mark, gnus-request-update-mark): Use new
5643         g-s-t-u-l-m to decide to use backend even when unplugged.
5644
5645 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
5648         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
5649
5650 2004-09-20  Simon Josefsson  <jas@extundo.com>
5651
5652         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
5653         "utf-16-le".
5654
5655 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5656
5657         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
5658
5659 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5660
5661         * uudecode.el (uudecode-use-external): Add :version.
5662
5663         * smime.el (smime-CA-file, smime-encrypt-cipher)
5664         (smime-dns-server): Add :version.
5665
5666         * smiley.el (gnus-smiley-file-types): Add :version.
5667
5668         * sha1.el (sha1-use-external): Add :version.
5669
5670         * pgg-def.el (pgg-query-keyserver): Add :version.
5671
5672         * nnmail.el (nnmail-fancy-expiry-targets)
5673         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
5674
5675         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
5676         (nnimap-retrieve-groups-asynchronous): Add :version.
5677         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
5678
5679         * mml.el (mml-content-disposition-parameters)
5680         (mml-insert-mime-headers-always): Add :version.
5681
5682         * mm-util.el (mm-coding-system-priorities):
5683
5684         * mm-decode.el (mm-inline-text-html-with-images)
5685         (mm-keep-viewer-alive-types, mm-external-terminal-program)
5686         (mm-verify-option): Add :version.
5687         (mm-text-html-renderer): Change :version.
5688
5689         * message.el (message-fcc-externalize-attachments)
5690         (message-required-headers, message-draft-headers)
5691         (message-subject-trailing-was-query)
5692         (message-subject-trailing-was-ask-regexp)
5693         (message-subject-trailing-was-regexp, message-mark-insert-begin)
5694         (message-mark-insert-end, message-archive-header)
5695         (message-archive-note, message-cross-post-default)
5696         (message-cross-post-note, message-followup-to-note)
5697         (message-cross-post-note-function, message-use-mail-followup-to)
5698         (message-subscribed-address-functions)
5699         (message-subscribed-address-file, message-subscribed-addresses)
5700         (message-subscribed-regexps, message-allow-no-recipients)
5701         (message-yank-cited-prefix, message-signature-insert-empty-line)
5702         (message-hidden-headers, message-hierarchical-addresses)
5703         (message-mail-user-agent, message-use-idna)
5704         (message-valid-fqdn-regexp)
5705         (message-strip-special-text-properties, message-header-synonyms)
5706         (message-beginning-of-line, message-tab-body-function): Add :version.
5707         (message-insert-canlock, message-wide-reply-confirm-recipients):
5708         Change :version.
5709
5710         * mail-source.el (mail-source-ignore-errors): Add :group, :type
5711         and :version.
5712         (mail-source-delete-old-incoming-confirm)
5713         (mail-source-movemail-program): Add :version.
5714
5715         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
5716         (gnus-agent-cache, gnus-agent): Change :version.
5717
5718         * gnus-util.el (gnus-use-byte-compile): Change :version.
5719
5720         * gnus-sum.el (gnus-summary-make-false-root-always)
5721         (gnus-summary-default-high-score)
5722         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
5723         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
5724         (gnus-read-all-available-headers, gnus-article-emulate-mime)
5725         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
5726         (gnus-sum-thread-tree-single-indent)
5727         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5728         (gnus-sum-thread-tree-leaf-with-other)
5729         (gnus-sum-thread-tree-single-leaf): Add :version.
5730         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
5731         (gnus-article-loose-mime): Change :version.
5732
5733         * gnus-start.el (gnus-backup-startup-file)
5734         (gnus-save-startup-file-via-temp-buffer): Add :version.
5735
5736         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
5737         (gnus-server-offline-face): Add :version.
5738
5739         * gnus-score.el (gnus-adaptive-word-length-limit):
5740
5741         * gnus-msg.el (gnus-gcc-externalize-attachments)
5742         (gnus-debug-files, gnus-debug-exclude-variables)
5743         (gnus-discouraged-post-methods): Change :version.
5744         (gnus-confirm-mail-reply-to-news)
5745         (gnus-confirm-treat-mail-like-news): Add :version.
5746
5747         * gnus-int.el (gnus-server-unopen-status): Add :version.
5748
5749         * gnus-group.el (gnus-group-jump-to-group-prompt)
5750         (gnus-large-ephemeral-newsgroup)
5751         (gnus-fetch-old-ephemeral-headers): Add :version.
5752
5753         * gnus-fun.el (gnus-x-face-directory)
5754         (gnus-convert-pbm-to-x-face-command)
5755         (gnus-convert-image-to-x-face-command)
5756         (gnus-convert-image-to-face-command): Add :version.
5757
5758         * gnus-delay.el (gnus-delay-default-hour): Add :version.
5759
5760         * gnus-cite.el (gnus-cite-blank-line-after-header)
5761         (gnus-article-boring-faces):
5762
5763         * gnus-art.el (gnus-buttonized-mime-types)
5764         (gnus-inhibit-mime-unbuttonizing)
5765         (gnus-treat-display-face)
5766         (gnus-treat-body-boundary): Change :version.
5767         (gnus-body-boundary-delimiter, gnus-picon-databases)
5768         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
5769         (gnus-treat-date-english, gnus-treat-fold-headers)
5770         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
5771         (gnus-treat-mail-picon, gnus-treat-wash-html)
5772         (gnus-article-encrypt-protocol)
5773         (gnus-use-idna, gnus-article-over-scroll)
5774         (gnus-mime-display-multipart-alternative-as-mixed)
5775         (gnus-mime-display-multipart-related-as-mixed)
5776         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
5777         (gnus-ctan-url, gnus-button-ctan-handler)
5778         (gnus-button-handle-ctan-bogus-regexp)
5779         (gnus-button-ctan-directory-regexp)
5780         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
5781         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
5782         (gnus-button-man-level, gnus-button-emacs-level)
5783         (gnus-button-message-level, gnus-button-browse-level): Add :version.
5784
5785         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
5786         (gnus-agent-go-online): Change :version.
5787         (gnus-agent-expire-unagentized-dirs)
5788         (gnus-agent-auto-agentize-methods): Add :version.
5789
5790         * flow-fill.el (fill-flowed-display-column)
5791         (fill-flowed-encode-column): Add :version.
5792
5793         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5794         (gnus-outlook-deuglify-unwrap-max)
5795         (gnus-outlook-deuglify-cite-marks)
5796         (gnus-outlook-deuglify-unwrap-stop-chars)
5797         (gnus-outlook-deuglify-no-wrap-chars)
5798         (gnus-outlook-deuglify-attrib-cut-regexp)
5799         (gnus-outlook-deuglify-attrib-verb-regexp)
5800         (gnus-outlook-deuglify-attrib-end-regexp)
5801         (gnus-outlook-display-hook): Add :version.
5802
5803         * binhex.el (binhex-use-external): Add :version.
5804
5805 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
5808         and `invisible'.
5809
5810 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5811
5812         * gnus-registry.el (gnus-registry-trim): watch out for negatives
5813         in gnus-registry-trim
5814
5815 2004-09-13  Simon Josefsson  <jas@extundo.com>
5816
5817         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
5818
5819         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
5820
5821         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
5822         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
5823         <yamaoka@jpl.org>.
5824         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
5825         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
5826         <yamaoka@jpl.org>.
5827
5828         * sieve.el (sieve-manage-mode): Ditto.
5829
5830 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
5831
5832         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
5833
5834 2004-09-11  Simon Josefsson  <jas@extundo.com>
5835
5836         * dns-mode.el: Add.
5837
5838         * mm-view.el (mm-display-dns-inline): Add.
5839
5840         * mm-decode.el (mm-inline-media-tests): Add text/dns.
5841         (mm-automatic-display): Ditto.
5842
5843         * mailcap.el (mailcap-mime-data): Add text/dns.
5844         (mailcap-mime-extensions): Map .soa to text/dns.
5845
5846 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
5847
5848         * gnus-art.el (article-decode-mime-words, article-babel)
5849         (gnus-article-highlight-signature, gnus-article-add-buttons)
5850         (gnus-signature-toggle): Remove unnecessary bindings of
5851         `inhibit-read-only' inherited from v5.10 merge.
5852
5853 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
5854
5855         * nntp.el (nntp): New customization group.
5856         (nntp-authinfo-file): Add customization group.
5857
5858         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
5859
5860         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
5861
5862         * gnus.el (to-address, to-list, subscribed)
5863         (large-newsgroup-initial): Ditto.
5864
5865         * flow-fill.el (fill-flowed-display-column)
5866         (fill-flowed-encode-column): Ditto.
5867
5868 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
5869
5870         * message.el (message-tokenize-header, message-send-mail-with-qmail):
5871         Use point-min rather than 1.
5872         (message-send-mail): Use buffer-size rather than point-max.
5873
5874         * gnus-sum.el (gnus-summary-search-article-forward):
5875         Signal a specific `search-failed' rather than a generic `error'.
5876
5877         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
5878         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
5879         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
5880
5881 2004-09-10  Simon Josefsson  <jas@extundo.com>
5882
5883         * nndb.el (require): Remove tcp and duplicate cl.
5884
5885 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * gnus-agent.el (directory-files-and-attributes): Move forward.
5888
5889 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
5890
5891         * gnus-agent.el (directory-files-and-attributes): Optionally
5892         defined to support XEmacs.
5893
5894 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
5895
5896         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
5897         to avoid run-time CL dependencies.
5898         (gnus-agent-unfetch-articles): New function.
5899         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
5900         article numbers even when local .overview file is missing.
5901         (gnus-agent-read-article-number): New function. Only accepts
5902         27-bit article numbers.
5903         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
5904         gnus-agent-read-article-number.
5905         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
5906         from backend while recognizing that article numbers in .overview
5907         must be valid.
5908         (gnus-agent-update-files-total-fetched-for): Use
5909         directory-files-and-attributes to improve performance.
5910         * gnus-int.el (gnus-request-move-article): Use
5911         gnus-agent-unfetch-articles in place of gnus-agent-expire to
5912         improve performance.
5913
5914         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
5915         some users confused by references to .newsrc when they only have a
5916         .newsrc.eld file.
5917         (gnus-convert-mark-converter-prompt,
5918         gnus-convert-converter-needs-prompt): Fixed use of property list.
5919         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
5920         New function. Used internally to only display 'gnus converting
5921         files' message when actually necessary.
5922
5923         * gnus-sum.el (): Removed (require 'gnus-agent) as required
5924         methods now autoloaded.
5925
5926 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * gnus-sum.el (gnus-summary-insert-subject): Remove list
5929         identifiers.
5930
5931 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
5932
5933         * gnus-picon.el: Fix indentation and closing parenthesis.
5934
5935 2004-09-01  Simon Josefsson  <jas@extundo.com>
5936
5937         * message.el (message-canlock-generate): Require sha1, not
5938         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
5939         to require within a function.  Sadly, if sha1.el isn't loaded, the
5940         let binding in m-c-g will hide the defcustom definition, which is
5941         bad.)
5942
5943         * canlock.el: Require sha1, not sha1-el.
5944
5945         * message.el: Don't autoload sha1 (there is a autoload cookie in
5946         sha1.el).
5947
5948         * sha1-el.el: Renamed to sha1.el.
5949
5950 2004-08-30  Juanma Barranquero  <lektu@terra.es>
5951
5952         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
5953
5954 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5955
5956         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
5957
5958 2004-08-30  Kim F. Storm  <storm@cua.dk>
5959
5960         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
5961
5962         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
5963         Add :group 'nnimap.
5964
5965 2004-08-30  Andreas Schwab <schwab@suse.de>
5966
5967         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
5968         ?* and ?\;.
5969
5970         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
5971         and ?\' to symbol instead of whitespace.
5972
5973 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
5976
5977         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
5978         instead of re-search-forward.
5979
5980         * gnus-uu.el (gnus-uu-save-article): Ditto.
5981         (gnus-uu-post-encode-uuencode): Ditto.
5982
5983         * html2text.el (html2text-clean-list-items): Ditto.
5984         (html2text-clean-dtdd): Ditto.
5985         (html2text-format-tags): Ditto.
5986
5987         * message.el (message-send-mail-with-sendmail): Fix regexp.
5988         (message-fill-field-general): Use search-forward instead of
5989         re-search-forward.
5990         (unbold-region): Ditto.
5991
5992         * nnrss.el (nnrss-request-article): Ditto.
5993
5994         * nnslashdot.el (nnslashdot-request-article): Ditto.
5995
5996         * nnweb.el (nnweb-gmane-wash-article): Ditto.
5997
5998         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
5999         "Unrecognized menu descriptor" error in XEmacs.
6000
6001 2004-08-26  Stefan Wiens <s.wi@gmx.net>  (tiny change)
6002
6003         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6004         parent article of a sparse article in the thread hashtb.
6005
6006 2004-08-26  David Hedbor <dhedbor@real.com>  (tiny change)
6007
6008         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6009         (nnmail-expand-newtext): Lowercase expanded entries if
6010         nnmail-split-lowercase-expanded is non-nil.
6011
6012 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6015         entry.
6016
6017         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6018         of gnus-tmp-news-method into string under XEmacs.  It will be
6019         passed to gnus-correct-length which takes only a string argument.
6020
6021 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * gnus-util.el (gnus-bind-print-variables): New macro.
6024         (gnus-prin1): Use it.
6025         (gnus-prin1-to-string): Use it.
6026         (gnus-pp): New function.
6027         (gnus-pp-to-string): New function.
6028
6029         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6030         pp-to-string with gnus-pp-to-string.
6031         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6032         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6033         * gnus-msg.el (gnus-debug): Ditto.
6034         * gnus-score.el (gnus-score-save): Ditto.
6035         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6036         gnus-pp-to-string.
6037         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6038         with gnus-pp.
6039         * score-mode.el (gnus-score-pretty-print): Ditto.
6040         * webmail.el (webmail-debug): Ditto.
6041
6042 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * gnus-art.el (article-display-face, article-display-x-face): Use
6045         buffer-read-only.
6046
6047 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * gnus-art.el (article-hide-list-identifiers): Bind
6050         inhibit-read-only as t.
6051
6052 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6053
6054         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6055
6056 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6057
6058         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6059         (gnus-narrow-to-page): Don't assume point-min == 1.
6060         (gnus-article-edit-mode): Derive from message-mode.
6061
6062         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6063         point-min == 1.
6064
6065         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6066         Disable incorrect use of `assert'.
6067
6068         * message.el (message-mode): Set comment-start-skip.
6069
6070
6071 2004-08-22  Sam Steingold  <sds@gnu.org>
6072
6073         * pop3.el (pop3-leave-mail-on-server): New user variable.
6074         (pop3-movemail): Delete mail only when it is nil.
6075
6076 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6077
6078         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6079
6080         * mml.el (mml-preview): Use `pop-to-buffer'.
6081
6082         * message.el (message-goto-mail-followup-to): Insert after "To".
6083         (message-carefully-insert-headers): Add comment.
6084
6085         * gnus.el: Remove unused variable `gnus-article-check-size'.
6086
6087         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6088
6089         * gnus-art.el (gnus-button-alist): Improve
6090         `gnus-button-handle-library' entry.
6091
6092 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
6093
6094         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6095         downcase, since XEmacs capitalizes error messages differently.
6096         From Sebastian Freundt <hroptatyr@gna.org>.
6097
6098 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6099
6100         * nntp.el: Add (require 'gnus) due to reference to
6101         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6102
6103 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6104
6105         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6106         `mm-fill-flowed'.
6107
6108         * mm-decode.el (mm-dissect-singlepart): Check it.
6109
6110 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6111
6112         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6113         'imap' for netrc parsing
6114
6115 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6116
6117         * mailcap.el (mailcap-mime-data): Mark as risky.
6118
6119 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6122         may be included in the encoded word.
6123         (rfc2047-encode): Don't append a space if the encoded word
6124         includes close parenthesis.
6125
6126 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6129         of text within parentheses.
6130
6131 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6132
6133         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6134         (gnus-encrypt-write-file-contents): the password key is the file
6135         name PLUS the cipher, not just the cipher.  Also remove failed
6136         passwords from the cache.
6137
6138 2004-08-06  Simon Josefsson  <jas@extundo.com>
6139
6140         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6141         fix.
6142
6143 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6146         LWSP.
6147
6148 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6149
6150         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6151         to append in-reply-to: data to the references: header
6152
6153         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6154         (netrc-parse): use gnus-encrypt.el functions
6155
6156         * gnus-encrypt.el: new file for encryption support; currently
6157         does only a few GPG ciphers and an internal XOR cipher
6158
6159         * password.el: add comments on using password-read-and-add
6160         (password-read-and-add): new function to read and add the
6161         password to the cache at once
6162
6163 2004-07-28  Simon Josefsson  <jas@extundo.com>
6164
6165         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6166         parameter (but don't use it, for now).
6167
6168         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6169         instead of hard coding to nil.
6170
6171 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6174         as mm-inline-image-xemacs does.
6175
6176 2004-07-26  Simon Josefsson  <jas@extundo.com>
6177
6178         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6179         Revert part of 2004-07-17 change below.
6180
6181 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6184         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6185
6186 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6187
6188         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6189         quotes that actually start with ">" at the beginning of the
6190         lines.
6191
6192 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * rfc2047.el (rfc2047-encode-region): Fix last change.
6195         (rfc2047-encode-parameter): Remove useless concat.
6196
6197 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6200         encode special characters; fix some kind of misconfigured headers;
6201         signal a real error if debug-on-quit or debug-on-error is non-nil.
6202         (rfc2047-encode-max-chars): New variable.
6203         (rfc2047-encode-1): Use it.
6204         (rfc2047-encode-parameter): New function.
6205
6206         * mml.el (mml-insert-parameter): Remove an excessive space.
6207
6208 2004-07-17  Simon Josefsson  <jas@extundo.com>
6209
6210         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6211         Kai Grossjohann <kai@emptydomain.de>.
6212         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
6213         (gnus-group-make-menu-bar): Ditto.
6214
6215         * gnus-util.el (gnus-group-server): Add.
6216
6217 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
6218
6219         * message.el (message-clone-locals): Clone sendmail and smtp
6220         variables.
6221
6222 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * rfc2047.el (rfc2047-encode-region): Fix last change.
6225
6226 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
6229         characters as non-special.
6230
6231 2004-07-09  Simon Josefsson  <jas@extundo.com>
6232
6233         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
6234         Users will lose all flag changes made while unplugged with
6235         e.g. nntp unless flag synchronization happens, thus `nil' is not a
6236         good default.  See numerous reports on ding mailing list.
6237
6238 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
6241         add generate-head-function and generate-article-function to the
6242         rfc822-forward entry.
6243         (nndoc-rfc822-forward-generate-article): New function.
6244         (nndoc-rfc822-forward-generate-head): New function.
6245
6246         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
6247
6248 2004-07-06  Dan Christensen  <jdc@uwo.ca>
6249
6250         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
6251         respect display group parameter and gnus-summary-expunge-below.
6252         (gnus-articles-to-read): Remove unused reference to display group
6253         parameter.
6254
6255 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6256
6257         * nnheader.el (nnheader-uniquify-message-id): New experimental
6258         variable.
6259         (nnheader-nov-read-message-id): Use it.
6260
6261         * spam-report.el (spam-report-gmane): Add interactive.
6262
6263 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
6266         qp-or-base64 for the application/* types.
6267
6268 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
6269
6270         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
6271
6272 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
6273
6274         * gnus-registry.el (gnus-registry-trim): don't allow a negative
6275         trim value
6276
6277 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6278
6279         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
6280         New macro and function.
6281         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
6282
6283 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
6286         after-load-alist.
6287
6288 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6289
6290         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
6291         update info that isn't there.
6292
6293 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
6294
6295         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
6296         entry.
6297
6298 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * mm-view.el (mm-inline-render-with-function): Use multibyte
6301         buffer; decode html source by charset.
6302
6303         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
6304
6305         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
6306         Mule-UCS is loaded under XEmacs.
6307         (mm-mime-mule-charset-alist): Avoid duplicated entries.
6308
6309 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
6310
6311         * nnheader.el (nnheader-max-head-length): Increase to 8192.
6312
6313 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * mm-util.el (mm-coding-system-p): Return a coding-system.
6316         (mm-mime-mule-charset-alist): Use shift_jis instead of
6317         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
6318         entries for the mime charsets iso-2022-jp-3 and shift_jis.
6319         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
6320         instead of japanese-shift-jis and iso-latin-1 respectively in
6321         order to share the default value with both Emacs and XEmacs-mule.
6322         (mm-mule-charset-to-mime-charset): Make
6323         mm-coding-system-priorities effective.
6324         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
6325         while predicating of candidates upon the priorities.
6326
6327 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
6328
6329         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6330         gnus-uu-invert-processable.
6331
6332         * gnus.el: Autoload gnus-uu-invert-processable.
6333
6334 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * mm-util.el (mm-with-multibyte-buffer): New macro.
6337
6338         * rfc2047.el (rfc2047-encode-string): Use it.
6339         (rfc2047-encode-region): Move point to the end of the region after
6340         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
6341
6342 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
6345         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
6346
6347 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
6350         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
6351         Karl Chen <quarl@nospam.quarl.org>.
6352
6353 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
6354
6355         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
6356         invalid addresses.
6357
6358 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
6359
6360         * spam.el: section markers changed, TODO list revised
6361         (spam-backends): new master list of all installed backends
6362         (spam-summary-exit-behavior): new variable to determine how
6363         messages moves are done at summary exit
6364         (spam-move-spam-nonspam-groups-only)
6365         (spam-process-ham-in-nonham-groups)
6366         (spam-process-ham-in-spam-groups): variables removed, the
6367         spam-summary-exit-behavior variable should be used to manage this
6368         behavior
6369         (spam-old-ham-articles, spam-old-spam-articles): removed
6370         (spam-old-articles): new variable, replacing spam-old-ham-articles
6371         and spam-old-spam-articles
6372         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
6373         empty variables, placeholders for the backends they represent
6374         (spam-set-difference): moved, unchanged
6375         (spam-list-of-processors): variable OBSOLETE, not used anymore
6376         unless the user has a processor variable
6377         (spam-classifications, spam-classification-valid-p)
6378         (spam-backend-properties, spam-backend-property-valid-p)
6379         (spam-backend-function-type-valid-p)
6380         (spam-process-type-valid-p, spam-list-articles): helper functions
6381         (spam-report-articles-gmane, spam-report-articles-resend):
6382         functions removed, they are not needed
6383         (spam-install-backend-super, spam-backend-list)
6384         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
6385         (spam-backend-function, spam-backend-ham-registration-function)
6386         (spam-backend-spam-registration-function)
6387         (spam-backend-ham-unregistration-function)
6388         (spam-backend-spam-unregistration-function)
6389         (spam-backend-statistical-p, spam-backend-mover-p)
6390         (spam-install-backend-alias, spam-install-checkonly-backend)
6391         (spam-install-mover-backend, spam-install-nocheck-backend)
6392         (spam-install-backend, spam-install-statistical-backend)
6393         (spam-install-statistical-checkonly-backend): backend installation
6394         support
6395         (spam-summary-prepare-exit): rewritten to use the new backend code
6396         (spam-group-processor-p): use the new backend code and respect the
6397         summary exit behavior
6398         (spam-mark-spam-as-expired-and-move-routine): removed
6399         (spam-summary-prepare): changed to use the new spam-old-articles
6400         variable
6401         (spam-copy-or-move-routine, spam-copy-spam-routine)
6402         (spam-move-spam-routine, spam-copy-ham-routine)
6403         (spam-move-ham-routine): new code to copy/move ham or spam
6404         (spam-fetch-field-fast): doc and code improved, plus it allows the
6405         'number request
6406         (spam-list-of-checks, spam-list-of-statistical-checks): variables
6407         removed, no longer used
6408         (spam-split, spam-find-spam): use the new backend code
6409         (spam-registration-functions): variable removed, no longer used
6410         (spam-unregister-routine): convenience wrapper
6411         (spam-log-undo-registration, spam-register-routine)
6412         (spam-log-processing-to-registry)
6413         (spam-log-unregistration-needed-p): renamed "check" to "backend"
6414         where possible
6415         (spam-check-gmane-xref, spam-check-regex-headers)
6416         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
6417         (spam-check-whitelist, spam-check-blacklist)
6418         (spam-check-bogofilter-headers, spam-check-spamoracle)
6419         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
6420         (spam-check-crm114-headers): use the spam-split-group that
6421         spam-split prepares, no need to determine it every time
6422
6423         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
6424         the nnheader-parse-naked-head call
6425
6426         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
6427
6428         * gnus-sum.el (gnus-nov-parse-line): add the message number to
6429         the nnheader-nov-read-message-id call
6430
6431 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
6434         gnus-activate-group twice.  Suggested by Markus Peter
6435         <warp@spin.de>.
6436
6437 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * gnus-art.el (gnus-article-time-format): Exchange the order of
6440         day and month in the default value; fix customization type.
6441         (article-date-ut): Use add-text-properties.
6442         (article-make-date-line): Use message-make-date instead of
6443         current-time-string.
6444
6445         * message.el (message-fetch-field): Don't use set-text-properties.
6446         (message-make-date): Simplify.
6447
6448         * messagexmas.el (message-xmas-make-date): New function.
6449         (message-xmas-redefine): Defalias message-make-date to it.
6450
6451 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
6454         (rfc2047-encode-region): Treat text within parentheses as special;
6455         show the original text when error has occurred.
6456
6457         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
6458         already-computed method to gnus-activate-group.
6459
6460         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
6461         same select-methods identical Lisp objects.
6462
6463         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
6464         object when modifying the info.
6465
6466 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * gnus-srvr.el (gnus-server-set-info): Remove the server from
6469         gnus-opened-servers since it has never been opened with the new
6470         configuration yet.
6471
6472 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
6475         arg to nnheader-generate-fake-message-id.
6476
6477 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
6478
6479         * nnheader.el (nnheader-generate-fake-message-id): accept a
6480         number and build a fake message ID localized to a group and
6481         article number (so it's repeatable from that point on)
6482         (nnheader-fake-message-id-p): change regex to accomodate new fake
6483         ID format
6484
6485         * gnus-sum.el (gnus-get-newsgroup-headers): call
6486         nnheader-generate-fake-message-id with the article number
6487
6488 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
6489
6490         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
6491         end-of-buffer.
6492
6493 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494
6495         * message.el (message-ignored-supersedes-headers): Add Approved.
6496
6497 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * rfc2047.el (rfc2047-encode-message-header): Remove useless
6500         goto-char.
6501         (rfc2047-encode): Fold the line before encoding.
6502
6503 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504
6505         * rfc2047.el (rfc2047-encode-message-header): Disabled header
6506         folding -- not all headers can be folded, and this should be done
6507         by the message composition mode.  Probably.  I think.
6508
6509 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
6512         fast.
6513
6514         * gnus-ems.el (gnus-remove-image): Don't use
6515         message-text-with-property; remove only the image found first.
6516
6517         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
6518         found first.
6519
6520 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
6521
6522         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
6523
6524 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * message.el (message-text-with-property): Make it fast and accept
6527         optional arguments.
6528         (message-strip-forbidden-properties): Use it.
6529         (message-fix-before-sending): Follow the m-t-w-p change.
6530
6531         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
6532
6533 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * gnus-art.el (article-hide-headers): Don't change the buffer
6536         mistakenly when performing mml-preview even if
6537         gnus-single-article-buffer is nil.
6538
6539 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
6540
6541         * message.el (message-expand-name-databases): New user option.
6542         (message-expand-name): Use it.
6543
6544 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
6545
6546         * spam.el (spam-report-articles-resend)
6547         (spam-report-resend-register-routine): allow ham reporting
6548         (spam-report-resend-register-ham-routine): simple wrapper
6549         (spam-registration-functions): add ham resending functions
6550         (spam-list-of-processors): add ham resend processor
6551
6552         * gnus.el (ham-resend-to): new group parameter
6553         (spam-process): add ham resend option
6554
6555         * spam-report.el (spam-report-resend): allow reporting ham
6556         (spam-report-resend-ham): simple wrapper
6557
6558 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6559
6560         * message.el (message-cite-articles-with-x-no-archive): New
6561         variable.
6562         (message-cite-original): Use it.
6563
6564 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6565
6566         * message.el (message-cite-original): Respect X-No-Archive.
6567
6568 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * gnus-art.el (article-hide-headers): Refer to the values for
6571         gnus-ignored-headers and gnus-visible-headers in the summary
6572         buffer since a user may have set them as group parameters.
6573
6574 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
6575
6576         * assistant.el (assistant-node-name): new convenience function
6577         (assistant-render-text, assistant-render-node): error handling,
6578         plus handle multiple next nodes
6579         (assistant-find-next-node): commented out for now
6580         (assistant-find-next-nodes): new function, returns list of next
6581         nodes
6582
6583 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
6584
6585         * mail-source.el (mail-source-directory): Fix doc-string.
6586
6587 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
6588
6589         * assistant.el (assistant-render-text, assistant-eval): add :set
6590         widget type, which is different because it takes and returns a
6591         list.  Much hilarity ensues.
6592
6593 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
6594
6595         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
6596
6597         * gnus-group.el (gnus-group-get-new-news-this-group): Added
6598         doc-string.
6599
6600         * gnus-start.el (gnus-activate-group): Added doc-string.
6601
6602 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
6605
6606 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
6607
6608         * assistant.el (assistant-render-text): trying to add a :set
6609         widget, more to come...
6610
6611         * spam.el (spam-group-spam-contents-p): handle empty groupname
6612         strings
6613         (spam-report-articles-resend)
6614         (spam-register-routine): do registration iff any articles warrant
6615         it.
6616         (spam-summary-prepare-exit): changed log message for nil group
6617         destinations
6618
6619 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
6620
6621         * spam.el (spam-report-resend-register-routine): allow
6622         spam-report-resend-to to be a group parameter or a global value
6623
6624 2004-05-26  Simon Josefsson  <jas@extundo.com>
6625
6626         * starttls.el: Merge with my GNUTLS based starttls.el.
6627         (starttls-gnutls-program, starttls-use-gnutls)
6628         (starttls-extra-arguments, starttls-process-connection-type)
6629         (starttls-connect, starttls-failure, starttls-success): New
6630         variables.
6631         (starttls-program, starttls-extra-args): Doc fix.
6632         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
6633         functions.
6634         (starttls-negotiate, starttls-open-stream): Check
6635         `starttls-use-gnutls' and pass on to corresponding *-gnutls
6636         function if it is set.
6637
6638 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
6641         structured fields.
6642
6643 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
6646
6647 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
6648
6649         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
6650         variable.
6651         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
6652         assigning the spam-mark to new messages.
6653
6654 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
6655
6656         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
6657
6658 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * dgnushack.el: Autoload customize-set-variable for XEmacs.
6661
6662         * rfc2047.el (rfc2047-encodable-p): Don't move point.
6663         (rfc2047-decode): Treat the ascii coding-system as raw-text by
6664         default.
6665
6666 2004-05-25  Anand Mitra <mitramc@yahoo.com>  (tiny change)
6667
6668         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
6669         correct data.
6670
6671 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
6672
6673         * spam.el (spam-list-of-processors): use nil for nonexistent processors
6674         (spam-group-processor-p): fixed function so it works properly
6675         (spam-group-processor-multiple-p)
6676         (spam-group-spam-processor-report-gmane-p)
6677         (spam-group-spam-processor-report-resend-p)
6678         (spam-group-spam-processor-bogofilter-p)
6679         (spam-group-spam-processor-blacklist-p)
6680         (spam-group-spam-processor-ifile-p)
6681         (spam-group-ham-processor-ifile-p)
6682         (spam-group-spam-processor-spamoracle-p)
6683         (spam-group-spam-processor-crm114-p)
6684         (spam-group-ham-processor-bogofilter-p)
6685         (spam-group-spam-processor-stat-p)
6686         (spam-group-ham-processor-stat-p)
6687         (spam-group-ham-processor-whitelist-p)
6688         (spam-group-ham-processor-BBDB-p)
6689         (spam-group-ham-processor-spamoracle-p)
6690         (spam-group-ham-processor-copy-p): functions removed with some
6691         prejudice against unneeded code
6692         (spam-report-articles-resend)
6693         (spam-report-resend-register-routine): allow the group/topic
6694         spam-resend-to value to override spam-report-resend-to
6695         (spam-summary-prepare-exit): invoke spam-group-processor-p
6696         properly now
6697
6698         * spam-report.el (spam-report-resend-to, spam-report-resend):
6699         start with resend-to set to nil, and then ask the user if
6700         necessary.  From Daniel Pittman <daniel@rimspace.net>.
6701
6702         * gnus.el (spam-resend-to): new group/topic parameter
6703         (spam-process): move the OBSOLETE processors to the end of the
6704         choices.
6705
6706         * spam-report.el (spam-report-resend): spam-report-resend takes a
6707         list of articles, not separate article numbers.  From Daniel
6708         Pittman <daniel@rimspace.net>.
6709
6710 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
6713         addition to emacs-w3m.
6714
6715 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6716
6717         * assistant.el (assistant-authinfo-data): New function.
6718         (assistant-eval): Eval for entire assistant.
6719
6720         * netrc.el (netrc-services-file): New variable.
6721         (netrc-parse-services): New function.
6722         (netrc-find-service-name): New function.
6723         (netrc-find-service-number): New function.
6724         (netrc-port-equal): New function.
6725         (netrc-machine): Use it.
6726
6727         * nnimap.el (nnimap-open-connection): Use netrc.
6728
6729         * gnus-util.el (gnus-netrc-get): Remove aliases.
6730
6731         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
6732
6733         * assistant.el (wid-edit): Fix compilation.
6734
6735         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
6736
6737 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
6738
6739         * gnus-util.el (gnus-set-file-modes): New function.  (small
6740         patch).
6741
6742 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6743
6744         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
6745
6746         * assistant.el (assistant-render-node): Fix up rendering and
6747         read-only text.
6748         (assistant-render-node): Reset.
6749         (assistant-make-read-only): Not sticky.
6750
6751 2004-05-20  Danny Siu  <dsiu@adobe.com>
6752
6753         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
6754         centered even when gnus-auto-center-summary is t
6755
6756 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6757
6758         * dns.el (dns-get-txt-answer): New function.
6759         (dns-read-txt): Ditto.
6760         (query-dns): Use it.
6761
6762 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
6765         active for foreign groups even if the group level is higher than
6766         the specified value.
6767
6768 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6769
6770         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
6771         non-active groups.
6772
6773         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
6774
6775 2004-05-20  Magnus Henoch  <mange@freemail.hu>
6776
6777         * dns.el (dns-read-type): Add support for SVR.  (small patch)
6778
6779 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6780
6781         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
6782         (spam-crm114-header, spam-crm114-spam-switch)
6783         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
6784         (spam-crm114-positive-spam-header)
6785         (spam-crm114-database-directory, spam-list-of-processors)
6786         (spam-group-spam-processor-crm114-p)
6787         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
6788         (spam-generic-score, spam-list-of-checks)
6789         (spam-list-of-statistical-checks, spam-registration-functions)
6790         (spam-check-crm114-headers, spam-crm114-score)
6791         (spam-check-crm114, spam-crm114-register-with-crm114)
6792         (spam-crm114-register-spam-routine)
6793         (spam-crm114-unregister-spam-routine)
6794         (spam-crm114-register-ham-routine)
6795         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
6796         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
6797
6798         * gnus.el: added spam-use-crm114
6799
6800         * spam.el (spam-list-of-processors, spam-registration-functions):
6801         add spam-use-resend
6802         (spam-group-spam-processor-report-resend-p): utility wrapper
6803         (spam-report-articles-gmane): doc fix
6804         (spam-report-articles-resend,
6805         spam-report-resend-register-routine): wrappers around
6806         spam-report-resend-to
6807
6808         * spam-report.el (spam-report-resend-to, spam-report-resend):
6809         support for resending spam
6810         (spam-report-gmane): line length >80 fix
6811
6812         * gnus.el (spam-process): add spam-use-resend
6813
6814 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6815
6816         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
6817         number of processed spam messages.
6818         (spam-ham-copy-or-move-routine): Return the number of processed
6819         ham messages.
6820         (spam-summary-prepare-exit): Use the above values to decide
6821         whether status messages shouled be displayed.
6822
6823 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
6826         `rfc2047-encoding-function-alist' in order to avoid conflicting
6827         with the old version.
6828         (rfc2047-encode-region): Concatenate words containing non-ASCII
6829         characters in structured fields; don't encode space-delimited
6830         ASCII words even in unstructured fields; don't break words at
6831         char-category boundaries.
6832         (rfc2047-encode-1): New function.
6833         (rfc2047-encode): Use it; encode text so that it occupies the
6834         maximum width within 76-column; work correctly on Q encoding for
6835         iso-2022-* charsets.
6836         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
6837         sure not to break a line just after the header name.
6838         (rfc2047-b-encode-region): Removed.
6839         (rfc2047-b-encode-string): New function.
6840         (rfc2047-q-encode-region): Removed.
6841         (rfc2047-q-encode-string): New function.
6842
6843         * mm-util.el (mm-replace-in-string): New function.
6844
6845 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6846
6847         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
6848         get it right.
6849         (gnus-inews-make-draft): Really.
6850
6851 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
6852
6853         * nnmh.el (nnmh-request-list-1): Don't check the link count
6854         before descending.  (small patch)
6855
6856 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6857
6858         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
6859         stuff.
6860
6861         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
6862         on real group name.
6863
6864         * gnus-art.el (gnus-signature-limit): Doc fix.
6865
6866         * gnus-msg.el (gnus-inews-make-draft): Quote list.
6867
6868         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
6869
6870 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
6871
6872         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
6873         isn't a string.
6874
6875 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6876
6877         * gnus-draft.el (gnus-draft-send): Bind
6878         rfc2047-encode-encoded-words.
6879
6880         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
6881         (rfc2047-encodable-p): Say that =? needs encoding.
6882         (rfc2047-encode-encoded-words): New variable.
6883
6884         * gnus-group.el (gnus-group-select-group): Doc fix.
6885
6886         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
6887
6888         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
6889         to nil.
6890
6891         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
6892
6893         * nnheader.el (nnheader-get-lines-and-char): New function.
6894
6895 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
6896
6897         * gnus-msg.el (gnus-summary-followup-with-original): Document
6898         yanking of region when active.
6899
6900 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
6903         groups if the group level is higher than the specified value.
6904
6905 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
6908         (gnus-group-jump-to-group): Added prefix argument using
6909         `gnus-group-jump-to-group-prompt'.  Query before jumping to
6910         non-active group.
6911
6912         * compface.el (uncompface): Be verbose when changing
6913         `uncompface-use-external'.
6914
6915         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
6916         handle manual section.
6917
6918 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6919
6920         * gnus-art.el (gnus-button-alist): Revert previous change.
6921
6922 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
6925
6926 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6927
6928         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
6929         whether backend can accept message.
6930
6931         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
6932
6933 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
6934
6935         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
6936         Avoid creating directory when nntp-marks-is-evil is true.
6937         Reported by Reiner Steib.
6938
6939 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6940
6941         * gnus-picon.el (gnus-picon-style): New variable.
6942         (gnus-picon-insert-glyph): Added optional `nostring' argument.
6943         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
6944         Jesper Harder <harder@ifa.au.dk>.
6945
6946 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6947
6948         * message.el (message-fill-field): Return point.
6949         (message-generate-headers): Go to end of field.
6950
6951         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
6952         stuff for non-living groups.
6953
6954 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
6955
6956         * gnus-art.el (gnus-article-followup-with-original)
6957         (gnus-article-reply-with-original): gnus-mark-active-p ->
6958         gnus-region-active-p.
6959
6960 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
6961
6962         * spam.el (spam-summary-prepare-exit): fix messages, so they show
6963         only when there is spam or ham to be processed
6964
6965 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6966
6967         * mail-source.el (mail-source-delete-crash-box): Refactor.
6968         (mail-source-fetch): Use it.
6969         (mail-source-fetch-file): Ditto.
6970         (mail-source-fetch-directory): Run postscript in loop.
6971         (mail-source-fetch-pop): Delete.
6972         (mail-source-fetch-maildir): Ditto.
6973         (mail-source-fetch-imap): Ditto.
6974
6975         * imap.el (imap-authenticators): Comment out sasl.
6976
6977         * message.el (message-skip-to-next-address): New function.
6978         (message-fill-header-address): Refactor.
6979         (message-fill-address): Use it.
6980         (message-delete-address): Use it.
6981         (message-fill-header-general): Refactor.
6982         (message-fill-field-address): Rename.
6983         (message-narrow-to-field): Find the start of the header.
6984         (message-header-format-alist): Don't pre-fill.
6985         (message-fill-header): Removed.
6986         (message-insert-header): New function.
6987         (message-shorten-references): Use it.
6988
6989         * rfc2047.el (rfc2047-field-value): Strip props.
6990
6991         * mail-parse.el (mail-header-make-address): New alias.
6992
6993         * ietf-drums.el (ietf-drums-make-address): New function.
6994
6995         * imap.el: Add compiler directives.
6996
6997         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
6998
6999         * gnus-art.el (article-decode-idna-rhs): Don't use
7000         message-idna-inside-rhs-p.
7001
7002 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7003
7004         * message.el (message-idna-inside-rhs-p): Removed.
7005         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7006
7007         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7008         false positives.
7009
7010 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7011
7012         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7013
7014 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7015
7016         * nneething.el (nneething-file-name): Don't create spurions
7017         files.
7018
7019         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7020         (gnus-inews-do-gcc): Remove sleep.
7021
7022         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
7023         part under point.
7024
7025         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
7026         (gnus-agent-regenerate-group): Using nil messages aren't valid.
7027
7028 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7029
7030         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7031
7032 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7033
7034         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7035         as expired without moving it" message when there are spam
7036         messages left
7037
7038 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7039
7040         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7041         header is not nil.
7042
7043 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7044
7045         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7046         nntp-possibly-create-directory, not nntp-possibly-change-group.
7047         (nntp-marks-changed-p): New arg SERVER.
7048         (nntp-request-update-info): Adjust caller.
7049
7050 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7051
7052         * nntp.el (nntp-save-marks): Pass missing arg.
7053
7054 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7055
7056         * nntp.el: Support marks.
7057         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7058         (nntp-marks-modtime, nntp-marks-directory): New variables.
7059         (nntp-request-set-mark, nntp-request-update-info)
7060         (nntp-possibly-create-directory, nntp-marks-changed-p)
7061         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7062         functions.
7063
7064 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7065
7066         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7067         (gnus-xmas-redefine): Rename.
7068
7069         * gnus-score.el (gnus-score-insert-help): Use
7070         gnus-select-lowest-window.
7071
7072         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7073         appt-select-lowest-window and rename to gnus-select-lowest-window.
7074
7075         * gnus.el: do.
7076
7077 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7078
7079         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7080         encodings of MIME-encoded words, in order to improve
7081         interoperability with several broken MUAs.
7082
7083 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7084
7085         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7086         tags, only when charsets are not specified in headers.
7087         (mm-inline-text-html-render-with-w3m): Ditto.
7088
7089         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7090         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7091
7092 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7093
7094         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7095         instead of MIME-decoded from fields when checking
7096         `gnus-article-address-banner-alist'.
7097
7098 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7099
7100         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7101         description rather than subject.
7102
7103 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7104
7105         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7106
7107 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7108
7109         * gnus.el (gnus-version-number): Bump.
7110
7111 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7112
7113         * gnus.el: No Gnus v0.2 is released.
7114
7115 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7116
7117         * gnus-agent.el (gnus-agent-read-agentview): Inline
7118         gnus-uncompress-range.
7119
7120 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7121
7122         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7123         `exec-installed-p'.
7124
7125 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7126
7127         * gnus.el (spam-process, spam-autodetect-methods): Add
7128         bsfilter and bsfilter-headers.
7129
7130         * spam.el (spam-bsfilter): New customize group.
7131         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7132         (spam-bsfilter-header, spam-bsfilter-probability-header)
7133         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7134         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7135         (spam-bsfilter-database-directory): New options.
7136         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7137         (spam-list-of-statistical-checks, spam-registration-functions):
7138         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7139         (spam-bsfilter-score): New command.
7140         (spam-check-bsfilter-headers, spam-check-bsfilter)
7141         (spam-bsfilter-register-with-bsfilter)
7142         (spam-bsfilter-register-spam-routine)
7143         (spam-bsfilter-unregister-spam-routine)
7144         (spam-bsfilter-register-ham-routine)
7145         (spam-bsfilter-unregister-ham-routine): New functions.
7146         (spam-generic-score): Support bsfilter; Accept an optional argument
7147         to recalcurate spam score even if scoring header has already been
7148         added.
7149         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7150         optional argument to recalcurate spam score even if scoring header
7151         has already been added.
7152
7153 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7154
7155         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7156         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7157         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7158         link is missing.
7159
7160 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7161
7162         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7163         (html2text-get-attr): Rewrite.
7164
7165         * message.el (message-setup-1): Remove redundant put-text-property
7166         on mail-header-separator.
7167
7168 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7169
7170         * gnus-registry.el (gnus-registry-cache-whitespace)
7171         (gnus-registry-action, gnus-registry-spool-action)
7172         (gnus-registry-split-fancy-with-parent): changed message levels
7173         from 5 to 3 or 7, as needed
7174
7175         * spam.el (spam-summary-prepare-exit)
7176         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7177         (spam-split, spam-find-spam, spam-log-undo-registration)
7178         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7179         level from 5 to 6
7180
7181 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7184         2004-03-04 change).
7185
7186 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7187
7188         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7189         Use mapc when appropriate.
7190
7191         * sieve-manage.el (sieve-manage-open): do.
7192
7193         * nnweb.el (nnweb-insert-html): do.
7194
7195         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7196         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7197
7198         * nnspool.el (nnspool-request-group): do.
7199
7200         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7201         do.
7202
7203         * nnml.el (nnml-request-update-info): do.
7204
7205         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7206         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7207
7208         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7209         (nnimap-request-set-mark): do.
7210
7211         * nnfolder.el (nnfolder-request-update-info): do.
7212
7213         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
7214         do.
7215
7216         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
7217
7218         * gnus-uu.el (gnus-uu-find-articles-matching): do.
7219
7220         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
7221         do.
7222
7223         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
7224         do.
7225
7226         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
7227
7228         * gnus-nocem.el (gnus-nocem-scan-groups): do.
7229
7230         * gnus-int.el (gnus-start-news-server): do.
7231
7232         * gnus-group.el (gnus-group-make-kiboze-group)
7233         (gnus-group-browse-foreign-server): do.
7234
7235 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
7236
7237         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
7238         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
7239         <shields@msrl.com>:
7240
7241         * spam.el (spam-necessary-extra-headers): get the extra headers we
7242         may need for spam sorting and scoring
7243         (spam-user-format-function-S): a user format function suitable for
7244         general use
7245         (spam-article-sort-by-spam-status): sorting function for summary
7246         sorting
7247         (spam-extra-header-to-number): get a score from a header
7248         (spam-summary-score): get a numeric score from the headers
7249         (spam-generic-score): oops, function doc in wrong place
7250         (spam-initialize): take symbols when it's run, and install the
7251         extra headers that spam-necessary-extra-headers thinks we need
7252
7253 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7254
7255         * spam.el (spam-summary-prepare-exit): logic and message fix.
7256         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7257
7258 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
7259
7260         * gnus-sum.el (gnus-set-global-variables)
7261         (gnus-build-all-threads, gnus-get-newsgroup-headers)
7262         (gnus-article-get-xrefs, gnus-summary-best-group)
7263         (gnus-summary-next-article, gnus-summary-enter-digest-group)
7264         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
7265         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
7266         with-current-buffer.
7267
7268 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
7269
7270         * spam.el (spam-summary-prepare-exit): simplified logic
7271         (spam-fetch-article-header): read the article header if it's not
7272         available
7273         (spam-list-articles): simplified logic
7274         (spam-filelist-register-routine): found bug with unregister-list
7275
7276         * gnus-registry.el: clarified comments at beginning
7277
7278 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
7279
7280         * message.el (message-cater-to-broken-inn): Remove.
7281         (message-shorten-references): Make sure the total folded length of
7282         References is shorter than 998 characters to cater to a bug in INN
7283         2.3.  Also, don't pretend that references aren't folded -- this
7284         hasn't worked for a while.
7285
7286 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7287
7288         * gnus-agent.el (gnus-agentize):
7289         gnus-agent-send-mail-real-function no longer set to current value
7290         of message-send-mail-function but rather a lambda that calls
7291         message-send-mail-function.  The change makes the agent real-time
7292         responsive to user changes to message-send-mail-function.
7293
7294 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7295
7296         * legacy-gnus-agent.el
7297         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
7298         help from Florian Weimer <fw@deneb.enyo.de>
7299
7300 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * nnmail.el (nnmail-cache-insert): Revert last change.
7303
7304 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * nnmail.el (nnmail-cache-insert): Always check whether
7307         nnmail-cache-ignore-groups matches a group name.
7308
7309 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
7310
7311         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
7312         (spam-find-spam, spam-log-processing-to-registry)
7313         (spam-log-registered-p, spam-log-unregistration-needed-p)
7314         (spam-log-undo-registration): use gnus-message instead of
7315         gnus-error, none of these errors are fatal
7316
7317         * gnus-registry.el (gnus-registry-clean-empty-function)
7318         (gnus-registry-clean-empty): remove only empty entries without
7319         extra data
7320
7321 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
7322
7323         * spam-stat.el (spam-stat-buffer-change-to-spam)
7324         (spam-stat-buffer-change-to-non-spam): change (error) to
7325         (gnus-message 8) invocation
7326
7327 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * nntp.el (nntp-via-netcat-command): New variable.
7330         (nntp-via-netcat-switches): New variable.
7331         (nntp-open-via-rlogin-and-netcat): New function.
7332         (nntp-open-connection-function): Doc fix.
7333         (nntp-telnet-command): Doc fix.
7334         (nntp-end-of-line): Doc fix.
7335         (nntp-via-rlogin-command): Doc fix.
7336         (nntp-via-user-name): Doc fix.
7337         (nntp-via-address): Doc fix.
7338
7339 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
7342         error in Emacs 21.1.
7343
7344 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
7345
7346         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
7347
7348 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7349         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
7350         (gnus-agent-with-refreshed-group): New macro.
7351         (gnus-agent-rename-group): New function.
7352         (gnus-agent-delete-group): New function.
7353         (gnus-agent-save-group-info): Use gnus-command-method when
7354         `method' parameter is nil.  Don't write nil entries into the
7355         active file.
7356         (gnus-agent-get-group-info): New function.
7357         (gnus-agent-fetch-articles): Use
7358         gnus-agent-update-files-total-fetched-for to increment disk space
7359         used.
7360         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
7361         gnus-agent-update-view-total-fetched-for to increment disk space
7362         used.
7363         (gnus-agent-get-local): Added optional parameters to avoid calling
7364         gnus-group-real-name and gnus-find-method-for-group.
7365         (gnus-agent-set-local): Delete stored entry if either min, or max,
7366         are nil.
7367         (gnus-agent-fetch-session): Reworded error/quit messages.  On
7368         quit, use gnus-agent-regenerate-group to record existance of any
7369         articles fetched to disk before the quit occurred.
7370         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
7371         gnus-agent-update-view-total-fetched-for, and
7372         gnus-agent-update-files-total-fetched-for to decrement disk space
7373         used.
7374         (gnus-agent-retrieve-headers): Use
7375         gnus-agent-update-view-total-fetched-for to increment disk space
7376         used.
7377         (gnus-agent-regenerate-group): Replace gnus-group-update-group
7378         with gnus-agent-update-files-total-fetched-for to decrement disk
7379         space and fresh group buffer.
7380         (gnus-agent-inhibit-update-total-fetched-for): New variable.
7381         (gnus-agent-need-update-total-fetched-for): New variable.
7382         (gnus-agent-update-files-total-fetched-for): New function.
7383         (gnus-agent-update-view-total-fetched-for): New function.
7384         (gnus-agent-total-fetched-for): New function.
7385
7386         * gnus-cache.el (gnus-cache-save-buffers): Use
7387         gnus-cache-update-overview-total-fetched-for to change disk space
7388         used by this group.
7389         (gnus-cache-possibly-enter-article): Use
7390         gnus-cache-update-file-total-fetched-for to increment disk space
7391         used by this group.
7392         (gnus-cache-possibly-remove-article): Use
7393         gnus-cache-update-file-total-fetched-for to decrement disk space
7394         used by this group.
7395         (gnus-cache-generate-nov-databases): Purge total fetched cache.
7396         (gnus-cache-rename-group): New function.
7397         (gnus-cache-delete-group): New function.
7398         (gnus-cache-inhibit-update-total-fetched-for): New variable.
7399         (gnus-cache-need-update-total-fetched-for): New variable.
7400         (gnus-cache-with-refreshed-group): New macro.
7401         (gnus-cache-update-file-total-fetched-for): New function.
7402         (gnus-cache-update-overview-total-fetched-for): New function.
7403         (gnus-cache-rename-group-total-fetched-for): New function.
7404         (gnus-cache-delete-group-total-fetched-for): New function.
7405         (gnus-cache-total-fetched-for): New function.
7406
7407         * gnus-group.el: Require gnus-sum and autoload functions to
7408         resolve warnings when gnus-group.el compiled alone.
7409         (gnus-group-line-format): Documented new %F
7410         (size of Fetched data) group line format; identifies disk space
7411         used by agent and cache.
7412         (gnus-group-line-format-alist): Defined new F format.
7413         (gnus-total-fetched-for): New function.
7414         (gnus-group-delete-group): No longer update
7415         gnus-cache-active-altered as gnus-request-delete-group now keeps
7416         the cache in sync.
7417         (gnus-group-list-active): Let the agent store a server's active
7418         list if currently plugged.
7419
7420         * gnus-int.el (gnus-request-delete-group): Use
7421         gnus-cache-delete-group and gnus-agent-delete-group to keep the
7422         local disk in sync with the server.
7423          (gnus-request-rename-group): Use
7424         gnus-cache-rename-group and gnus-agent-rename-group to keep the
7425         local disk in sync with the server.
7426
7427         * gnus-start.el (gnus-get-unread-articles): Cosmetic
7428         simplification to logic.
7429
7430         * gnus-util.el (gnus-rename-file): New function.
7431
7432 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
7433
7434         * mm-util.el (mm-image-load-path): Handle nil in load-path.
7435
7436 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
7437
7438         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
7439         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
7440
7441 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
7442
7443         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
7444         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
7445
7446 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
7447
7448         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
7449
7450 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
7451
7452         * spam.el (spam-set-difference): new function to replace
7453         gnus-set-difference in spam.el
7454         (spam-summary-prepare-exit): use spam-set-difference
7455
7456 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7457
7458         * gnus-registry.el (gnus-registry-cache-file): updated to use
7459         gnus-dribble-directory OR gnus-home-directory OR ~
7460         (gnus-registry-split-fancy-with-parent): fixed doc
7461
7462 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * message.el (message-exchange-point-and-mark): Use
7465         message-mark-active-p.  Suggested by Jesper Harder
7466         <harder@ifa.au.dk>.
7467
7468 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * message.el (message-exchange-point-and-mark): Don't activate
7471         region if it was inactive.  Suggested by Hiroshi Fujishima
7472         <pooh@nature.tsukuba.ac.jp>.
7473
7474 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * gnus-art.el (article-display-face): Display Faces in the same
7477         order as X-Faces.
7478
7479 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
7482
7483 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
7486         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
7487         (gnus-article-mime-hierarchy): Remove.
7488         (gnus-article-mime-hierarchy-next): Remove.
7489         (gnus-article-mode): Revert 2004-03-19 change.
7490         (gnus-article-setup-buffer): Revert 2004-03-19 change.
7491         (gnus-insert-mime-button): Revert 2004-03-19 change.
7492         (gnus-mime-accumulate-hierarchy): Remove.
7493         (gnus-mime-enter-multipart): Remove.
7494         (gnus-mime-leave-multipart): Remove,
7495         (gnus-mime-display-part): Revert 2004-03-19 change.
7496         (gnus-mime-display-alternative): Revert 2004-03-19 change.
7497
7498         * mml.el (mml-preview): Revert 2004-03-19 change.
7499
7500 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
7501
7502         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
7503
7504 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7505
7506         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
7507         t while entering a file name using the mm-with-multibyte macro.
7508         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7509
7510         * mm-util.el (mm-with-multibyte): New macro.
7511
7512 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
7515         user option.
7516         (gnus-mime-multipart-functions): Doc and customization fix.
7517         (gnus-article-mime-hierarchy): New variable.
7518         (gnus-article-mime-hierarchy-next): New variable.
7519         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
7520         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
7521         gnus-article-mime-hierarchy-next to nil.
7522         (gnus-insert-mime-button): Show hierarchy numbers.
7523         (gnus-mime-accumulate-hierarchy): New function.
7524         (gnus-mime-enter-multipart): New function.
7525         (gnus-mime-leave-multipart): New function.
7526         (gnus-mime-display-part): Recompute hierarchical MIME structure.
7527         (gnus-mime-display-alternative): Show hierarchy numbers.
7528
7529         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
7530         gnus-article-mime-hierarchy-next to nil.
7531
7532 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
7533
7534         * dns.el: Don't require gnus-xmas.
7535
7536 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
7537
7538         * mml.el (mml-generate-mime-1): Don't use format=flowed with
7539         inline PGP.
7540         (mml-menu): Disable mml-quote-region if mark is inactive.
7541
7542 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
7545         when the group's active is not available.
7546
7547 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
7550         error.
7551
7552 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
7553
7554         * imap.el (imap-store-password): New variable.
7555         (imap-interactive-login): Use it.
7556         Suggested by Mark Plaksin <happy@mcplaksin.org>.
7557
7558 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * gnus-art.el (gnus-article-read-summary-keys): Restore new
7561         window-start and hscroll to summary window.
7562
7563 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7564
7565         * gnus-start.el (gnus-convert-old-newsrc): Only write the
7566         conversion message to newsrc-dribble when an actual conversion is
7567         performed.
7568
7569 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
7570
7571         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
7572
7573 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * mm-decode.el (mm-complicated-handles): New function reviving
7576         former definition of mm-multiple-handles.
7577
7578         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
7579         (gnus-mime-delete-part): Use it.
7580
7581 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7582
7583         * gnus-agent.el (gnus-agent-read-local): Bind
7584         nnheader-file-coding-system to gnus-agent-file-coding-system to
7585         avoid the implicit assumption that they will always be equal.
7586         (gnus-agent-save-local): Bind buffer-file-coding-system, not
7587         coding-system-for-write, as the with-temp-file macro first prints
7588         to a buffer then saves the buffer.
7589
7590 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-art.el (gnus-article-edit-part): New function.
7593         (gnus-mime-save-part-and-strip): Use it; do query instead of
7594         signaling an error; don't use mm-multiple-handles.
7595         (gnus-mime-delete-part): Ditto.
7596
7597 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7598
7599         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
7600         old file versions.
7601         (gnus-group-prepare-hook): Removed function that converted list
7602         form of gnus-agent-expire-days to group properties.
7603
7604         * gnus-int.el: Autoload gnus-agent-regenerate-group.
7605         (gnus-request-accept-article): Re-indented.
7606
7607         * gnus-start.el (gnus-convert-old-newsrc): Registered new
7608         converters to handle old agent file formats.  Added logic for a
7609         "backup before upgrading warning".
7610         (gnus-convert-mark-converter-prompt): Developers can mark
7611         functions as needing (default), or not needing,
7612         gnus-convert-old-newsrc's "backup before upgrading warning".
7613         (gnus-convert-converter-needs-prompt): Tests whether the user
7614         should be protected from potentially irreversable changes by the
7615         function.
7616
7617         * legacy-gnus-agent.el (): New. Provides converters that are only
7618         loaded when gnus-convert-old-newsrc needs to call them.
7619
7620 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * mail-source.el (mail-source-touch-pop): Doc fix.
7623
7624         * message.el (message-smtpmail-send-it): Doc fix.
7625
7626 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
7627
7628         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
7629
7630         * nnmail.el (nnmail-split-fancy): do.
7631
7632         * gnus-kill.el (gnus-kill, gnus-execute): do.
7633
7634 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7635
7636         * gnus-sum.el (gnus-widget-reversible-match)
7637         (gnus-widget-reversible-to-internal)
7638         (gnus-widget-reversible-to-external): New functions.
7639         (gnus-widget-reversible): New widget.
7640         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
7641
7642 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
7643
7644         * gnus-sum.el (gnus-thread-sort-functions)
7645         (gnus-article-sort-functions): Document `(not F)' items.
7646
7647 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7648
7649         * spam.el (spam-use-gmane-xref): new backend
7650         (spam-gmane-xref-spam-group): variable to control the name of the
7651         Gmane spam group
7652         (spam-blackhole-servers, spam-blackhole-good-server-regex)
7653         (spam-regex-headers-spam, spam-regex-headers-ham)
7654         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
7655         (spam-list-of-checks): added spam-use-gmane-xref to list of
7656         backends and checks
7657         (spam-check-gmane-xref): function for spam-use-gmane-xref
7658
7659         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
7660         an autodetect method
7661
7662 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7663
7664         * gnus-int.el (gnus-request-accept-article): Inform the agent that
7665         articles are being added to a group.
7666         (gnus-request-replace-article): Inform the agent that articles
7667         need to be uncached as the cached contents are no longer valid.
7668
7669 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * binhex.el: Don't autoload executable-find.
7672
7673         * canlock.el: Don't autoload mail-fetch-field.
7674
7675         * dgnushack.el: Autoload c-mode for XEmacs.
7676
7677         * gnus-ems.el: Don't autoload appt-select-lowest-window.
7678
7679         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
7680         rmail-dont-reply-to and rmail-output.
7681
7682         * gnus-score.el: Don't autoload ffap-string-at-point.
7683
7684         * gnus-setup.el: Don't autoload sc-cite-original.
7685
7686         * imap.el: Don't autoload base64-decode-string,
7687         base64-encode-string and md5.
7688
7689         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
7690         and rmail-msg-restore-non-pruned-header.
7691
7692         * mm-decode.el: Don't autoload executable-find.
7693
7694         * mm-url.el: Don't autoload executable-find.
7695
7696         * mm-view.el: Don't autoload diff-mode.
7697
7698         * nndb.el: Don't autoload news-reply-mode, news-setup,
7699         cancel-timer and telnet.
7700
7701         * password.el: Don't autoload run-at-time for Emacs.
7702
7703         * sha1-el.el: Don't autoload executable-find.
7704
7705         * sieve-mode.el: Don't autoload c-mode.
7706
7707         * uudecode.el: Don't autoload executable-find.
7708
7709 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7710
7711         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
7712         (gnus-agent-possibly-alter-active): Avoid null in numeric
7713         comparison.
7714         (gnus-agent-set-local): Refuse to save null in local object table.
7715         (gnus-agent-regenerate-group): The REREAD parameter can now be a
7716         list of articles that will be marked as unread.
7717
7718 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
7721
7722 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
7723
7724         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
7725         language tags.
7726
7727 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7728
7729         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
7730         Don't bind "obarray".
7731
7732         * gnus-sum.el (gnus-thread-sort-functions): Added
7733         `gnus-thread-sort-by-most-recent-number' and
7734         `gnus-thread-sort-by-most-recent-date'.
7735         Reported by Kai Grossjohann <kai@emptydomain.de>.
7736
7737 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
7740
7741 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7742
7743         * gnus-cus.el (gnus-agent-customize-category): Removed
7744         ignore-errors macro reference that required cl to be loaded at
7745         run-time.
7746
7747         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
7748         single-interval range of the form (min . max).  Previously the
7749         range had to look like ((min . max)).  Likewise, return
7750         (min . max) rather than ((min . max)).
7751         (gnus-range-map): Use gnus-range-normalize to accept
7752         single-interval range.
7753
7754         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
7755         the cache, but not the agent, now appear with their usual face.
7756
7757         * dgnushack.el (loaddir): New variable that is bound to the
7758         directory containing the dgnushack.el file. Use loaddir, rather
7759         than srcdir, to update load-path. Change lets dgnushack compile
7760         code in directories other than GNUS/lisp.
7761
7762 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * lpath.el: Don't bind w3m-safe-url-regexp.
7765
7766         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
7767         w3m-safe-url-regexp variable buffer-local.
7768
7769         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
7770
7771 2004-02-27  Simon Josefsson  <jas@extundo.com>
7772
7773         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
7774         gnus-group-real-prefix.
7775         (gnus-summary-move-article): Use it, instead of
7776         gnus-group-real-prefix.
7777
7778 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * lpath.el: Bind w3m-safe-url-regexp.
7781
7782         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
7783         w3m-safe-url-regexp variable buffer-local and set it as the value
7784         of mm-w3m-safe-url-regexp.
7785
7786         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
7787
7788         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
7789         parsing gnus-posting-styles when the message is not for replying.
7790
7791         * dgnushack.el: Autoload sgml-mode for XEmacs.
7792
7793         * nnrss.el (nnrss-opml-export): Use
7794         mm-set-buffer-file-coding-system instead of
7795         set-buffer-file-coding-system.
7796
7797 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
7798
7799         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
7800         of checkdoc.el).
7801         * nnrss.el: do.
7802         * gnus-mlspl.el: do.
7803         * gnus-ml.el: do.
7804         * gnus-srvr.el: do.
7805
7806         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
7807
7808 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7809
7810         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
7811         Corrections to custom-manual links.
7812
7813         * gnus-art.el (gnus-article): Ditto.
7814
7815         * mm-decode.el (mime-display, mime-security): Ditto.
7816
7817 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
7818
7819         * flow-fill.el: Typo.
7820
7821 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
7822
7823         * spam-wash.el: New file.
7824
7825 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
7826
7827         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
7828
7829 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7830
7831         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
7832         to be run with new-articles as LIST1, not LIST2
7833         (spam-registration-functions): add spam-use-ham-copy as a nil
7834         registration backend
7835
7836 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
7837
7838         * spam-stat.el (spam-stat-washing-hook): New option.
7839         (spam-stat-buffer-words): Use it.
7840         (spam-stat-process-directory, spam-stat-test-directory): Use
7841         insert-file-contents-literally.
7842         (spam-stat-coding-system): New variable.
7843         (spam-stat-load, spam-stat-save): Use it.
7844
7845 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * spam-report.el (spam-report-plug-agent): Quote
7848         spam-report-url-to-file and spam-report-url-ping-plain.
7849
7850 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
7853         / in mailto URLs.
7854
7855 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7856
7857         * spam-report.el (spam-report-process-queue): Fix interactive use.
7858         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
7859         (spam-report-unplug-agent): Doc fixes.
7860         (spam-report-url-ping-mm-url, spam-report-url-to-file)
7861         (spam-report-agentize, spam-report-deagentize): Autoload
7862
7863 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
7866
7867         * message.el (message-setup-fill-variables): Add mml tags to
7868         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
7869         <ajk@iu.edu>.
7870         (message-mode): Don't modify paragraph-separate there.
7871
7872 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * compface.el (uncompface-use-external): Default to undecided.
7875         (uncompface-use-external-threshold): New variable.
7876         (uncompface-float-time): New macro.
7877         (uncompface): Determine whether to use the external decoder if
7878         uncompface-use-external is undecided.
7879
7880 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
7883         after images.
7884
7885         * gnus-art.el (gnus-mime-display-single): Remove dead code.
7886
7887 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
7888
7889         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
7890
7891         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
7892
7893         * gnus-sum.el (gnus-summary-limit-to-age)
7894         (gnus-summary-limit-children): do.
7895
7896         * gnus-int.el (gnus-request-scan): do.
7897
7898         * gnus-group.el (gnus-group-suspend): do.
7899
7900         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
7901
7902         * gnus-cite.el (gnus-cite-parse-attributions): do.
7903
7904         * gnus-agent.el (gnus-summary-set-agent-mark)
7905         (gnus-agent-regenerate-group): do.
7906
7907         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
7908
7909         * binhex.el (binhex-decode-region-internal): do.
7910
7911 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * gnus-fun.el (gnus-face-properties-alist): New user option.
7914         (gnus-display-x-face-in-from): Use it.
7915
7916         * gnus-art.el (article-display-face): Ditto.
7917
7918         * compface.el (uncompface-use-external): Default to nil.
7919
7920 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
7921
7922         * nntp.el (nntp-erase-buffer): New function.
7923         (nntp-retrieve-data, nntp-send-command)
7924         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
7925         (nntp-possibly-change-group): Use it.
7926
7927         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
7928         with-current-buffer.
7929
7930 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
7931
7932         * compface.el: Merge the ELisp-based uncompface program.
7933         (compface): New customization group.
7934         (uncompface-use-external): New user option.
7935         (uncompface): Call uncompface-internal if uncompface-use-external
7936         is nil.
7937         (uncompface-internal): New function.  Note that there are also
7938         some other functions and variables added for this function.
7939
7940 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
7941
7942         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
7943         if necessary.
7944
7945 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7946
7947         * spam-report.el (spam-report-unplug-agent)
7948         (spam-report-plug-agent, spam-report-deagentize)
7949         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
7950         support for the Agent in spam-report: when unplugged, report to a
7951         file; when plugged, submit all the requests
7952
7953         * spam.el (spam-register-routine): improved message about
7954         registration
7955
7956 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
7957
7958         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
7959         dependencies.
7960         (rfc2047-encode): Use it.
7961
7962         * gnus-art.el (gnus-button-marker-list): Move before first
7963         reference.
7964
7965         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7966         (imap-parse-body): Fix format string mismatch.
7967
7968         * gnus-score.el (gnus-summary-increase-score): do.
7969
7970         * nnrss.el (nnrss-close): New function.
7971
7972 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
7973
7974         * nnrss.el (nnrss-make-filename): New function.
7975         (nnrss-request-delete-group, nnrss-read-server-data)
7976         (nnrss-save-server-data, nnrss-read-group-data)
7977         (nnrss-save-group-data): Use it.
7978         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
7979         (nnrss-read-server-data, nnrss-read-group-data): Use load.
7980         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
7981
7982 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
7983
7984         * mml.el (mml-compute-boundary-1): Don't uncompress files.
7985
7986 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
7987
7988         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
7989         files.
7990
7991         * message.el (message-generate-headers-first): Don't quote nil
7992         and t in docstrings.
7993
7994         * imap.el (imap-id): do.
7995
7996         * gnus-agent.el (gnus-agent-consider-all-articles)
7997         (gnus-agent-queue-mail): do.
7998
7999 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8000
8001         * spam-report.el (spam-report-process-queue): New function.
8002         Process requests from `spam-report-requests-file'.
8003         (spam-report-process-queue): Doc fix.
8004
8005 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8006
8007         * spam.el (spam-register-routine)
8008         (spam-log-processing-to-registry, spam-log-registered-p)
8009         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8010         change "check" to "spam-check" for semi-clarity
8011
8012 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8013
8014         * pop3.el: Require nnheader.
8015
8016         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8017
8018         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8019
8020         * gnus-picon.el: Require cl.
8021
8022         * gnus-fun.el: Require gnus-ems and gnus-util.
8023
8024         * gnus.el (gnus-method-to-server): Move defsubst before first use.
8025
8026         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
8027
8028         * gnus-art.el (gnus-article-edit-mode): Define before first
8029         reference.
8030
8031 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8032
8033         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8034         (gnus-uu-post-encoded): Use point-at-bol.
8035
8036         * gnus-topic.el (gnus-group-active-topic-p): do.
8037
8038         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8039
8040         * gnus-group.el (gnus-group-kill-region): do.
8041
8042         * gnus-art.el (article-date-ut): do.
8043
8044         * message.el (message-fetch-field): Remove redundant
8045         case-fold-search binding.
8046         (message-narrow-to-field): Simplify.
8047
8048 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * spam.el (spam-directory): Derive from `gnus-directory'.
8051
8052         * spam-report.el (spam-report-url-to-file)
8053         (spam-report-requests-file): New function and variable for offline
8054         reporting.
8055         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8056         and user defined function.
8057         (spam-report-url-ping-mm-url): Remove doubled slash.
8058
8059 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8060
8061         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8062
8063 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8064
8065         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8066         format string mismatch.
8067
8068         * sieve.el (sieve-deactivate-all): do.
8069
8070         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8071
8072         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8073
8074         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8075
8076         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8077
8078 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8079
8080         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8081         the list of checks
8082
8083 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8084
8085         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8086         padding.
8087
8088 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8089
8090         * mm-view.el (mm-fill-flowed): New variable.
8091         (mm-inline-text): Use it.
8092
8093 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8094
8095         * spam.el (spam-spamassassin-register-ham-routine)
8096         (spam-spamassassin-register-spam-routine): fixed function names
8097
8098 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * gnus.el (gnus-tmp-grouplens): Remove.
8101         (gnus-summary-line-format): Remove grouplens.
8102
8103         * gnus-group.el (gnus-group-line-format): Ditto.
8104
8105         * gnus-spec.el (gnus-format-specs): Ditto.
8106         (gnus-update-format-specifications): Flush the group format spec
8107         cache if there's the grouplens stuff.
8108         (gnus-parse-simple-format): Replace %l with the empty string.
8109
8110 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
8111
8112         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8113         omission.
8114         From Jerry James  <james@xemacs.org>
8115
8116 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8119         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8120
8121 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8122
8123         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8124         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8125         New macros and functions.
8126         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8127         Handle > NLINK_MAX messages.
8128         * nnmaildir.el (nnmaildir-request-set-mark): Use
8129         nnmaildir--emlink-p and nnmaildir--eexist-p.
8130
8131 2004-01-25  Alex Schroeder  <alex@gnu.org>
8132
8133         * spam-stat.el (spam-stat-process-directory-age): New option.
8134         (spam-stat-process-directory): Use it.
8135
8136 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8137
8138         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8139         (spam-stat-save): Accept prefix argument.
8140
8141 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8142
8143         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8144         links" error.
8145
8146 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8149         the rest of the and/or forms.
8150
8151 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8152
8153         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8154         compatibility with old .newsrc.eld files.
8155
8156         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8157
8158         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8159
8160         * gnus-start.el (gnus-1): do.
8161
8162         * gnus-group.el (gnus-group-line-format-alist): do.
8163
8164         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8165
8166         * gnus-gl.el: Remove.
8167
8168 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8169
8170         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8171         marks consisting of a single range {for example, (3 . 5)} rather
8172         than a list of a single range { ((3 . 5)) }.
8173
8174 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8175
8176         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8177         with-current-buffer.
8178         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8179         avoid consing a string.
8180
8181         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8182         Remove obsolete entries for big5 and gb2312.
8183
8184 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8185
8186         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8187         uncompressed list.
8188
8189 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8190
8191         * spam-stat.el (spam-stat-strip-xref): New function.
8192         (spam-stat-process-directory): Use it.
8193
8194         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8195         here -- it's done in message-fetch-field.
8196
8197 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8198
8199         * gnus-agent.el (gnus-agent-queue-mail,
8200         gnus-agent-prompt-send-queue): New variables.
8201         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8202         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8203         "nndraft:queue" along to gnus-draft-send.  Use
8204         gnus-agent-prompt-send-queue.
8205         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8206         is "nndraft:queue".  Suggested by Gaute Strokkenes
8207         <gs234@srcf.ucam.org>
8208
8209         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8210         (agent-enable-undownloaded-faces): Added
8211         (gnus-agent-cat-groups): Use eval-and-compile, not
8212         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
8213         method of gnus-agent-cat-groups even when the buffer has been
8214         evaled.
8215         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
8216         delete gnus-agent-save-active-1.
8217         (gnus-agent-save-groups): Deleted. Identical to
8218         gnus-agent-save-active.
8219         (gnus-agent-write-active): No longer adjust agent's copy of active
8220         file as agent's adjustments are now stored in their own
8221         file. Removed optional parameter.
8222         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
8223         servers.  Add use of min/max range limits from server's local
8224         file.
8225         (gnus-agent-save-alist): Removed unused optional argument.
8226         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
8227         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
8228         (gnus-agent-set-local): A per-server file that keeps min/max range
8229         limits for articles known to the agent.  Provides a fast mechanism
8230         for altering many active ranges.
8231         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
8232         active file (local makes it unnecessary).
8233         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
8234
8235         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
8236         (agent-enable-undownloaded-faces): Added
8237
8238         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
8239         disable it when sending to "nndraft:queue".
8240         (gnus-group-send-queue): Add safety check to avoid sending queue
8241         when unplugged.
8242
8243         * gnus-group.el (gnus-group-catchup): Use new
8244         gnus-sequence-of-unread-articles, not
8245         gnus-list-of-unread-articles, to avoid exhausting memory with huge
8246         numbers of articles.  Use gnus-range-map to avoid having to
8247         uncompress the unread list.
8248         (gnus-group-archive-directory,
8249         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
8250         reference.
8251
8252         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
8253         (gnus-sorted-range-intersection): Intersection of two ranges
8254         without requiring that they first be uncompressed.
8255
8256         * gnus-start.el (gnus-activate-group): Unless blocked by the
8257         caller, possibly expand the active range to include both cached
8258         and agentized articles.
8259         (gnus-convert-old-newsrc): Rewrote in anticipation of having
8260         multiple version-dependent converters.
8261         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
8262         gnus-agent-save-active.
8263         (gnus-save-newsrc-file): Save dirty agent range limits.
8264
8265         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
8266         gnus-agent-possibly-alter-active.
8267         (gnus-adjust-marked-articles): Faster handling of simple lists
8268
8269 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
8270
8271         * spam-stat.el (spam-stat-test-directory): New optional argument
8272         displays a list of files detected.  Suggested by Andrew Cohen
8273         <cohen@andy.bu.edu>.
8274         (spam-stat-buffer-words-with-scores): Don't narrow and change
8275         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
8276
8277 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
8278
8279         * spam.el (gnus-summary-mode-map): make spam-generic-score the
8280         default scoring function
8281         (spam-generic-score): calls spam-spamassassin-score if
8282         spam-use-spamassassin or spam-use-spamassassin-headers is on;
8283         spam-bogofilter-score otherwise.
8284
8285         From Hubert Chan <hubert@uhoreg.ca>:
8286
8287         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
8288         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
8289         (spam-spamassassin-arguments)
8290         (spam-spamassassin-spam-flag-header)
8291         (spam-spamassassin-positive-spam-flag-header)
8292         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
8293         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
8294         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8295         (spam-list-of-processors, spam-list-of-checks)
8296         (spam-list-of-statistical-checks, spam-registration-functions)
8297         (spam-check-spamassassin-headers, spam-check-spamassassin)
8298         (spam-spamassassin-score)
8299         (spam-spamassassin-register-with-sa-learn)
8300         (spam-spamassassin-register-spam-routine)
8301         (spam-spamassassin-register-ham-routine)
8302         (spam-assassin-register-spam-routine)
8303         (spam-assassin-register-ham-routine): add SpamAssassin support
8304         (spam-bogofilter-score): fix to show article before scoring
8305
8306         * gnus.el (spam-process, spam-autodetect-methods): add
8307         spamassassin and spamassassin-headers
8308
8309         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8310         Suppress unnecessary messages.  From Nevin Kapur
8311         <nkapur@cs.caltech.edu>.
8312
8313 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
8314
8315         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
8316         make-hash-table.
8317
8318 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * canlock.el (base64-encode-string): Don't autoload it.
8321
8322 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8323
8324         * run-at-time.el: Remove useless (require 'itimer),
8325         eval-and-compile and (featurep 'xemacs).
8326
8327 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
8328
8329         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
8330         GROUP is a virtual group.
8331
8332 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
8333
8334         * gnus.el: Autoload `message-y-or-n-p'.
8335
8336 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
8337
8338         * pgg-parse.el: Remove unnecessary (require 'custom).
8339
8340         * pgg-def.el: do.
8341
8342         * nnmail.el: do.
8343
8344         * gnus-undo.el: do.
8345
8346         * gnus-picon.el: do.
8347
8348         * gnus-util.el: do.
8349
8350 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * gnus-sum.el (gnus-pick-line-number): Add autoload.
8353
8354 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
8357         handle, as well as a list.
8358
8359         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
8360         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
8361         (mm-w3m-cid-retrieve): Simplify.
8362
8363 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
8364
8365         * message.el (message-kill-to-signature): Allow prefix arg to
8366         specify number of lines to keep before signature.  From Vasily
8367         Korytov.
8368         (message-kill-to-signature): Change docstring.
8369
8370 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * canlock.el: Always require sha1-el.
8373         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
8374
8375         * message.el: Autoload sha1 only when compiling.
8376
8377         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
8378         eudc-expand-inline for XEmacs.
8379
8380 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * message.el (message-canlock-generate): Require sha1-el.
8383
8384 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
8385
8386         * message.el (message-expand-name): Silence the byte compiler.
8387
8388         * lpath.el: Add detect-coding-system.
8389
8390         * dgnushack.el (dgnushack-compile): Remove obsolete check for
8391         cus-edit.
8392
8393 2004-01-13  Simon Josefsson  <jas@extundo.com>
8394
8395         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
8396         Invoke gnus-score-mode.  Reported by
8397         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8398
8399         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
8400         Jim Blandy <jimb@redhat.com> (tiny change).
8401
8402 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8403
8404         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
8405
8406 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
8407
8408         * spam.el (spam-get-article-as-string): updated to use
8409         gnus-request-article-this-buffer, much simpler
8410         (spam-get-article-as-buffer): removed
8411
8412 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
8413
8414         * message.el (message-expand-name): Use EUDC if the user uses
8415         that.
8416
8417 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
8418
8419         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
8420         character for the encoding to avoid consing a string.
8421
8422         * rfc2047.el (rfc2047-decode-string): Don't cons a string
8423         unnecessarily.
8424
8425         * mm-util.el (mm-replace-chars-in-string): Remove.
8426
8427         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
8428         of mm-replace-chars-in-string.
8429
8430 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
8431
8432         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
8433         strings.
8434
8435         * mm-util.el (mm-subst-char-in-string): Support inplace.
8436
8437         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
8438         a new string in every iteration.  Use shy groups.
8439
8440 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
8441
8442         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
8443         (gnus-group-change-level, gnus-kill-newsgroup)
8444         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
8445         (gnus-get-unread-articles, gnus-make-articles-unread)
8446         (gnus-make-ascending-articles-unread): Use accessor
8447         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
8448         to get group information for improved readability.
8449
8450         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
8451
8452         * gnus-soup.el (gnus-soup-group-brew): do.
8453
8454         * gnus-msg.el (gnus-put-message): do.
8455
8456         * gnus-move.el (gnus-group-move-group-to-server): do.
8457
8458         * gnus-kill.el (gnus-batch-score): do.
8459
8460         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
8461         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
8462         (gnus-group-update-group, gnus-group-read-group)
8463         (gnus-group-make-group, gnus-group-make-help-group)
8464         (gnus-group-make-archive-group, gnus-group-make-directory-group)
8465         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
8466         (gnus-group-sort-by-unread, gnus-group-catchup)
8467         (gnus-group-unsubscribe-group, gnus-group-kill-group)
8468         (gnus-group-yank-group, gnus-group-set-info)
8469         (gnus-group-list-groups): do.
8470
8471         * gnus.el (gnus-generate-new-group-name): do.
8472
8473         * gnus-delay.el (gnus-delay-send-queue): do.
8474
8475         * nnvirtual.el (nnvirtual-catchup-group): do.
8476
8477         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
8478         do.
8479
8480         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
8481         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
8482
8483         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
8484         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
8485         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
8486         (gnus-group-make-articles-read): do.
8487
8488 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8489
8490         * gnus-art.el (article-decode-mime-words, article-babel)
8491         (gnus-article-highlight-signature, gnus-article-add-buttons)
8492         (gnus-signature-toggle): Use gnus-with-article-buffer.
8493
8494         * gnus-art.el (gnus-article-highlight-headers)
8495         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
8496
8497         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
8498         (gnus-article-set-globals, gnus-request-article-this-buffer)
8499         (gnus-button-message-id, gnus-article-maybe-hide-headers)
8500         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
8501         (gnus-mime-display-alternative): Use with-current-buffer.
8502
8503 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8504
8505         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
8506         also under 80 char limit, and call gnus-error if needed
8507         (spam-fetch-article-header): finally fixed - it was a
8508         buffer-local variable (gnus-newsgroup-data)
8509         (spam-find-spam): use spam-generate-fake-headers, forget about
8510         spam-insert-fake-headers
8511         (spam-insert-fake-headers): removed
8512
8513 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8514
8515         * deuglify.el (gnus-article-outlook-unwrap-lines)
8516         (gnus-outlook-rearrange-article)
8517         (gnus-outlook-repair-attribution-outlook)
8518         (gnus-outlook-repair-attribution-block)
8519         (gnus-outlook-repair-attribution-other): Remove redundant
8520         save-excursion.
8521
8522 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8523
8524         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
8525         (spam-fetch-field-subject-fast)
8526         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
8527         (spam-fetch-article-header): new functions to deal with Gnus
8528         internals for fast retrieval of article header data
8529         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
8530
8531 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
8532
8533         * pop3.el (pop3-md5): Remove.
8534         (pop3-apop): Replace pop3-md5 with md5.
8535
8536         * mm-bodies.el: base64 is always built-in.
8537
8538         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
8539         with-current-buffer.
8540
8541 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8542
8543         * canlock.el (canlock-insert-header): Remove excessive grouping in
8544         regexp.
8545
8546         * gnus-sum.el (gnus-summary-read-document): Ditto.
8547
8548         * gnus-uu.el (gnus-uu-part-number): Ditto.
8549
8550         * html2text.el (html2text-remove-tags): Ditto.
8551         (html2text-format-tags): Ditto.
8552         (html2text-format-single-elements): Ditto.
8553
8554         * mml.el (mml-parse-1): Ditto.
8555
8556 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8557
8558         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
8559
8560         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
8561
8562         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
8563
8564         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
8565
8566 2003-11-15  Simon Josefsson  <jas@extundo.com>
8567
8568         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
8569         (pgg-gpg-lookup-key): Use regexp match instead of
8570         split-string (split-string is different between emacs 21.2 and
8571         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
8572
8573 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
8574
8575         * gnus-art.el (gnus-mime-view-all-parts)
8576         (gnus-article-part-wrapper, gnus-article-view-part): Use
8577         with-current-buffer.
8578
8579 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8580
8581         * spam.el (spam-disable-spam-split-during-ham-respool)
8582         (spam-spamoracle-database, spam-cache-lookups)
8583         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
8584         (spam-group-ham-mark-p, spam-group-spam-mark-p)
8585         (spam-group-ham-marks, spam-group-spam-marks)
8586         (spam-group-spam-contents-p, spam-group-ham-contents-p)
8587         (spam-list-of-processors, spam-list-of-statistical-checks): doc
8588         fix, also add spam-use-blackholes to the statistical checks
8589         (spam-fetch-field-fast): new interface to fetching fields, may
8590         become a macro
8591         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
8592         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
8593         (spam-insert-fake-headers): fake an article when needed
8594         (spam-find-spam): fake article when possible
8595         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
8596         (spam-check-bogofilter-headers): use message-fetch-field instead
8597         of nnmail-fetch-field
8598
8599 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8600
8601         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
8602
8603 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
8604
8605         * spam.el (spam-split): do not require spam-use-CHECK to be
8606         enabled if that check is passed to spam-split explicitly; also
8607         fix so 'spam doesn't get converted to spam-split-group when
8608         spam-split-symbolic-return is t
8609         (spam-find-spam): find registrations of the article and use those
8610         instead of re-running spam-split to find the spam/ham
8611         classification of the article
8612         (spam-log-processing-to-registry, spam-log-registered-p)
8613         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8614         use gnus-error instead of gnus-message
8615         (spam-log-registration-type): new function to determine the
8616         classification of a message based on registry entries; will
8617         return nil if both 'spam and 'ham are found
8618         (spam-check-BBDB): expand all the BBDB macros here so we can have
8619         a reasonably fast local cache without the loading errors
8620         (spam-cache-lookups): set to t by default
8621         (spam-find-spam): don't try to guess spam-cache-lookups
8622         (spam-enter-whitelist, spam-enter-blacklist): also clear the
8623         spam-caches entry
8624         (spam-filelist-build-cache, spam-filelist-check-cache): better
8625         caching of whitelist/blacklist entries
8626         (spam-check-whitelist, spam-check-blacklist): invoke
8627         spam-from-listed-p with a type, not a cache variable
8628         (spam-from-listed-p): wrap around spam-filelist-check-cache
8629
8630 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8631
8632         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
8633
8634         * nnmail.el (nnmail-split-fancy): do.
8635
8636         * mml.el (mml-parse): do.
8637
8638         * gnus-score.el (gnus-enter-score-words-into-hashtb)
8639         (gnus-score-adaptive): do.
8640
8641 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
8644         (gnus-mime-button-map): Don't set keymap parent.
8645         (gnus-button-ctan-directory-regexp): Use shy grouping.
8646         (gnus-prev-page-map): Don't set keymap parent.
8647         (gnus-prev-page-map): Remove duplicated one.
8648         (gnus-next-page-map): Don't set keymap parent.
8649         (gnus-mime-security-button-map): Ditto.
8650
8651         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
8652         version number.
8653
8654         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
8655
8656 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * canlock.el (canlock-sha1-function): Remove.
8659         (canlock-sha1-function-for-verify): Remove.
8660         (canlock-openssl-program): Remove.
8661         (canlock-openssl-args): Remove.
8662         (canlock-ignore-errors): Remove.
8663         (canlock-sha1-with-openssl): Remove.
8664         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
8665         (canlock-verify): Don't use canlock-ignore-errors.
8666
8667         * sha1-el.el (sha1-string-external): Make it can return a string
8668         in binary form.
8669         (sha1-region-external): Ditto.
8670         (sha1-string-internal): Ditto.
8671         (sha1-region-internal): Ditto.
8672         (sha1-region): Ditto.
8673         (sha1-string): Ditto.
8674         (sha1): Ditto.
8675
8676 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8677
8678         * spam.el (spam-report-articles-gmane): New command.
8679
8680 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * gnus.el: Don't make unnecessary *Group* buffer when loading.
8683
8684         * run-at-time.el (run-at-time-saved): Remove.
8685         (run-at-time): Doc fix.
8686
8687 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8688
8689         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
8690         (gnus-summary-limit-map): Add it.
8691         (gnus-summary-make-menu-bar): do.
8692
8693 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
8694
8695         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
8696         first attempt at some caching support (done for BBDB only now)
8697         (spam-find-spam): set spam-cache-lookups if there are more than 2
8698         addresses to be checked
8699         (spam-clear-cache-BBDB): new function, to be invoked by
8700         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
8701         (spam-check-BBDB): check and use the caches, if
8702         spam-cache-lookups is on
8703         remove superfluous (provide)
8704
8705 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8706
8707         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
8708
8709 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
8710
8711         * run-at-time.el (run-at-time-saved): Move to after the definition
8712         of `run-at-time'.
8713
8714         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
8715
8716 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
8719         mm-w3m-local-map-property.
8720
8721         * mm-view.el (mm-w3m-mode-map): Remove.
8722         (mm-w3m-local-map-property): Remove.
8723         (mm-inline-text-html-render-with-w3m): Don't use
8724         mm-w3m-local-map-property.
8725
8726 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8727
8728         * run-at-time.el: New file.
8729
8730         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
8731         under Emacs.
8732
8733         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
8734         of gnus-set-text-properties.
8735
8736         * gnus-uu.el (gnus-uu-save-article): Ditto.
8737
8738         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
8739
8740         * gnus-cite.el (gnus-cite-parse): Ditto.
8741
8742         * gnus-art.el (gnus-button-push): Use set-text-properties instead
8743         of gnus-.
8744
8745         * gnus-xmas.el (run-at-time): Require run-at-time.
8746
8747         * gnus.el: Changed calls to nnheader-run-at-time and
8748         password-run-at-time throughout to use run-at-time directly.
8749
8750         * password.el: Removed definition of run-at-time.
8751
8752         * nnheaderxm.el: Remove definition of run-at-time.
8753
8754 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
8755
8756         * mml.el (mml-minibuffer-read-disposition): Show attachment type
8757         in prompt.
8758
8759 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
8760
8761         * messagexmas.el (message-xmas-redefine): Alias
8762         `message-make-caesar-translation-table' to
8763         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
8764         version.
8765
8766         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
8767         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
8768         `gnus-xmas-set-text-properties'.
8769         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
8770         `gnus-xmas-completing-read'.
8771         (gnus-xmas-completing-read): Removed.
8772         (gnus-xmas-open-network-stream): Removed.
8773
8774         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
8775         XEmacs version.
8776
8777         * dns.el (dns-make-network-process): Use `open-network-stream'
8778         instead of `gnus-xmas-open-network-stream'.
8779
8780         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
8781
8782         * .cvsignore: Add auto-autoloads.el, custom-load.el.
8783
8784 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
8785
8786         * gnus-art.el (gnus-mime-display-alternative)
8787         (gnus-insert-mime-button, gnus-insert-mime-security-button)
8788         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
8789         Don't use gnus-local-map-property.
8790
8791         * gnus-util.el (gnus-local-map-property): Remove.
8792
8793         * mm-view.el (mm-view-pkcs7-decrypt): Replace
8794         gnus-completing-read-maybe-default with completing-read.
8795
8796         * gnus-util.el (gnus-completing-read): do.
8797         (gnus-completing-read-maybe-default): Remove.
8798
8799 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
8800
8801         * password.el: Only autoload `run-at-time' if not XEmacs.
8802         Only autoload the itimer functions if XEmacs.
8803
8804 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
8807         XEmacsen.
8808
8809         * dgnushack.el: Autoload executable-find for XEmacs.
8810
8811 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
8812
8813         * gnus-art.el (gnus-read-string): Remove.
8814         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
8815         read-string.
8816
8817 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
8818
8819         * netrc.el: autoload password-read
8820         (netrc): new configuration group
8821         (netrc-encoding-method, netrc-openssl-path): configuration
8822         variables for encoding and decoding of files with symmetric
8823         ciphers
8824         (netrc-encode): assistant function to encode a file with
8825         netrc-encoding-method
8826         (netrc-parse): added interactive parameter, added optional
8827         decoding if netrc-encoding-method is non-nil but otherwise
8828         behavior is standard
8829         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
8830         s/encode/encrypt/ everywhere
8831
8832         * spam.el: remove executable-find autoload
8833
8834 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
8835
8836         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
8837
8838         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
8839
8840 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8841
8842         * gnus-art.el (gnus-treat-ansi-sequences,
8843         article-treat-ansi-sequences): New variable and function.
8844         Suggested by Dan Jacobson <jidanni@jidanni.org>.
8845
8846         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
8847         Use it.
8848
8849 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
8850
8851         * mm-util.el (mm-quote-arg): Remove.
8852
8853         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
8854         shell-quote-argument.
8855
8856         * gnus-uu.el (gnus-uu-command): do.
8857
8858         * gnus-sum.el (gnus-summary-insert-pseudos): do.
8859
8860         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
8861         with make-char.
8862
8863         * mm-util.el (mm-make-char): Remove.
8864
8865         * mml.el (mml-mode): Replace gnus-add-minor-mode with
8866         add-minor-mode.
8867
8868         * gnus-undo.el (gnus-undo-mode): do.
8869
8870         * gnus-topic.el (gnus-topic-mode): do.
8871
8872         * gnus-sum.el (gnus-dead-summary-mode): do.
8873
8874         * gnus-start.el (gnus-slave-mode): do.
8875
8876         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
8877
8878         * gnus-ml.el (gnus-mailing-list-mode): do.
8879
8880         * gnus-gl.el (gnus-grouplens-mode): do.
8881
8882         * gnus-draft.el (gnus-draft-mode): do.
8883
8884         * gnus-dired.el (gnus-dired-mode): do.
8885
8886         * gnus-ems.el (gnus-add-minor-mode): Remove.
8887
8888         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
8889         Replace gnus-char-width with char-width.
8890
8891         * gnus-ems.el (gnus-char-width): Remove.
8892
8893         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
8894         Replace gnus-char-width with char-width.
8895
8896         * gnus-ems.el (gnus-char-width): Remove.
8897
8898         * spam-stat.el (with-syntax-table): Remove with-syntax-table
8899         definition.
8900         Remove Emacs 20 hash table compatibility code.
8901
8902         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
8903         20 compatibility code.
8904
8905         * spam.el (spam-point-at-eol): Replace with point-at-eol.
8906
8907         * smime.el (smime-point-at-eol): Replace with point-at-eol.
8908
8909         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
8910         with point-at-{eol,bol}.
8911
8912         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
8913
8914         * imap.el (imap-point-at-eol): Replace with point-at-eol.
8915
8916         * flow-fill.el (fill-flowed-point-at-bol,
8917         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
8918
8919         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
8920         Replace with point-at-{eol,bol} throughout all files.
8921
8922 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * ntlm.el (ntlm-string-as-unibyte): New macro.
8925         (ntlm-build-auth-response): Use it.
8926
8927         Remove Emacs 20 stuff:
8928         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
8929         (butlast, mapc, remove): Remove the compiler macros.
8930         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
8931         of delq and copy-sequence.
8932         * gnus-art.el (popup-menu): Remove the compiler macro.
8933         * nnmail.el (nnmail-split-fancy): Don't support customizing with
8934         Emacs 20.
8935
8936 2004-01-05  Simon Josefsson  <jas@extundo.com>
8937
8938         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
8939         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
8940         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
8941         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
8942         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
8943         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
8944         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
8945         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
8946         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
8947         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
8948         ntlm-string-permute, string-lshift into ntlm-string-lshift,
8949         string-xor into ntlm-string-xor.  Suggested by
8950         Jesper Harder <harder@myrealbox.com>.
8951
8952         * ntlm.el: Don't include poem.
8953
8954         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
8955         Jesper Harder <harder@myrealbox.com>.
8956
8957         * sasl-ntlm.el, ntlm.el, md4.el: New files.
8958
8959         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
8960         probably breaks emacs with DL patch, but do we care? Is anyone
8961         still using the DL stuff?)
8962
8963         * sieve-manage.el: Use the password package.
8964         (sieve-manage-read-passwd): Remove.
8965         (sieve-manage-interactive-login): Use password.  Re-add
8966         condition-case around loop.
8967
8968         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
8969         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
8970         the password package.
8971
8972 2003-02-19  Simon Josefsson  <jas@extundo.com>
8973
8974         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
8975         token.
8976
8977 2002-08-07  Simon Josefsson  <jas@extundo.com>
8978
8979         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
8980         (sieve-manage-authenticators):
8981         (sieve-manage-authenticator-alist): Add some SASL mechs.
8982         (sieve-sasl-auth): New function.
8983         (sieve-manage-cram-md5-auth):
8984         (sieve-manage-plain-auth): Rewrite using SASL library.
8985         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
8986         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
8987         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
8988         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
8989
8990 2004-01-05  Simon Josefsson  <jas@extundo.com>
8991
8992         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
8993         New files.
8994
8995 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8996
8997         * gnus-group.el (gnus-no-groups-message): Update.
8998
8999         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9000
9001 2003-11-09  Simon Josefsson  <jas@extundo.com>
9002
9003         * imap.el: Support for ID IMAP extension (RFC 2971).
9004         (imap-local-variables): Add imap-id.
9005         (imap-id): New variable.
9006         (imap-id): New function.
9007         (imap-parse-response): Parse untagged ID response.
9008         * nnimap.el (nnimap-id): New variable.
9009         (nnimap-open-connection): Use it.
9010
9011 2003-12-28  Simon Josefsson  <jas@extundo.com>
9012
9013         * gnus-score.el (gnus-score-edit-all-score): New.
9014         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9015
9016 2004-01-04  Simon Josefsson  <jas@extundo.com>
9017
9018         * password.el: Add.
9019
9020 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
9021
9022         * dns.el: Add support for AAAA records (see RFC 3596)
9023
9024         * Fix typo PRT -> PTR
9025
9026         * Parse MX, PTR and SOA replies (see RFC 1035)
9027
9028 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9029
9030         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9031
9032         * Moved to Changelog.2.
9033
9034 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9035
9036         * gnus.el (gnus-version-number): Bump version.
9037
9038 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9039
9040         * gnus.el: No Gnus v0.1 is released.
9041
9042 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9043
9044         * gnus.el: No Gnus v0.0 is released.
9045
9046 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047
9048         * gnus.el (gnus-version-number): Bump.
9049         (gnus-version): No.
9050
9051 See ChangeLog.2 for earlier changes.
9052
9053     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9054   Copying and distribution of this file, with or without modification,
9055   are permitted provided the copyright notice and this notice are preserved.
9056
9057 ;; Local Variables:
9058 ;; coding: iso-2022-7bit
9059 ;; fill-column: 79
9060 ;; End:
9061
9062 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4