* pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
[gnus] / lisp / ChangeLog
1 2003-10-27  Simon Josefsson  <jas@extundo.com>
2
3         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
4         parameter key, overrides the key id used to store passphrase
5         under (uses true key id from gpg output if nil).
6         (pgg-gpg-encrypt-region): Search for passphrase using user suplied
7         string STR, instead of (pgg-lookup-key STR t).
8         (pgg-gpg-encrypt-region): Store passphrase under user suplied
9         string, instead of real key id taken from gpg output.
10         (pgg-gpg-decrypt-region): Likewise.
11         (pgg-gpg-sign-region): Likewise.
12         * pgg.el (pgg-decrypt-region): Don't set pgg-default-user-id.
13
14 2003-10-27  Romain FRANCOISE  <romain@orebokech.com>
15
16         * gnus-art.el (gnus-article-goto-prev-page): Doc fix. 
17
18 2003-10-27  Simon Josefsson  <jas@extundo.com>
19
20         * mm-bodies.el (mm-body-encoding): Don't use QP when message body
21         only consists of short lines and ASCII, when
22         mm-use-ultra-safe-encoding.  Refer to 'About foo' thread in
23         gnus-bug, e.g. <ilullrg4k7p.fsf@extundo.com>, for more discussion.
24         This make it possible to pipe the raw RFC 822 message into 'gpg'
25         and have the signature work.  Potential problem: what if message
26         contain data that would be dash-escaped by OpenPGP
27         implementations? Then PGP 2.x might not be able to parse the raw
28         RFC 822 message correctly.  If that problem is worth fixing, it
29         should be fixed by detecting the situation, instead of applying QP
30         to everything.  Based on discussion with "John A. Martin"
31         <jam@jamux.com>.
32
33 2003-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
34
35         * spam.el (spam-mark-spam-as-expired-and-move-routine)
36         (spam-ham-copy-or-move-routine): don't ask when deleting copied
37         articles, and use move instead of copy when possible
38         (spam-split): added the option of specifying a string as a
39         spam-split parameter; such a string will override
40         spam-split-group temporarily.
41
42         * nnmail.el (nnmail-cache-insert): protect from nil message IDs,
43         but should we do something else?
44
45         * gnus-registry.el (gnus-registry-spool-action): protect from nil
46         message IDs
47
48 2003-10-26  Simon Josefsson  <jas@extundo.com>
49
50         * gnus-art.el (gnus-button-alist): Allow & in mailto URLs.
51         (gnus-header-button-alist): Likewise.
52         (gnus-url-mailto): Handle ?to parameters.  Replace \r\n with \n.
53         Reverse parameter list to use same order as in the URL.  Reported
54         by f95-msv@f.kth.se (M\e,Ae\e(Brten Svantesson).
55
56 2003-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
57
58         * spam.el (spam-move-spam-nonspam-groups-only): documentation fix
59         for the variable
60
61 2003-10-25  Steve Youngs  <sryoungs@bigpond.net.au>
62
63         * Makefile.in (clean-some): Remove auto-autoloads.* and
64         custom-load.* as well.
65         (distclean): Ditto.
66
67         * dgnushack.el (dgnushack-make-load): Add a local vars section to
68         the dummy gnus-load.el.
69
70 2003-10-24  Teodor Zlatanov  <tzz@lifelogs.com>
71
72         * spam.el (spam-ham-copy-or-move-routine): do not delete if copy
73         is t, also don't intepret the list of groups as a list of lists
74         (spam-mark-spam-as-expired-and-move-routine)
75         (spam-ham-copy-or-move-routine): delete articles only if 1 or
76         more groups were specified (and "copy" was not specified for
77         spam-ham-copy-or-move-routine) (fixed twice)
78
79 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * nndoc.el (nndoc-guess-type): Reverse the sort order.  Suggested
82         by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
83         (nndoc-dissect-buffer): Don't miss even-numbered articles.
84
85 2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>
86
87         * dgnushack.el (dgnushack-gnus-load-file): Set to
88         "auto-autoloads.el" if building with XEmacs.
89         (dgnushack-cus-load-file): Set to "custom-load.el" if building
90         with XEmacs.
91         (dgnushack-make-cus-load): We don't delete the resulting file if
92         building with XEmacs so byte-compile it.
93         (dgnushack-make-load): When building with XEmacs do nothing except
94         byte-compile the autoload file and create a dummy gnus-load.el
95         file. 
96
97 2003-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * message.el (message-make-fqdn): Bind case-fold-search.
100         Suggested by Christopher Richards <richards@CS.Princeton.EDU>.
101
102 2003-10-23  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         * gnus.el (spam-process-destination, ham-process-destination):
105         allow multiple groups as a choice
106
107         * spam.el (spam-check-blackholes): remove "[IP address]"
108         requirement, now just "IP address" is enough for detection for
109         blackhole checking
110         (spam-check-blackholes): oops, the dots were not escaped
111         (spam-mark-spam-as-expired-and-move-routine): added multiple group
112         support (multiple copies, then delete)
113         (spam-ham-copy-routine): new function
114         (spam-ham-move-routine): new function
115         (spam-ham-copy-or-move-routine): new function (used to be
116         spam-ham-move-routine), handle multiple groups
117         (spam-summary-prepare-exit): call the new functions
118
119 2003-10-23  Simon Josefsson  <jas@extundo.com>
120
121         * flow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
122
123 2003-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
124
125         * gnus-art.el (gnus-emphasis-strikethru): Use the :strike-through
126         attribute in Emacs.
127
128 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * message.el (message-bounce): Don't erase except bounced header.
131
132 2003-10-21  Teodor Zlatanov  <tzz@lifelogs.com>
133
134         * spam.el (spam-reverse-ip-string): new function to reverse an IP
135         address in a string
136         (spam-check-blackholes): use spam-reverse-ip-string
137
138 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * gnus-art.el (gnus-narrow-to-page): Clear as well as set the
141         value for gnus-page-broken.
142
143         * gnus-sum.el (gnus-summary-beginning-of-article): Use
144         gnus-break-pages instead of gnus-page-broken.
145         (gnus-summary-end-of-article): Use gnus-break-pages instead of
146         gnus-page-broken; narrow to the end of a page beforehand.
147         (gnus-summary-toggle-header): Use gnus-break-pages instead of
148         gnus-page-broken; remove delimiter buttons unless gnus-break-pages
149         is non-nil.
150
151 2003-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * gnus-picon.el (gnus-picon-transform-address): Protect against
154         errors. 
155
156 2003-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
157
158         * gnus-msg.el (nnspool-rejected-article-hook): Remove defvar.
159         (xemacs-codename): Move defvar to gnus-util.el.
160
161         * gnus-util.el (xemacs-codename): Defvar when compiling.
162
163 2003-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * spam-report.el (spam-report-url-ping-plain): Include a
166         User-Agent. 
167
168         * gnus-msg.el (gnus-extended-version): Use it.
169
170         * gnus-util.el (gnus-emacs-version): Separated out into own
171         function. 
172
173 2003-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
174
175         * message.el (message-mode-field-menu): Added
176         message-generate-unsubscribed-mail-followup-to.
177         (message-forward-subject-fwd): Avoid double "Fwd: "
178         (message-change-subject): Added comment.
179
180 2003-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
181
182         * gnus-sum.el (gnus-nov-parse-line): Remove condition-cases.
183
184         * mml.el (mml-insert-mime): Quote mml.
185
186 2003-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * gnus-sum.el (gnus-remove-odd-characters): Use
189         mm-subst-char-in-string instead of subst-char-in-string.
190         (gnus-summary-refer-article): Use gnus-replace-in-string instead
191         of replace-regexp-in-string.
192
193 2003-10-19  Jesper Harder  <harder@ifa.au.dk>
194
195         * gnus-uu.el (gnus-uu-uustrip-article): Really strip directory
196         from file name.
197
198 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
199
200         * gnus-sum.el (gnus-summary-save-parts-last-directory): Default
201         to mm-default-directory.
202         (gnus-summary-save-parts-1): Use mm-file-name-rewrite-functions.
203
204 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * pop3.el (pop3-read-response): Check whether the process is
207         alive. 
208
209         * gnus-sum.el (gnus-summary-refer-article): Strip spaces.
210
211         * rfc2047.el (rfc2047-encode-region): Do error out on invalid
212         strings. 
213
214         * nntp.el (nntp-retrieve-headers-with-xover): Get error messages
215         right. 
216
217         * gnus-agent.el (gnus-agent-read-servers): Remove sit-for.
218
219         * gnus-art.el (article-treat-dumbquotes): Doc fix.
220
221         * message.el (message-field-value): New function.
222         (message-insert-disposition-notification-to): Use Reply-To, too.
223
224         * imap.el (imap-mailbox-status): Upcase STATUS commands. 
225
226         * gnus-sum.el (gnus-remove-odd-characters): New function.
227         (gnus-nov-parse-line): Use it.
228
229 2003-10-18  Matt Swift  <swift@alum.mit.edu>
230
231         * mm-decode.el (mm-inline-media-tests): Recognize pjpeg as jpeg. 
232
233 2003-10-18  Romain FRANCOISE  <romain@orebokech.com>
234
235         * message.el (message-forward-make-body): does both
236         m-f-make-body-mml and m-f-make-body-plain, resulting in a strange
237         message buffer.
238
239 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * gnus-art.el (gnus-narrow-to-page): Only break page if it's
242         broken.
243
244         * nnrss.el (nnrss-find-rss-via-syndic8): Return nil if xml-rpc
245         isn't available.
246
247         * message.el (message-hidden-headers): Doc fix.
248
249 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
250
251         * gnus-msg.el (gnus-summary-resend-message-edit): Avoid error when
252         fields aren't found.
253
254 2003-10-18  Simon Josefsson  <jas@extundo.com>
255
256         * message.el (message-forward-make-body-plain)
257         (message-forward-make-body-mime, message-forward-make-body-mml)
258         (message-forward-make-body-digest-plain)
259         (message-forward-make-body-digest-mime)
260         (message-forward-make-body-digest): New, derived from
261         message-forward-make-body.
262         (message-forward-make-body): Use them.
263         (message-forward-show-mml): New default 'best.
264         (message-forward-make-body): Support it.
265
266 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
267
268         * gnus-art.el (gnus-article-mode): Set gnus-page-broken to nil.
269         (gnus-article-prepare): Don't set to t.
270         (gnus-narrow-to-page): Set to t if we break.
271
272 2003-06-11  Daniel N\e,Ai\e(Bri  <dne@mayonnaise.net>
273
274         * message.el (message-resend): Generate Resent-Message-ID header.
275
276 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * gnus-art.el (gnus-article-next-page): Don't go to the next line
279         before checking end-of-buffer.
280         (gnus-mime-delete-part): Don't insert parts twice.
281
282 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
283
284         * gnus-art.el (article-update-date-lapsed): Make sure point
285         doesn't move around (much).
286
287 2003-07-28  Vasily Korytov  <deskpot@myrealbox.com>
288
289         * mail-source.el (mail-source-keyword-map): List "cur" before
290         "new" for maildirs.
291
292 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * gnus-sum.el (gnus-summary-enter-digest-group): ogroup, nor
295         group. 
296
297         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use the parent
298         name for gcc-self.
299         (gnus-inews-insert-archive-gcc): Paren mistake.
300
301         * gnus-sum.el (gnus-summary-enter-digest-group): Add
302         parent-group. 
303
304         * gnus-art.el (gnus-ignored-headers): Add more headers.
305
306         * rfc2047.el (rfc2047-encode): See which encoding is shorter --
307         base64 or QP.
308
309         * nnmail.el (nnmail-article-group): Default to "bogus".
310
311         * mail-source.el (mail-source-delete-incoming): Change to nil.
312
313 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
314
315         * mail-source.el (mail-source-fetch-imap): Fix mismatched parens.
316
317 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
318
319         * mail-source.el (defvar): Add post/pre/scripts.
320         (mail-source-fetch-imap): Use them.
321
322         * nndraft.el (nndraft-request-move-article): Fix infinite
323         recursion. 
324
325         * gnus-group.el (gnus-group-mark-regexp): Jump to groups.
326
327 2003-10-16  Ed L. Cashin  <ecashin@uga.edu>
328
329         * imap.el (imap-interactive-login): Set imap-password to nil if
330         login fails.
331
332 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * message.el (message-inserted-headers): New variable.
335         (message-mode): Make local.
336         (message-mode): Set all the local action variables to nil.      
337
338 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
339
340         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
341         (mm-w3m-safe-url-regexp): Doc fix.
342
343 2003-10-12  Jesper Harder  <harder@ifa.au.dk>
344
345         * gnus-sum.el (gnus-summary-respool-query): Don't narrow to head,
346         it's done by nnmail-article-group.
347
348         * gnus-uu.el (gnus-uu-grab-articles): Fix misplaced parens.
349         From Mark Hood <markhood@speakeasy.net> (tiny change)
350
351 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
352
353         * mm-decode.el (mm-file-name-delete-gotchas): Avoid infloop in
354         XEmacs.
355
356 2003-10-10  Teodor Zlatanov  <tzz@lifelogs.com>
357
358         * spam.el (spam-initialize): new function, does the spam-face
359         update and all the hooks, replaces spam-install-hooks-function
360
361         * gnus-registry.el (gnus-registry-initialize): new autoloaded
362         function to explicitly initialize the registry
363
364 2003-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * mm-decode.el (mm-w3m-safe-url-regexp): Doc fix.
367
368         * mm-view.el (mm-w3m-mode-map): Doc fix.
369         (mm-inline-text-html-render-with-w3m): Add a comment.
370
371 2003-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus-group.el: Remove superfluous eval-when-compiles.
374
375 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
376
377         * gnus-group.el (gnus-group-suspend): Reset gnus-backlog-articles.
378
379 2003-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * dns.el (query-dns): Don't error out on malformed resolv files.
382
383 2003-10-06  Jesper Harder  <harder@ifa.au.dk>
384
385         * gnus.el (gnus-group-faq-directory): Update .tw entry.  From
386         Albert Chun-Chieh Huang <mr894348@cs.nthu.edu.tw>
387
388 2003-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
389
390         * spam.el (spam-check-blackholes): exit the loop if matches are
391         found (idea from Adrian Lanz <lanz@fowi.ethz.ch>)
392         (spam-check-bogofilter-headers, spam-check-blackholes, spam-check-BBDB)
393         (spam-from-listed-p): use nnmail-fetch-field instead of message-fetch-field
394         
395
396 2003-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * mm-decode.el (mm-attachment-file-modes): Change the default
399         value into 384 from ?\600 which doesn't mean an integer in XEmacs.
400
401 2003-10-03  Jesper Harder  <harder@ifa.au.dk>
402
403         * mm-decode.el (mm-file-name-delete-control)
404         (mm-file-name-delete-gotchas): New functions.
405         (mm-file-name-rewrite-functions): Use them.
406         (mm-attachment-file-modes): New option.
407         (mm-save-part-to-file): Use it.
408
409 2003-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
410
411         * spam.el (spam-install-hooks-function): Added Autoload cookie.
412
413 2003-10-02  Jesper Harder  <harder@ifa.au.dk>
414
415         * pgg-def.el (pgg-default-keyserver-address): Change to
416         subkeys.pgp.net.  From Michael Shields <shields@msrl.com>
417
418 2003-10-01  Simon Josefsson  <jas@extundo.com>
419
420         * message.el (message-idna-to-ascii-rhs-1): RHS can be terminated
421         by ',', as in 'foo@example.org, bar@example.org'.
422
423 2003-10-01  Jesper Harder  <harder@ifa.au.dk>
424
425         * message.el (message-send): Fix reversed logic of supersedes
426         check.
427
428 2003-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
429
430         * gnus-art.el (gnus-article-view-part-as-charset): Doc fix,
431         suggested by Norbert Koch <viteno@xemacs.org>.
432
433 2003-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * gnus-topic.el (gnus-topic-goto-missing-topic): Revert 2003-02-09
436         change in order to correct the position where an invisible topic
437         (because gnus-topic-display-empty-topics is nil) may be inserted.
438
439 2003-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
440
441         * message.el (message-ignored-supersedes-headers): Add X-Payment.
442
443 2003-09-20  Jesper Harder  <harder@ifa.au.dk>
444
445         * rfc2047.el (rfc2047-encode): Limit line length to 76 characters.
446
447 2003-09-20  Simon Josefsson  <jas@extundo.com>
448
449         * tls.el (tls-process-connection-type): Doc fix.
450
451         * imap.el (imap-starttls-open): Rewrite, should support both old
452         starttls.el and new starttls.el that uses GNUTLS.
453
454 2003-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * gnus-art.el (gnus-treat-display-x-face): Use set-default instead
457         of custom-set-default which isn't available in old XEmacsen.
458
459 2003-09-17  Jesper Harder  <harder@ifa.au.dk>
460
461         * gnus-msg.el (gnus-summary-resend-message-edit): Don't convert
462         to MML.  MIME -> MML -> MIME does not work for PGP/MIME.
463
464         * message.el (message-bounce, message-forward-show-mml): do.
465         
466 2003-09-13  Jesper Harder  <harder@ifa.au.dk>
467
468         * rfc2047.el (rfc2047-charset-encoding-alist): Add viscii.
469         (rfc2047-encode): Add factors for big5, gb2312 and euc-kr.
470
471         * nnweb.el (nnweb-google-parse-1): Fix parsing.
472
473 2003-09-12  Jesper Harder  <harder@ifa.au.dk>
474
475         * gnus-group.el (gnus-group-fetch-control): ISC changed
476         compression from .Z to .gz.
477
478         * rfc2047.el (rfc2047-header-encoding-alist): Add "Approved" to
479         address-mime.
480
481 2003-09-11  Jesper Harder  <harder@ifa.au.dk>
482
483         * rfc2047.el (rfc2047-encode): Restrict encoded-words to 75
484         characters.
485
486 2003-09-10  Jesper Harder  <harder@ifa.au.dk>
487
488         * gnus.el (gnus-group-charter-alist): Update.
489
490 2003-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
491
492         * spam-report.el: use mm-url.el functions for external URL
493         loading when the built-in HTTP GET is insufficient (e.g. proxies
494         are in the way).  From Eric Knauel
495         <knauel@informatik.uni-tuebingen.de>.
496         (spam-report-url-ping-function): new option, defaults to the
497         built-in HTTP GET (spam-report-url-ping-plain)
498         (spam-report-url-ping): calls spam-report-url-ping-function now
499         (spam-report-url-ping-plain): new function, does what
500         spam-report-url-ping used to do
501         (spam-report-url-ping-mm-url): function that delegates to
502         mm-url.el (autoloaded)
503
504 2003-09-08  Teodor Zlatanov  <tzz@lifelogs.com>
505
506         * gnus-registry.el (gnus-registry-delete-id): function to
507         completely delete an ID, including all the cache hashtables
508         (gnus-registry-delete-group): use gnus-registry-delete-id
509         (gnus-registry-simplify-subject): only run if the argument is a
510         string, return nil otherwise
511
512 2003-09-07  Jesper Harder  <harder@ifa.au.dk>
513
514         * gnus-msg.el (gnus-summary-resend-bounced-mail): Docstring fix.
515
516 2003-09-05  Teodor Zlatanov  <tzz@lifelogs.com>
517
518         * gnus-registry.el (gnus-registry-split-fancy-with-parent): yet
519         another error *sigh*
520
521         * gnus-registry.el (gnus-registry-fetch-extra-entry): don't use
522         puthash unless gnus-registry-entry-caching is on
523         (gnus-registry-split-fancy-with-parent): misplaced parenthesis
524         made everything a part of the 'else'
525         (gnus-registry-save): used 'entry-caching' instead of 'caching'
526
527 2003-09-05  Jesper Harder  <harder@ifa.au.dk>
528
529         * gnus-art.el (gnus-button-alist): Improve Info regexp.
530
531 2003-09-04  Teodor Zlatanov  <tzz@lifelogs.com>
532
533         * gnus-registry.el: added brief explanation of basics
534         (gnus-registry-track-extra): new variable for tracking of message
535         subjects
536         (gnus-registry-entry-caching): caching parameter, used for extra
537         data
538         (gnus-registry-minimum-subject-length): minimum subject length
539         before it's considered when tracing subjects
540         (gnus-registry-save): accomodate extra data entry caching
541         (gnus-registry-action): change function name, add the subject and
542         pass it to gnus-registry-add-group
543         (gnus-registry-spool-action): change function name, add the
544         subject and pass it to gnus-registry-add-group
545         (gnus-registry-split-fancy-with-parent): add subject tracking
546         (gnus-registry-register-message-ids): pass subject to
547         gnus-registry-add-group
548         (gnus-registry-simplify-subject)
549         (gnus-registry-fetch-simplified-message-subject-fast): new
550         functions
551         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry): add
552         extra data entry caching
553         (gnus-registry-add-group): handle the extra subject parameter
554         (gnus-registry-install-hooks, gnus-registry-unload-hook): fix the
555         gnus-register-* function names
556
557         * nnmail.el (nnmail-cache-insert): add subject parameter, pass it
558         on to the nnmail-spool-hook
559
560         * nnbabyl.el (nnbabyl-request-accept-article): added subject to
561         nnmail-cache-insert call
562
563         * nndiary.el (nndiary-request-accept-article): added subject to
564         nnmail-cache-insert call
565
566         * nnfolder.el (nnfolder-request-accept-article): added subject to
567         nnmail-cache-insert call
568
569         * nnimap.el (nnimap-split-articles): added subject to
570         nnmail-cache-insert call
571         (nnimap-request-accept-article): added subject to
572         nnmail-cache-insert call
573
574         * nnmbox.el (nnmbox-request-accept-article): added subject to
575         nnmail-cache-insert call
576
577         * nnmh.el (nnmh-request-accept-article): added subject to
578         nnmail-cache-insert call
579
580         * nnml.el (nnml-request-accept-article): added subject to
581         nnmail-cache-insert call
582
583 2003-09-04  Jesper Harder  <harder@ifa.au.dk>
584
585         * gnus-art.el (gnus-button-handle-info-url)
586         (gnus-button-handle-info-url-gnome)
587         (gnus-button-handle-info-url-kde, gnus-button-alist): Handle GNOME
588         and KDE style Info URLs.
589
590         * gnus-util.el (gnus-url-unhex-string): Don't replace "+" with " ".
591
592 2003-09-02  Jesper Harder  <harder@ifa.au.dk>
593
594         * rfc2047.el (rfc2047-fold-region): Don't fold at the beginning
595         of the field.
596
597 2003-09-01  Simon Josefsson  <jas@extundo.com>
598
599         * mml.el (mml-insert-mime-headers-always): New variable.
600         (mml-insert-mime-headers): Use it.  Based on (tiny) patch from
601         Lars Balker Rasmussen <lars@balker.org>.
602
603 2003-08-30  Simon Josefsson  <jas@extundo.com>
604
605         * mail-source.el (mail-source-fetch-imap): Pass correct buffer to
606         imap-open, reverts 2003-03-17 change.  Reverse remove before
607         calling gnus-compress-sequence.  From Gaute Strokkenes
608         <gs234@srcf.ucam.org> (tiny change).
609
610 2003-08-29  Simon Josefsson  <jas@extundo.com>
611
612         * gnus-group.el (gnus-group-delete-group): Doc fix.  Suggested by
613         Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>.
614
615 2003-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * gnus-art.el (article-display-x-face): Make it possible to set
618         the gnus-article-x-face-command variable to the lambda form.
619
620 2003-08-27  Simon Josefsson  <jas@extundo.com>
621
622         * mm-decode.el (mm-remove-part): Try to kill external displayers
623         cleanly first (if it refuses, C-g aborts loop and kill process
624         unconditionally).  Also make sure process is dead before we remove
625         the files it may be using.  Reported by David Coe
626         <davidc@debian.org>.
627
628 2003-08-27  Jesper Harder  <harder@ifa.au.dk>
629
630         * gnus-cache.el (gnus-cache-generate-active): Fix bug in
631         replacement.  From Vagn Johansen <v@johansen.mail.dk> (tiny
632         change).
633
634 2003-08-25  Katsumi Yamaoka  <yamaoka@jpl.org>
635
636         * gnus-art.el: Don't use defvaralias.
637         (gnus-treat-display-x-face): Warn if the obsolete variable
638         `gnus-treat-display-xface' exists.
639
640 2003-08-25  Jesper Harder  <harder@ifa.au.dk>
641
642         * gnus-art.el (gnus-treat-display-face): Fix typo.
643         (gnus-treat-display-xface): Rename to gnus-treat-display-x-face
644         (reported by Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>)
645
646 2003-08-24  Jesper Harder  <harder@ifa.au.dk>
647
648         * gnus-art.el (gnus-header-button-alist, gnus-button-alist): Fix
649         type.
650
651 2003-08-22  Jesper Harder  <harder@ifa.au.dk>
652
653         * message.el (message-make-forward-subject-function): Fix
654         customize mismatch.
655
656         * gnus.el (gnus-message-archive-method): do.
657
658 2003-08-20  Reiner Steib  <Reiner.Steib@gmx.de>
659
660         * gnus.el (gnus-read-group): Offer to continue only if the invalid
661         char is `/' and add more information for the user.
662
663         * gnus-art.el (gnus-button-alist): Add `+' (gnus-button-handle-man).
664         (gnus-header-button-alist): Added `In-Reply-To'.
665
666         * nnimap.el (nnimap-open-connection): Allow different user names
667         on the same server (and in the same authinfo file).
668
669 2003-08-20  Jesper Harder  <harder@ifa.au.dk>
670
671         * gnus-sieve.el (gnus-sieve-crosspost): Fix type.
672
673         * message.el (message-make-forward-subject-function): Add
674         message-forward-subject-name-subject to choices.
675
676         * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit):
677         Redisplay article after editing.
678
679 2003-08-20  Simon Josefsson  <jas@extundo.com>
680
681         * gnus.el (gnus-read-group): Added check to ask confirmation if
682         Group name contains invalid character. You can use '/' in IMAP,
683         but not in filenames. G m cannot know what the user is creating,
684         so let user decide. See thread m2oeysiev3.fsf@naima.lensflare.org.
685         Tiny patch from letters@hotpop.com (Jari Aalto+mail.linux).
686
687 2003-08-13  Reiner Steib  <Reiner.Steib@gmx.de>
688
689         * gnus-score.el (gnus-summary-score-effect): Fix interactive use.
690
691 2003-08-10  Teodor Zlatanov  <tzz@lifelogs.com>
692
693         * gnus-draft.el (gnus-draft-send-all-messages): ask if all drafts
694         should be sent unless gnus-expert-user is on
695
696 2003-08-09  Jesper Harder  <harder@ifa.au.dk>
697
698         * pgg-gpg.el (pgg-gpg-extra-args): Fix customization type.
699
700 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
701
702         * pgg-gpg.el (pgg-gpg-process-region): Bind
703         default-enable-multibyte-characters to nil.
704
705 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
706
707         * canlock.el (canlock-password): Fix customization type.
708         (canlock-password-for-verify): Ditto.
709         * deuglify.el (gnus-outlook-deuglify-unwrap-min): Ditto.
710         (gnus-outlook-deuglify-unwrap-max): Ditto.
711         (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
712         * gnus-sum.el (gnus-sum-thread-tree-root): Ditto.
713         (gnus-sum-thread-tree-false-root): Ditto.
714         (gnus-sum-thread-tree-single-indent): Ditto.
715         * message.el (message-archive-note): Ditto.
716         (message-subscribed-address-file): Ditto.
717         (message-user-fqdn): Ditto.
718         * spam-report.el (spam-report-gmane-regex): Ditto.
719         * spam.el (spam-blackhole-good-server-regex): Ditto.
720
721         * gnus-start.el (gnus-save-killed-list): Fix last change.
722         * message.el (message-courtesy-message): Ditto.
723
724 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
725
726         * gnus-art.el (gnus-header-face-alist): Revert previous change.
727         (gnus-header-newsgroups-face): Explain that it's only used for
728         crossposts.
729
730 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * gnus-registry.el (gnus-registry-max-entries): Fix customization
733         type.
734         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
735         * gnus.el (gnus-refer-article-method): Ditto.
736         * message.el (message-courtesy-message): Ditto.
737
738 2003-08-06  Jesper Harder  <harder@ifa.au.dk>
739
740         * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry.
741         From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch)
742
743 2003-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
744
745         * gnus-start.el (gnus-save-killed-list): Fix customization type.
746         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
747         * gnus.el (gnus-use-long-file-name): Ditto.
748
749 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
750
751         * gnus-group.el (gnus-group-rename-group): Don't allow renaming to
752         an existing name.
753
754         * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
755
756         * nnmail.el (nnmail-large-newsgroup): Docstring fix.
757
758         * nntp.el (nntp-large-newsgroup): do.
759
760         * nnspool.el (nnspool-large-newsgroup): do.
761
762         * gnus-cus.el (gnus-group-parameters): Typo.
763
764 2003-07-31  Simon Josefsson  <jas@extundo.com>
765
766         * mml-sec.el (mml-signencrypt-style-alist): Use separate S/MIME
767         method by default (revert partial 2003-07-10 patch).
768
769 2003-07-28  Dave Love  <fx@gnu.org>
770
771         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el: Require cl when compiling.
772
773 2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
774
775         * gnus-registry.el (gnus-registry-install): add an initial
776         registry read to the loading when gnus-registry-install is set
777
778 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
779
780         * flow-fill.el (fill-flowed): Empty lines separate paragraphs
781         even if the preceding line ends with a soft break.  Tiny patch
782         from Mark Thomas <swoon@bellatlantic.net>.
783
784 2003-07-25  Teodor Zlatanov  <tzz@lifelogs.com>
785
786         * spam.el (spam-use-regex-body, spam-regex-body-spam) 
787         (spam-regex-body-ham): new variables, default to nil/empty/empty
788         (spam-install-hooks): added spam-use-regex-body to list or
789         pre-install conditions
790         (spam-list-of-checks): added spam-use-regex-body and
791         spam-check-regex-body to list of checks
792         (spam-list-of-statistical-checks): added spam-use-regex-body to
793         list of statistical checks
794         (spam-check-regex-body): invokes spam-check-regex-headers with
795         appropriate variable masking
796         (spam-check-regex-headers): changes to print "body" or "header"
797         where appropriate
798
799 2003-07-25  Jesper Harder  <harder@ifa.au.dk>
800
801         * smime.el (smime-ask-passphrase): Use read-passwd rather than
802         comint-read-noecho.  The former is more secure.
803
804 2003-07-24  Teodor Zlatanov  <tzz@lifelogs.com>
805
806         * gnus-registry.el (gnus-registry-cache-whitespace): make "adding
807         whitespace" message level 5 instead of 4
808         (gnus-registry-clean-empty-function): new function to remove empty
809         registry entries
810         (gnus-registry-clean-empty): new variable to enable cleaning the
811         registry when saving it by calling gnus-registry-clean-empty-function
812
813         * spam.el (spam-summary-prepare-exit): use spam-process-ham-in-spam-groups
814         (spam-process-ham-in-spam-groups): new variable
815
816 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
817
818         * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
819
820         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
821         from 2003-04-03 to fix security problem.  See
822         http://www.debian.org/security/2003/dsa-339
823
824 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
825
826         * gnus.el (gnus-install-group-spam-parameters): add the
827         gnus-ticked-mark to the possible choices of ham marks
828
829         * spam.el (spam-process-ham-in-nonham-groups): new variable
830         (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
831
832 2003-07-23  Jesper Harder  <harder@ifa.au.dk>
833
834         * rfc2047.el (rfc2047-header-encoding-alist): Add Mail-Followup-To
835         and Mail-Copies-To to address-mime.
836         (rfc2047-narrow-to-field): Use rfc2047-point-at-bol.
837
838 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
839
840         * mm-util.el (mm-coding-system-priorities): Docstring improvement.
841
842 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
843
844         * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
845         the right place.
846
847 2003-07-14  Simon Josefsson  <jas@extundo.com>
848
849         * mail-source.el (mail-source-fetch-imap): Don't assume
850         imap-error-text returns something.
851
852 2003-07-12  Nevin Kapur  <kapur@mts.jhu.edu>
853
854         * nnimap.el (nnimap-request-newgroups): Use the pattern in
855         nnimap-list-pattern instead of "*".
856
857 2003-07-10  Simon Josefsson  <jas@extundo.com>
858
859         * mml-sec.el (mml-signencrypt-style-alist): Use "combined" by
860         default.  Improve docstring.
861
862 2003-07-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
863
864         * imap.el (imap-arrival-filter): Fix test for missing process
865         buffer.
866
867 2003-07-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
868         From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
869
870         * imap.el (imap-wait-for-tag): Clarify comment.  Use timeout zero
871         for second, after-process-has-died, accept-process-output.
872         (imap-arrival-filter): If PROC has no buffer, do nothing.
873
874 2003-07-09  Jesper Harder  <harder@ifa.au.dk>
875
876         * flow-fill.el: Docstring and message fixes.
877
878         * deuglify.el: do.
879
880         * gnus-int.el: do.
881
882         * gnus-msg.el: do.
883
884         * gnus-util.el: do.
885
886         * gnus-draft.el: do.
887
888         * gnus-start.el: do.
889
890         * gnus.el: do.
891
892         * gnus-group.el: do.
893
894         * gnus-art.el: do.
895
896         * gnus-sum.el: do.
897
898         * mail-source.el (mail-source-movemail): Handle non-numerical
899         return values.
900
901 2003-07-08  Jesper Harder  <harder@ifa.au.dk>
902
903         * mailcap.el (mailcap-parse-args-syntax-table)
904         (mailcap-viewer-passes-test): Docstring fix.
905
906         * mm-bodies.el (mm-long-lines-p): Docstring fix.
907
908         * mm-decode.el (mm-w3m-safe-url-regexp, mm-verify-option)
909         (mm-decrypt-option, mm-handle-set-external-undisplayer)
910         (mm-file-name-replace-whitespace): Docstring fix.
911
912         * mm-uu.el (mm-uu-emacs-sources-regexp): Docstring fix.
913         (mm-uu-pgp-signed-test): Fix message.
914
915         * mml.el (mml-tweak-sexp-alist): Docstring fix.
916         (mml-parse-1, mml-insert-mime-headers): Fix message.
917
918         * message.el (message-archive-header)
919         (message-subscribed-address-functions)
920         (message-subscribed-addresses, message-subscribed-regexps)
921         (message-canlock-generate)
922         (message-generate-new-buffer-clone-locals): Docstring fixes.
923
924 2003-07-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
925
926         * imap.el (imap-wait-for-tag): After the process has died, look
927         for more output still pending.  From Gaute B Strokkenes
928         <gs234@cam.ac.uk> (tiny patch).
929
930 2003-07-07  Teodor Zlatanov  <tzz@lifelogs.com>
931
932         * spam.el (spam-bogofilter-score): redisplay article normally
933         after spam-bogofilter-score is called
934
935 2003-07-06  Jesper Harder  <harder@ifa.au.dk>
936
937         * message.el (message-send-mail-with-sendmail): Handle
938         non-numeric return values.
939
940         * gnus-sum.el (gnus-print-buffer): Apply emphasis.
941         From Michael Piotrowski <mxp@dynalabs.de> (tiny change).
942
943         * gnus-start.el (gnus-clear-system): Revert change from
944         2003-06-19.
945
946 2003-07-04  Dave Love  <fx@gnu.org>
947
948         * rfc2047.el (rfc2047-q-encode-region): Exclude especials from
949         characters not encoded, and make the list more legible.
950
951 2003-07-04  Jesper Harder  <harder@ifa.au.dk>
952
953         * message.el (message-make-from): Revert change from 2002-01-08.
954
955 2003-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * nnheader.el (nnheader-init-server-buffer): Don't add
958         nntp-server-buffer to list of Gnus buffers.
959
960 2003-06-25  Teodor Zlatanov  <tzz@lifelogs.com>
961
962         * spam.el (spam-parse-list): prevent empty ("") strings
963
964 2003-06-24  Teodor Zlatanov  <tzz@lifelogs.com>
965
966         * spam.el (spam-parse-list): use gnus-extract-address-components
967         instead of ietf-drums-parse-addresses
968         (spam-from-listed-p): let* was unnecessary
969
970 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * gnus-ems.el (gnus-put-image): Mark the right text segment with
973         gnus-image-category. 
974
975         * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
976         native groups.
977
978         * gnus-topic.el (gnus-group-prepare-topics): Update topic line
979         format specs.
980
981         * gnus-picon.el: Written by moi, moi, moi.
982
983         * gnus-group.el (gnus-group-kill-group): Clean up.
984
985 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
986
987         * spam.el (spam-from-listed-p, spam-parse-list): use
988         ietf-drums-parse-addresses to extract the address portion of the
989         whitelist/blacklist file if it looks like an address can be found
990
991 2003-06-23  Didier Verna  <didier@xemacs.org>
992
993         * gnus-ems.el (gnus-put-image): New argument CATEGORY. Add it as a
994         text property.
995         (gnus-remove-image): New argument CATEGORY. Only remove if
996         category matches.
997         * gnus-xmas.el (gnus-xmas-put-image):
998         (gnus-xmas-remove-image): Ditto, with extents.
999         * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
1000         gnus-[xmas-]remove-image.
1001         (article-display-face): Don't always act as a toggle. Call
1002         `gnus-put-image' with CATEGORY argument.
1003         (article-display-x-face): Call `gnus-put-image' with CATEGORY
1004         argument.
1005         * smiley.el (smiley-region): Ditto.
1006         * gnus-fun.el (gnus-display-x-face-in-from): Ditto.
1007         * gnus-picon.el (gnus-picon-insert-glyph): Ditto.
1008         (gnus-treat-mail-picon): Don't always act as a toggle.
1009         * gnus-picon.el (gnus-treat-newsgroups-picon): Ditto.
1010
1011 2003-06-23  Didier Verna  <didier@xemacs.org>
1012
1013         * gnus-art.el (article-display-face): Check for existence of the
1014         original article buffer before switching to it.
1015
1016 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1017
1018         * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
1019         Dan Jacobson <jidanni@jidanni.org>.
1020
1021         * mm-view.el (mm-inline-message): Bind
1022         gnus-original-article-buffer to the buffer in the mml handle
1023         holding the message.
1024
1025 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * message.el (sender, from): No need to bind them.
1028
1029 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1030
1031         * spam.el (spam-enter-list): search-forward specified wrong
1032
1033 2003-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * gnus-art.el: Comment fix.
1036
1037 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1038
1039         * gnus-msg.el (gnus-configure-posting-styles): Remove unused
1040         variable.  From Jan Rychter <jan@rychter.com>.
1041
1042         * spam.el (spam-spamoracle-learn): insert-string is obsolete.
1043
1044 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1045
1046         * spam.el (spam-enter-list): do not enter duplicate addresses into
1047         the whitelist/blacklist
1048
1049 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
1050
1051         * nnheader.el (nnheader-init-server-buffer): Add
1052         nntp-server-buffer to gnus-buffers.
1053
1054         * gnus-start.el (gnus-clear-system): Now we don't need to kill
1055         nntp-server-buffer separately.
1056
1057 2003-06-18  Didier Verna  <didier@xemacs.org>
1058
1059         * gnus-art.el (article-display-face): Correctly toggle between
1060         display and hiding. Handle multiple Face headers.
1061
1062 2003-06-17  Dave Love  <fx@gnu.org>
1063
1064         * nnimap.el: Require cl when compiling.
1065
1066         * message.el (message-fix-before-sending): Reinstate nullifying
1067         the invisible text property.
1068         (sender, from): Defvar when compiling.
1069         (message-is-yours-p): Remove autoload cookie.
1070
1071 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
1072
1073         * gnus-util.el (gnus-extract-address-components): Added
1074         doc-string.
1075
1076 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1077
1078         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
1079         overview when using compressed files.  From Michael Albinus
1080         <Michael.Albinus@alcatel.de>.
1081
1082 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
1085         Message-ID from In-Reply-To header.
1086
1087 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * message.el (message-is-yours-p): Narrow to head; extract from
1090         and sender by itself.
1091         (message-cancel-news, message-supersede): Remove useless things.
1092
1093 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
1094
1095         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
1096         `gnus-article-emulate-mime'.
1097
1098 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1099         From Tommi Vainikainen <thv+gnus@iki.fi>.
1100
1101         * message.el (message-is-yours-p): New function.  Separated common
1102         code from message-cancel-news and message-supersede.  Added
1103         matching code which uses message-alternative-emails regexp as last
1104         resort.
1105         (message-cancel-news, message-supersede): Use message-is-yours-p.
1106
1107 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1108
1109         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
1110         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
1111
1112 2003-06-12  Dave Love  <fx@gnu.org>
1113
1114         * nnheader.el (nnheader-functionp): Deleted.
1115
1116         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
1117         defvar.
1118         (nnmail-version): Deleted.
1119         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
1120         nnheader-functionp.
1121
1122 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
1123
1124         * spam.el (spam-check-bogofilter-headers): fix for when the score
1125         is requested but the message is not spam
1126
1127 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
1128         From Eric
1129         <knauel@informatik.uni-tuebingen.de>
1130
1131         * spam.el (spam-use-spamoracle): new variable
1132         (spam-install-hooks): add spamoracle to the list of conditions
1133         for activation of spam-install-hooks
1134         (spam-spamoracle): new variable customization group
1135         (spam-spamoracle, spam-spamoracle): new variables
1136         (spam-group-spam-processor-spamoracle-p)
1137         (spam-group-ham-processor-spamoracle-p): new functions
1138         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
1139         (spam-list-of-checks, spam-list-of-statistical-checks): add
1140         spam-use-spamoracle
1141         (spam-check-spamoracle, spam-spamoracle-learn)
1142         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
1143
1144         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
1145         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
1146         (spam-process, ham-process): added spamoracle spam/ham processors
1147
1148 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
1149
1150         * message.el (message-beginning-of-line): Docstring improvement.
1151         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
1152
1153 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
1156         gnus-summary-display-buttonized t]
1157
1158 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1159
1160         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
1161         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
1162
1163 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
1164
1165         * message.el (message-beginning-of-line): Docstring improvement.
1166
1167 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
1168
1169         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
1170         groups correctly.
1171
1172 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1173         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1174
1175         * message.el (message-fetch-field): Augment documentation to state
1176         the narrowed-to-headers restriction.
1177         (message-change-subject, message-reduce-to-to-cc)
1178         (message-generate-unsubscribed-mail-followup-to)
1179         (message-insert-importance-high, message-insert-importance-low)
1180         (message-insert-or-toggle-importance)
1181         (message-insert-disposition-notification-to): Narrow to headers
1182         before calling message-fetch-field or message-remove-header.
1183
1184 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1185
1186         * gnus-registry.el (gnus-registry-trim): fix for when
1187         gnus-registry-max-entries is nil
1188
1189 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * qp.el (quoted-printable-decode-region): Don't error out on
1192         malformed text.
1193
1194 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
1197         strings.
1198
1199 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
1200
1201         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
1202         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
1203         change)
1204
1205 2003-06-03  Dave Love  <fx@gnu.org>
1206
1207         * gnus-soup.el (gnus-soup-send-packet): Don't use
1208         message-functionp.
1209
1210         * gnus.el (gnus-agent-cache): Doc fix.
1211         (gnus-other-frame): Quote lambda used as hook.
1212
1213         * message.el: Doc fixes.
1214         (message-functionp): Deleted.  Callers changed.
1215         (message-fix-before-sending): Highlight with overlays.  Clarify
1216         `illegible text' messages.
1217         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
1218         compiling.
1219         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
1220
1221 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1222
1223         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
1224         option.
1225         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
1226
1227         * message.el (message-fetch-field): Mention narrow-to-headers
1228         requirement.
1229
1230 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
1231
1232         * gnus-xmas.el (gnus-xmas-create-image): Use
1233         insert-file-contents-literally.  From: Eric Eide
1234         <eeide@cs.utah.edu>
1235
1236 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
1237
1238         * gnus-registry.el (gnus-registry-fetch-group): always return the
1239         short name of the group
1240
1241 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
1242
1243         * gnus-cus.el (defvar): Silence byte-compiler warnings.
1244
1245         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
1246
1247 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
1248
1249         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
1250         rather than gnus-display-mime-function.
1251
1252 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
1253
1254         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
1255         (gnus-registry-add-group): use it
1256         (gnus-registry-trim-articles-without-groups): new variable
1257         (gnus-registry-delete-group): use it
1258         (gnus-registry-unload-hook): uninstall all the hooks
1259
1260         * spam.el (spam-install-hooks-function, spam-unload-hook): new
1261         functions so users that load spam.el for customization don't get
1262         all the hooks installed
1263         (spam-install-hooks): new variable, set to t by default if user
1264         has one of the spam-use-* variables set
1265
1266         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
1267         functions so users that load spam-stat.el for customization don't get
1268         all the hooks installed
1269
1270 2003-05-30  Dave Love  <fx@gnu.org>
1271
1272         * rfc2047.el (rfc2047-decode): Don't use
1273         mm-with-unibyte-current-buffer.
1274
1275         * qp.el (quoted-printable-decode-string): Use
1276         mm-with-unibyte-buffer.
1277
1278 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
1279
1280         * gnus-registry.el (gnus-registry-save): allow forced saving even
1281         when registry is not dirty.  Use gnus-registry-trim to shorten the
1282         gnus-registry-alist.
1283         (gnus-registry-max-entries): new variable
1284         (gnus-registry-trim): new function, trim gnus-registry-alist to
1285         size gnus-registry-max-entries, sorting by entry mtime so the
1286         newest entries stick around
1287
1288         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
1289         just one specific variable, allow a list of specific variables
1290
1291 2003-05-28  Dave Love  <fx@gnu.org>
1292
1293         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
1294         end of region.
1295
1296 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
1297
1298         * lpath.el: Add put-char-table and get-char-table.
1299
1300 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
1301
1302         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
1303         (gnus-registry-save, gnus-registry-read)
1304         (gnus-registry-store-extra, gnus-registry-clear): use it (note
1305         that gnus-registry-store-extra is invoked for all modifications to
1306         set the mtime, so gnus-registry-dirty only needs to be set there)
1307
1308 2003-05-23  Simon Josefsson  <jas@extundo.com>
1309
1310         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
1311         message-sender.
1312
1313         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
1314
1315         * message.el (message-use-idna): Ditto.
1316
1317 2003-05-20  Dave Love  <fx@gnu.org>
1318
1319         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
1320         (rfc2047-q-encode-region): Don't use it.
1321         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
1322         rfc2047-encoding-type to `mime'.
1323         (rfc2047-encode-string, rfc2047-encode): Doc fix.
1324
1325 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
1326
1327         * message.el (message-send-mail): Don't insert a courtesy copy
1328         notice in base64 encoded messages.
1329
1330 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1331
1332         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
1333         marks if the destination group is not auto-expirable.
1334
1335 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * dgnushack.el (assq-delete-all): Removed the compiler macro.
1338
1339 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
1340
1341         * gnus-agent.el (gnus-agentize): Updated documentation to match
1342         usage.
1343         (gnus-agent-expire-group-1): Do not skip over a group when the
1344         force argument is set.
1345         * gnus.el (gnus-agent): Updated documentation to reflect that
1346         gnus-agent now defaults to t.
1347
1348 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349
1350         * gnus.el (gnus-version-number): Bump.
1351
1352 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1353
1354         * gnus.el: Gnus v5.10.2 is released.
1355
1356 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * mail-source.el (mail-source-delete-incoming): Changed to t.
1359
1360         * rfc2047.el (rfc2047-syntax-table): Funcall.
1361
1362         * lpath.el ((featurep 'xemacs)): Added set-char-table-range.
1363         ((featurep 'xemacs)): No, don't.
1364
1365         * rfc2047.el (rfc2047-encodable-p): Use the header charset.
1366
1367         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
1368         leave-hidden.
1369
1370 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
1371
1372         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
1373         patch.)
1374
1375 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * gnus-registry.el (gnus-registry-store-extra-entry): Use
1378         gnus-assq-delete-all.
1379
1380         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
1381
1382         * message.el (message-ignored-bounced-headers): Add Delivered-To.
1383
1384         * gnus-sum.el (gnus-summary-find-next): Indent.
1385         (gnus-summary-find-prev): Ditto.
1386         (gnus-summary-catchup): Doc fix.
1387         (gnus-summary-mark-current-read-and-unread-as-read): New function.
1388         (gnus-summary-catchup): Really mark after point.
1389
1390         * gnus-util.el (gnus-user-date): Use %d instead of %m.
1391         (gnus-user-date): Use floating point time so that we don't get
1392         overflows.
1393
1394         * gnus-sum.el (gnus-summary-local-variables): Clean up.
1395
1396         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
1397         since none of the other image things do.
1398
1399 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
1402
1403 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * lpath.el: Fbind find-coding-system.
1406
1407         * dgnushack.el (dgnushack-make-load): Remove redundant format call
1408         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
1409         * pop3.el (pop3-movemail): Ditto.
1410
1411 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
1412
1413         * gnus.el (gnus-agent): Docstring fix.
1414
1415 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
1416
1417         * gnus-registry.el (gnus-registry-install): new variable
1418         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry)
1419         (gnus-registry-store-extra-entry, gnus-registry-delete-group)
1420         (gnus-registry-add-group): add a modification timestamp to each entry
1421         (gnus-registry-install-hooks): new function
1422
1423 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1424
1425         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
1426         (gnus-agent-cat-disable-undownloaded-faces): New function.
1427         Accessor for new agent property
1428         'agent-disable-undownloaded-faces'.
1429         gnus-cus.el (gnus-agent-parameters): Added
1430         agent-disable-undownloaded-faces and corrected documentation.
1431         (gnus-agent-cat-prepare-category-field,
1432         gnus-agent-customize-category): Changed to avoid creating free
1433         references to each field's symbol.
1434         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
1435         (gnus-select-newgroup): Initialize it.
1436         (gnus-summary-highlight-line): Use it.
1437
1438 2003-05-12  Dave Love  <fx@gnu.org>
1439
1440         * mm-util.el (mm-read-charset): Deleted.
1441         (mm-coding-system-mime-charset): New.
1442         (mm-read-coding-system, mm-mule-charset-to-mime-charset)
1443         (mm-charset-to-coding-system, mm-mime-charset)
1444         (mm-find-mime-charset-region): Use it.
1445         (mm-default-multibyte-p): Fix non-mule case.
1446
1447         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
1448         and compile.
1449         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
1450         (rfc2047-unfold-region): Delete unused var `leading'.
1451
1452 2003-05-12  Simon Josefsson  <jas@extundo.com>
1453
1454         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
1455         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
1456         <scop@xemacs.org>.
1457
1458 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
1461         space.
1462
1463 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
1464
1465         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
1466         washing etc.
1467         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
1468
1469         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
1470         `mime-parts'.
1471
1472 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
1473
1474         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
1475         work.  Update mode-line.
1476
1477 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * gnus.el (gnus-logo-color-alist): Added no colours.
1480
1481 2003-05-09  Dave Love  <fx@gnu.org>
1482
1483         * utf7.el (mm-util): Require.
1484         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
1485         Defconst, not defvar.
1486         (utf7-utf-16-coding-system): New.
1487         (utf7-encode-internal): Hoist concat out of loop.
1488         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
1489         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
1490         case.
1491         (utf7-latin1-u16-char-converter): Encode the region.
1492         (utf7-u16-latin1-char-converter): Decode the region.
1493         (utf7-encode, utf7-decode): Fix multibyteness.
1494
1495         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
1496         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
1497         (mm-uu-yenc-decode-function): Defvar when compiling.
1498         (mm-encode-body, mm-decode-body): Doc fix.
1499
1500 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1501
1502         * gnus-registry.el (gnus-registry-unregistered-group-regex):
1503         removed in favor of the group/topic/global variables
1504         (gnus-registry-register-message-ids): fixed test to omit
1505         gnus-registry-unregistered-group-regex
1506
1507         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
1508         gnus-registry-headers-alist from the list
1509         (gnus-registry-headers-alist): removed
1510         (registry-ignore): new parameter, with accompanying
1511         gnus-registry-ignored-groups global variable
1512
1513         * gnus-start.el (gnus-clear-system): no need to clear the
1514         registry, we can do it ourselves
1515         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
1516         used by gnus-registry.el
1517
1518         * gnus-registry.el (gnus-registry-cache-file): new file variable
1519         (gnus-registry-cache-read, gnus-registry-cache-save): new
1520         functions
1521         (gnus-registry-cache-whitespace): new function.  From Dan
1522         Christensen <jdc@chow.mat.jhu.edu>
1523         (gnus-registry-save, gnus-registry-read): use the new
1524         gnus-registry-cache-{read|save} functions, and change the name
1525         from gnus-registry-translate-{from|to}-alist
1526         (gnus-registry-clear): fixed so it doesn't refer to old function name
1527
1528 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
1529
1530         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
1531         address.
1532
1533 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
1534
1535         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
1536         the list of cleared variables
1537
1538         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1539         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
1540         in addition to a list of regexes.
1541
1542         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
1543         Morberg <niklas.morberg@axis.com>
1544
1545 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1546
1547         * gnus-sum.el (gnus-summary-next-page): Mention
1548         `gnus-article-skip-boring' in docstring.
1549
1550 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
1551
1552         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
1553         syntax here.
1554
1555         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
1556         whitespace syntax class when parsing email addresses.
1557
1558         * message.el (message-forward-subject-name-subject): Don't use
1559         mail-decode-encoded-word-string before parsing from.
1560
1561 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1562
1563         * message.el (message-setup-1): Setup alternative email before
1564         generate-headers.
1565
1566         (message-forward-subject-name-subject): Fix the case when the
1567         field "from" doesn't exist.
1568
1569 2003-05-07  Dave Love  <fx@gnu.org>
1570
1571         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
1572
1573         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
1574         possible values.
1575
1576 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
1577
1578         * message.el (message-kill-to-signature): Fix.
1579
1580 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
1581
1582         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
1583
1584         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
1585         (gnus-mime-display-multipart-related-as-mixed)
1586         (gnus-button-mid-or-mail-heuristic-alist): do.
1587
1588 2003-05-05  Dave Love  <fx@gnu.org>
1589
1590         * mm-util.el (mm-default-multibyte-p): New.
1591         (mm-coding-system-p): Maybe use find-coding-systems.
1592
1593 2003-05-04  Dave Love  <fx@gnu.org>
1594
1595         * rfc2047.el (with-syntax-table): Define if necessary.
1596         (rfc2047-syntax-table): Fix last change for XEmacs.
1597         (rfc2047-parse-and-decode): Revert last change.
1598
1599 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
1600
1601         * gnus.el: Don't test for `mm-guess-mime-charset'.
1602
1603         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
1604
1605         * gnus.el (gnus-default-charset): Set default value to
1606         `undecided'.
1607
1608         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
1609         mm-decode-body.
1610
1611         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
1612         (mm-decode-body): Don't use mm-decode-coding-region-safely.
1613
1614 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
1615
1616         * gnus-util.el (gnus-multiple-choice): Add ", ?".
1617
1618 2003-05-03  Dave Love  <fx@gnu.org>
1619
1620         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
1621         with 2 args.
1622         (rfc2047-decode-string): Don't set the buffer multibyte before
1623         calling buffer-string.
1624
1625         * mm-encode.el (mm-long-lines-p): Autoload.
1626         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
1627         unibyte.  Signal error on unknown encoding.
1628         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
1629
1630         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
1631         Callers of gnus- versions changed to use them.
1632         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
1633         fixes.
1634         (rfc2047-encoding-type): New.
1635         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
1636         Don't include header name field in encoding.  Add `address-mime'
1637         case and bind rfc2047-encoding-type for `mime' case.
1638         (rfc2047-encodable-p): Deleted.
1639         (rfc2047-syntax-table): New.
1640         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
1641         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
1642         in place rather than by passing strings.
1643         (rfc2047-encode-string): Doc fix.
1644         (rfc2047-q-encode-region): Don't use
1645         mm-with-unibyte-current-buffer.
1646         (rfc2047-encoded-word-regexp): eval-and-compile.
1647         (rfc2047-decode-region): Avoid concatenation in loop.
1648         (rfc2047-parse-and-decode): Remove useless disjunction.
1649
1650 2003-05-02  Dave Love  <fx@gnu.org>
1651
1652         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
1653         mm-with-unibyte-current-buffer.
1654         (ietf-drums, gnus-util): don't require.
1655
1656         * sieve.el (sieve-manage-mode-menu): Define before use.
1657
1658         * mml-smime.el (message-narrow-to-headers): Autoload.
1659
1660         * mm-util.el (mm-coding-system-p): Don't override nil from
1661         coding-system-p.
1662         (mm-mule4-p, mm-disable-multibyte-mule4)
1663         (mm-with-unibyte-current-buffer-mule4): Deleted.
1664         (mm-multibyte-p): Use defun, not defalias.
1665         (mm-make-temp-file): Moved to group at top of file.
1666         (mm-point-at-eol, mm-point-at-bol): New.
1667
1668         * gnus-cite.el (gnus-art): Require.
1669
1670         * gnus-ems.el (gnus-get-buffer-create)
1671         (nnheader-find-etc-directory, message-text-with-property):
1672         Autoload.
1673         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
1674         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
1675         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
1676         (gnus-check-before-posting): Only defvar when compiling.
1677
1678         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
1679
1680         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
1681         Defvar when compiling.
1682         (gnus-output-to-rmail): Require mm-util.
1683
1684         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
1685         (mail-source-make-complex-temp-name): Deleted.
1686
1687         * message.el (message-use-idna): Use mm-coding-system-p.
1688         (message-tokenize-header, message-make-organization)
1689         (message-make-from):  Use with-temp-buffer.
1690         (message-set-work-buffer): Deleted.
1691         (message-fill-paragraph): Use `if' not `and' for compiler warning.
1692         (message-check-news-header-syntax): Remove useless lambda.
1693         (message-forward-make-body): Use mm-disable-multibyte,
1694         mm-with-unibyte-current-buffer, mm-enable-multibyte.
1695         (message-replace-chars-in-string): Deleted.
1696
1697         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
1698         (mm-extern-url): Use mm-with-unibyte-current-buffer,
1699         mm-disable-multibyte.
1700         (mm-extern-anon-ftp): Use mm-disable-multibyte.
1701
1702         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
1703         mm-with-unibyte-current-buffer.
1704
1705         * mml2015.el (mml): Require.
1706         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
1707         mm-with-unibyte-current-buffer.
1708
1709         * nnheader.el (gnus-util): Require.
1710
1711         * nntp.el (format-spec, format-spec-make, open-tls-stream):
1712         Autoload.
1713
1714         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
1715         (mail-header-remove-whitespace): Autoload.
1716
1717         * sieve-manage.el (starttls-negotiate): Autoload.
1718
1719 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720
1721         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
1722
1723 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
1724
1725         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
1726
1727 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * gnus.el (gnus-version-number): Bump.
1730
1731 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1732
1733         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
1734         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1735
1736         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
1737         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1738
1739         * gnus-registry.el (gnus-registry-fetch-extra)
1740         (gnus-registry-store-extra, gnus-registry-group-count): new functions
1741         (gnus-registry-fetch-group, gnus-registry-delete-group)
1742         (gnus-registry-add-group): changed to work with extra data element
1743         if present
1744
1745 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1746
1747         * gnus.el: Gnus v5.10.1 is released.
1748
1749 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1750
1751         * gnus.el: Oort Gnus v0.24 is released.
1752
1753 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754
1755         * dgnushack.el (when): Check whether defadvice is fbound.
1756
1757 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1758
1759         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
1760         (gnus-registry-register-message-ids): use it
1761
1762 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * gnus.el (gnus-version-number): Bump.
1765
1766         * gnus.el: Update copyright for several files.
1767
1768 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1769
1770         * gnus.el: Oort Gnus v0.23 is released.
1771
1772 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * spam-stat.el (spam-stat-test-directory): Compare against zero.
1775
1776 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
1777
1778         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
1779
1780 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781
1782         * message.el (message-forward-subject-name-subject): Decode
1783         string when forwarding.
1784
1785 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
1786
1787         * dgnushack.el (when): Add defadvice.
1788
1789 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790
1791         * gnus.el (gnus-version-number): Bump.
1792
1793 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1794
1795         * gnus.el: Oort Gnus v0.22 is released.
1796
1797 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1798
1799         * gnus.el: Oort Gnus v0.21 is released.
1800
1801 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * gnus.el (gnus-version-number): Bump.
1804
1805 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1806
1807         * gnus.el: Oort Gnus v0.20 is released.
1808
1809 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
1810
1811         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
1812
1813 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
1814
1815         * mm-url.el (mm-url-insert-file-contents): set url-current-object
1816         in the case where mm-url-use-external is set.
1817
1818         * nnrss.el (nnrss-request-article): Change the messages created to
1819         multipart/alternative.  Hopefully fixes a problem interaction with
1820         w3m.
1821         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
1822         around.
1823
1824 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * message.el (message-check-news-header-syntax): Alter "posting"
1827         message.
1828
1829         * nnrss.el (nnrss-node-text): Don't use char classes.
1830
1831 2003-05-01  David Z. Maze  <dmaze@mit.edu>
1832
1833         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
1834         in condition-case.
1835
1836 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * message.el (message-required-headers): Remove In-Reply-To.
1839
1840         * gnus-int.el (gnus-open-server): Revert changes.
1841
1842 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1843
1844         * gnus-int.el (gnus-open-server): Try to open unagentized servers
1845         even when unplugged.
1846
1847 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
1848
1849         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
1850         doc-string.
1851
1852 2003-05-01  Steve Youngs  <youngs@xemacs.org>
1853
1854         * lpath.el: Add a section for non-Mule XEmacsen.
1855         fbind `find-charset-string' and `coding-system-base' in that
1856         section.
1857
1858         * gnus-util.el (gnus-completing-read-maybe-default): New.
1859         (gnus-completing-read): Use it.
1860
1861         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
1862
1863         * gnus-art.el (gnus-read-string): New.
1864         (gnus-summary-pipe-to-muttprint): Use it.
1865
1866         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
1867
1868         * dns.el (dns-make-network-process): Use it.
1869
1870         Take care of some differences between XEmacs 21.1 and newer
1871         versions of XEmacs.
1872
1873 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
1874
1875         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
1876         diagnostic message
1877         (gnus-registry-grep-in-list): don't run when word is nil
1878         (gnus-registry-fetch-message-id-fast): new function
1879         (gnus-registry-delete-group, gnus-registry-add-group): make sure
1880         the id and group are not nil
1881         (gnus-registry-register-message-ids): new function
1882         (gnus-register-action): optimized logical flow
1883         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
1884
1885 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1886
1887         * gnus-delay.el (gnus-delay-article): Call
1888         `gnus-agent-queue-setup' to create the delay group.
1889
1890         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
1891         for the (queue) group name.
1892
1893 2003-04-30  Simon Josefsson  <jas@extundo.com>
1894
1895         * mm-util.el (mm-charset-to-coding-system): Use user specified
1896         charset unless coding-system-get is fboundp.
1897
1898 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
1899
1900         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
1901         Wrapped in eval-when-compile.
1902         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
1903         shouldn't be asked twice to go online with each server.
1904         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
1905         gnus-agent-crosspost, gnus-agent-flush-cache,
1906         gnus-agent-fetch-session, gnus-agent-unread-articles,
1907         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
1908         gnus-agent-group-covered-p): Expanded pop macros used for
1909         effect. Avoids compilation warning in emacs 21.3.
1910
1911         * gnus-int.el (gnus-open-server): Restructured to only open
1912         nnagent when gnus-plugged is nil.
1913
1914 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * lpath.el: Fbind string-to-multibyte.
1917
1918 2003-04-30  Steve Youngs  <youngs@xemacs.org>
1919
1920         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
1921
1922 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
1923
1924         * gnus-registry.el (gnus-registry-fetch-group): faster
1925         (gnus-registry-delete-group): new function
1926         (gnus-registry-add-group): new function
1927         (gnus-register-spool-action): use it
1928         (gnus-register-action): use it
1929         (gnus-registry-translate-from-alist)
1930         (gnus-registry-translate-to-alist): remove the headers registry
1931         for now
1932
1933 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
1934
1935         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
1936
1937 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
1938
1939         * spam-report.el (spam-report-gmane): gnus-summary-article-number
1940         is not necessary, just use the function parameter
1941
1942 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
1943
1944         * spam-stat.el (spam-stat-save): No longer font-locks the file
1945         when saving
1946
1947 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * canlock.el: Bind mail-header-separator when compiling (XEmacs
1950         provides it in mail-lib/auto-autoloads.el).
1951
1952 2003-04-29  Simon Josefsson  <jas@extundo.com>
1953
1954         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
1955         message-sender.
1956
1957         * mml.el (mml-generate-mime-1): Set mml-sender too.
1958
1959 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
1960
1961         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
1962
1963         * mm-url.el (mm-url-use-external): do.
1964
1965 2003-04-29  Simon Josefsson  <jas@extundo.com>
1966
1967         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
1968         warnings).
1969
1970         * sieve-mode.el (c-mode): Ditto.
1971
1972         * pgg.el (run-at-time): Ditto.
1973
1974         * mm-url.el (require): Require timer when compiling for
1975         with-timeout macro (fix xemacs compile warnings).
1976
1977 2003-04-28  Dave Love  <fx@gnu.org>
1978
1979         * gnus-util.el (nnheader): Don't require.
1980         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
1981         Autoload.
1982
1983         * spam.el: Require cl when compiling.
1984
1985         * dns.el: Require cl when compiling.
1986
1987 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
1988
1989         * gnus-art.el (gnus-article-goto-next-page)
1990         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
1991         gnus-pick-mode work.
1992
1993 2003-04-28  Steve Youngs  <youngs@xemacs.org>
1994
1995         * Makefile.in (FLAGS): Use @FLAGS@.
1996
1997 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
1998
1999         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
2000         (gnus-mime-display-multipart-alternative-as-mixed)
2001         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
2002         allow customization.
2003
2004 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2005
2006         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
2007         currently called (See source for explanation).
2008
2009 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages.
2012         (gnus-summary-mark-read-and-unread-as-read): Take an optional
2013         mark.
2014
2015         * gnus.el (gnus-version-number): Bump.
2016
2017 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2018
2019         * gnus.el: Oort Gnus v0.19 is released.
2020
2021 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2022
2023         * gnus-registry.el (gnus-register-spool-action): Replaced literal
2024         carriage-return character with its escape sequence.
2025
2026 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
2029
2030         * nnrss.el (nnrss-node-text): Use only one
2031         gnus-replace-in-string.
2032
2033         * gnus.el: Remove gnus-functionp throughout.
2034
2035         * gnus-util.el (gnus-functionp): Removed.
2036
2037         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
2038
2039         * message.el (message-required-headers): Add In-Reply-To.
2040
2041 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
2042
2043         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
2044         to binary.
2045
2046 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
2047
2048         * mml.el (mml-preview): do.
2049
2050         * message.el (message-mode): do.
2051
2052         * gnus-undo.el (gnus-undo-mode): do.
2053
2054         * gnus-topic.el (gnus-topic-mode): do.
2055
2056         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
2057
2058         * gnus-msg.el (gnus-setup-message)
2059         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
2060
2061         * gnus-gl.el (gnus-grouplens-mode): do.
2062
2063         * gnus-art.el (gnus-mime-save-part-and-strip)
2064         (gnus-mime-delete-part): Use it.
2065
2066         * gnus-util.el (gnus-make-local-hook): New function.
2067
2068 2003-04-25  Simon Josefsson  <jas@extundo.com>
2069
2070         * nnrss.el (nnrss-node-text): Don't use a star.
2071         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
2072
2073 2003-04-24  Dave Love  <fx@gnu.org>
2074
2075         * mm-encode.el (mm-long-lines-p): Autoload.
2076         (mm-encode-content-transfer-encoding): Don't try to make buffer
2077         unibyte before decoding.  Don't ignore errors for base64 encoding.
2078
2079         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
2080         Signal error on malformed text, as for base64.
2081         (quoted-printable-encode-region): DTRT in Emacs 22.
2082
2083         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
2084         (mm-auto-save-coding-system): Consider utf-8-emacs.
2085         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
2086         (mm-charset-to-coding-system, mm-mime-charset)
2087         (mm-find-mime-charset-region): Check for :mime-charset coding
2088         systems property.
2089
2090         * mml-sec.el (mml2015, mml1991): Don't require.
2091         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt)
2092         (message-goto-body, mml-insert-tag): Autoload.
2093
2094         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
2095
2096         * gnus-start.el (message-make-date): Autoload rather than
2097         requiring message.
2098
2099         * gnus-group.el (gnus-group-name-charset-group-alist): Use
2100         mm-coding-system-p.
2101         (gnus-cache-active-altered): Defvar when compiling.
2102         (gnus-group-delete-group): Re-write to help avoid warnings.
2103
2104         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
2105
2106         * pgg.el: Split eval-when-compile forms.
2107
2108 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
2109
2110         * gnus-group.el (gnus-large-ephemeral-newsgroup)
2111         (gnus-fetch-old-ephemeral-headers): News variables.
2112         (gnus-group-read-ephemeral-group): Use them.
2113
2114 2003-04-24  Simon Josefsson  <jas@extundo.com>
2115
2116         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
2117
2118         * nnrss.el (nnrss-node-text): Ditto.
2119
2120 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
2123         gnus-inews-mark-gcc-as-read exists.
2124
2125 2003-04-23  Simon Josefsson  <jas@extundo.com>
2126
2127         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
2128         doesn't exceed the regexp stack space.
2129
2130 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2131
2132         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
2133
2134         * gnus-art.el (gnus-article-hide-pgp-hook): do.
2135
2136 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
2137
2138         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
2139
2140 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2141
2142         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
2143
2144 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * dgnushack.el (merge, copy-list): Remove compiler macros.
2147         (butlast): Add a compiler macro.
2148
2149 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
2150
2151         * gnus-util.el (gnus-merge): Added "type" argument to match CL
2152         merge and gnus-sum.el's expectations.
2153
2154 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
2155
2156         * gnus-art.el (gnus-button-url-regexp): Added nntp.
2157
2158         * message.el (message-generate-headers-first): Default to
2159         '(references).
2160
2161         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
2162
2163 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
2164
2165         * smime.el (smime-decrypt-region): Insert From header.
2166
2167 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2168
2169         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
2170         Max length of header is 726, not 740.  From Gaute B Strokkenes
2171         <gs234@cam.ac.uk>.
2172
2173 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
2174
2175         * nndb.el, mml1991.el: Fix license template.
2176
2177 2003-04-20  Simon Josefsson  <jas@extundo.com>
2178
2179         * nnimap.el (nnimap-split-articles): Don't download body unless
2180         required.
2181
2182         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
2183         starting process, like imap-kerberos4-open does.
2184
2185         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
2186         license template.
2187
2188         * mml-sec.el: Fix license template.
2189
2190         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
2191         license template.
2192
2193         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
2194         pgg-pgp.el: Fix license template.
2195
2196 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
2197
2198         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
2199
2200 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
2201
2202         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
2203
2204 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2205
2206         * spam.el (spam-split): allow a particular check as a parameter,
2207         e.g. (: spam-split 'spam-use-bogofilter)
2208         (spam-mark-only-unseen-as-spam): new parameter, see doc
2209         (spam-mark-junk-as-spam-routine): use
2210         spam-mark-only-unseen-as-spam, simplify routine to take advantage
2211         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
2212
2213 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2214
2215         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
2216         (gnus-group-guess-full-name): don't prefix the group twice
2217
2218         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
2219
2220         * gnus-registry.el (gnus-registry-clear)
2221         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
2222         (gnus-registry-split-fancy-with-parent): new functions
2223         (gnus-register-spool-action, gnus-register-action): simplified the format
2224         (gnus-registry): new customization group
2225         (gnus-registry-unfollowed-groups): new variable
2226
2227 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * gnus-art.el (gnus-button-alist): Add nntp: urls.
2230         (gnus-header-button-alist): Ditto.
2231
2232 2003-04-17  Dave Love  <fx@gnu.org>
2233
2234         * gnus-util.el (gnus-string-equal): Revert last change.
2235
2236 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
2239
2240 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
2241
2242         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
2243
2244 2003-04-15  Michael Shields  <shields@msrl.com>
2245
2246         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
2247         the broken-reply-to group parameter is set.  Idea from Vasily
2248         Korytov <deskpot@myrealbox.com>.
2249
2250 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2251
2252         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
2253         process.el in XEmacsen >= 21.5.
2254
2255 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2256
2257         * dgnushack.el: Add a whole swag of autoloads and defaliases to
2258         satisfy the byte-compiler when building with XEmacs.
2259
2260         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
2261         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
2262         W3 doesn't have these.
2263
2264         * mailcap.el: Maybe require 'lpr in XEmacs.
2265
2266 2003-04-16  Simon Josefsson  <jas@extundo.com>
2267
2268         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
2269         sender tag, if available.
2270
2271 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2272
2273         * gnus-registry.el (gnus-register-action)
2274         (gnus-register-spool-action, hashtable-to-alist)
2275         (gnus-registry-translate-from-alist, alist-to-hashtable)
2276         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
2277         new variables and function fixes
2278
2279         * gnus.el (gnus-registry-headers-alist): new variable to hold
2280         article header data
2281         (gnus-variable-list): save gnus-registry-headers-alist
2282
2283         * spam-report.el (Module): new module for spam reporting
2284
2285         * gnus.el (spam-process): added
2286         gnus-group-spam-exit-processor-report-gmane to the list of choices
2287         (gnus-install-group-spam-parameters): defined new spam exit processor
2288
2289         * spam.el (autoload): autoload spam-report-gmane when needed
2290         (spam-report-gmane-register-routine): glue for spam-report.el
2291         (spam-group-spam-processor-report-gmane-p): glue for the
2292         gnus-group-spam-exit-processor-report-gmane spam processor
2293         (spam-summary-prepare-exit): check the report-gmane spam processor
2294         and run spam-report-gmane-register-routine if it's active
2295
2296         From John Wiegley <johnw@gnu.org>
2297
2298         * spam.el (spam-bogofilter-score): check bogofilter headers before
2299         checking bogofilter itself
2300
2301 2003-04-16  Dave Love  <fx@gnu.org>
2302
2303         * gnus-agent.el: Wrap defsetf in eval-when-compile.
2304         (gnus-agent-cat-defaccessor): Don't use gensym.
2305
2306         * mml1991.el: Require cl, mm-util when compiling.
2307         (quoted-printable-decode-region, quoted-printable-encode-region):
2308         Autoload.
2309
2310         * pgg.el: Require cl when compiling.
2311
2312         * nnmail.el (gnus): Require.
2313
2314         * gnus-util.el: Move provide to end.
2315         (gnus-string-equal): Maybe use compare-strings.
2316         (gnus-merge): New.
2317
2318         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
2319         (gnus-summary-insert-articles): Use gnus-merge.
2320
2321         * gnus-fun.el: Require cl and mm-util when compiling.
2322
2323         * gnus-diary.el (gnus-diary-delay-format-french)
2324         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
2325
2326         * nndiary.el (nndiary-compute-reminders): Don't use setf with
2327         nthcdr.
2328
2329 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
2330
2331         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
2332         specify a predicate other than false.
2333         (gnus-category-read): Use the new feature to create a 'default'
2334         category with a 'short' predicate.
2335
2336 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * message.el (message-unique-id): Comment change.
2339
2340         * gnus-art.el (gnus-article-next-page-1): New function.
2341         (gnus-article-next-page): Use it.
2342
2343 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2344
2345         * spam.el (spam-split): added save-restriction to save-excursion
2346
2347 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
2348         From Julien Avarre <julien@avarre.com>
2349
2350         * gnus-fun.el: Fixed autoload cookie.
2351
2352 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
2353         From Remi Letot  <remi.letot@easynet.be>
2354
2355         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
2356         instead of remove-if.
2357
2358 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2359
2360         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
2361         copy-sequence instead of remove which is a cl run-time function in
2362         Emacs 20.
2363
2364 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
2365
2366         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
2367         local copy of gnus-discouraged-post-methods with the current
2368         method removed.
2369
2370 2003-04-14  Simon Josefsson  <jas@extundo.com>
2371
2372         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
2373
2374 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2375
2376         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
2377         of `mm-coding-system-priorities' to base coding system.
2378
2379         * gnus-sum.el: Added coding cookie ("middle dot" in
2380         gnus-summary-morse-message).
2381
2382 2003-04-13  Simon Josefsson  <jas@extundo.com>
2383
2384         * gnus-art.el (article-fill-long-lines)
2385         (article-verify-x-pgp-sig, article-decode-group-name)
2386         (gnus-mime-button-menu): Split >80 character lines.
2387
2388 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
2389
2390         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
2391         we're let-binding it.
2392
2393         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
2394
2395 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * message.el (message-hide-headers): Don't do intangible.
2398
2399         * gnus.el (gnus-group-prefixed-name): Comment out the test for
2400         colon.
2401
2402         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
2403         to the ephemeral entry, but the prefixed name.
2404
2405         * gnus.el (gnus-group-prefixed-name): Clean up.
2406
2407 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2408
2409         * gnus-agent.el (gnus-agent-group-pathname): Bind
2410         gnus-command-method so that gnus-agent-directory will always
2411         return a valid directory.
2412         * gnus-cache.el (gnus-cache-enter-article): Remove article from
2413         gnus-newsgroup-undownloaded so that the summary will display the
2414         article as downloaded.
2415         (gnus-cache-remove-article): If the article isn't in the agent,
2416         remove it from gnus-newsgroup-undownloaded so that the summary
2417         will display the article as undownloaded.
2418
2419 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * gnus.el (gnus-version-number): Bump.
2422
2423 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2424
2425         * gnus.el: Oort Gnus v0.18 is released.
2426
2427 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers.
2430
2431 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * gnus-art.el (gnus-article-next-page): Use
2434         gnus-article-over-scroll.
2435         (gnus-article-over-scroll): New variable.
2436
2437         * message.el (message-newline-and-reformat): Place a boundary
2438         before filling.
2439         (message-make-forward-subject-function): Changed default to
2440         message-forward-subject-name-subject.
2441         (message-forward-subject-name-subject): New function.
2442
2443         * nnimap.el (nnimap-split-fancy): Ditto.
2444
2445         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
2446
2447         * gnus-cus.el (gnus-group-parameters): Removed "which see".
2448
2449         * mml.el (mml-minibuffer-read-file): Bind
2450         completion-ignored-extensions to nil.
2451
2452         * message.el (message-fix-before-sending): Comment fix.
2453         (message-fix-before-sending): Make hidden headers visible.
2454         (message-hide-headers): Bind after-change-functions to nil.
2455         (message-forbidden-properties): Put invisible and intangible
2456         back.
2457         (message-strip-forbidden-properties): Ignore message-hidden text.
2458
2459         * gnus-msg.el: Hide headers.
2460
2461         * message.el (message-hidden-headers): New variable.
2462         (message-hide-headers): New function.
2463         (message-hide-header-p): New function.
2464         (message-hide-header-p): Change logic.
2465         (message-forbidden-properties): Remove intangible nil invisible
2466         nil.
2467         (message-hide-headers): Narrow to headers.
2468
2469         * lpath.el (featurep): Bind Info-directory, Info-menu.
2470
2471 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
2472
2473         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
2474         encoded.
2475         (mm-encode-body): Don't corrupt UTF-16.
2476         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
2477
2478 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
2479
2480         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
2481         the CACHE are now detected and handled the same as an article
2482         downloaded into the agent.
2483         (gnus-agent-group-path): Modified to match nnmail-group-pathname
2484         so that the agent front-end and back-end (nnagent) always use the
2485         same directory.
2486         (gnus-agent-group-pathname): New function. Wrapper for
2487         nnmail-group-pathname.
2488         (gnus-agent-expire-unagentized-dirs): New variable.  May be
2489         customized to disable gnus-agent-expire-unagentized-dirs.
2490         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
2491         as the directories in gnus-agent-expire-current-dirs were
2492         expanded.
2493
2494 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
2495
2496         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
2497         body" entry in read only groups.
2498
2499 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
2500
2501         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
2502         and "Create article" items in non-editable groups.
2503
2504 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
2505
2506         * gnus-agent.el (gnus-agent-write-active): Added option of
2507         replacing, rather than updating, the agent's active file.  Do NOT
2508         use the fully qualified group name as gnus-active-to-gnus-format
2509         blindly prefixes group names with server names.
2510         (gnus-agent-save-group-info): Merge BOTH min/max of current active
2511         range, was just merging min, with specified active range.
2512         (gnus-agent-expire): Save agent's active ranges after
2513         expiring all groups.
2514         (gnus-agent-expire-group-1): Update min of agent's active range to
2515         min article currently fetched.
2516         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
2517         same ancestor multiple times.
2518
2519         * gnus-async.el (gnus-asynchronous): Moved defcustom of
2520         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
2521         seems to fix an intermittant error in which loading gnus-async
2522         fails to define gnus-asynchronous (the variable).
2523
2524         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
2525         non-essential.  Removed on all platforms.
2526         (gnus-select-newsgroup): When the agent is active, expand the
2527         group's active range to include fetched articles that are no
2528         longer in the server's active range.
2529
2530         * gnus-util.el (gnus-with-output-to-file): Removed all of the
2531         print-* bindings as they should be handled by the function doing
2532         the printing.
2533
2534 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
2535
2536         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
2537         might be unbound in non-MULE XEmacsen.
2538
2539 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
2540
2541         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
2542         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
2543         recognize diffs.
2544
2545         * mm-bodies.el (mm-decode-body): Use the supplied charset
2546         unconditionally if `code-pages' hasn't been loaded.
2547
2548 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
2549
2550         * gnus-art.el (article-verify-x-pgp-sig): Don't use
2551         `insert-buffer', the docstring says "This function is meant for
2552         the user to run interactively.  Don't call it from programs!"
2553
2554         * mm-extern.el (mm-extern-mail-server): do.
2555
2556         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
2557         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
2558         (mml1991-pgg-encrypt): do.
2559
2560         * pgg.el (pgg-decrypt-region): do.
2561
2562         * mm-view.el (mm-view-pkcs7-decrypt): do.
2563
2564         * mml-smime.el (mml-smime-verify): do.
2565
2566         * mml.el (mml-insert-mime, mml-preview): do.
2567
2568         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
2569         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
2570         (mml2015-pgg-encrypt): do.
2571
2572 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2573
2574         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
2575
2576 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
2577
2578         * mm-uu.el (mm-uu-copy-to-buffer): Copy
2579         `buffer-file-coding-system' to the new buffer.
2580         (mm-uu-pgp-signed-extract-1): Don't copy
2581         `buffer-file-coding-system' here.
2582
2583         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
2584         exist in XEmacs.
2585         (mm-decode-body): Add missing quote.
2586
2587         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
2588         buffer-file-coding-system.
2589
2590         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
2591         last-coding-system-used.
2592
2593         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
2594         according to buffer-file-coding-system.
2595
2596         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
2597
2598         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
2599         (pgg-pgp-snarf-keys-region): do.
2600
2601         * pgg-pgp5.el (pgg-pgp5-verify-region)
2602         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
2603
2604         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
2605
2606 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2607
2608         * spam.el (spam-split): (save-excursion) around (widen)
2609         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
2610         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
2611
2612 2003-04-05  Steve Youngs  <youngs@xemacs.org>
2613
2614         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
2615         don't use it when loading gnus-sum.el if we're in XEmacs.
2616
2617 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
2618
2619         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2620         print-escape-nonascii to fix more characters in compiled format
2621         specs.
2622
2623 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
2624
2625         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
2626         Fix customization type.
2627
2628 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
2629
2630         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2631         print-quoted, print-readably, print-escape-multibyte, and
2632         print-level to match original behavior of gnus-prin1.  This should
2633         repair the format of .newsrc.eld when using compiled format specs.
2634
2635 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
2636
2637         * gnus-group.el (tool-bar-map): defvar it.
2638
2639         * gnus-art.el (tool-bar-map): do.
2640
2641         * gnus-sum.el (tool-bar-map): do.
2642
2643 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
2644
2645         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
2646
2647 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2648
2649         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
2650         and value.
2651         (gnus-button-alist): Use it.
2652
2653 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
2654
2655         * pgg-gpg.el (pgg-gpg-process-region): do.
2656
2657         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
2658         (pgg-pgp-snarf-keys-region): do.
2659
2660         * pgg-pgp5.el (pgg-pgp5-verify-region)
2661         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
2662
2663         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
2664         unsafe.
2665         (pgg-temporary-file-directory): Remove.
2666
2667 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * lpath.el: Fbind Info-directory and Info-menu.
2670
2671 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
2672
2673         * gnus-util.el (gnus-message): Added doc-string.
2674
2675         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
2676         (gnus-score-edit-file-at-point): Goto first match when using `e'.
2677
2678 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
2679
2680         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
2681         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
2682
2683 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2686         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
2687
2688 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
2689
2690         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2691         print-escape-newlines to print escape sequences rather than
2692         literal newline characters.
2693
2694 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2695
2696         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
2697         `message-valid-fqdn-regexp' for initialization.
2698         (gnus-button-handle-info-url): Renamed and extended version of
2699         `gnus-button-handle-info'.
2700         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
2701         (gnus-button-handle-symbol, gnus-button-handle-library)
2702         (gnus-button-handle-info-keystrokes): New functions.
2703         (gnus-button-browse-level): New variable.
2704         (gnus-button-alist): Use them.  Added levels.
2705         (gnus-header-button-alist): Added levels.
2706
2707 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * gnus.el (gnus-version-number): Bump.
2710
2711 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2712
2713         * gnus.el: Oort Gnus v0.17 is released.
2714
2715 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * gnus-start.el (gnus-unload): Removed.
2718
2719         * pop3.el (pop3-read-response): Use
2720         nnheader-accept-process-output.
2721         (pop3-retr): Ditto.
2722
2723         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
2724         (mm-text-html-washer-alist): Ditto.
2725
2726 2003-03-31  Simon Josefsson  <jas@extundo.com>
2727
2728         * imap.el (imap-gssapi-program): Also try GNU SASL.
2729         (imap-gssapi-open): Accept GNU SASL greeting.
2730         (imap-read-timeout): New.
2731         (imap-wait-for-tag): Use it.
2732
2733 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * nntp.el (nntp-accept-process-output): Use new function.
2736
2737         * nnheader.el (nnheader-read-timeout): New variable.
2738         (nnheader-accept-process-output): New function.
2739
2740         * nntp.el (nntp-read-timeout): Removed.
2741
2742         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
2743
2744 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
2747
2748 2003-03-30  Simon Josefsson  <jas@extundo.com>
2749
2750         * message.el (message-idna-inside-rhs-p): Narrow to header before
2751         searching.
2752
2753         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
2754
2755 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756
2757         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
2758
2759 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
2760
2761         * message.el (message-make-in-reply-to): Use
2762         mail-extract-address-components to determine sender's
2763         name/address.
2764
2765 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2766
2767         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead.
2768
2769         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
2770         valid lambda.
2771         (gnus-registry-translate-from-alist): Ditto.
2772
2773         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2774         print-length to nil.
2775
2776         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
2777
2778         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
2779         (gnus-grab-cam-face): Use it.
2780
2781 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
2782
2783         * nnmaildir.el (nnmaildir-request-set-mark)
2784         (nnmaildir-close-group): Allow each mark directory in a group to
2785         have its own inode for mark files, to accommodate AFS.
2786
2787 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
2788
2789         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
2790         gnus-read-newsrc-el-file
2791         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
2792
2793         * gnus-registry.el (gnus-registry-translate-to-alist)
2794         (gnus-registry-translate-from-alist, alist-to-hashtable)
2795         (hashtable-to-alist): new functions
2796         (gnus-register-spool-action): add a spool item to the registry
2797
2798         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
2799         list of saved variables
2800         (gnus-registry-alist): new variable
2801
2802 2003-03-27  Simon Josefsson  <jas@extundo.com>
2803
2804         * gnus-art.el (article-decode-group-name): Be correct instead of
2805         smart.
2806
2807 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
2808
2809         * lpath.el: Bind url-current-object for Emacs; bind
2810         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
2811         for both Emacsen.
2812
2813 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
2814
2815         * gnus-sum.el (gnus-article-loose-mime)
2816         (gnus-article-emulate-mime): Move to gnus-article-mime customize
2817         group.
2818
2819         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
2820         doc string.
2821
2822 2003-03-26  Kevin Ryde <user42@zip.com.au>
2823
2824         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
2825         gnus-summary-find-uncancelled, skip temporary articles inserted by
2826         "refer" functions.
2827
2828 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
2829
2830         * smiley.el (smiley-buffer): New function.
2831
2832 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
2833
2834         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
2835         gnus-summary-update-line (which updated the article's face) with
2836         gnus-summary-update-download-mark (which updates the article's
2837         face by calling gnus-summary-update-line AND updates the download
2838         mark to show that the article was fetched).
2839
2840 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
2841
2842         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
2843         option of deleting agent directories for groups/servers that are
2844         not currently agentized.
2845         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
2846
2847         * gnus-int.el (gnus-open-server): Report backend errors in
2848         condition handler.
2849
2850 2003-03-23  Simon Josefsson  <jas@extundo.com>
2851
2852         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
2853         header.
2854
2855         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
2856         same as Newsgroups.
2857
2858         * nntp.el (nntp-open-connection-function): Mention
2859         nntp-open-tls-stream.
2860         (nntp-open-tls-stream): New function.
2861
2862         * tls.el: New file.
2863
2864         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
2865         instead of SSL.
2866         (nnimap-stream): Add other streams, link to imap variables.
2867         (nnimap-authenticator): Add other authenticator, link to imap
2868         variables.
2869
2870         * imap.el: Autoload open-tls-stream.
2871         (imap-streams): Add tls in front of ssl.
2872         (imap-stream-alist): Add tls.
2873         (imap-default-tls-port): New variable.
2874         (imap-tls-p, imap-tls-open): New functions.
2875
2876 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2877
2878         * mm-url.el (mm-url-insert-file-contents): parse url only if
2879         results is a list.
2880
2881 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * mail-source.el (mail-source-fetch-imap): Revert.
2884
2885 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
2886
2887         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
2888         less strict regexp.
2889
2890 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891
2892         * mail-source.el (mail-source-fetch-imap): Use buffer name for
2893         more imap function.
2894
2895 2003-03-21  Simon Josefsson  <jas@extundo.com>
2896
2897         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
2898         Followup-To data inline.
2899
2900 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
2901
2902         * gnus-art.el (gnus-treat-display-xface): Don't enable if
2903         icontopbm isn't available.
2904
2905 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
2906
2907         * gnus-int.el (gnus-open-server): Catch errors in backend's
2908         open-server method.  Returns nil rather than crashing startup.
2909
2910         * gnus-sum.el (eval-when-compile): Modified to resolve
2911         compile-time warnings.
2912
2913         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
2914         Reports length of series so that the user can compare N with a
2915         subject that should, if the entire series is present, contain
2916         '(.../N)'.
2917         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
2918         of temp file (Win-XP may leave the temp file locked when the
2919         uudecode process fails).
2920
2921 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2922
2923         * message.el (message-split-line): Ignore error.
2924
2925         * lpath.el (split-line): Avoid split-line warning message.
2926
2927 2003-03-20  Kim F. Storm  <storm@cua.dk>
2928
2929         * message.el (message-split-line): New function.
2930         (message-mode-map): Remap split-line to message-split-line.
2931
2932 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
2933
2934         * message.el (message-make-overlay): Defalias it to make-overlay.
2935         (message-delete-overlay): Defalias it to delete-overlay.
2936         (message-overlay-put): Defalias it to overlay-put.
2937         (message-idna-to-ascii-rhs-1): Use them.
2938
2939         * messagexmas.el (message-xmas-redefine): Defalias some overlay
2940         functions to extent functions.
2941
2942 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2943
2944         * message.el (message-check-news-header-syntax): Fixed regexp.
2945
2946 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2947
2948         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
2949
2950         * mm-url.el (mm-url-insert): Move url-current-object stuff into
2951         mm-url-insert-file-contents.
2952
2953         * nnrss.el (nnrss-fetch): Fetch the local stuff.
2954         (nnrss-check-group): Use it.
2955
2956 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
2957
2958         * nnrss.el: Primitive XML Name-space support.  This means that RSS
2959         feeds like Kevin Burton's[1] can now be read in Gnus.
2960
2961         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
2962         means that if you want to read the RSS feed for example.com, all
2963         you have to do is hit "G R http://www.example.com/ RET" and
2964         nnrss.el will find and the feed listed on the site or (if you have
2965         loaded xml-rpc.el) look it up on syndic8.com.
2966
2967         Marked the message as HTML (by adding a Content-Type header) so
2968         that Gnus will render it as html if the user wants that.
2969
2970         Implemented the ability to save nnrss-group-alist so that any new
2971         feeds the you subscribe to will be found the next time you start
2972         up.
2973
2974         Implemented support for RSS 2.0 elements (author, pubDate).
2975
2976         Prefer for <content:encoded> over <description> where both
2977         elements exist.
2978
2979         * mm-url.el (mm-url-insert): Set url-current-object.
2980
2981         * gnus-group.el (gnus-group-make-rss-group): New function.
2982
2983 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
2984
2985         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
2986         for highlight overlays.
2987
2988 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2989
2990         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
2991         a NOV.
2992
2993 2003-03-20  Simon Josefsson  <jas@extundo.com>
2994
2995         * message.el (message-use-idna): Disable if UTF-8 unavailable.
2996         (message-idna-to-ascii-rhs): Use it.
2997
2998         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
2999
3000 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
3001
3002         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
3003         (spam-group-ham-marks, spam-group-spam-marks): new functions
3004         (spam-spam-marks, spam-ham-marks): removed in favor of the
3005         spam-marks and ham-marks parameters
3006         (spam-generic-register-routine, spam-ham-move-routine): use the
3007         new spam-group-{spam,ham}-mark-p functions
3008
3009         * gnus.el (spam-marks, ham-marks): new group parameters with
3010         default values same as the old spam-spam-marks and spam-ham-marks
3011
3012 2003-03-19  Simon Josefsson  <jas@extundo.com>
3013
3014         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
3015         (gnus-use-idna): New variable.
3016         (article-decode-idna-rhs): New function.
3017
3018         * message.el (message-use-idna): New variable.
3019         (message-mode-field-menu): Add entry for IDNA.
3020         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
3021         (message-idna-to-ascii-rhs): New function.
3022         (message-generate-headers): Invoke IDNA code.
3023
3024 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
3025
3026         * nnmaildir.el (nnmaildir--system-name): New function.
3027         (nnmaildir-request-accept-article): Use it.
3028
3029 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * gnus-util.el (gnus-byte-compile): Make it work silently as the
3032         gnus-compile function does.
3033
3034         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
3035         bogus change.
3036
3037 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
3038
3039         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
3040         sort-coding-systems is defined.
3041
3042 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
3043
3044         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
3045         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
3046         Replace create-directory with target-prefix.
3047
3048 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3049
3050         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
3051         find-charset-string which is slooow in XEmacs.
3052
3053 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
3056         compiler under XEmacs.
3057
3058 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3059
3060         * gnus-art.el (gnus-treat-highlight-signature): Make the default
3061         work for multipart/signed where the message text isn't `last'.
3062
3063 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
3066         the value of mm-inline-text-html-with-images.
3067         (mm-inline-text-html-render-with-w3m): Don't bind
3068         w3m-display-inline-images.
3069
3070         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
3071         w3m-display-inline-images.
3072
3073         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
3074         regardless of an Emacs flavor.
3075
3076 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3077
3078         * gnus.el (gnus-version-number): Bump.
3079
3080 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3081
3082         * gnus.el: Oort Gnus v0.16 is released.
3083
3084 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * lpath.el (featurep): Bind mm-w3m-mode-map.
3087
3088 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
3089
3090         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
3091         'respool-able backends define a global nnchoke-get-new-mail
3092         variable.
3093
3094 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
3095
3096         * gnus-art.el (gnus-mime-delete-part): New function.
3097         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
3098
3099 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3100
3101         * message.el (message-check-news-header-syntax): Don't push
3102         groups twice onto list of unknown groups.
3103
3104         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
3105         back.
3106
3107         * nnheader.el (nnheader-find-etc-directory): Doc fix.
3108
3109         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
3110         config unless the summary buffer exists.
3111
3112         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
3113         that target group is computed correctly when articles are marked
3114         as read by Xref handling.
3115
3116         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
3117         imap-open.
3118
3119         * message.el (message-send-mail): Add courtesy string to Bcc's,
3120         too.
3121
3122         * gnus-cite.el (gnus-cited-line-p): New function.
3123
3124 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
3125
3126         * mm-bodies.el (mm-decode-body): Add new optional parameter,
3127         force, to use the supplied charset unconditionally.
3128
3129         * gnus-art.el (article-decode-charset): Use it.
3130
3131 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
3132
3133         * mm-bodies.el (mm-decode-coding-region-safely): New function.
3134         (mm-decode-body): Use it.
3135
3136         * rfc2047.el (rfc2047-decode-region): do.
3137         (rfc2047-decode-string): Guess coding system if the default is
3138         invalid.
3139
3140 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3141
3142         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
3143         articles are marked 'read, so we get correct article counts.
3144
3145 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
3148         the button.
3149         (gnus-insert-prev-page-button): Ditto.
3150         (gnus-insert-next-page-button): Ditto.
3151         (gnus-insert-mime-security-button): Ditto.
3152
3153         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
3154         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
3155         (mm-inline-image-xemacs): Ditto.
3156
3157 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3158
3159         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
3160         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
3161         the recent filename uniqueness discussion.
3162
3163 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
3166         newline next time.
3167         (mm-inline-image-xemacs): Ditto.
3168
3169 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
3170
3171         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
3172         kill-line.
3173
3174 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
3175
3176         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
3177         kill-line.
3178
3179 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3180
3181         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
3182         fixing the code to match the documentation.
3183         (gnus-agent-fetch-selected-article): Replaced
3184         gnus-summary-update-article-line with gnus-summary-update-line as
3185         the former did not correctly recalculate the thread indentation.
3186         (gnus-agent-find-parameter): The agent-predicate, if not found
3187         anywhere else, defaults to the value of gnus-agent-predicate.
3188         (gnus-agent-fetch-session): Fixed typo; now executes
3189         gnus-agent-fetched-hook rather than the undocumented
3190         gnus-agent-fetch-hook.
3191         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
3192         default agent predicate is now provided by
3193         gnus-agent-find-parameter.
3194         (gnus-agent-message): New macro.  This macro avoids potentially
3195         costly parameter evaluation when the message's level is too high
3196         to display.
3197         (gnus-agent-expire-group-1): Disabled undo tracking in temp
3198         overview buffer. Uses new gnus-agent-message macro to reduce
3199         overhead of optional messages. Reversed message levels to
3200         emphasize percent completion messages.  Detailed messages of
3201         little use except when debugging code.
3202
3203 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3204
3205         * spam.el (spam-ham-move-routine): use
3206         spam-mark-ham-unread-before-move-from-spam-group
3207         (spam-mark-ham-unread-before-move-from-spam-group): new variable
3208
3209 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3210
3211         * spam.el: load nnimap.el when compiling
3212         (spam-setup-widening): use
3213         nnimap-split-download-body-default instead of
3214         nnimap-split-download-body which is a user-customizable variable
3215
3216 2003-03-07  Simon Josefsson  <jas@extundo.com>
3217
3218         * nnimap.el (nnimap-split-download-body-default): New, holds
3219         default for n-s-d-b.
3220         (nnimap-split-download-body): Add new setting (symbol default),
3221         which uses contents of n-s-d-b-d, and made it the default.
3222
3223 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3224
3225         * spam.el (spam-use-hashcash): new variable
3226         (spam-list-of-checks): added spam-use-hashcash with associated
3227         spam-check-hashcash
3228         (spam-check-hashcash): new function, installed iff hashcash.el is
3229         loaded
3230         (spam-setup-widening): don't use (return)
3231
3232 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3233
3234         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
3235         predicate of `false' to avoid an error when a group defines no
3236         predicate. Fixed typo that disabled agent scoring (i.e. the
3237         low/high predicates should now work).
3238
3239 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3240
3241         * spam.el: add spam-maybe-spam-stat-load to
3242         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
3243         (spam-bogofilter-register-with-bogofilter): use
3244         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
3245         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
3246         custom variables to replace "-s" and "-n"
3247
3248         * gnus-group.el (gnus-group-get-new-news): call the new
3249         gnus-get-top-new-news-hook hook
3250
3251         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
3252         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
3253
3254 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3255
3256         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
3257
3258 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
3261         a cl run-time function.
3262
3263 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3264
3265         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
3266         on gnus-agent-short-article.
3267         (gnus-category-read): Replaced CL function mapcar* with new macro:
3268         gnus-mapcar.
3269         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
3270         support functions that accept multiple parameters.  A separate
3271         sequence must be provided for each parameter in the function.
3272         Iteration stops when the end of the shortest list is reached.
3273
3274 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
3275
3276         * nnimap.el (nnimap-request-accept-article): Use delete-region.
3277
3278         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
3279         (html2text-delete-single-tag, html2text-clean-anchor)
3280         (html2text-remove-tags): Use delete-region.
3281         (html2text-fix-paragraphs): Simplify.
3282
3283         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
3284         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
3285         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
3286         kill-region.
3287
3288 2003-03-04  John Paul Wallington  <jpw@gnu.org>
3289
3290         * gnus-agent.el (gnus-agent-enable-expiration)
3291         (gnus-agent-article-alist, gnus-agent-article-alist)
3292         (gnus-agent-cat-defaccessor): Doc fixes.
3293
3294 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3295
3296         * gnus-agent.el (gnus-function-implies-unread-1): Grok
3297         byte-compiled functions.
3298
3299 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3300
3301         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
3302         customization between new maneuvering (which permits selecting
3303         undownloaded articles) and old maneuvering (which skipped over
3304         undownloaded articles) behaviors.
3305         (gnus-summary-find-next): Pass through the unread and subject
3306         parameters when calling gnus-summary-find-prev.
3307         (gnus-summary-find-next,gnus-summary-find-prev): Apply
3308         gnus-auto-goto-ignores to filter out unacceptable articles.
3309
3310 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
3311
3312         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
3313         exists in all supported Emacs versions, so we don't need this
3314         compatibility function.
3315         (mail-source-fetch-pop, mail-source-check-pop)
3316         (mail-source-fetch-webmail): Use read-passwd.
3317
3318         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
3319         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
3320         read-passwd.
3321
3322         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
3323
3324         * imap.el (imap-read-passwd): Remove.
3325         (imap-interactive-login): Use read-passwd.
3326
3327         * canlock.el (canlock-read-passwd): Remove.
3328         (canlock-insert-header, canlock-verify): Use read-passwd.
3329
3330         * sieve-manage.el (sieve-manage-read-passwd): Remove.
3331         (sieve-manage-interactive-login): Use read-passwd.
3332
3333         * pop3.el (pop3-read-passwd): Remove.
3334         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
3335         read-passwd.
3336
3337         * pgg.el (pgg-read-passphrase): Simplify.
3338
3339 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3340
3341         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
3342         'plugged' when actually 'unplugged' bug.
3343         (gnus-category-read): Ignore nil values when converting an
3344         old-format category so that the new-format category will default
3345         those attributes to the global variables.
3346
3347 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3348
3349         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
3350         doc-string.
3351
3352 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3353
3354         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
3355         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
3356         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
3357         * mm-url.el (mm-url-decode-entities-string): do.
3358         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
3359         * mm-decode.el (mm-find-raw-part-by-type): do.
3360         * message.el (message-send-mail-partially)
3361         (message-send-mail-with-sendmail): do.
3362         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
3363         * gnus-kill.el (gnus-pp-gnus-kill): do.
3364         * gnus-art.el (gnus-article-treat-unfold-headers)
3365         (gnus-article-encrypt-body): do.
3366
3367 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3368
3369         * mail-source.el (mail-source-delete-incoming): Allow integer value.
3370         (mail-source-delete-old-incoming-confirm): New variable.
3371         (mail-source-delete-old-incoming): Use it.  New function.
3372         (mail-source-callback): Call `mail-source-delete-old-incoming' if
3373         `mail-source-delete-incoming' is a nonnegative integer.
3374
3375 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3376
3377         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
3378         (gnus-user-agent): Fixed typo.
3379
3380 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3381
3382         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
3383         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
3384
3385 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386
3387         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
3388         (gnus-agent-fetch-session): Allow debugging to take place.
3389
3390 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3391
3392         * gnus-sum.el (gnus-highlight-selected-summary)
3393         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
3394         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
3395         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
3396         and makes it clear that we don't need the side effect.
3397         * gnus-util.el (gnus-delete-line): do.
3398         * gnus-xmas.el (gnus-group-add-icon): do.
3399         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
3400         * nntp.el (nntp-send-authinfo-from-file): do.
3401         * nnml.el (nnml-header-value): do.
3402         * nnheader.el (nnheader-insert-references): do.
3403         * gnus-cite.el (gnus-article-highlight-citation)
3404         (gnus-cite-parse): do.
3405         * gnus-score.el (gnus-score-followup): do.
3406         * gnus-draft.el (gnus-draft-send): do.
3407         * gnus-group.el (gnus-group-highlight-line): do.
3408         * gnus-cache.el (gnus-cache-braid-nov): do.
3409         * nnfolder.el (nnfolder-retrieve-headers)
3410         (nnfolder-request-article): do.
3411         * gnus-art.el (article-hide-boring-headers)
3412         (gnus-article-hide-header): do.
3413
3414         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
3415         * nnml.el (nnml-request-replace-article): do.
3416         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
3417         * nnfolder.el (nnfolder-request-move-article): do.
3418         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
3419         * gnus-art.el (gnus-mm-display-part): do.
3420
3421         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
3422
3423 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3424
3425         * nntp.el (nntp-possibly-change-group): Avoid calling
3426         process-buffer on nil (Which happened when you lost your
3427         connection while fetching); instead signal a "Server Closed
3428         Connection" error.
3429
3430 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3431
3432         * gnus-agent.el (gnus-agent-enable-expiration): New
3433         variable. Either ENABLE or DISABLE.  Sets default behavior for
3434         selecting which groups are expired.
3435         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
3436         gnus-agent-set-cat-groups): Provides abstract interface for
3437         accessing agent category.  Category now implemented by an alist.
3438         (gnus-agent-add-group, gnus-agent-remove-group,
3439         gnus-category-insert-line, gnus-category-edit-predicate,
3440         gnus-category-edit-score, gnus-category-edit-groups,
3441         gnus-category-copy, gnus-category-add, gnus-group-category): Use
3442         new agent category abstraction.
3443         (gnus-agent-find-parameter): New function. Search for agent
3444         configuration parameter first in the group's parameters, then its
3445         topics (if any), and then the group's category.  If not found
3446         anywhere, use the original defined constants.
3447         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
3448         gnus-agent-find-parameter.
3449         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
3450         gnus-agent-cache now blocks retrieving headers and articles from
3451         the local cache.  Fetched content is still added to the cache
3452         before being returned.
3453         (gnus-agent-fetch-session): Use error-message-string to generate
3454         displayed error message.
3455         (gnus-agent-customize-category): New Command. 'e' in category
3456         buffer opens category customization buffer.
3457         (gnus-category-read): Reads either positional or alist format;
3458         returns alist format.
3459         (gnus-category-write): Writes category file compatible with
3460         current, and previous, versions of gnus-agent.
3461         (gnus-category-make-function, gnus-category-make-function-1):
3462         Corrected documentation; parameter is predicate NOT category.
3463         (gnus-predicate-implies-unread): Now works in more cases per the
3464         todo comment.
3465         (gnus-function-implies-unread-1): New function. Supports
3466         gnus-predicate-implies-unread.
3467         (gnus-agent-expire-group): Command now provides default of group
3468         under point.
3469         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
3470         agent-days-until-old parameters. No longer supports
3471         gnus-agent-expire-days being set to an alist.
3472         (gnus-agent-request-article): Now performs its own checks of
3473         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
3474         assuming that the caller will do them correctly.
3475         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
3476         gnus-agent-expire-days is set to an alist.  Converts said alist
3477         into group parameter so that gnus-agent-expire-days will not be
3478         needed.
3479         * gnus-art.el (gnus-request-article-this-buffer): Conditional
3480         checks surrounding gnus-agent-request-article removed; now
3481         performed by gnus-agent-request-article.
3482         * gnus-cus.el (gnus-agent-parameters): New variable. List of
3483         customizable group/topic parameters that regulate the agent.
3484         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
3485         kill-buffer with gnus-kill-buffer to remove the killed buffer from
3486         the list of gnus buffers.
3487         (gnus-trim-whitespace): Removes leading and trailing whitespace
3488         from multiline strings.
3489         (gnus-agent-cat-prepare-category-field,
3490         gnus-agent-customize-category): Constructs a category
3491         customization buffer.
3492         * gnus-int.el (gnus-retrieve-headers,
3493         gnus-request-expire-articles): No longer checks gnus-agent-cache
3494         as it is handled internally by the agent.
3495         (gnus-request-head, gnus-request-body): Conditional checks
3496         surrounding gnus-agent-request-article removed; now performed by
3497         gnus-agent-request-article.
3498
3499         * gnus-start.el (): Added defvar statements to resolve compilation
3500         warnings.
3501         (gnus-long-file-names): New function. Isolates platform dependent
3502         msdos-long-file-names.
3503         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
3504         option of writing directly to file.  Avoids memory exhausted
3505         errors when .newsrc.eld is huge.
3506         (gnus-save-newsrc-file): Uses new
3507         gnus-save-startup-file-via-temp-buffer.
3508         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
3509         standard-output.
3510         (gnus-display-time-event-handler): Changed to alias from a defun
3511         to avoid a compile-time warning when display-time-event-handler is
3512         not defined.
3513         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
3514         standard-output such that prin1 and princ will write directly to a
3515         file.
3516
3517         * gnus.el (gnus-agent-cache): Expanded documentation.
3518         (gnus-summary-high-undownloaded-face): Removed second bold keyword
3519         so that this face is actually bold.
3520
3521         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
3522         gnus-use-cache has been set.
3523
3524 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
3525
3526         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
3527
3528 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
3529
3530         * gnus-art.el (gnus-article-refer-article): Be more permissive.
3531
3532 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3533
3534         * spam.el: Fix typo.
3535
3536 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
3537         (Trivial patch.)
3538
3539         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
3540         errors-buffer. This produces a nicer error message in case of
3541         problems.
3542
3543 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
3544
3545         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
3546         load stats iff spam-use-stat is on
3547
3548         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
3549         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
3550         instead of spam-stat-load and spam-stat-save in the
3551         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
3552
3553 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3554
3555         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
3556
3557 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * message.el (message-make-fqdn): Protect against nil user-mail.
3560
3561 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
3562
3563         * gnus-art.el (gnus-boring-article-headers): New values:
3564         'to-list and 'cc-list.
3565
3566 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3567
3568         * spam.el (spam-setup-widening): new function to set
3569         nnimap-split-download-body, we add it to gnus-get-new-news-hook
3570         (spam-list-of-statistical-checks): list of statistical splitter
3571         checks
3572         (spam-split): added a widen call when a statistical check is
3573         enabled
3574
3575 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3576
3577         * gnus-msg.el (gnus-user-agent): Changed default to
3578         'emacs-gnus-type, renamed 'full.
3579
3580 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3581
3582         * nnfolder.el (nnfolder-request-accept-article): Don't use
3583         mail-header-unfold-field.
3584
3585 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3586
3587         * imap.el (imap-ssl-open): Don't depend on ssl.el.
3588         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
3589
3590 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3591
3592         * spam.el: add spam-stat-load to gnus-get-new-news-hook
3593         (spam-split): remove spam-stat-load call
3594
3595 2003-02-26  Simon Josefsson  <jas@extundo.com>
3596
3597         * gnus-sum.el (gnus-summary-toggle-header): Run
3598         gnus-article-decode-hook instead of calling a-decode-encoded-words
3599         directly (the latter is run as part of the former).
3600
3601 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3602
3603         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
3604
3605 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
3606
3607         * message.el (message-sendmail-envelope-from): New option.
3608         (message-sendmail-envelope-from): New function.
3609         (message-send-mail-with-sendmail): Use it.
3610
3611 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
3612
3613         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
3614         compensation for TDMA addresses.
3615
3616 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3617
3618         * gnus-msg.el (gnus-user-agent): New variable.
3619         (gnus-version-expose-system): Removed.  Obsoleted by
3620         `gnus-user-agent'.
3621         (gnus-extended-version): Use `gnus-user-agent'.
3622
3623 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3624
3625         * spam.el (spam-stat-register-spam-routine,
3626         spam-stat-register-ham-routine): remove spam-stat-save
3627         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
3628
3629 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3630
3631         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
3632         reference.
3633
3634 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3635
3636         * nnheader.el (nnheader-find-nov-line): Changed midpoint
3637         calculation to avoid integer overflow.
3638
3639 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3640
3641         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
3642
3643 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
3644         * spam.el: disabled spam-get-article-as-filename
3645
3646         From Michael Shields  <shields@msrl.com>
3647
3648         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
3649         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
3650         * gnus-sum.el (gnus-summary-expire-articles): Use it.
3651         * spam.el (spam-summary-prepare-exit): Use it.
3652         * gnus.el (gnus-install-group-spam-parameters): New.
3653         * spam.el (spam-group-ham-processor-copy-p): New.
3654         * spam.el (spam-summary-prepare-exit): Support for ham copying.
3655         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
3656         that would cause the current message to be moved if the group had
3657         no spam.
3658         * spam.el (spam-ham-move-routine): New `copy' argument.
3659
3660 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3661         From Martin Thornquist <martint@ifi.uio.no>
3662
3663         * gnus-topic.el (gnus-topic-select-group): Select last group if
3664         after last group.
3665         * gnus-group.el (gnus-group-select-group): Ditto.
3666
3667 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
3670         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
3671         point-at-(b|e)ol which aren't available in Emacs 20.
3672
3673         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
3674
3675 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3676
3677         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
3678         clause of the condition-case statement.  Errors connecting to a
3679         server no longer terminate gnus.
3680
3681         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
3682         make its use obvious.  Added no-nothing case to avoid
3683         opening(closing) servers when already open(closed).
3684         (gnus-agent-while-plugged): Added macro to facilitate internal use
3685         of gnus-agent-toggle-plugged.
3686         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
3687         temporarily open servers.
3688         (gnus-agent-get-undownloaded-list): Sort list of article numbers
3689         as sorting gnus-newsgroup-headers is wrong.
3690         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
3691         to temporarily open servers. Corrected logic to handle setting
3692         gnus-agent-mark-unread-after-downloaded.
3693         (gnus-agent-fetch-articles): Now handles headers with missing
3694         article sizes and/or missing article lengths.  Now clears the
3695         message buffer when finished.
3696         (gnus-agent-fetch-group-1): Position point before calling
3697         gnus-summary-set-agent-mark.
3698         (gnus-get-predicate): Corrected description, parameter is
3699         predicate not category.
3700         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
3701         provide a separate single group expiration function.
3702         (gnus-agent-regenerate-group): Now clears the message buffer when
3703         finished.
3704
3705 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3706
3707         * gnus.el (gnus-agent-target-move-group-header): New variable.
3708         * gnus-draft.el (gnus-draft-send): If special header
3709         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
3710         that group, instead of performing the regular sending functions.
3711
3712 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
3715
3716 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3717
3718         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
3719         variables.
3720         (message-make-fqdn): Use it.  Improved validity check.
3721
3722 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3723
3724         * message.el (message-user-mail-address): Check whether
3725         user-mail-address looks valid.
3726
3727         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
3728
3729         * gnus-util.el (gnus-fetch-original-field): New function.
3730
3731 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3732
3733         * message.el (message-mode): \\(...\\) around additional
3734         paragraph-separate alternative.
3735
3736 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
3737
3738         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
3739         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
3740         display key bindings.
3741         (gnus-mime-button-menu): Rewrite.
3742
3743 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * gnus-art.el (gnus-button-url-regexp): Removed `.
3746
3747 2003-02-23  Max Froumentin  <mf@w3.org>
3748
3749         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
3750
3751 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * gnus-art.el (gnus-mime-action-on-part): Require a match
3754         interactively.
3755
3756         * gnus-start.el (gnus-save-newsrc-file): Use
3757         gnus-backup-startup-file.
3758         (gnus-backup-startup-file): New variable.
3759
3760 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3761
3762         * gnus.el (gnus-summary-buffer-name): Moved function here.
3763
3764         * gnus-draft.el (defun): Remove debug.
3765
3766 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3767
3768         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
3769         can't open server.
3770
3771 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * gnus-draft.el (defun): Configure posting styles.
3774
3775         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
3776         the entry for the group exists before we alter it.
3777
3778 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3779
3780         * message.el (message-mode): MML tags separate paragraphs.  Small
3781         change from David S Goldberg <david.goldberg6@verizon.net>.
3782
3783         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
3784         `gnus-newsgroup-headers'.
3785
3786         * gnus-art.el (gnus-article-refer-article): Grok more message id
3787         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3788
3789 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3790
3791         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
3792         use "path name".
3793
3794 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
3795
3796         * gnus-sum.el (gnus-summary-move-article)
3797         (gnus-summary-expire-articles): send data header for article, not
3798         just article ID
3799
3800         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
3801         (gnus-register-spool-action): added hashtable of message ID keys
3802         with message motion data
3803
3804 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
3805         From Reiner Steib  <Reiner.Steib@gmx.de>.
3806
3807         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
3808         variable, used in `gnus-button-mid-or-mail-heuristic'.
3809         (gnus-button-mid-or-mail-heuristic): New function derived from
3810         Florian Weimer's Perl script.
3811         (gnus-button-handle-mid-or-mail): Allow a function instead of
3812         'guess.
3813         (gnus-button-guessed-mid-regexp): Removed.
3814
3815 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * message.el (message-resend): Bind message-setup-hook to nil;
3818         remove X-Draft-From header.
3819
3820 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
3821
3822         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
3823         (gnus-newsgroup-undownloaded)
3824         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
3825         Doc fixes.
3826
3827 2003-02-17  John Paul Wallington  <jpw@gnu.org>
3828
3829         * gnus.el (gnus-shell-command-separator, gnus-email-address)
3830         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
3831
3832 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
3833
3834         * gnus-spec.el (gnus-xmas-format): Use insert instead of
3835         insert-string which is obsolete in Emacs 21.4.
3836
3837         * message.el (message-cross-post-followup-to-header): do.
3838
3839         * spam.el (spam-ifile-register-with-ifile)
3840         (spam-stat-register-spam-routine)
3841         (spam-stat-register-ham-routine)
3842         (spam-bogofilter-register-with-bogofilter): do.
3843
3844         * mailcap.el (mailcap-mime-data): Fix typo.
3845
3846         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
3847
3848 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
3849
3850         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
3851         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
3852         `gnus-cite-unsightly-citation-regexp'.
3853
3854 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3855
3856         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
3857         even if there's just a header.
3858
3859 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
3860
3861         * message.el (message-fix-before-sending): Fix highlighting of
3862         illegible and invisible text.
3863
3864         * gnus-util.el (gnus-multiple-choice): Separate choices with
3865         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
3866
3867 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
3868
3869         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
3870
3871 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
3872
3873         * spam.el (spam-ham-move-routine)
3874         (spam-mark-spam-as-expired-and-move-routine): use
3875         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
3876         around process-mark manipulation on the group
3877
3878 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3879
3880         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
3881         submenu.
3882
3883 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884
3885         * mail-source.el (mail-source-fetch): Reverse the return value of
3886         the continuation question.
3887
3888 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3889
3890         * nndraft.el (nndraft-request-move-article): Bind
3891         nnmh-allow-delete-final to t.
3892
3893 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3894
3895         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
3896
3897 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
3898
3899         * nntp.el (nntp-accept-process-output): Don't use point-max to get
3900         the buffer's size.
3901
3902 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
3903
3904         * nnheader.el: Added cygwin to system-type comparisons.
3905
3906 2003-01-27  Juanma Barranquero  <lektu@terra.es>
3907
3908         * imap.el (imap-mailbox-status): Fix typo.
3909
3910 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3911
3912         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
3913         online.
3914
3915 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3916
3917         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
3918         commands.
3919         * gnus-sum.el: Small change from Frank Weinberg
3920         <frank@usenet-rundfahrt.de>:
3921         (gnus-auto-center-group): New variable.
3922         (gnus-summary-read-group-1): Use it.
3923         (gnus-summary-next-group): Fix docstring.
3924
3925 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * gnus-util.el (gnus-faces-at): Simplify.
3928
3929 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3930
3931         * spam.el (spam-ham-move-routine)
3932         (spam-mark-spam-as-expired-and-move-routine): made the article
3933         move conditional, so it's not called even if there's nothing to move
3934
3935 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3936
3937         * message.el (message-unix-mail-delimiter): Accept any whitespace
3938         after the email address and before the date; do not require the
3939         space character.  From Kurt B. Kaiser <kbk@shore.net>.
3940
3941 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
3944         gnus-article-boring-faces variable is bound; use gnus-faces-at.
3945
3946         * gnus-util.el (gnus-faces-at): New macro.
3947
3948 2003-02-13  Michael Shields  <shields@msrl.com>
3949
3950         * gnus-cite.el
3951         (gnus-cite-attribution-suffix, gnus-cite-parse):
3952         Better handling for Microsoft citation styles.
3953         (gnus-unsightly-citation-regexp): New.
3954
3955 2003-02-12  Michael Shields  <shields@msrl.com>
3956
3957         * gnus-art.el (article-strip-banner): Strip both per-group and
3958         per-user-address banners.
3959         (article-really-strip-banner): New.
3960
3961 2003-02-12  Michael Shields  <shields@msrl.com>
3962
3963         * gnus-sum.el (gnus-article-goto-next-page,
3964         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
3965         relying on the summary bindings of `n' and `p'.
3966
3967 2003-02-12  Michael Shields  <shields@msrl.com>
3968
3969         * gnus-art.el (gnus-article-only-boring-p): New.
3970         (gnus-article-skip-boring): New.
3971         * gnus-cite.el (gnus-article-boring-faces): New.
3972         * gnus-sum.el (gnus-summary-next-page): Use
3973         gnus-article-only-boring-p.
3974
3975 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
3976
3977         * spam.el (spam-mark-spam-as-expired-and-move-routine)
3978         (spam-ham-move-routine): unmark all articles before marking those
3979         of interest and calling gnus-summary-move-article
3980
3981 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
3982
3983         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
3984         logically the complement of gnus-get-buffer-create and
3985         gnus-add-buffer.
3986
3987         * gnus-util.el (gnus-kill-buffer): do.
3988
3989         * nnmail.el: Autoload gnus-kill-buffer.
3990
3991 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3992
3993         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
3994         gnus-summary-goto-subject as gnus-summary-update-mark operates on
3995         the current LINE.
3996         (gnus-agent-summary-fetch-group): Minimized the number of times
3997         that the article is updated in the buffer.
3998
3999 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4000
4001         * spam.el (spam-ham-move-routine): use the process-mark instead of
4002         gnus-current-article when moving articles
4003         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
4004
4005 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006
4007         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
4008         (gnus-topic-catchup-articles): Ditto.
4009         (gnus-topic-mark-topic): Reverse recursive logic.
4010
4011 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
4012
4013         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
4014         gnus-refer-thread-limit is t.
4015
4016 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
4017
4018         * mm-util.el (mm-mule-charset-to-mime-charset): Use
4019         sort-coding-systems to prefer utf-8 over utf-16.
4020
4021 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4022
4023         * gnus-agent.el (gnus-agent-expire-days):
4024         gnus-request-move-article depends on gnus-agent-expire to clean up
4025         the cache after moving the article.  Therefore, g-a-e-d can NOT
4026         default to nil or can gnus-agent-expire be disabled by doing so.
4027         If you don't want to run gnus-agent-expire, don't call it.
4028         (gnus-agent-expire): The broken test to disable gnus-agent-expire
4029         when g-a-e-d was NOT nil was removed.
4030         (gnus-agent-article-name): Removed unnecessary input test as
4031         article IDs are always strings.
4032         (gnus-agent-regenerate-group): Added check to protect against
4033         servers that generate absurdly long article IDs.  Valid IDs are
4034         less than 10 digits to avoid overflow errors.  Fixed logic error
4035         when ensuring that the final article ID is present in the new
4036         alist.
4037
4038 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4039
4040         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
4041         next line after finding the parent.
4042
4043 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4044
4045         * gnus.el (gnus-version-number): Bumped.
4046
4047 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4048
4049         * gnus.el: Oort Gnus v0.15 is released.
4050
4051 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4052
4053         * nnmail.el (nnmail-split-it): If a message ends up matching the
4054           same mailbox more than once, it will cause duplicates to appear
4055           in the mailbox.
4056
4057 2003-02-08  Simon Josefsson  <jas@extundo.com>
4058
4059         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
4060         code that only worked under Emacs.
4061
4062         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
4063         Das <satyaki@chicory.stanford.edu>.
4064
4065 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
4066
4067         * gnus-art.el (gnus-article-refer-article): Use
4068         gnus-replace-in-string.
4069
4070         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
4071         (gnus-remove-duplicates): do.
4072
4073 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4074
4075         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
4076         (gnus-request-scan): set
4077         gnus-internal-registry-spool-current-method to gnus-command-method
4078         before a request-scan operation
4079
4080         * gnus-registry.el (regtest-nnmail): use
4081         gnus-internal-registry-spool-current-method
4082
4083 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084
4085         * mail-source.el (mail-source-fetch): Typo fix.
4086
4087 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4088
4089         * nnmail.el (nnmail-spool-hook): new hook
4090         (nnmail-cache-insert): call nnmail-spool-hook
4091
4092         * gnus-registry.el: new file with examples of using the hooks
4093
4094         * gnus.el (gnus-registry): added registry customization group
4095         (gnus-group-prefixed-name): improve function to return full group
4096         name optionally
4097         (gnus-group-guess-prefixed-name): shortcut to
4098         gnus-group-prefixed-name, using just the group name
4099         (gnus-group-full-name): always get a group's full name
4100         (gnus-group-guess-full-name): shortcut, using just the group name
4101
4102         * gnus-sum.el (gnus-summary-article-move-hook)
4103         (gnus-summary-article-delete-hook)
4104         (gnus-summary-article-expire-hook): new hooks
4105         (gnus-summary-move-article, gnus-summary-expire-articles)
4106         (gnus-summary-delete-article): invoke the new hooks
4107
4108 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
4109
4110         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
4111         from message-ID
4112
4113 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
4114
4115         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
4116
4117 2003-02-07  John Paul Wallington  <jpw@gnu.org>
4118
4119         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
4120         (mm-write-region, mm-detect-coding-region): Doc fixes.
4121
4122 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123
4124         * mail-source.el (mail-source-fetch): Ignore errors.
4125         (mail-source-ignore-errors): New variable.
4126
4127         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
4128         articles.
4129
4130         * gnus-msg.el (gnus-version-expose-system): Change default.
4131
4132 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
4133
4134         * gnus-msg.el (gnus-version-expose-system): New variable.
4135
4136 2003-02-07  Simon Josefsson  <jas@extundo.com>
4137
4138         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
4139         patch from deskpot@myrealbox.com (Vasily Korytov).
4140
4141 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142
4143         * gnus-art.el (article-display-face): Get the Face header from
4144         the current buffer.
4145
4146 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * gnus-art.el (gnus-mime-view-part-internally): Bind
4149         buffer-read-only to nil.
4150
4151 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
4154         from g-a-e-1 to g-a-e-2.
4155
4156 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
4157
4158         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
4159         of bbdb-search-simple, use spam-use-BBDB-exclusive
4160         (spam-check-whitelist): use spam-use-whitelist-exclusive
4161         (spam-use-whitelist-exclusive): new variable affecting
4162         spam-use-whitelist
4163         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
4164
4165 2003-02-05  Simon Josefsson  <jas@extundo.com>
4166
4167         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
4168         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
4169         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
4170         (gnus-agent-expire-1): New.
4171         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
4172         (gnus-agent-expire-2): New.
4173
4174 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
4175
4176         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
4177         "delete-if" is misleading because it isn't actually destructive.
4178
4179         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
4180
4181         * nnmail.el (nnmail-purge-split-history): do.
4182
4183         * gnus-win.el (gnus-get-buffer-window): do.
4184
4185         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
4186         let-binding.
4187         (gnus-simplify-all-whitespace): do.
4188
4189 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-delay.el (gnus-delay-article): Fix binding of the
4192         nndraft:delayed group.
4193
4194 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4195
4196         * gnus.el (spam group parameters): change 'other to 'const in
4197         the group parameter definitions to soothe XEmacs
4198
4199 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4200
4201         * gnus-delay.el (gnus-delay-article): Really create
4202         nndraft:delayed group if it doesn't exist.
4203
4204 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
4205
4206         * gnus-sum.el (gnus-summary-search-article): Speed up by
4207         disabling various visual features while searching.
4208         (gnus-summary-recenter): Test gnus-auto-center-summary first.
4209
4210 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
4211
4212         * spam.el (spam-list-of-checks): Don't quote nil and t in
4213         docstrings.  From the elisp manual:
4214
4215            When a documentation string refers to a Lisp symbol, write
4216            it [..] with single-quotes around it.  [..] There are two
4217            exceptions: write t and nil without single-quotes.
4218
4219         * messcompat.el (message-from-style): do.
4220
4221         * message.el (message-send-mail): do.
4222
4223         * gnus-util.el (gnus-use-byte-compile): do.
4224
4225         * gnus-score.el (gnus-score-lower-thread): do.
4226
4227         * gnus-int.el (gnus-server-unopen-status): do.
4228
4229         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
4230         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
4231
4232         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
4233         (gnus-group-parameters): do.
4234
4235         * gnus-art.el (gnus-article-mime-match-handle-function): do.
4236
4237         * mm-decode.el (mm-text-html-renderer): do.
4238
4239 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * nnheader.el (nnheader-directory-separator-character): Change the
4242         way to compute the dafault value.
4243
4244 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
4245
4246         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
4247         (gnus-button-alist): Fix regexp for describe-key.
4248         (gnus-button-handle-describe-function)
4249         (gnus-button-handle-describe-variable)
4250         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
4251         (gnus-button-handle-apropos-variable)
4252         (gnus-button-handle-apropos-documentation): Docstring fix.
4253
4254         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
4255
4256 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257
4258         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
4259         to nil.
4260
4261         * nnmail.el: Removed gnus-util autoload.
4262
4263         * gnus.el: Use gnus-prin1-to-string throughout.
4264
4265         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
4266         print-level.
4267
4268         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
4269         (gnus-treat-display-grey-xface): Removed.
4270
4271         * gnus-fun.el (gnus-grab-cam-face): New.
4272         (gnus-convert-image-to-gray-x-face): Removed.
4273         (gnus-convert-gray-x-face-to-xpm): removed.
4274         (gnus-convert-gray-x-face-region): Removed.
4275         (gnus-grab-gray-x-face): Removed.
4276
4277         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
4278
4279 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
4280
4281         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
4282         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
4283         bound.
4284
4285         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
4286
4287 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
4288
4289         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
4290         Remove -- these are bogus options which are never used.
4291
4292 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
4293
4294         * gnus-art.el (gnus-article-mode): Use summary tool bar.
4295
4296 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
4297
4298         * spam.el (spam-check-blackholes)
4299         (spam-blackhole-good-server-regex): new variable to skip some IPs
4300         when checking blackholes; use it
4301         (spam-check-bogofilter-headers)
4302         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
4303         case more X-Bogosity is used than just "Yes/No"
4304         (spam-ham-move-routine): semi-fixed, only first article is
4305         properly moved now
4306
4307 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
4308
4309         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
4310         as well.
4311
4312         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
4313
4314         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
4315
4316         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
4317
4318         * gnus-bcklg.el (gnus-backlog-shutdown): do.
4319
4320         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
4321
4322 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4323
4324         * gnus-fun.el (gnus-face-encode): New function.
4325         (gnus-convert-png-to-face): Use it.
4326
4327         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
4328
4329 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
4330
4331         * mm-decode.el (mm-dissection-list): Remove.
4332         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
4333         only used in mm-remove-all-parts.
4334         (mm-remove-all-parts): Remove it, it's never called.
4335
4336 2003-01-25  Simon Josefsson  <jas@extundo.com>
4337
4338         * gnus-group.el (gnus-group-make-group): Report errors.
4339
4340         * nnimap.el (nnimap-request-create-group): Ditto.
4341
4342         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
4343
4344         * sieve.el (sieve-upload): Fix error printing.
4345
4346         * mm-encode.el (mm-qp-or-base64): Always QP iff
4347         mm-use-ultra-safe-encoding and cleartext PGP.
4348
4349         * gnus-sum.el (gnus-summary-select-article): Inhibit
4350         redisplay (mainly for secured messages).
4351
4352         * nnmail.el (nnmail-article-group): Copy body too (but don't
4353         process it).
4354
4355 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
4356
4357         * gnus-art.el (gnus-article-setup-buffer): Reset
4358         gnus-button-marker-list.
4359
4360 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * nntp.el (nntp-read-timeout): Default to using a second delay
4363         under Microsoft Windows.
4364
4365 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * nnheader.el (nnheader-directory-separator-character): New
4368         variable.
4369
4370 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4371
4372         * gnus-agent.el (gnus-agent-max-fetch-size)
4373         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
4374         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
4375         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
4376         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
4377         (gnus-agent-braid-nov, gnus-agent-load-alist)
4378         (gnus-agent-article-alist-save-format)
4379         (gnus-agent-read-agentview, gnus-agent-save-alist)
4380         (gnus-agent-fetch-group-1, gnus-agent-expire)
4381         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
4382         (gnus-agent-regenerate-group): Reformat to keep under eighty
4383         columns.  Reword docstrings so that first line is under eighty
4384         chars and a complete sentence.  Still need to work on the rear
4385         end of the file, in particular gnus-agent-expire.
4386
4387 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4388
4389         * gnus-agent.el (gnus-agentize): Indent.
4390
4391         * gnus.el (gnus-version-number): Bumped.
4392
4393 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4394
4395         * gnus.el: Oort Gnus v0.14 is released.
4396
4397 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4398
4399         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
4400         before beginning.  Tiny patch from Mark Thomas
4401         <swoon@bellatlantic.net>.
4402
4403 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4404
4405         * spam.el (spam-check-blackholes, spam-split)
4406         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
4407         gnus-message calls to show to users what spam.el is doing
4408
4409 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
4410
4411         * gnus-msg.el (gnus-message-replysign)
4412         (gnus-message-replyencrypt): Fix typo.
4413
4414 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4415
4416         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
4417         details.
4418
4419 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420
4421         * gnus-art.el (gnus-article-press-button): let* -> let.
4422         (gnus-mime-security-show-details): Cleaned up.
4423         (gnus-mime-security-press-button): Save excursion.
4424         (gnus-insert-mime-security-button): Clean up.
4425
4426         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
4427
4428         * gnus-async.el (gnus-async-wait-for-article): Don't use a
4429         timeout.
4430
4431         * nntp.el (nntp-accept-process-output): Removed timeout.
4432         (nntp-read-timeout): New variable.
4433         (nntp-accept-process-output): Use it.
4434
4435         * gnus-sum.el (gnus-data-find-list): Remove *.
4436
4437 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4438
4439         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
4440         introduced on 2002-01-22.
4441         (gnus-summary-first-unseen-or-unread-subject): Ditto.
4442
4443 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
4444
4445         * spam.el (spam-check-regex-headers, spam-list-of-checks)
4446         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
4447         checks of incoming mail based on simple header regexp matching
4448
4449 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
4450
4451         * gnus-sum.el (gnus-spam-mark): set to `$'
4452
4453 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4454
4455         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
4456         gnus-newsgroup-unfetched, the list of articles whose headers have
4457         not been fetched from the server.
4458
4459         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
4460         parameter as it never worked due to a bug.  Added check to prevent
4461         selection of any article in the gnus-newsgroup-unfetched list.
4462         (gnus-summary-find-prev): Added check to prevent selection of any
4463         article in the gnus-newsgroup-unfetched list.
4464         (gnus-summary-first-subject): Documented API. Modified
4465         implementation so that constraints are handled independently.
4466         Added check to prevent selection of any article in the
4467         gnus-newsgroup-unfetched list.
4468         (gnus-summary-first-unseen-subject): Updated parameters in
4469         gnus-summary-first-subject call to match new API.
4470         (gnus-summary-first-unseen-or-unread-subject): Ditto.
4471         (gnus-summary-catchup): Do not mark unfetched articles as read.
4472
4473 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
4474
4475         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
4476         make-obsolete-variable allows only two arguments in XEmacs and
4477         Emacs 20.
4478
4479         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
4480         gnus-article-hide-pgp.
4481         (gnus-summary-make-menu-bar): do.
4482
4483         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
4484         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
4485         gnus-article-hide-pgp.
4486         (article-hide-pgp): Remove.
4487         (gnus-article-hide): Remove gnus-article-hide-pgp.
4488
4489         * gnus.el: Remove gnus-article-hide-pgp
4490
4491 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4492
4493         * message.el (message-required-headers): Doc fix.
4494
4495 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
4496
4497         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
4498         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
4499         option to make ifile a purely binary classifier
4500
4501 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502
4503         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
4504         (mml-secure-encrypt-pgpmime): Removed double.
4505
4506         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
4507         debugging statements.
4508
4509 2003-01-21  Andreas Fuchs  <asf@void.at>
4510
4511         * mml-sec.el (mml-sign-alist): Added pgpauto.
4512
4513 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4514
4515         * gnus.el (gnus-version-number): Bumped version number.
4516
4517 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4518
4519         * gnus.el: Oort Gnus v0.13 is released.
4520
4521 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4522
4523         * gnus-art.el (gnus-button-url-regexp): Removed |.
4524
4525         * message.el (message-send-hook): Doc fix.
4526
4527         * gnus-win.el (gnus-buffer-configuration): Display article
4528         instead of article-copy when `reply'.
4529
4530 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
4531
4532         * gnus.el (gnus-format): Change customize group to gnus.
4533         (gnus-cache): Add link.
4534         (gnus-group-charter-alist): Fix docstring.
4535
4536 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
4537
4538         * mailcap.el (mailcap-print-command): lpr-command might be
4539         unbound in XEmacs.
4540
4541 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4542
4543         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
4544
4545         * gnus-sum.el (gnus-summary-update-article-line): Fixed
4546         calculation of net characters added for use in the gnus-data
4547         structure.
4548
4549 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4550
4551         * nnmail.el (nnmail-process-unix-mail-format): Improve error
4552         message.  Suggested by Jari Aalto.
4553
4554 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4555
4556         * gnus-art.el (gnus-article-followup-with-original): Clean up.
4557         (gnus-article-reply-with-original): Ditto.
4558
4559         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
4560         read articles don't become unread.
4561
4562 2003-01-17  Simon Josefsson  <jas@extundo.com>
4563
4564         * gnus-fun.el (gnus-x-face-from-file):
4565         (gnus-face-from-file): Suggest image format in minibuffer prompt.
4566
4567         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4568         (gnus-convert-image-to-face-command): Doc fix.
4569
4570 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4571
4572         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
4573
4574 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
4575
4576         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
4577         avoid encoding problems.
4578
4579         * mailcap.el (mailcap-ps-command): New variable.
4580         (mailcap-mime-data): Add print entry where applicable.  Use
4581         pdftotext on a tty.
4582
4583 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4584
4585         * gnus-sum.el (gnus-alter-header-function): Add type and group.
4586
4587 2003-01-16  Simon Josefsson  <jas@extundo.com>
4588
4589         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4590         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
4591         (gnus-face-from-file): Doc fix; don't mention image format.
4592
4593 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4594
4595         * spam.el (spam-get-article-as-filename): new function (unused for now)
4596         (spam-get-article-as-buffer): new function
4597         (spam-get-article-as-string): use spam-get-article-as-buffer
4598         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
4599
4600 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4601
4602         * gnus-agent.el: Don't use `path'.
4603         From the GNU coding standards:
4604
4605             Please do not use the term ``pathname'' that is used in Unix
4606             documentation; use ``file name'' (two words) instead.  We use
4607             the term ``path'' only for search paths, which are lists of
4608             directory names.
4609
4610         * nnsoup.el (nnsoup-file-name): Ditto.
4611
4612         * nnmail.el (nnmail-pathname-coding-system): Ditto.
4613         (nnmail-group-pathname): Ditto.
4614
4615         * nnimap.el (nnimap-group-overview-filename): Ditto.
4616
4617         * nnheader.el (nnheader-pathname-coding-system): Ditto.
4618         (nnheader-group-pathname): Ditto.
4619
4620         * nnfolder.el (nnfolder-group-pathname): Ditto.
4621
4622         * gnus.el (gnus-home-directory): Ditto.
4623
4624         * gnus-group.el (gnus-group-icon-list): Ditto.
4625
4626 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
4627
4628         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
4629
4630         * message.el (message-mode-menu): Use it.
4631         (message-mode-menu): Deactivate "Yank Original" if there's no
4632         reply buffer.
4633
4634         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
4635
4636         * message.el (message-mark-active-p): New function.
4637
4638 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
4639
4640         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
4641         (spam-bogofilter-database-directory): new variables
4642         (spam-check-bogofilter-headers, spam-check-bogofilter)
4643         (spam-bogofilter-register-with-bogofilter)
4644         (spam-bogofilter-register-spam-routine)
4645         (spam-bogofilter-register-ham-routine)
4646         (spam-group-ham-processor-bogofilter-p): new functions for the new
4647         Bogofilter interface
4648         (spam-summary-prepare-exit): use the new Bogofilter functions
4649         (spam-list-of-checks): added spam-use-bogofilter-headers
4650         (spam-bogofilter-score): rewrote function
4651         (spam-check-bogofilter): optional score parameter, uses
4652         spam-check-bogofilter-headers better
4653         (spam-check-bogofilter-headers): optional score parameter
4654
4655         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
4656         default, in the gnus-start customization group.  Used to disable
4657         the spam-*/ham-* parameters.
4658         (gnus-group-ham-exit-processor-bogofilter): new ham processor
4659
4660 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
4661
4662         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
4663         XEmacs.
4664
4665         * gnus-ems.el (gnus-mark-active-p): do.
4666
4667 2003-01-15  Kevin Ryde  <user42@zip.com.au>
4668
4669         * gnus.texi (Using MIME): Mention auto-compression-mode with
4670         gnus-mime-copy-part.
4671
4672 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673
4674         * message.el (message-send): Don't warn about duplicates when
4675         superseding.
4676
4677 2003-01-15  Simon Josefsson  <jas@extundo.com>
4678
4679         * nnimap.el (nnimap-split-download-body): New variable.
4680         (nnimap-split-articles): Use it.
4681
4682 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4683
4684         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
4685         integrity checker was incorrectly flagging, and removing, articles
4686         whose article number was negative.
4687         (gnus-agent-fetch-group-1): When executed in the group's summary
4688         buffer, refresh each downloaded line to update the status flag and
4689         font.  Preserve the value of gnus-newsgroup-headers so that
4690         gnus-agent-fetch-articles can split the requests by size.
4691         (gnus-agent-expire): Corrected day calculation for when
4692         gnus-agent-expire-days contains a list.
4693
4694 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695
4696         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
4697
4698 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
4699
4700         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
4701           /usr/bin/play as default player.
4702           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
4703
4704 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
4707         articles to be marked as well.
4708
4709 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4710         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
4711         fictious headers generated by nnagent (ie. Undownloaded Article
4712         ####) in the list of articles that have not been downloaded.
4713
4714         * gnus-int.el (): Added require declarations to resolve
4715         compile-time warnings.
4716         (gnus-open-server): If the server status is set to offline,
4717         recursively execute gnus-open-server to open the offline backend
4718         (e.g. nnagent).
4719
4720 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
4721
4722         * gnus-art.el (gnus-article-reply-with-original): Use
4723         gnus-mark-active-p.
4724         (gnus-article-followup-with-original): do.
4725
4726 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4727
4728         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
4729
4730 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4731
4732         * gnus-score.el (gnus-score-edit-file-at-point): New function.
4733         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
4734
4735 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
4736
4737         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
4738         (gnus-face-from-file): Ditto.
4739
4740 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4741
4742         * gnus-sum.el (gnus-articles-to-read): Don't just apply
4743         gnus-alter-articles-to-read-function to the unread articles.
4744
4745 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4746
4747         * deuglify.el (gnus-article-outlook-unwrap-lines)
4748         (gnus-article-outlook-repair-attribution)
4749         (gnus-article-outlook-rearrange-citation): New function names,
4750         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
4751         doc-string.
4752
4753         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
4754         removed `W k' key binding (use `W Y f' instead).
4755         (gnus-summary-make-menu-bar): Use new function names.
4756
4757 2003-01-13  Simon Josefsson  <jas@extundo.com>
4758
4759         * gnus-fun.el (gnus-random-x-face): Doc fix.
4760         (gnus-insert-random-x-face-header): New function.
4761
4762 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
4763
4764         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
4765         mark is not active.
4766
4767         * gnus-msg.el (gnus-inews-do-gcc): Comment.
4768
4769         * gnus-ems.el (gnus-mark-active-p): New function.
4770
4771         * gnus-group.el (gnus-topic-mode-p): New function.
4772         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
4773         Deactivate items if mark is not active.
4774
4775 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4776
4777         * gnus.el (gnus-version-number): Bumped version.
4778         (gnus-summary-line-format): Doc fix.
4779
4780 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4781
4782         * gnus.el: Oort Gnus v0.12 is released.
4783
4784 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * mail-source.el (mail-sources): Removed autoload to make it
4787         compile under XEmacs.
4788
4789 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
4790
4791         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
4792         regexp or a function too.
4793         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
4794         confirmation even if the original article is mail.
4795
4796 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4797
4798         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
4799         articles to be marked when not yanking.
4800
4801 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
4802
4803         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
4804
4805 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4806
4807         * gnus-fun.el (gnus-face-from-file): Autoload.
4808
4809         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
4810         errors.
4811
4812 2003-01-12  Simon Josefsson  <jas@extundo.com>
4813
4814         * sieve.el (sieve-upload-and-bury): New.  Suggested by
4815         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4816
4817         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
4818         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4819
4820 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
4823         in every string.
4824
4825         * gnus.el (gnus-version-number): Bumped version number.
4826
4827 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4828
4829         * gnus.el: Oort Gnus v0.11 is released.
4830
4831 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
4832
4833         * message.el (message-fetch-reply-field): Narrow to headers.
4834
4835         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
4836         if Gnus isn't alive.
4837
4838 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4839
4840         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
4841         marks from articles that are already stored in the agent.
4842         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
4843         backup copy of an invalid .overview file for later analysis.
4844
4845 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
4846
4847         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
4848         exit work with two frames.
4849
4850 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
4851
4852         * message.el (message-forward-make-body): Use mule4.
4853
4854 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * message.el (message-mode-map): Move wide-reply command.
4857
4858 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4859
4860         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
4861         castellano.
4862         (gnus-outlook-display-hook): New variable.
4863         (gnus-outlook-display-article-buffer): New function.
4864         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
4865         (gnus-outlook-deuglify-article): Made them interactive and added
4866         optional arg.  Use `g-o-d-a-b'.
4867         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
4868
4869         * gnus-sum.el: Added autoloads.
4870         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
4871         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
4872
4873 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * gnus-art.el (gnus-display-mime): Use the mime emulation
4876         variable.
4877
4878         * gnus-sum.el (gnus-article-emulate-mime): New variable.
4879
4880         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
4881         newsrc-alist is initialized properly.
4882
4883         * mail-source.el (mail-sources): Autoload.
4884
4885         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
4886         nil.
4887
4888         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
4889         insert two newlines.
4890
4891         * message.el (message-check-news-header-syntax): Compute the
4892         header length correctly.
4893
4894 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4895
4896         * gnus-agent.el (gnus-agent-expire): Do not remove article from
4897         alist when keeping fetched article file.
4898         (gnus-agent-retrieve-headers): When parsing response for article
4899         numbers, use the same algorithm as gnus-agent-braid-nov to protect
4900         against garbage in the server's response.
4901
4902         * gnus-int.el (gnus-request-expire-articles,
4903         gnus-request-move-article): Only expire when the group's server
4904         has been agentized.
4905
4906 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907
4908         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
4909         errors when deleting overlays.
4910
4911         * gnus-score.el (gnus-score-followup): Allow tracing.
4912
4913         * gnus-art.el (gnus-treat-display-face): New variable.
4914         (article-display-face): New command.
4915
4916         * gnus-fun.el (gnus-face-from-file): New function.
4917         (gnus-convert-face-to-png): Ditto.
4918
4919         * gnus-art.el (gnus-ignored-headers): Added Face.
4920
4921 2003-01-10  Simon Josefsson  <jas@extundo.com>
4922
4923         * nndraft.el (nndraft-request-group): Avoid crash in
4924         directory-files when draft directory doesn't exists.
4925
4926         * gnus-sum.el (gnus-select-article-hook): Add :option.
4927
4928 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4929
4930         * spam.el (spam-use-stat): new variable
4931         (spam-group-spam-processor-stat-p)
4932         (spam-group-ham-processor-stat-p): new convenience functions
4933         (spam-summary-prepare-exit): add spam/ham processors to sequence
4934         (spam-list-of-checks): add spam-use-stat to list of checks
4935         (spam-split): conditionally load the spam-stat tables
4936         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
4937         spam-check-ifile): new functions
4938
4939         * spam-stat.el (spam-stat): typo fix
4940         (spam-stat-install-hooks): new variable
4941         (spam-stat-split-fancy-spam-group): added documentation clarification
4942         (spam-stat-split-fancy-spam-threshhold): new variable
4943         (spam-stat-install-hooks): make hooks conditional
4944         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
4945
4946         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
4947         spam-stat ham/spam processor symbols
4948
4949 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950
4951         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
4952         file exists.
4953
4954 2003-01-10  Simon Josefsson  <jas@extundo.com>
4955
4956         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
4957         undownloaded/downloadable only when unplugged.
4958
4959 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
4960
4961         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
4962
4963 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4964
4965         * spam.el (spam-check-ifile): fixed call-process-region to use the
4966         db parameter only if it's set
4967         (spam-ifile-register-with-ifile): ditto
4968
4969 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
4970
4971         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
4972         spam-stat-nbad before creating the hash table.
4973         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
4974         Changed copyright statement to FSF.
4975
4976 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4977
4978         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
4979         processable articles as read.
4980         (gnus-agent-summary-fetch-series): Remove processable and
4981         downloadable marks on all downloaded articles in the series.
4982
4983         * nntp.el (nntp-report): Throw error after reporting the problem.
4984         (nntp-accept-process-output): Corrected error check to report an
4985         error when the process is nil.
4986
4987 2003-01-09  Simon Josefsson  <jas@extundo.com>
4988
4989         * message.el (message-tool-bar-map): Add preview.
4990
4991 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
4992
4993         * mml.el (mml-preview): Get rid of MIME handles and buffers after
4994         previewing.
4995
4996 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
4997
4998         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
4999         bug when the (n+1)th article to be added to a group has a smaller
5000         number than the n articles already added.
5001
5002 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5003
5004         * message.el (message-mode-field-menu): Use backquote.
5005
5006 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
5007
5008         * spam.el: fixed the BBDB autoloads again, using
5009         bbdb-search-simple now (which is not a macro, thank god)
5010
5011         * lpath.el (bbdb-search): removed function from maybe-fbind list
5012
5013         * gnus.el (ham-process-destination): added new parameter for
5014         destination of ham articles found in spam groups at summary exit
5015
5016         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
5017         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
5018         (spam-ifile-database-path): added new parameter for ifile's database
5019         (spam-move-spam-nonspam-groups-only): new parameter to determine
5020         if spam should be moved from all groups or only some
5021         (spam-summary-prepare-exit): fixed logic to use
5022         spam-move-spam-nonspam-groups-only when deciding to invoke
5023         spam-mark-spam-as-expired-and-move-routine; always invoke that
5024         routine after the spam has been expired-or-moved in case there's
5025         some spam left over; use spam-ham-move-routine in spam groups
5026         (spam-ham-move-routine): new function to move ham articles to the
5027         ham-process-destinations group parameter
5028
5029 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
5032
5033         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5034         gnus-summary-update-article-line.
5035
5036 2003-01-08  Simon Josefsson  <jas@extundo.com>
5037
5038         * nnmail.el (nnmail-expiry-target-group): Request group, create it
5039         not successful.
5040
5041 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
5044
5045 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5046
5047         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
5048         logic, finally
5049
5050 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5051
5052         * gnus-spec.el (gnus-parse-format): %C is a complex format.
5053         (gnus-parse-format): Change to %~.
5054
5055         * message.el (message-generate-headers): Don't generate optional
5056         empty headers.
5057
5058 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5059
5060         * message.el (message-cross-post-default)
5061         (message-cross-post-note-function, message-shoot-gnksa-feet)
5062         (message-strip-subject-trailing-was, message-change-subject)
5063         (message-mark-insert-file, message-cross-post-followup-to)
5064         (message-cross-post-followup-to, message-mode-map)
5065         (message-generate-unsubscribed-mail-followup-to)
5066         (message-make-mail-followup-to): Minor changes to doc-strings and
5067         error messages.  Updated copyright line.
5068
5069         * message.el (message-make-mail-followup-to,
5070         message-generate-unsubscribed-mail-followup-to): New function
5071         names.  Renamed functions: "-mft" -> "-mail-followup-to".
5072         (message-make-mft, message-gen-unsubscribed-mft): Removed function
5073         names.
5074
5075         * mml.el (mml-preview-insert-mail-followup-to): New function name.
5076         (mml-preview-insert-mft): Removed function name.
5077         (mml-preview): Use new function names.
5078
5079         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
5080
5081         * message.el (message-mode-field-menu): Moved header related
5082         commands from "Message" to "Field" menu.
5083
5084 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5085
5086         * message.el (message-generate-headers-first): Added customization
5087         if variable is a list.
5088
5089 2003-01-07  Michael Shields  <shields@msrl.com>
5090
5091         * gnus-art.el (gnus-article-next-page): Correctly handle the case
5092         where the last line of the article is the last line of the window.
5093
5094 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095
5096         * gnus-msg.el (gnus-debug): Use ignore-errors.
5097
5098         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5099         `gnus-summary-update-line'.
5100
5101 2003-01-08  Simon Josefsson  <jas@extundo.com>
5102
5103         * gnus-art.el (gnus-unbuttonized-mime-types)
5104         (gnus-buttonized-mime-types): Doc fix.
5105
5106 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5107
5108         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
5109
5110 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5111
5112         * nnrss.el (nnrss-group-alist): Add and clear up.
5113
5114 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5115
5116         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
5117
5118         * lpath.el (bbdb-search): added BBDB functions for a better way to
5119         fix missing functions
5120
5121         * spam.el (spam-check-ifile): if should be an unless
5122
5123         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
5124         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
5125         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
5126
5127 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * gnus-sum.el (gnus-summary-make-menu-bar): Added
5130         gnus-summary-refer-thread to thread menu.
5131
5132 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5133
5134         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
5135         summary buffer, articles that cannot be fetched are marked as
5136         canceled.
5137
5138         * nntp.el (nntp-with-open-group): The quit signal handler must
5139         propagate the quit signal to the next outer handler so that the
5140         caller knows that the request aborted abnormally.
5141
5142 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5143
5144         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
5145         (spam-ifile-register-spam-routine)
5146         (spam-ifile-register-ham-routine): added ifile functionality that
5147         does not use ifile-gnus.el to classify and register articles
5148         (spam-get-article-as-string): convenience function
5149         (spam-summary-prepare-exit): added ifile spam and ham registration
5150         (spam-ifile-all-categories, spam-ifile-spam-category)
5151         (spam-ifile-path, spam-ifile): added customization options
5152
5153         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
5154         exit processor
5155         (spam-process): added gnus-group-ham-exit-processor-ifile to the
5156         list of choices
5157
5158 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5159
5160         * gnus-score.el (gnus-score-followup): Also score immediate
5161         followups.
5162
5163 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5164
5165         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
5166
5167 2003-01-07  Simon Josefsson  <jas@extundo.com>
5168
5169         * message.el (message-mode-menu): Fix receipt balloon help.
5170
5171 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
5172
5173         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
5174         always be interpreted as news.
5175
5176 2003-01-07  Simon Josefsson  <jas@extundo.com>
5177
5178         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
5179         gnus-sieve-script, instead of the global variable
5180         gnus-sieve-crosspost.  One-line patch from Steinar Bang
5181         <sb@dod.no>.
5182
5183 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5184
5185         * gnus.el: Renamed gnus-summary-*-uncached-face as
5186         gnus-summary-*-undownloaded-face to avoid confusing the agent with
5187         the cache.
5188
5189         * gnus-sum.el: Ditto.
5190
5191 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5192
5193         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
5194         in either the group or summary buffer.
5195         New command "JS", in summary buffer, will fetch articles per the
5196         group's category, predicate, and processable flags.
5197         (gnus-agent-summary-fetch-series): Rewritten to call
5198         gnus-agent-session-fetch-group once with all articles in the
5199         series.
5200         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
5201         return list of fetched articles.
5202         (gnus-agent-fetch-articles): Split fetch list into sublists such
5203         that the article buffer is only slightly larger than
5204         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
5205         the group's article alist is saved.
5206         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
5207         longer result in the agent trying to fetch an article.
5208         (gnus-agent-fetch-group-1): Can now be called in either the group
5209         or summary buffer.  Removed the max-fetch-size code that I added
5210         on 2002-12-13 as that capability is now part of
5211         gnus-agent-fetch-articles.  Added code to update summary buffer.
5212         When called in the group buffer, articles that can not be fetched
5213         are AUTOMATICALLY MARKED AS READ.
5214
5215         * gnus-sum.el (): Modified eval-when-compile to minimize
5216         misleading compilation warnings.
5217         (gnus-update-summary-mark-positions): Changed code to use
5218         gnus-undownloaded-mark rather than gnus-downloaded-mark.
5219
5220         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
5221         empty file as the parser assumes that the file isn't empty.
5222
5223         * nntp.el (nntp-send-string): The process-send-string call can,
5224         because it performs I/O on the process, change the process' state
5225         from open to closed.  If this happens, call nntp-report
5226         immediately to report the broken connection.
5227         (nntp-report): Rewritten to avoid needing a global variable to
5228         determine the appropriate course of action.  Instead, two function
5229         implementations are provided and the nntp-report function value is
5230         bound to the appropriate implementation.
5231         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
5232         (nntp-with-open-group): Now binds nntp-report's function cell
5233         rather than binding gnus-with-open-group-first-pass.  Added a
5234         condition-case to detect a quit during a nntp command.  When the
5235         quit occurs, the current connection is closed as a fetch articles
5236         request could have several megabytes queued up for reading.
5237         (nntp-retrieve-headers): Bind articles to itself.  If
5238         nntp-with-open-group repeats this command, I must have access to
5239         the original list of articles.
5240         (nntp-retrieve-groups): Ditto for groups.
5241         (nntp-retrieve-articles): Ditto for articles.
5242         (*): Replaced nntp-possibly-change-group calls to
5243         nntp-with-open-group forms in all, but one, occurrance.
5244         (nntp-accept-process-output): Bug fix. Detect when called with
5245         null process.
5246
5247 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
5248
5249         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
5250         if we don't need to.
5251         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
5252
5253 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5254
5255         * gnus-group.el (gnus-group-make-web-group): Pass the select
5256         method on to group-create.
5257         (gnus-group-line-format-alist): %U is an integer.
5258
5259         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
5260         ephemeral groups.
5261         (gnus-summary-read-group-1): Ditto.
5262         (gnus-group-make-articles-read): Ditto.
5263
5264         * mm-url.el (mm-url-program): Doc fix.
5265
5266         * message.el (message-mode-map): Rebound
5267         message-insert-wide-reply.
5268
5269 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
5272         color as `gnus-group-startup-message' does.
5273
5274 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
5275
5276         * spam.el: fixed line lengths to 80 chars or less
5277
5278         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
5279         "not-read" mark
5280         (gnus-summary-mark-forward): added the spam-mark to the list of
5281         marks not to be marked as "read" when viewed
5282
5283 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5284
5285         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
5286
5287         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
5288         Protect against unactive groups.
5289
5290         * message.el (message-check-news-header-syntax): Check long
5291         header lines.
5292         (message-check-news-header-syntax): Update `start'.
5293
5294         * gnus-group.el (gnus-group-expire-articles): Doc fix.
5295         (gnus-group-line-format): %U.
5296         (gnus-group-line-format-alist): ?U.
5297         (gnus-number-of-unseen-articles-in-group): New function.
5298
5299         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
5300
5301         * gnus.el (gnus-version-number): Bump version number.
5302
5303 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5304
5305         * gnus.el: Oort Gnus v0.10 is released.
5306
5307 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5308
5309         * gnus.el (gnus-version-number): Fix version number.
5310
5311 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5312
5313         * gnus.el: Oort Gnus v0.08 is released.
5314
5315 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
5316
5317         * mm-util.el: Add mm-string-make-unibyte.
5318
5319         * gnus-group.el (gnus-group-jump-to-group): Make it work for
5320         UTF-8 groups.
5321
5322 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5323
5324         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
5325
5326         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
5327
5328 2003-01-04  Kevin Ryde  <user42@zip.com.au>
5329
5330         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
5331         function.
5332
5333 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5334
5335         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
5336         (gnus-summary-read-group-1): Update group line.
5337         (gnus-summary-exit-no-update): Update group on exit.
5338
5339         * gnus-group.el (gnus-group-line-format): Add %*.
5340         (gnus-group-line-format-alist): Ditto.
5341         (gnus-group-insert-group-line): Set it.
5342         (gnus-group-is-exiting-p): New variable.
5343         (gnus-group-insert-group-line): Use it.
5344
5345 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
5346
5347         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
5348         enable BBDB ham processing
5349         (spam-blacklist-register-routine): enable blacklist spam processing
5350         (spam-whitelist-register-routine): enable whitelist ham processing
5351         (spam-fetch-field-from-fast): fast fetching of the "from" field
5352         from (gnus-data-list)
5353         (spam-summary-prepare-exit): works completely now
5354         (spam-use-blacklist): oops, should be nil by default
5355         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
5356         split processing now; before it was for summary exit as
5357         well but that's done with the spam-contents and spam-process
5358         parameters now
5359
5360 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
5361
5362         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
5363         characters.
5364
5365 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
5366
5367         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
5368         (spam-group-processor-p, spam-group-processor-bogofilter-p)
5369         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
5370         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
5371         (spam-mark-spam-as-expired-and-move-routine)
5372         (spam-generic-register-routine, spam-BBDB-register-routine)
5373         (spam-ifile-register-routine, spam-blacklist-register-routine)
5374         (spam-whitelist-register-routine): new functions
5375         (spam-summary-prepare-exit): added summary exit processing (expire
5376         or move) of spam-marked articles for spam groups; added slots for
5377         all the spam-*-register-routine functions
5378
5379 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5380
5381         * pop3.el (pop3-retr): Wait 500 msecs.
5382         (pop3-read-response): Ditto.
5383
5384         * gnus-msg.el (gnus-setup-message): Get the evaliation order
5385         right.
5386         (gnus-inews-make-draft): New function.
5387         (gnus-setup-message): Use it.
5388
5389         * message.el (message-required-headers): Add From.
5390
5391 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5392         Trivial patch from Norbert Koch <nk@viteno.net>.
5393
5394         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
5395
5396 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5397
5398         * message.el (message-generate-headers): Let header formatters do
5399         their work.
5400
5401 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
5402
5403         * deuglify.el (gnus-article-outlook-deuglify-article):
5404         Rehighlight, reapply treatments and call
5405         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
5406         (gnus-outlook-repair-attribution-block): Recognize cited
5407         attributions.  Suggested by Niklas Morberg.
5408
5409 2003-01-02  Pete Kazmier  <pete@kazmier.com>
5410
5411         * gnus-art.el (gnus-treat-predicate): Check condition first.
5412
5413 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
5414
5415         * lpath.el: Add url-http-file-exists-p.
5416
5417         * gnus-group.el (gnus-group-fetch-charter): Use
5418         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
5419
5420 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5421
5422         * message.el (message-draft-headers): Also generate From to get a
5423         nicer draft buffer summary.
5424
5425         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
5426         parameter.
5427
5428         * gnus-art.el (article-wash-html): Clean up.
5429         (article-wash-html): Typo fix.
5430
5431         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
5432         (gnus-summary-mail-forward): To many lists of lists.
5433
5434         * gnus-art.el (article-wash-html): Clean up.
5435
5436 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
5437
5438         * gnus-art.el (gnus-treat-wash-html): New variable.
5439
5440 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5441
5442         * message.el (message-check-news-header-syntax): Allow posting.
5443         (message-check-news-header-syntax): Fix logic for sure, this
5444         time.
5445
5446 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
5447
5448         * message.el (message-check-news-header-syntax): Check syntax of
5449         continuation headers.
5450
5451 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
5452
5453         * gnus-art.el (gnus-button-url-regexp,
5454         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
5455         (gnus-header-button-alist): Regexps are case insensitive here.
5456
5457 2003-01-02  Simon Josefsson  <jas@extundo.com>
5458
5459         * dig.el (query-dig): Doc fix.
5460
5461 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5462
5463         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
5464         summary buffer line, not just the download mark.
5465
5466 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5467
5468         * gnus-sum.el (gnus-summary-goto-subjects): New function.
5469         (gnus-summary-insert-dormant-articles): New command and
5470         keystroke.
5471
5472         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
5473         function for mass insertion of subjects.
5474
5475         * nndraft.el (nndraft-generate-headers): Don't move point.
5476
5477         * gnus.el (nnheader): Require nnheader.
5478
5479         * nndraft.el (nndraft-request-associate-buffer): Use
5480         make-local-variable.
5481
5482 2003-01-02  Michael Shields  <shields@msrl.com>
5483
5484         * nndraft.el (nndraft-request-associate-buffer): Make
5485         write-contents-hooks buffer-local before setting it.
5486
5487 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488
5489         * gnus.el (gnus-group-parameter-value): Take an extra param.
5490         (gnus-group-fast-parameter): Let group param results be nil.
5491
5492         * gnus-art.el (gnus-article-forward-header): New function.
5493         (article-date-ut): Use it to remove continuation date headers.
5494
5495         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
5496         read-event.
5497         (gnus-summary-remove-bookmark): Clean up.
5498         (gnus-summary-set-bookmark): Clean up.
5499
5500         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
5501
5502         * gnus.el (gnus-group-startup-message): Bind data-directory to
5503         the Gnus etc directory.
5504
5505 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
5506
5507         * spam.el (spam-summary-prepare-exit): added slots for spam- and
5508         ham-processing of articles; use the new
5509         spam-group-(spam|ham)-contents-p functions
5510         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
5511         convenience functions
5512         (spam-mark-junk-as-spam-routine): use the new
5513         spam-group-spam-contents-p function
5514
5515         * gnus.el (spam-process, spam-contents, spam-process-destination):
5516         added new parameters with corresponding global variables
5517         (gnus-group-spam-exit-processor-ifile,
5518         gnus-group-spam-exit-processor-bogofilter,
5519         gnus-group-spam-exit-processor-blacklist,
5520         gnus-group-spam-exit-processor-whitelist,
5521         gnus-group-spam-exit-processor-BBDB,
5522         gnus-group-spam-classification-spam,
5523         gnus-group-spam-classification-ham): added new symbols for the
5524         spam-process and spam-contents parameters
5525
5526         * spam.el (spam-ham-marks, spam-spam-marks): changed list
5527         customization and list itself to store mark symbol rather than
5528         mark character.
5529         (spam-bogofilter-register-routine): added logic to generate mark
5530         values list from spam-ham-marks and spam-spam-marks, so (member)
5531         would work.
5532
5533 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * message.el (message-cross-post-followup-to): Fix comment.
5536
5537 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
5538
5539         * spam.el (spam-ham-marks, spam-spam-marks): changed list
5540         customization and list itself to store mark symbol rather than
5541         mark character.
5542         (spam-bogofilter-register-routine): added logic to generate mark
5543         values list from spam-ham-marks and spam-spam-marks, so (member)
5544         would work.
5545
5546 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
5547
5548         * message.el (message-signature-insert-empty-line): New variable.
5549
5550 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5551
5552         * message.el: Renamed functions and variables: "xpost" ->
5553         "cross-post", "-fup2" -> "-followup-to".
5554         (message-cross-post-old-target, message-cross-post-default,
5555         message-cross-post-note, message-followup-to-note,
5556         message-cross-post-note-function): New variables names.
5557         (message-xpost-old-target, message-xpost-default,
5558         message-xpost-note, message-fup2-note,
5559         message-xpost-note-function): Removed variable names.
5560         (message-cross-post-followup-to-header,
5561         message-cross-post-insert-note, message-cross-post-followup-to):
5562         New function names.
5563         (message-xpost-fup2-header, message-xpost-insert-note,
5564         message-xpost-fup2): Removed function names.
5565
5566 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5567
5568         * message.el (message-send-mail): Added message-cleanup-headers to
5569         prevent newlines in headers.
5570
5571 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5572
5573         * dns.el (dns-make-network-process): Comment.
5574
5575         * gnus-sum.el (gnus-summary-display-while-building): Default to
5576         nil.
5577
5578 2003-01-01  Wes Hardaker  <wes@hardakers.net>
5579
5580         * gnus-sum.el (gnus-summary-display-while-building): New
5581         variable.
5582
5583 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
5584
5585         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
5586         before rearranging the article.
5587
5588 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5589
5590         * nndraft.el (nndraft-generate-headers): New function.
5591         (nndraft-request-associate-buffer): Use it to write headers on
5592         buffer save.
5593
5594         * message.el (message-generate-headers): Let the function be a
5595         lambda form.
5596         (message-draft-headers): New variable.
5597
5598         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
5599         function.
5600         (gnus-setup-message): Use it.
5601
5602         * message.el (message-generate-headers-first): Doc fix.
5603         (message-setup-1): Use new function for getting which headers to
5604         generate.
5605         (message-headers-to-generate): New function.
5606
5607 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5608
5609         * gnus-agent.el (gnus-agent-save-alist): Make directory.
5610
5611 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
5612
5613         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
5614         mention negatives.
5615
5616 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
5617
5618         * deuglify.el (gnus-outlook-rearrange-article): Use
5619         `transpose-regions' instead of tempering the kill-ring.
5620         (gnus-article-outlook-deuglify-article): Rehighlight article
5621         instead of a complete redisplay.
5622
5623 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
5624
5625         * spam.el: most defvars are defcustoms now
5626
5627         patches from Michael Shields  <shields@msrl.com>
5628
5629         * spam.el (spam-bogofilter-articles): Select the article
5630         body using gnus-summary-show-article t instead of
5631         gnus-summary-select-article; this presents the raw text
5632         without running any hooks.
5633
5634         * spam.el (spam-bogofilter-articles): Use message-remove-header
5635         to remove headers; the old way incorrectly removed just the first
5636         line of folded headers.
5637
5638 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
5641
5642 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5643
5644         * gnus-start.el (gnus-load): New function.
5645         (gnus-read-newsrc-el-file): Use it.
5646
5647 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5648
5649         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
5650         (gnus-button-handle-apropos-documentation): New function.
5651         (gnus-button-handle-ctan): New function.
5652         (gnus-button-alist): Use them.  Improve some regexps.
5653         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
5654
5655 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5656
5657         * message.el (message-subscribed-p): New function.
5658         (message-send-mail): Use it.
5659         * mml.el (mml-preview-insert-mft): New function.
5660         (mml-preview): Use it.
5661
5662 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
5665         when sorting by date.
5666
5667         * gnus-art.el (gnus-article-edit-mode): New variable.
5668         (gnus-article-setup-buffer): Warn user about discarding edits.
5669
5670         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
5671         (gnus-summary-pipe-output): Take a symbolic prefix to save all
5672         headers.
5673
5674         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
5675
5676 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * message.el (message-completion-alist): Added "Mail-Followup-To"
5679         and "Mail-Copies-To".
5680
5681 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5682
5683         * gnus-group.el: Add key bindings for
5684         gnus-group-sort-groups-by-real-name and
5685         gnus-group-sort-selected-groups-by-real-name.
5686
5687 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5688
5689         * gnus.texi (Sorting Groups): Add key bindings for
5690         gnus-group-sort-groups-by-real-name and
5691         gnus-group-sort-selected-groups-by-real-name.
5692
5693 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5694
5695         * spam.el (spam-use-dig): new variable for blackhole checking
5696         through dig.el
5697         (spam-check-blackholes): added dig.el checking functionality and
5698         more verbose reporting; query-dig is autoloaded from dig.el
5699         (spam-use-blackholes): disabled by default
5700         (spam-blackhole-servers): removed rbl.maps.vix.com from the
5701         blackhole servers list
5702
5703 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5704
5705         * message.el (message-required-headers): New variable.
5706
5707 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5708
5709         * dig.el (query-dig): new function
5710
5711 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5712
5713         * flow-fill.el (fill-flowed): Don't infloop on too long fill
5714         prefixes.
5715
5716         * dns.el (query-dns): Protect against errors.
5717
5718         * gnus-msg.el (gnus-article-yanked-articles): New variable.
5719         (gnus-inews-add-send-actions): Mark all answered messages as
5720         answered.
5721
5722 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
5723
5724         * nnmail.el (nnmail-split-it): Added tracing to
5725         `:' split rule
5726
5727 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5728
5729         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
5730         and "%s" so we don't overquote them.
5731
5732 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5733
5734         * (mm-display-external): Display the actual command that has been
5735         executed in the echo area.
5736
5737 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
5740
5741         * message.el (message-with-reply-buffer): New macro.
5742         (message-fetch-reply-field): Use it.
5743         (message-insert-wide-reply): New command and keystroke.
5744         (message-carefully-insert-headers): New function.
5745         (message-insert-to): Use new function.
5746
5747         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
5748         (gnus-topic-goto-missing-group): Use it.
5749
5750         * message.el (message-required-news-headers): Removed Lines.
5751         (message-reply): Don't insert References first.
5752         (message-followup): Ditto.
5753         (message-make-references): New function.
5754         (message-followup): Set message-reply-headers before generating
5755         the buffer stuff.
5756
5757 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
5758
5759         * mml.el (mml-generate-mime-1): Reverse the order of
5760         encoding/flowing.
5761
5762 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5763
5764         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
5765         after moving them.
5766
5767         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
5768         fit with newer standard format.
5769         (gnus-summary-make-false-root-always): New variable.
5770         (gnus-gather-threads-by-subject): Use it.
5771
5772         * message.el (message-get-reply-headers): Take an address list
5773         optional argument.
5774
5775 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5776
5777         * gnus.el (gnus-keep-backlog): Change default to 20.
5778
5779         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
5780         start.
5781         (gnus-agent-check-overview-buffer): Remove negative article
5782         numbers.
5783
5784         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
5785         (nnmail-cache-ignore-groups): Doc fix.
5786
5787         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
5788         (nnimap-debug-buffer): New variable.
5789         (nnimap-debug): Use it.
5790
5791 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
5792
5793         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
5794
5795 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5796
5797         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
5798         they aren't already sorted.
5799
5800 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
5801
5802         * message.el (message-mode-menu): Add ellipses to menu items
5803         expecting user interaction.
5804         (message-mode-field-menu): do.
5805
5806 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
5807
5808         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
5809         it isn't used any more.
5810
5811 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
5812
5813         * binhex.el (binhex-decoder-program): Fix docstring.
5814
5815 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5816
5817         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
5818         special chars if the mailcap file uses single quotes around %s.
5819         From Laurent Martelli <laurent@bearteam.org>.
5820
5821 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
5822
5823         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
5824         return the info object.
5825
5826 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
5827
5828         * gnus-int.el (gnus-request-update-info): Artificially add
5829         (1 . (1- min)) to the read range, in case the backend doesn't
5830         store marks for nonexistent articles.
5831
5832 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * binhex.el (binhex-insert-char): Eval-and-compile.
5835
5836 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
5837
5838         * lpath.el: Add tool-bar-local-item-from-menu.
5839
5840         * message.el (message-tool-bar-local-item-from-menu): New function.
5841         (message-tool-bar-map): Use it.
5842
5843 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
5844
5845         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
5846
5847         * gnus-art.el (gnus-article-header-rank): Last header in
5848         gnus-sorted-header-list should have higher rank than non-members.
5849
5850 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
5853         covered methods.
5854
5855 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5856
5857         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
5858         eval-when-compile.  Suggested by Kevin Greiner.
5859
5860 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
5861
5862         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
5863         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
5864         even though no headers may have been fetched
5865         (gnus-agent-fetch-group-1, and perhaps others, require this
5866         behavior).
5867         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
5868         server buffer is constrained by gnus-agent-max-fetch-size.
5869         Multiple chunks in the same group may perform arbitrarily large
5870         updates.
5871
5872 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
5873
5874         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
5875         gnus-summary-update-download-mark to update the article in the
5876         summary.
5877
5878 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
5879
5880         * gnus.el (gnus-summary-high-uncached-face,
5881         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
5882         New faces.
5883
5884         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
5885         added this on 2002-11-23 but it just wasn't working out as
5886         intended.  The idea isn't entirely dead, three new faces
5887         gnus-summary-*-uncached-face are being added to gnus.el to provide
5888         the basis for an improved implementation.
5889         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
5890         proper file to open is lib/servers.
5891         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
5892         (i.e. removing the article from gnus-newsgroup-downloadable) will
5893         now restore the article's default mark rather than simply setting
5894         no mark.
5895         (gnus-agent-get-undownloaded-list): Corrected documentation.
5896         Added code to set new summary local variable,
5897         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
5898         a temporary list.  No longer sets gnus-newsgroup-downloadable.
5899         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
5900         up to date.  Call new gnus-summary-update-download-mark to keep
5901         summary buffer up-to-date.
5902         (gnus-agent-fetch-selected-article): Keep
5903         gnus-newsgroup-undownloaded up to date.
5904         (gnus-agent-fetch-articles): Return list of articles that were
5905         successfully fetched.
5906         (gnus-agent-check-overview-buffer): No more thingatpt.
5907         (gnus-agent-expire): No longer deletes NOV entries of unread
5908         articles.
5909         (gnus-agent-unread-articles): New function.
5910         (gnus-agent-regenerate-group): The article number must be
5911         terminated by a tab character.  Added more messages to report
5912         repairs.  Inhibit quits while writing changes so it is now safe
5913         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
5914         downloaded to 1) resolve the unbound references and 2) avoid
5915         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
5916
5917         * gnus-art.el (gnus-article-prepare): The agent
5918         downloaded/undownloaded mark is no longer stored as the article's
5919         mark.
5920
5921         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
5922         gnus-summary-highlight may use it.  Added downloaded as
5923         gnus-summary-highlight was using it.
5924
5925         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
5926         the download mark now follows Kai's +/- convention.
5927         (gnus-downloaded-mark): Added ?+ mark.
5928         (gnus-summary-highlight): Added rules to select
5929         gnus-summary-high-uncached-face,
5930         gnus-summary-normal-uncached-face, and
5931         gnus-summary-low-uncached-face.  Removed the
5932         gnus-agent-downloaded-article-face.
5933         (gnus-summary-line-format-alist): Implemented the download flag
5934         format (?O) as named in the manual.  This implementation displays
5935         either gnus-undownloaded-mark, gnus-downloaded-mark, or
5936         gnus-no-mark.
5937         (gnus-newsgroup-agentized): New local variable that identifies
5938         which groups are agentized.  While the agent is now on by default,
5939         you don't have to agentize every server that you use.
5940         (gnus-update-summary-mark-positions): Completed support for the
5941         download type of mark.
5942         (gnus-summary-insert-line): Added undownloaded to the parameters.
5943         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
5944         reference by the gnus-summary-line-format-spec.
5945
5946         * nntp.el (nntp-with-open-group): This macro handles dropped or
5947         broken connections by opening a new connection and repeating the
5948         failed command.
5949         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
5950         XOVER commands preceeding the active articles with the nov entry
5951         of the first available article.  When gnus connected to such a
5952         server, the unexpected nov entry would result in duplicate lines
5953         in the agent's overview file.  This patch fixes the duplicate
5954         lines problem and improves performance by skipping over all
5955         articles IDs that preceed the first nov entry in the server's
5956         reply.
5957
5958 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
5961         (gnus-summary-highlight): Use it instead of `downloaded'.
5962         (gnus-summary-highlight-line): Ditto.
5963
5964         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
5965
5966 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5967
5968         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
5969
5970         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
5971         calls.
5972
5973         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
5974         downloaded variable if we're in an uncovered group.
5975
5976         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
5977         font to soemthing less noticeable.
5978         (gnus-agent-group-covered-p): New function.
5979
5980 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5981
5982         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
5983         Because of an unknown bug, the group buffer is saved in .overview
5984         file.
5985
5986 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5987
5988         * nntp.el (nntp-send-command): Braino in last commit.  Replace
5989         `and' with `or'.
5990
5991 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5992
5993         * nntp.el (nntp-send-command): Assume that echo does not happen
5994         when nntp-open-connection-function is nntp-open-network-stream.
5995         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
5996
5997 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5998
5999         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
6000
6001 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
6002
6003         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
6004         nntp-server-buffer if we aren't going to write to it.
6005
6006 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6007         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
6008
6009         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
6010
6011 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * rfc2047.el (rfc2047-decode-region): Remove newlines between
6014         decoded words.
6015
6016 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6017
6018         * gnus.el (fboundp): After loading mm-util, make sure it was the
6019         right one.
6020
6021 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6022
6023         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
6024         gnus-sum.  Made into a user option.
6025
6026         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6027         (gnus-summary-mark-article-as-unread)
6028
6029 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6030
6031         * time-date.el (date-to-time): Typo.
6032
6033         * parse-time.el: Typo.
6034
6035         * nnsoup.el (nnsoup-retrieve-headers): Typo.
6036
6037         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
6038
6039         * nnimap.el:
6040         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
6041
6042         * mm-encode.el (mm-safer-encoding): Typo.
6043
6044         * messcompat.el: Typo.
6045
6046         * message.el (message-face-alist): Typo.
6047
6048         * imap.el (imap-interactive-login, imap-open): Typos.
6049
6050         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
6051
6052         * gnus.el: Typo.
6053
6054         * gnus-win.el (gnus-configure-frame): Typo.
6055
6056         * gnus-util.el (gnus-atomic-progn-assign): Typo.
6057
6058         * gnus-topic.el (gnus-topic-sort-topics): Typo.
6059
6060         * gnus-sum.el (gnus-summary-article-number)
6061         (gnus-summary-read-group-1, gnus-summary-mark-article)
6062         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
6063
6064         * gnus-mule.el (gnus-mule-add-group): Typo.
6065
6066         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
6067
6068         * gnus-group.el (gnus-group-fetch-faq): Typo.
6069
6070         * gnus-art.el (gnus-decode-header-methods): Typo.
6071
6072         * flow-fill.el: Typo.
6073
6074 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6075
6076         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
6077
6078 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6079
6080         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6081         (gnus-summary-mark-article-as-unread)
6082         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
6083         Reformatting to avoid long lines.
6084         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
6085
6086 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
6087
6088         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
6089         be accessed through `mail-header-number'.
6090
6091 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6092
6093         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
6094         compressed range to gnus-summary-insert-articles.
6095
6096 2002-11-26  Kevin Ryde <user42@zip.com.au>
6097
6098         * gnus-art.el (gnus-mime-copy-part): Look for filename
6099         parameter under content-disposition, not content-type.
6100
6101         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
6102         (gnus-summary-reselect-current-group): Use it.
6103
6104 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6105
6106         * gnus-agent.el (gnus-agent-uncached-articles): if
6107         gnus-agent-load-alist fails, return ARTICLES.
6108
6109         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
6110
6111 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6112
6113         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
6114         superfluous function call.
6115         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
6116         Add warning to docstring.
6117
6118 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-agent.el: Autoload number-at-point instead.
6121         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
6122
6123 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6124
6125         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
6126         require thingatpt (for number-at-point) and protect against
6127         deactivate-mark being unbound (on XEmacs).
6128
6129 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6130
6131         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
6132         print message on entry.
6133
6134         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6135
6136         * gnus-range.el (gnus-range-difference): New function.
6137         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
6138
6139 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6140
6141         * gnus-sum.el (gnus-summary-insert-old-articles): Use
6142         gnus-remove-from-range instead of gnus-range-difference which
6143         doesn't exist.
6144
6145 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6146         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6147
6148         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
6149         used for showing which articles have been downloaded.
6150         (gnus-agent-article-alist): Format change.  Add documentation.
6151         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
6152         process-marked articles.
6153         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
6154         in the series are individually fetched to minimize lose of
6155         content due to an error/quit.
6156         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
6157         gnus-message instead of message.
6158         (gnus-agent-read-servers): Use file lib/methods instead of
6159         lib/servers.  TODO: Why?
6160         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
6161         (gnus-agent-get-undownloaded-list): Remove articles that appear to
6162         come from the agent.  This means that they are not downloaded.
6163         (gnus-agent-fetch-selected-article): Don't use history.
6164         (gnus-agent-save-history, gnus-agent-enter-history)
6165         (gnus-agent-article-in-history-p, gnus-agent-history-path):
6166         Removed function; history is not used anymore.
6167         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
6168         (gnus-agent-crosspost): Started rewrite then realized that a typo
6169         in gnus-agent-fetch-articles ensures that this function is never
6170         called.  This will need to be fixed later.
6171         (gnus-agent-check-overview-buffer): Some sanity checks on the
6172         agent overview buffer.  This is a safety net used during
6173         development.
6174         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
6175         changed, write a number to the file indicating this.
6176         (gnus-agent-fetch-headers): Rewrite to respect
6177         gnus-agent-consider-all-articles without relying on the
6178         `.fetched' files.  Make it fast.
6179         (gnus-agent-braid-nov): Change resulting from
6180         gnus-agent-fetch-headers change.
6181         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
6182         `.fetched' files.
6183         (gnus-agent-read-agentview): New function, used by
6184         gnus-agent-load-alist.
6185         (gnus-agent-load-fetched-headers): Remove.
6186         (gnus-agent-save-alist): Rewrite to accomodate new format.
6187         (gnus-agent-fetch-group-1): Make sure list of articles is in the
6188         same order as in gnus-newsgroup-headers.
6189         (gnus-agent-expire): Document and implement extra args ARTICLES,
6190         GROUP, FORCE.  Do not restrict usage.
6191         (gnus-agent-uncached-articles): New function.
6192         (gnus-agent-retrieve-headers): Use it.
6193         (gnus-agent-regenerate-group): No longer needs to be called from
6194         gnus-agent-regenerate.  Individual groups may be regenerated. The
6195         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
6196         The article fetch dates are validated in the article alist.  The
6197         article alist is pruned of entries that do not reference existing
6198         NOV entries.  All changes are computed then applied with
6199         inhibit-quit bound to t.  As a result, it is now safe to quit out of
6200         regeneration.  The optional clean parameter has been replaced with
6201         an optional reread parameter.  Clean is no longer necessary as
6202         regeneration gets the appropriate setting from
6203         gnus-agent-consider-all-articles.  The new reread parameter will
6204         result in fetched, or all, articles being marked as unread.
6205         (gnus-agent-regenerate): Removed code to regenerate the history
6206         file as it is no longer used.
6207
6208         * gnus-start.el (gnus-make-ascending-articles-unread): New
6209         function, for efficient mass-marking.
6210
6211         * gnus-sum.el (gnus-summary-highlight): Use new face for
6212         downloaded articles.
6213         (gnus-article-mark): Prefer to indicate read/unread status over
6214         downloaded status.
6215         (gnus-summary-highlight-line-0): New function, maybe rehighlights
6216         line.
6217         (gnus-summary-highlight-line): Use new face for downloaded
6218         articles.
6219         (gnus-summary-insert-old-articles): Improved performance by
6220         replacing the initial LIST of older articles with a compressed
6221         RANGE of older articles.  Some servers appear to lie about
6222         their active range so the original list could contain millions
6223         of article numbers.  The range is not expanded into a list
6224         until the optional ALL parameter has been applied.
6225
6226 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6227
6228         * gnus-agent.el (gnus-category-mode): Typo in doc string.
6229
6230 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
6231
6232         * spam.el:
6233         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
6234
6235         * spam.el: added `M s t' and `M s x' key mappings
6236
6237 2002-11-20  Simon Josefsson  <jas@extundo.com>
6238
6239         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
6240
6241 2002-11-19  Simon Josefsson  <jas@extundo.com>
6242
6243         * gnus-sum.el (gnus-summary-morse-message): Load
6244         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
6245         (unmorse-region): Autoload it instead.
6246
6247 2002-11-18  Simon Josefsson  <jas@extundo.com>
6248
6249         * gnus-sum.el (gnus-summary-morse-message): New function.
6250         (gnus-summary-wash-map): Bind to `W m'.
6251         (gnus-summary-make-menu-bar): Add.
6252
6253         * nnimap.el (nnimap-request-expire-articles): Compress sequence
6254         before storing \Deleted mark on expired articles.
6255
6256 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
6257         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
6258
6259         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
6260         parens in column 0.
6261
6262 2002-11-17  Juanma Barranquero  <lektu@terra.es>
6263
6264         * nnweb.el (nnweb-google-create-mapping): Fix typo.
6265
6266         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
6267
6268         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
6269
6270 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6271
6272         * message.el (message-set-auto-save-file-name): Use
6273         make-directory, to avoid the dependence on gnus-util.
6274
6275 2002-11-16  Simon Josefsson  <jas@extundo.com>
6276
6277         * nnimap.el (nnimap-callback-callback-function):
6278         (nnimap-callback-buffer): Removed, these cannot be global but must
6279         be embedded into the callback.
6280         (nnimap-make-callback): New.  Embedd article number, callback and
6281         buffer in function.
6282         (nnimap-callback, nnimap-request-article-part): Update.
6283
6284 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
6287
6288 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6289
6290         * gnus.el (gnus-summary-line-format): Document %C.
6291
6292 2002-11-11  Simon Josefsson  <jas@extundo.com>
6293
6294         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
6295         output when called interactively.
6296
6297 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
6300
6301         * message.el (message-draft-coding-system): Improve comment; use
6302         mm-auto-save-coding-system for the default value.
6303
6304         * nndraft.el (nndraft-request-article): Revert to the state before
6305         2002-10-29; regexp-quote mail-header-separator.
6306
6307 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
6308
6309         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
6310         allow editing of drafts from an nnvirtual group.
6311
6312 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * nndraft.el (nndraft-request-article): Replace emacs-mule with
6315         mm-auto-save-coding-system.
6316
6317         * message.el (message-draft-coding-system): Default to
6318         iso-2022-7bit.
6319
6320         * mm-util.el (mm-auto-save-coding-system): Undo last change to
6321         restore the default value to emacs-mule or escape-quoted.
6322
6323 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
6326         a delayed or a queued article as well as a draft.
6327
6328         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
6329         delayed or a queued article in the raw format; treat a delayed
6330         article as a raw article as well as a draft.
6331         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
6332         for the delayed group.
6333
6334         * nndraft.el (nndraft-request-article): Ignore auto save files for
6335         a delayed or a queued article; don't bother to decode a queued
6336         article; don't bind nnmail-file-coding-system for a queued article.
6337
6338         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
6339         and the queue group.
6340
6341 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
6342
6343         * gnus-group.el (gnus-group-delete-group):
6344         gnus-cache-active-hashtb might be void.
6345
6346 2002-11-02  Simon Josefsson  <jas@extundo.com>
6347
6348         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
6349         setting of the default user ID.  From Raymond Scholz
6350         <ray-2002@zonix.de>.
6351
6352 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
6353
6354         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
6355         charset.
6356
6357 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
6358         From Alex Schroeder <alex@emacswiki.org>
6359         * spam-stat.el (spam-stat-process-directory): add dir to message
6360         (spam-stat-reduce-size): No longer remove words
6361         with values close to 0.5, because the default value is 0.2.
6362
6363 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6364
6365         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
6366         documentation.
6367
6368 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6369
6370         * gnus-agent.el (gnus-agent-fetched-headers)
6371         (gnus-agent-load-fetched-headers)
6372         (gnus-agent-save-fetched-headers): Remove variable and two
6373         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
6374         works better.
6375         (gnus-agent-fetch-headers): New implementation from Kevin
6376         Greiner.  Uses gnus-agent-article-alist to store information
6377         about fetched messages which aren't on the server anymore.  The
6378         trick is to return a list of considered messages to the caller,
6379         but to only fetch those which haven't been fetched yet.
6380
6381 2002-10-30  Simon Josefsson  <jas@extundo.com>
6382
6383         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
6384
6385         * pgg.el (pgg-passphrase-cache-expiry): Removed.
6386
6387 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6388
6389         * mm-view.el (mm-w3m-local-map-property): Make it work with older
6390         versions of emacs-w3m than 1.3.3.
6391
6392         * lpath.el: Bind w3m-minor-mode-map.
6393
6394         * mm-view.el (mm-w3m-mode-command-alist)
6395         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
6396         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
6397         (mm-setup-w3m): Simplified.
6398         (mm-w3m-local-map-property): New function.
6399         (mm-inline-text-html-render-with-w3m): Use it.
6400
6401         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
6402         mm-w3m-local-map-property.
6403
6404 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * mm-util.el (mm-auto-save-coding-system): Default to
6407         iso-2022-7bit.
6408
6409         * nndraft.el (nndraft-request-article): Decode an article using
6410         the coding-system emacs-mule if it seems to have been saved using
6411         emacs-mule.
6412         (nndraft-request-replace-article): Use message-draft-coding-system
6413         instead of mm-auto-save-coding-system for the draft or delayed
6414         group.
6415
6416 2002-10-28  Josh  <huber@alum.wpi.edu>
6417
6418         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
6419         functions.
6420
6421 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6422         From mah@everybody.org (Mark A. Hershberger).
6423
6424         * mm-url.el (mm-url-insert-file-contents): Make it return the same
6425         type values ("url" size) regardless of the values of
6426         mm-url-use-external.
6427
6428 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6429
6430         * nnimap.el (nnimap-request-article-part): Try harder to show
6431         group name in debugging message.
6432
6433 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6434
6435         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
6436         directory if it doesn't exist.
6437         (gnus-agent-fetch-headers): Remove old cruft that tried to
6438         abstain from downloading articles more than once if
6439         gnus-agent-consider-all-articles was true.  This is now done
6440         properly via the .fetched files.
6441
6442 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * nndraft.el (nndraft-request-article): Treat delayed articles
6445         like drafts.
6446
6447 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
6450
6451 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6452
6453         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
6454         Remove unused optional arg DIR and corresponding code.
6455
6456         * nnimap.el (nnimap-request-article-part): Include group name in
6457         debugging output.
6458
6459 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
6460
6461         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
6462
6463 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6464
6465         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
6466         contains range of headers that have been fetched by the agent
6467         already.  Compare gnus-agent-article-alist.
6468         (gnus-agent-file-header-cache): Like
6469         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
6470         (gnus-agent-fetch-headers): Improve comment.  Revert to old
6471         seen/recent logic.
6472         Remember which headers have been fetched before and don't fetch
6473         them again the next time round.
6474         (gnus-agent-load-fetched-headers)
6475         (gnus-agent-save-fetched-headers): New functions, for remembering
6476         which headers have been fetched before.
6477
6478 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * lpath.el: Remove useless bindings.
6481
6482 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
6483
6484         * gnus-sum.el (gnus-summary-execute-command): Disable visual
6485         features while searching.
6486
6487 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6488
6489         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
6490
6491 2002-10-22  Simon Josefsson  <jas@extundo.com>
6492
6493         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
6494         (pgg-snarf-keys): Add.
6495
6496 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * lpath.el: Fbind bbdb-records.
6499
6500         * spam.el: Don't autoload bbdb-records.
6501
6502 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
6505         prevent inf-loop.
6506
6507 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6508
6509         * nnslashdot.el: Removed some test lines.
6510         More test.
6511
6512 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6513
6514         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
6515         are known to be downloaded already.
6516
6517 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6518
6519         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
6520         (mm-text-html-washer-alist): Ditto.
6521
6522 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6523
6524         * nnheader.el (nnheader-remove-body): Fix an error of detecting
6525         boundary between headers and body.
6526         * nnml.el (nnml-parse-head): Ditto.
6527
6528 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6529
6530         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
6531         entries.
6532
6533         * gnus-group.el (gnus-fetch-group): Allow an optional
6534         specification of the articles to select.
6535
6536         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
6537
6538 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6539
6540         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
6541         headers from the group, update variable `articles' to contain
6542         only those numbers where headers exist.  (When fetching all
6543         articles in a group, Gnus creates lots of numbers where there is
6544         no articles.)
6545
6546 2002-10-20  Steve Youngs  <youngs@xemacs.org>
6547
6548         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
6549         doesn't have the 'alist custom type, use cons cells instead.
6550         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
6551         (pgg-parse-hash-algorithm-alist): Ditto.
6552         (pgg-parse-compression-algorithm-alist): Ditto.
6553         (pgg-parse-signature-type-alist): Ditto.
6554
6555         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
6556
6557         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
6558
6559         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
6560
6561 2002-10-19  Simon Josefsson  <jas@extundo.com>
6562
6563         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
6564         buffer.
6565
6566 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6567
6568         * gnus-spec.el (gnus-make-format-preserve-properties)
6569         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
6570         properties also on XEmacs.  `gnus-xmas-format' is like format but
6571         preserves text properties on XEmacs (though it only understands
6572         simple format specs).  The variable
6573         `gnus-make-format-preserve-properties' controls whether the
6574         function is used, and is checked in `gnus-parse-simple-format'.
6575         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
6576
6577         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
6578         output.
6579         (gnus-agent-consider-all-articles): New variable.
6580         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
6581         (gnus-agent-fetch-headers): Depending on
6582         gnus-agent-consider-all-articles, maybe get all articles.
6583         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
6584         `read'.
6585         (gnus-predicate-imples-unread): New function.
6586         (gnus-agent-fetch-headers): Optimize to call
6587         gnus-list-of-unread-articles if that is sufficient.
6588         Check unseen and recent instead of seen and recent.
6589         (gnus-agent-fetch-headers): Abstain from calling
6590         gnus-list-range-intersection if range (a . b) would have (> a b).
6591
6592 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * message.el (message-send-mail): Make it possible to perform
6595         edebug-defun.
6596
6597 2002-10-18  Simon Josefsson  <jas@extundo.com>
6598
6599         * gnus-art.el (gnus-button-man-handler): Change default to
6600         `manual-entry' (defined in both emacsen).
6601         (gnus-button-man-handler): Remove emacsen difference and use
6602         `manual-entry'.
6603
6604 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * spam.el: Wrap autoload settings for bbdb-records,
6607         executable-find and ifile-spam-filter with eval-and-compile.
6608         (spam-display-buffer-contents): Remove.
6609         (spam-bogofilter-score): Merge spam-display-buffer-contents.
6610
6611 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
6612
6613         * spam.el (spam-display-buffer-contents): New function.
6614         (spam-bogofilter-score): use spam-display-buffer-contents, patch
6615         from Katsumi Yamaoka <yamaoka@jpl.org>.
6616
6617 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6618
6619         * nnheader.el (nnheader-parse-naked-head): New function.
6620         (nnheader-parse-head): Use the above function, in order to handle
6621         continuation lines properly.
6622         (nnheader-remove-body): New function.
6623         (nnheader-remove-cr-followed-by-lf): New function.
6624         (nnheader-ms-strip-cr): Use the above function.
6625
6626         * gnus-agent.el (gnus-agent-regenerate-group): Call
6627         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
6628         `nnheader-parse-head'.
6629         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
6630
6631         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
6632         continuation lines by itself; call `nnheader-parse-naked-head'
6633         instead of `nnheader-parse-head'.
6634         * nndiary.el (nndiary-parse-head): Ditto.
6635         * nnfolder.el (nnfolder-parse-head): Ditto.
6636         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
6637         * nnmaildir.el (nnmaildir--update-nov): Ditto.
6638         * nnml.el (nnml-parse-head): Ditto.
6639
6640 2002-10-17  Steve Youngs  <youngs@xemacs.org>
6641
6642         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
6643         XEmacs, default to it if featurep 'xemacs.
6644
6645 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * spam-stat.el: Check for the existence of hash functions instead
6648         of the Emacs version to decide whether to load cl.  Suggested by
6649         Kai Gro\e,A_\e(Bjohann.
6650
6651 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6652
6653         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
6654         if it isn't open yet.
6655
6656 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * gnus-group.el: Require mm-url only when compiling.
6659         (gnus-group-fetch-charter): Require mm-url.
6660
6661         * spam-stat.el: Require cl for the functions gethash,
6662         hash-table-count, make-hash-table and mapc for Emacs 20.
6663         (puthash): Alias to cl-puthash for Emacs 20.
6664         (with-syntax-table): New macro for Emacs 20.
6665
6666 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
6667
6668         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
6669
6670 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
6671
6672         * spam.el (spam-check-ifile): added ifile as a spam checking
6673         backend, and spam-use-ifle as the variable to toggle that check.
6674
6675 2002-10-12  Simon Josefsson  <jas@extundo.com>
6676
6677         * message.el (message-beginning-of-line): New variable.
6678         (message-beginning-of-line): Use it.
6679
6680 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
6681
6682         * spam.el: more compilation fixes for BBDB
6683
6684         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
6685         (spam-stat-reduce-size): Interactive.
6686         (spam-stat-reset): New function.
6687         (spam-stat-save): Interactive.
6688
6689 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * gnus.el: Autoload gnus-delay-initialize.
6692
6693         * message.el: Autoload gnus-delay-article.
6694
6695 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
6696
6697         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
6698         text property in Emacs.
6699
6700 2002-10-11  Simon Josefsson  <jas@extundo.com>
6701
6702         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
6703         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
6704
6705         * mml1991.el (mml1991-pgg-sign): Remove CR.
6706
6707 2002-10-10  Simon Josefsson  <jas@extundo.com>
6708
6709         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
6710         decrypt failed.
6711         (mml2015-trust-boundaries-alist): Removed.
6712         (mml2015-gpg-extract-signature-details): Don't use it.
6713         (mml2015-unabbrev-trust-alist): New.
6714         (mml2015-gpg-extract-signature-details): Use it.
6715
6716 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
6717
6718         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
6719         BBDB installed
6720
6721         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
6722         statistical analysis of spam in Lisp only
6723
6724 2002-10-10  Simon Josefsson  <jas@extundo.com>
6725
6726         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
6727         auth, selected or examine state.
6728
6729         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
6730         buffer and error buffer depending on type of information.
6731
6732         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
6733         --status-fd stuff even if gpg.el is not used (revert earlier
6734         change).
6735         (mml2015-pgg-{clear-,}verify): Store both output and errors as
6736         gnus details.
6737         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
6738         buffer.
6739
6740         * pgg.el (pgg-verify-region): Use it.
6741
6742         * pgg-def.el (pgg-query-keyserver): New variable.
6743
6744         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
6745         key-identifier in packet.  Is this a good idea?
6746
6747         * mml.el (mml-mode-map): Add security commands that operates on
6748         MIME parts.
6749         (mml-menu): And menu items for them.
6750
6751         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
6752
6753         * mml.el (mml-parse-1): Support sender in #secure tags.
6754
6755         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
6756         defined.
6757
6758         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
6759         (mml-pgp-encrypt-buffer): Support combined signing.
6760
6761         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
6762         (mml1991-gpg-encrypt): Ditto.
6763         (mml1991-pgg-encrypt): Ditto.
6764         (mml1991-encrypt): Pass sign parameter.
6765
6766         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
6767         (mml-signencrypt-style): Mention the variable.
6768
6769 2002-10-09  Simon Josefsson  <jas@extundo.com>
6770
6771         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
6772         pgg-gpg-user-id.
6773
6774         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
6775         (pgg-fetch-key-function): Nil if w3 is not installed.
6776
6777 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6778
6779         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
6780         gnus-agent-current-history.
6781
6782 2002-10-06  Simon Josefsson  <jas@extundo.com>
6783
6784         * imap.el (imap-parse-status): Don't use read to read token.
6785
6786 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6787
6788         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
6789         for methods not covered by the agent, and when unplugged.
6790
6791 2002-10-05  Simon Josefsson  <jas@extundo.com>
6792
6793         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
6794         signing.
6795
6796         * gnus-agent.el (gnus-agent-read-servers): If getting method from
6797         a named server fails, ignore the server.
6798
6799         * mml1991.el (mml1991-pgg-sign): Do QP.
6800
6801         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
6802         work.
6803
6804 2002-10-04  Simon Josefsson  <jas@extundo.com>
6805
6806         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
6807
6808         * pgg-pgp.el (pgg-pgp-verify-region): Inline
6809         binary-write-decoded-region from MEL.
6810
6811         * pgg.el (pgg-encrypt-region): Support sign.
6812
6813         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
6814
6815         * mml2015.el (mml2015-pgg-encrypt): Ditto.
6816
6817         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
6818         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
6819         branch where PGG was taken from in the ChangeLog entries below.
6820
6821 2002-10-01  Simon Josefsson  <jas@extundo.com>
6822
6823         * pgg-pgp.el: Don't require mel.  Don't use luna.
6824         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
6825         (pgg-pgp-process-region): Use expand-file-name instead of concat.
6826         (pgg-pgp-process-region): Don't use binary-funcall.
6827
6828         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
6829
6830         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
6831         instead of concat.
6832
6833         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6834
6835 2002-09-29  Simon Josefsson  <jas@extundo.com>
6836
6837         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
6838         compile warnings.
6839
6840         * pgg.el (pgg-decrypt-region): Don't parse packet.
6841
6842         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
6843
6844 2002-09-29  Daiki Ueno <ueno@unixuser.org>
6845
6846         * pgg.el: Remove dependency on calist.el.
6847
6848 2002-09-28  Simon Josefsson  <jas@extundo.com>
6849
6850         * pgg.el (pgg-temporary-file-directory): New variable.
6851         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
6852
6853         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
6854         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
6855
6856         * pgg-parse.el (pgg-char-int): Defalias.
6857         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
6858         (pgg-read-bytes, pgg-read-body): Use it.
6859         (pgg-decode-packets): Don't use MEL, use base64-*.
6860         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
6861         (pgg-string-as-unibyte): Defalias.
6862         (pgg-parse-armor-region): Use it.
6863
6864         * pgg-gpg.el (pgg-gpg-process-region): Use
6865         pgg-temporary-file-directory.
6866
6867         * luna.el: Don't def-edebug.
6868
6869         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
6870         binary-write-decoded-region from MEL.
6871
6872         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
6873
6874         * alist.el, calist.el: Don't require product/APEL.
6875
6876         * pgg-parse.el (top-level): Remove dependency on static.el,
6877         pccl.el, mel.el.
6878         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
6879         `define-ccl-program' is boundp, instead of using broken.
6880
6881 2002-10-01  Simon Josefsson  <jas@extundo.com>
6882
6883         * message.el (message-required-mail-headers): Remove Lines:.
6884
6885 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6886         From Jesper Harder.
6887
6888         * gnus-group.el (gnus-group-fetch-charter,
6889         gnus-group-fetch-control): Prompt for group if given a prefix
6890         argument.
6891         * gnus-sum.el (t): Add gnus-group-fetch-charter and
6892         gnus-group-fetch-control to summary key map and menu.
6893
6894 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
6895
6896         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
6897         number when there are no articles.
6898
6899 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6900
6901         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
6902         arg ALL means to fetch all articles, not only downloadable ones.
6903         (gnus-agent-fetch-selected-article): New function for
6904         gnus-select-article-hook or gnus-mark-article-hook.
6905
6906 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6907         From Peter von der Ahe <nospam2159@daimi.au.dk>.
6908
6909         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
6910         raw-text.
6911
6912 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
6913
6914         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
6915         Pinard).
6916         Major revamp of the code, documentation is in comments in the file
6917         for now.
6918
6919 2002-09-30  Simon Josefsson  <jas@extundo.com>
6920
6921         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
6922         buffer seem to be needed?
6923
6924 2002-09-29  Simon Josefsson  <jas@extundo.com>
6925
6926         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
6927         compile warnings.
6928
6929         * mml1991.el (mml1991-function-alist): Add pgg.
6930         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
6931         (mml1991-pgg-encrypt): Fix recipients querying.
6932
6933 2002-09-28  Simon Josefsson  <jas@extundo.com>
6934
6935         * mml2015.el (autoload): Autoload correct files.  Trivial patch
6936         from dme@dme.org.
6937         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
6938         handle is returned.
6939
6940 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6943         Protect against non-existent of `nnimap-mailbox-info'.
6944
6945 2002-09-27  Simon Josefsson  <jas@extundo.com>
6946
6947         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
6948         (gnus-setup-news-hook): Use it.
6949         (gnus-after-getting-new-news-hook): Ditto.
6950
6951         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
6952
6953 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6954         From Mats Lidell <matsl@contactor.se>.
6955
6956         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
6957
6958 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6959
6960         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
6961         the part to decode encoded words, use raw words instead of decoded
6962         words.
6963
6964 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6965
6966         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
6967
6968         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
6969         (mm-setup-w3m): Use it.
6970
6971 2002-09-27  Simon Josefsson  <jas@extundo.com>
6972
6973         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
6974         article buffers.
6975
6976         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
6977         it just in case.
6978         (nnimap-update-unseen): New function; update unseen count in
6979         `n-m-info'.
6980         (nnimap-close-group): Call it.
6981
6982         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
6983         (gnus-after-getting-new-news-hook): Ditto.
6984
6985         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
6986         message into verboselevel 9.  Change slow mail check message.
6987         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
6988         (nnimap-fixup-unread-after-getting-new-news): New function, to be
6989         used as a hook after getting new mail.
6990
6991 2002-09-26  Simon Josefsson  <jas@extundo.com>
6992
6993         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
6994         SELECT/EXAMINE is first unseen article, not number of unseen
6995         articles.  Make them distinct by renaming the former to
6996         `first-unseen' instead of `unseen'.
6997
6998         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
6999         too.
7000         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
7001         changed.
7002         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
7003
7004         * gnus-int.el (gnus-server-unopen-status): Defcustom.
7005
7006         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
7007         better.
7008
7009         * mml2015.el (mml2015-pgg-decrypt): Only add security information
7010         if dissecting resulting buffer actually had any information.
7011
7012 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
7015         because the function `string<' allows symbols.
7016
7017         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
7018
7019 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7020
7021         * message.el (message-forward-make-body): Revert an early change
7022         because 8-bit utf-8 emails.
7023
7024 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7025
7026         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
7027         links to Info)
7028         * gnus-art.el (gnus-treat-highlight-signature):
7029         * gnus-art.el (gnus-treat-buttonize):
7030         * gnus-art.el (gnus-treat-buttonize-head):
7031         * gnus-art.el (gnus-treat-emphasize):
7032         * gnus-art.el (gnus-treat-strip-cr):
7033         * gnus-art.el (gnus-treat-unsplit-urls):
7034         * gnus-art.el (gnus-treat-leading-whitespace):
7035         * gnus-art.el (gnus-treat-hide-headers):
7036         * gnus-art.el (gnus-treat-hide-boring-headers):
7037         * gnus-art.el (gnus-treat-hide-signature):
7038         * gnus-art.el (gnus-treat-fill-article):
7039         * gnus-art.el (gnus-treat-hide-citation):
7040         * gnus-art.el (gnus-treat-hide-citation-maybe):
7041         * gnus-art.el (gnus-treat-strip-list-identifiers):
7042         * gnus-art.el (gnus-treat-strip-pgp):
7043         * gnus-art.el (gnus-treat-strip-pem):
7044         * gnus-art.el (gnus-treat-strip-banner):
7045         * gnus-art.el (gnus-treat-highlight-headers):
7046         * gnus-art.el (gnus-treat-highlight-citation):
7047         * gnus-art.el (gnus-treat-date-ut):
7048         * gnus-art.el (gnus-treat-date-local):
7049         * gnus-art.el (gnus-treat-date-english):
7050         * gnus-art.el (gnus-treat-date-lapsed):
7051         * gnus-art.el (gnus-treat-date-original):
7052         * gnus-art.el (gnus-treat-date-iso8601):
7053         * gnus-art.el (gnus-treat-date-user-defined):
7054         * gnus-art.el (gnus-treat-strip-headers-in-body):
7055         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
7056         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
7057         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
7058         * gnus-art.el (gnus-treat-unfold-headers):
7059         * gnus-art.el (gnus-treat-fold-headers):
7060         * gnus-art.el (gnus-treat-fold-newsgroups):
7061         * gnus-art.el (gnus-treat-overstrike):
7062         * gnus-art.el (gnus-treat-display-xface):
7063         * gnus-art.el (gnus-treat-display-smileys):
7064         * gnus-art.el (gnus-treat-from-picon):
7065         * gnus-art.el (gnus-treat-mail-picon):
7066         * gnus-art.el (gnus-treat-newsgroups-picon):
7067         * gnus-art.el (gnus-treat-body-boundary):
7068         * gnus-art.el (gnus-treat-capitalize-sentences):
7069         * gnus-art.el (gnus-treat-fill-long-lines):
7070         * gnus-art.el (gnus-treat-play-sounds):
7071         * gnus-art.el (gnus-treat-translate):
7072         * gnus-art.el (gnus-treat-x-pgp-sig):
7073         * gnus-art.el (gnus-mime-button-line-format):
7074         * gnus-art.el (gnus-button-man-level):
7075         * gnus-art.el (gnus-button-emacs-level):
7076         * gnus-cus.el (gnus-group-parameters):
7077         * gnus-gl.el (bbb-build-mid-scores-alist):
7078         * gnus-group.el (gnus-group-line-format):
7079         * gnus-mlspl.el (gnus-group-split-setup):
7080         * gnus-mlspl.el (gnus-group-split):
7081         * gnus-msg.el (gnus-mailing-list-groups):
7082         * gnus-msg.el (gnus-posting-styles):
7083         * gnus-nocem.el (gnus-nocem-issuers):
7084         * gnus-score.el (gnus-score-regexp-bad-p):
7085         * gnus-srvr.el (gnus-server-line-format):
7086         * gnus-topic.el (gnus-topic-line-format):
7087         * gnus.el (gnus-summary-line-format):
7088         * mail-source.el (mail-sources):
7089         * message.el (message-subscribed-address-file):
7090         * nnmail.el (nnmail-split-fancy):
7091
7092 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
7093
7094         * mail-source.el(mail-source-run-script): use `functionp' to test
7095         whether the argument `script' is in fact a function.
7096         (mail-sources): adjust the defcustom to allow users to specify a
7097         function or a string as the value of the `:prescript' and
7098         `:postscript' arguments of the `file' and `pop3' mail sources.
7099
7100 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
7101
7102         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
7103         number when article 1 does not exist.
7104
7105 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7106
7107         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
7108         apropos if apropos-variable does not exist.
7109         (gnus-button-guessed-mid-regexp)
7110         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
7111         regexes.  From Reiner Steib.
7112         (gnus-button-handle-describe-function)
7113         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
7114         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
7115         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
7116
7117 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
7118         Trivial patch.
7119
7120         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
7121         the file.
7122
7123 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7124
7125         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
7126
7127 2002-09-24  Simon Josefsson  <jas@extundo.com>
7128
7129         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
7130         (mml2015-use): Prefer PGG if installed.
7131         (mml2015-function-alist): Add PGG wrappers.
7132         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
7133         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
7134         prefix, make regexp optionally skip it.
7135         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
7136         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
7137         (mml2015-pgg-encrypt): New functions.
7138         (defvar, autoload): Prevent byte-compile warnings.
7139
7140 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7141         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7142
7143         * gnus-art.el (article-strip-banner): Check for the existence of
7144         from header.
7145
7146 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7147
7148         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
7149         (gnus-button-alist): Improved regexp for
7150         gnus-button-handle-mid-or-mail (false positives), fixed
7151         gnus-button-handle-man entries.
7152         From Reiner Steib.
7153
7154 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7155         From Josh Huber.
7156
7157         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
7158         nnmail-extra-headers is non-nil.
7159
7160 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7161
7162         * nnmaildir.el: Store article numbers persistently.  General
7163         revision.
7164         (nnmaildir-request-expire-articles): handle 'immediate and 'never
7165         for nnmail-expiry-wait; delete instead of moving if 'force is
7166         given.
7167
7168 2002-09-23  Simon Josefsson  <jas@extundo.com>
7169         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
7170
7171         * smime.el (smime-sign-buffer): Get key and extra certs.
7172         (smime-get-key-with-certs-by-email): Utility function.
7173
7174 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7175         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
7176
7177         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
7178         article exists.
7179
7180 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7181
7182         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
7183
7184 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7185         From Reiner Steib.
7186
7187         * gnus-art.el (gnus-button-handle-custom,
7188         gnus-button-handle-mid-or-mail,
7189         gnus-button-handle-describe-{function,variable,key},
7190         gnus-button-handle-apropos{,command,variable}): New functions.
7191         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
7192         gnus-button-{man,emacs,mail}-level): New variables.
7193         (gnus-button-alist): Use the above to buttonize emacs and mail
7194         related links.
7195
7196 2002-09-18  Juanma Barranquero  <lektu@terra.es>
7197
7198         * gnus-int.el (gnus-status-message): Fix spacing.
7199
7200         * imap.el (imap-continuation): Fix typos.
7201
7202 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7203
7204         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
7205
7206         * gnus-art.el (gnus-article-reply-with-original): Correct
7207         with-current-buffer scope.
7208
7209         * message.el (message-completion-alist): Add Reply-To, From, etc.
7210
7211 2002-09-18  Simon Josefsson  <jas@extundo.com>
7212
7213         * nnimap.el (nnimap-request-expire-articles): Make flag setting
7214         conditional.  From Nevin Kapur <nevin@jhu.edu>.
7215
7216 2002-09-17  Simon Josefsson  <jas@extundo.com>
7217
7218         * nnimap.el (nnimap-expiry-target): Don't search for which
7219         articles exists here.
7220         (nnimap-request-expire-articles): Do it here instead.  Only expire
7221         when articles are found.  Suggested by Nevin Kapur
7222         <nevin@jhu.edu>.
7223
7224 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7225         From Reiner Steib <reiner.steib@gmx.de>.
7226
7227         * message.el (message-strip-subject-trailing-was)
7228         (message-change-subject, message-add-archive-header)
7229         (message-xpost-fup2-header, message-xpost-insert-note)
7230         (message-xpost-fup2, message-reduce-to-to-cc): New functions
7231         adopted from message-utils.el.  Add functions to the keymap, mode
7232         describtion and menu.
7233         (message-change-subject,message-xpost-fup2): Signal error if
7234         current header is empty.
7235         (message-xpost-insert-note): Changed insert position.
7236         (message-archive-note): Ensure to insert note in message body (not
7237         in head).
7238         (message-archive-header, message-archive-note)
7239         (message-xpost-default, message-xpost-note, message-fup2-note)
7240         (message-xpost-note-function): New variables adopted from
7241         message-utils.el.  Changed some doc-strings.
7242         (message-mark-insert-{begin,end}): Rename from
7243         message-{begin,end}-inserted-text-mark (message-utils.el), changed
7244         values.
7245         (message-subject-trailing-was-query)
7246         (message-subject-trailing-was-ask-regexp)
7247         (message-subject-trailing-was-regexp): New variables.
7248         (message-to-list-only): Added doc-string and menu entry.
7249
7250         * message-utils.el: Removed.  Functions are now in message.el.
7251
7252 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7253
7254         * gnus-art.el (gnus-article-reply-with-original,
7255         gnus-article-followup-with-original): Switch to
7256         gnus-summary-buffer before reply/followup.
7257
7258 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
7259
7260         * gnus-sum.el (gnus-summary-toggle-header): The article window may
7261         not exist. Toggle it anyway.
7262
7263 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7264
7265         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
7266
7267         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
7268         Trivial patch from Urban Engberg <ue@ccieurope.com>.
7269
7270         * rfc2047.el (message-posting-charset): Defvar it.
7271         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
7272         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
7273
7274         * mail-source.el (mail-source-fetch): Hide password.
7275
7276         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
7277
7278 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7279         From John Paul Wallington <jpw@shootybangbang.com>.
7280
7281         * gnus.el (gnus-visual, gnus-meta): Fix typo.
7282
7283 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
7286
7287 2002-09-11  Simon Josefsson  <jas@extundo.com>
7288
7289         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
7290         (nnimap-split-rule): Doc fix.
7291         (nnimap-request-expire-articles): Cleanup code.
7292
7293 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7294         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7295
7296         * gnus-art.el (gnus-article-address-banner-alist): New option.
7297         (article-strip-banner): Refer the above option to split banners of
7298         free mail servers, when no group parameter is specified.
7299
7300 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * nntp.el (nntp-wait-for-string): Check for a process in the
7303         current buffer instead of `nntp-server-buffer'.
7304
7305 2002-09-09  Simon Josefsson  <jas@extundo.com>
7306
7307         * gnus-art.el (gnus-button-man-handler): New variable.
7308         (gnus-button-alist): Use g-b-handle-man.
7309         (gnus-button-handle-man): New, call g-b-man-handler.
7310
7311 2002-09-08  Simon Josefsson  <jas@extundo.com>
7312
7313         * gnus-art.el (gnus-button-alist): Buttonize man page links.
7314
7315 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7316
7317         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
7318
7319 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7320
7321         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
7322
7323         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
7324         keystroke.
7325
7326         * gnus-srvr.el (gnus-browse-describe-group): New command and
7327         keystroke.
7328
7329 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
7332         value for gnus-decoration property.
7333
7334 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7335
7336         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
7337         string) as group name in case we have a CRLF in the file.
7338
7339 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
7340
7341         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
7342         group.
7343         (rfc1843-decode-hzp): do.
7344         (rfc1843-newsgroups-regexp): do.
7345
7346 2002-09-04  Simon Josefsson  <jas@extundo.com>
7347
7348         * message.el (message-canlock-generate): Make sure sha1 doesn't
7349         call external programs.
7350
7351 2002-09-03  Simon Josefsson  <jas@extundo.com>
7352
7353         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
7354
7355         * gnus-agent.el (gnus-agent-batch): Add doc.
7356
7357 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
7358
7359         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
7360         check for signed and encrypted parts.
7361         * mml.el (mml-parse-1): Correct small typo which preventing
7362         setting recipients in a secure tag.
7363
7364 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * mm-util.el (mm-coding-system-priorities): Default to a list of
7367         iso-2022-jp and others for the Japanese environment.
7368
7369 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
7372         invalid display names.
7373
7374 2002-08-30  Simon Josefsson  <jas@extundo.com>
7375
7376         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
7377         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
7378
7379 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
7380
7381         * gnus.el (gnus-group-charter-alist): New option.
7382         (gnus-group-fetch-control-use-browse-url): New option.
7383
7384         * gnus-group.el (gnus-group-fetch-charter): New function.
7385         (gnus-group-fetch-control): New function.
7386         Add them to the keymap and menu. Require mm-url.
7387
7388 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
7391         From Alex Schroeder <alex@emacswiki.org>.
7392
7393 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
7394
7395         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
7396         items expecting user interaction.
7397
7398         * gnus-topic.el (gnus-topic-make-menu-bar): do.
7399
7400         * gnus-sum.el (gnus-summary-make-menu-bar): do.
7401
7402         * gnus-srvr.el (gnus-server-make-menu-bar): do.
7403
7404         * mml.el (mml-menu): do.
7405
7406 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * mail-source.el (mail-source-touch-pop): New function.
7409
7410         * message.el (message-smtpmail-send-it): New function.
7411         (message-send-mail-function): Add it for a candidate.
7412
7413 2002-08-27  Simon Josefsson  <jas@extundo.com>
7414
7415         * gnus-msg.el (posting-charset-alist): Use
7416         gnus-define-group-parameter instead of defcustom.
7417         (gnus-put-message): Handle SPC in GCC.
7418         (gnus-inews-insert-gcc): Ditto.
7419         (gnus-inews-insert-archive-gcc): Ditto.
7420
7421 2002-08-26  Simon Josefsson  <jas@extundo.com>
7422
7423         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
7424         (gnus-agentize): Auto agentize all nntp and nnimap groups.
7425         (gnus-agent-possibly-save-gcc): Autoload.
7426         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
7427
7428 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * gnus.el (gnus-other-frame-function): New user option.
7431         (gnus-other-frame): Use it; add a doc-string; make it work with
7432         the gnuclient program.
7433
7434         * gnus-util.el (gnus-frame-or-window-display-name): New function.
7435
7436         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
7437         `device-connection' and `dfw-device'.
7438
7439 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7440
7441         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
7442         positives, make it stricter.  From Jochen Hein (trivial change).
7443
7444 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * gnus.el (gnus-other-frame): Trivial fix.
7447
7448 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * gnus.el (gnus-other-frame-parameters): New user option.
7451         (gnus-other-frame-object): New variable.
7452         (gnus-other-frame): Make it search for existing Gnus frame; don't
7453         read new news; delete frame on exit.
7454
7455         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
7456
7457         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
7458
7459 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7460         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
7461
7462         * message.el (message-set-auto-save-file-name): Add support for
7463         the Cygwin Emacs; the system-type is `cygwin'.
7464         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
7465
7466 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7467
7468         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
7469
7470         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
7471         avoid arithmetic errors.
7472
7473 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
7476
7477 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
7480         (message-ignored-resent-headers): Add envelope From.
7481
7482 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7483
7484         * gnus.el (gnus-summary-line-format): Document %k specifier.
7485
7486 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7487
7488         * gnus-sum.el (gnus-summary-line-message-size): New function.
7489         (gnus-summary-line-format-alist): Use it.
7490
7491 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * gnus-art.el (article-make-date-line): Refer to the value for
7494         `gnus-article-time-format' in the summary buffer.
7495
7496         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
7497
7498 2002-08-14  Simon Josefsson  <jas@extundo.com>
7499
7500         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
7501         quoting.
7502         (gnus-button-alist): Fix doc.
7503         (gnus-header-button-alist): Use ' not ` for default value quoting.
7504         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
7505         rationale similar to 2002-05-01 change.
7506         (gnus-article-add-buttons-to-head): Evaluate expression.
7507
7508         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
7509
7510 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * message.el (message-font-lock-keywords): Refer to the value for
7513         `message-cite-prefix-regexp' dynamically.
7514
7515 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * gnus-art.el (gnus-decode-header-methods): Doc fix.
7518
7519 2002-08-12  Simon Josefsson  <jas@extundo.com>
7520
7521         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
7522         (imap-shell-open): Skip initial junk before IMAP greeting.
7523
7524 2002-08-11  Simon Josefsson  <jas@extundo.com>
7525
7526         * message-utils.el (message-xpost-default,
7527         message-xpost-fup2-header, message-xpost-fup2): Fixed
7528         Typos.  Trivial changes from Reiner Steib
7529         <4uce.02.r.steib@gmx.net>.
7530
7531 2002-08-09  Simon Josefsson  <jas@extundo.com>
7532
7533         * message.el (message-canlock-password): Set
7534         canlock-password-for-verify to newly generated canlock-password.
7535         When Emacs is restarted, Custom makes sure this is set, but during
7536         the same session we must set it manually.
7537
7538 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
7539
7540         * yenc.el: New file.
7541
7542         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
7543         (mm-uu-type-alist): Add yenc.
7544         (mm-uu-yenc-filename): New function.
7545         (mm-uu-yenc-extract): New function.
7546
7547         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
7548
7549 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7550
7551         * dgnushack.el (merge): Don't use coerce.
7552
7553 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
7554
7555         * mailcap.el (mailcap-mime-data): Test window-system rather than
7556         mm-device-type.
7557         (mailcap-mime-data): Call xdvi and gv with "-safer".
7558
7559         * mm-util.el: Don't define mm-device-type.
7560
7561 2002-08-05  Simon Josefsson  <jas@extundo.com>
7562
7563         * mm-util.el (mm-coding-system-priorities): coding-system type not
7564         supported everywhere.
7565
7566 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7567
7568         * gnus.el (gnus-version-number): Bumped version number.
7569
7570 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7571
7572         * gnus.el: Oort Gnus v0.07 is released.
7573
7574 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7575
7576         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
7577         (gnus-article-sort-functions): Doc fix.
7578         (t): New keystroke.
7579         (gnus-article-sort-by-random): New function.
7580         (gnus-thread-sort-by-random): New function.
7581
7582 2002-08-02  Simon Josefsson  <jas@extundo.com>
7583
7584         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
7585         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
7586
7587 2002-07-31  Danny Siu  <dsiu@adobe.com>
7588
7589         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
7590         when splitting malformed messages without message-id
7591
7592 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7593         From Niklas Morberg <niklas.morberg@axis.com>.
7594
7595         * nnweb.el (nnweb-type, nnweb-type-definition)
7596         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
7597         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
7598         functionality.
7599         * nnweb.el: Removed old non-functioning search engines.
7600
7601 2002-07-27  Simon Josefsson  <jas@extundo.com>
7602
7603         * message.el (message-forward-make-body): Don't use
7604         `message-forward-ignored-headers' when doing a "raw" followup (it
7605         is important to preserve e.g. CTE).
7606
7607         * flow-fill.el (fill-flowed): Disable filladapt-mode.
7608
7609         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
7610         regexp-quote, Cyrus Sieve is fixed.
7611
7612         * sieve-manage.el (sieve-manage-deletescript): New function.
7613
7614         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
7615         (sieve-manage-mode): Fix menubar.
7616         (sieve-activate): Change some messages.
7617         (sieve-deactivate-all): New function.
7618         (sieve-deactivate): New alias.
7619         (sieve-remove): New function.
7620         (sieve-help): Fix help.
7621         All suggested by Ned Ludd.
7622
7623 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
7626         (mm-w3m-safe-url-regexp): New user option.
7627
7628         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
7629         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
7630
7631 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
7632
7633         * gnus-sum.el (gnus-summary-delete-article): Force
7634         nnmail-expiry-target to 'delete, so that absolute deletion
7635         happens when absolute deletion is requested.
7636
7637 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7638         From Nevin Kapur <nevin@jhu.edu>.
7639
7640         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
7641         headers as empty headers.
7642
7643 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7644         From Jochen Hein <jochen@jochen.org>.
7645
7646         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
7647         correct typo.
7648         (gnus-emphasis-strikethru): New face.
7649
7650 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7651         From Jason Merrill <jason@redhat.com>.
7652
7653         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
7654         entire file for each of a sequence of missing articles.
7655
7656         * gnus-salt.el (gnus-binary-display-article): Respect an existing
7657         value for gnus-view-pseudos.
7658
7659         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
7660         avoid nreverse.
7661
7662 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7663         From Ted Zlatanov <teodor.zlatanov@divine.com>.
7664
7665         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
7666         (gnus-summary-mode-line-format-alist): Add %h for number of
7667         spams.
7668         (gnus-newsgroup-spam-marked): New variable.
7669         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
7670         (gnus-article-read-p, gnus-article-mark)
7671         (gnus-set-global-variables, gnus-set-global-variables)
7672         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
7673         (gnus-summary-mark-article-as-unread)
7674         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
7675         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
7676         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
7677
7678 2002-07-10  Simon Josefsson  <jas@extundo.com>
7679
7680         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
7681         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
7682
7683 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
7684
7685         * gnus-sum.el (gnus-summary-delete-article): Respect group
7686         parameters while expiring.
7687
7688 2002-07-08  Simon Josefsson  <jas@extundo.com>
7689
7690         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
7691         Enberg.
7692
7693 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7694
7695         * gnus-art.el (article-unsplit-urls): Only display MIME when this
7696         function is called interactively.  From Niklas Morberg.
7697
7698 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7699
7700         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
7701         cdaar to cdar and car.
7702
7703         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
7704         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
7705
7706 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
7709         don't break a narrowed article.
7710
7711         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
7712         (nntp-open-via-rlogin-and-telnet): Ditto.
7713
7714 2002-07-02  Didier Verna  <didier@xemacs.org>
7715
7716         * nnmail.el (nnmail-split-methods): fix custom type.
7717
7718 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7719
7720         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
7721         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
7722
7723 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7724
7725         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
7726         (gnus-summary-resend-message): Use it.
7727
7728 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * nntp.el (nntp-via-rlogin-command-switches): New variable.
7731         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
7732
7733 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7734
7735         * message.el (message-font-lock-keywords): Don't fontify
7736         headers in the message body, only in the header.
7737         (message-font-lock-make-header-matcher): New function, used by
7738         message-font-lock-keywords.
7739         From Katsumi Yamaoka <yamaoka@jpl.org>.
7740
7741 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
7744
7745 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
7748
7749 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7750
7751         * message.el (message-font-lock-keywords): Revert 2002-06-22
7752         change.
7753
7754 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7755
7756         * message.el (message-font-lock-keywords): Put colon in header
7757         name match.
7758
7759 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7760
7761         * message.el (message-font-lock-keywords): Don't use header faces
7762         in the body.  Thanks to Stefan Monnier for the hint on the
7763         implementation.
7764
7765 2002-05-09  Miles Bader  <miles@gnu.org>
7766
7767         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
7768         (gnus-article-hide-citation): Respect it.
7769
7770 2002-04-12  Juanma Barranquero  <lektu@terra.es>
7771
7772         * pop3.el (pop3-open-server): Fix typo.
7773
7774 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
7775
7776         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
7777         instead of push to ignore duplicate to-(list|address) values.
7778         * nnmail.el (nnmail-cache-ignore-groups): New.
7779         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
7780
7781 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7782
7783         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
7784         before sending.  Suggested by Jan Rychter.
7785
7786 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7787
7788         * dgnushack.el (remove): New compiler macro.
7789         (last, coerce, subseq): Remove compiler macros for those built-in
7790         or unused functions.
7791
7792 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7793
7794         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
7795         sure to write byte-compiled versions of gnus-*-format-alist to
7796         .newsrc.eld.  From Simon Josefsson.
7797
7798 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7799
7800         * gnus-agent.el (gnus-agent-read-servers)
7801         (gnus-agent-write-servers): Put server name (string like
7802         "nnchoke:frumple") in the file instead of a server specification
7803         (Lisp expression like (nnchoke "frumple" ...parameters...)).
7804         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
7805
7806 2002-06-16  Simon Josefsson  <jas@extundo.com>
7807
7808         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
7809         Reiner Steib <4uce.02.r.steib@gmx.net>.
7810
7811 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7812
7813         * nnheader.el (nnheader-file-name-translation-alist): Set the
7814         default value for MS Windows systems.
7815
7816         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
7817
7818 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * message.el (message-beginning-of-line): Keep the region active
7821         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
7822
7823 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
7824
7825         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
7826         * gnus-msg.el (gnus-summary-reply): Ditto.
7827         * gnus-msg.el (gnus-summary-handle-replysign): New.
7828
7829 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * message.el (message-send-mail-with-sendmail): Kill errbuf even
7832         if sending failed.
7833
7834 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
7835
7836         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
7837         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
7838         to sign while encrypting.
7839
7840 2002-06-11  Simon Josefsson  <jas@extundo.com>
7841
7842         * gnus-int.el (gnus-request-move-article): Agent expire article if
7843         successfuly moved.
7844
7845         * nnweb.el (nnweb-google-create-mapping): Honors the value of
7846         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
7847
7848 2002-06-10  Simon Josefsson  <jas@extundo.com>
7849
7850         * gnus-int.el (gnus-request-expire-articles): Fix last change?
7851
7852 2002-06-09  Simon Josefsson  <jas@extundo.com>
7853
7854         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
7855
7856         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
7857
7858 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7859
7860         * flow-fill.el (fill-flowed): Ignore errors.
7861
7862 2002-06-06  Simon Josefsson  <jas@extundo.com>
7863
7864         * message.el (message-send-mail-with-sendmail): Improve error message.
7865
7866 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7867
7868         * message.el (message-interactive): Change default from nil to t.
7869         Better to be safe than to be fast.
7870
7871 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7872
7873         * message.el (message-send-mail-with-sendmail): Check return value
7874         from call-process-region.
7875
7876 2002-06-04  Simon Josefsson  <jas@extundo.com>
7877
7878         * gnus-msg.el (gnus-group-mail, gnus-group-news)
7879         (gnus-group-post-news, gnus-summary-mail-other-window)
7880         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
7881         gnus-article-copy to nil, thereby inhibiting the `header' posting
7882         style match to use data from last viewed article.
7883         Suggested by Hrvoje Niksic.
7884
7885 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * spam.el (spam-point-at-eol): New alias.
7888         (spam-parse-whitelist): Use it.
7889
7890 2002-06-03  Simon Josefsson  <jas@extundo.com>
7891
7892         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
7893         (nnmail-article-group): Use it.
7894
7895 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7896
7897         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
7898         so that code reading them won't be surprised.  From Jesper Harder
7899         <harder@ifa.au.dk>.
7900
7901 2002-05-29  Simon Josefsson  <jas@extundo.com>
7902
7903         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
7904         articles.
7905
7906         * gnus.el (gnus-agent-cache): Doc fix.
7907         (gnus-agent): Change default to t.
7908
7909         * gnus-agent.el (gnus-agent-expire): Make it accept optional
7910         ARTICLES, GROUP and FORCE parameters.
7911
7912 2002-05-28  Simon Josefsson  <jas@extundo.com>
7913
7914         * gnus-group.el (gnus-group-line-format): Doc fix.
7915
7916 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7917
7918         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
7919         original article before yanking.  From Jesper Harder
7920         <harder@ifa.au.dk>.
7921
7922 2002-05-26  Simon Josefsson  <jas@extundo.com>
7923
7924         * gnus-sum.el (gnus-summary-menu-split): New function.
7925         (gnus-summary-make-menu-bar): Split charset submenu.
7926         (gnus-summary-menu-maxlen): New variable.
7927         (gnus-summary-menu-split): Use it.
7928
7929 2002-05-25  Simon Josefsson  <jas@extundo.com>
7930
7931         * mml.el (mml-preview): Generate some headers.
7932
7933         * gnus.el (gnus-large-newsgroup): Fix :type.
7934
7935         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
7936         Agent cache NOV's by default now).
7937         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
7938
7939 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
7940
7941         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
7942         call to gnus-parent-id when we check for References loops.
7943         (gnus-summary-prepare-threads): Avoid simplifying every Subject
7944         twice by saving the simplified subject string in simp-subject.
7945
7946 2002-05-23  Simon Josefsson  <jas@extundo.com>
7947
7948         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
7949         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
7950
7951         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
7952         Niklas Morberg <niklas.morberg@axis.com>.
7953
7954 2002-05-22  Simon Josefsson  <jas@extundo.com>
7955
7956         * sieve.el (sieve-change-region): Define it before it is used.
7957
7958         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
7959         (gnus-summary-reply): Ask for confirmation when replying to news.
7960         Defaults to not ask.  From Benjamin Rutt
7961         <rutt+news@cis.ohio-state.edu>.
7962
7963         * nnimap.el (nnimap-nov-is-evil): Improve doc.
7964
7965 2002-05-21  Simon Josefsson  <jas@extundo.com>
7966
7967         * sieve-mode.el (sieve-manage): Fix autoloads.
7968
7969         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
7970         name (makes it work with recent Cyrus timsieved).
7971
7972 2002-05-20  Jason  <jbaker@cs.utah.edu>
7973         Trivial patch.
7974
7975         * gnus-art.el (gnus-request-article-this-buffer): Try
7976         reconnecting if you don't get the message.
7977
7978 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7979
7980         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
7981         Reply-To headers from the headers.
7982
7983 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7984
7985         * mm-url.el (mm-url-insert): Remove junk message.
7986
7987 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7988
7989         * nnslashdot.el (nnslashdot-request-list): Parse new html.
7990         (nnslashdot-use-front-page): New variable.
7991         (nnslashdot-request-list): Use it.
7992
7993         * mm-url.el (mm-url-timeout): New variable.
7994         (mm-url-retries): Ditto.
7995         (mm-url-insert): Use it.
7996
7997 2002-05-16  Simon Josefsson  <jas@extundo.com>
7998
7999         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
8000         (gnus-simplify-subject-functions): Mention g-s-a-w.
8001
8002 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
8003
8004         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
8005         nnmail-cache-insert.
8006         * nndiary.el (nndiary-request-accept-article): Ditto.
8007         * nnfolder.el (nnfolder-request-accept-article): Ditto.
8008         * nnimap.el (nnimap-request-accept-article): Ditto.
8009         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
8010         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
8011         * nnmbox.el (nnmbox-request-accept-article): Ditto.
8012         * nnmh.el (nnmh-request-accept-article): Ditto.
8013         * nnmail.el (nnmail-cache-insert): Change group to required,
8014         removed code which tried to figure out the group.
8015
8016 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
8017
8018         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
8019         messages. From Hans de Graaff <hans@degraaff.org>.
8020         * nnml.el (nnml-request-accept-article): Pass in the group name to
8021         nnmail-cache-insert, since it's available.
8022
8023 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8024
8025         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
8026
8027 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8028         From Florian Weimer <fw@deneb.enyo.de>.
8029
8030         * gnus.el (subscribed): New group parameter.
8031         (gnus-find-subscribed-addresses): Use it.
8032
8033 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
8034
8035         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
8036         the default for pgpmime to support pgp v2.
8037         * mml-sec.el (mml-signencrypt-style): New accessor function to
8038         allow users to get/set the signencrypt style more easily without
8039         frobbing the alist directly.
8040         * mml.el (mml-generate-mime-1): Use accessor function.
8041
8042 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8043
8044         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
8045         parenthesis for "<" and ">".  Suggested by Andreas Schwab
8046         <schwab@suse.de>.
8047
8048 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8049
8050         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
8051         when intuiting the group the message is written to.  From Josh
8052         Huber <huber@alum.wpi.edu>.
8053
8054 2002-05-06  Simon Josefsson  <jas@extundo.com>
8055
8056         * gnus-topic.el (gnus-group-topic-parameters): Work when group
8057         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
8058
8059 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
8060
8061         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
8062         argument, and fixed compiler warning. (added autoload for
8063         gpg-encrypt).
8064
8065 2002-05-04  Simon Josefsson  <jas@extundo.com>
8066
8067         * mml1991.el (mml1991-function-alist): Doc fix.
8068
8069         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
8070         doesn't exist (for previewing messages without having Gnus
8071         started).
8072
8073         * mm-util.el (mm-coding-system-priorities): Defcustom.
8074
8075         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
8076
8077 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
8078
8079         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
8080         default.
8081         * mml-sec.el:
8082         * mml-sec.el (mml-signencrypt-style): New.
8083         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
8084         argument `sign'.
8085         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
8086         signencrypt.
8087         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
8088         * mml.el (mml-generate-mime-1): Changed logic so a part which is
8089         both signed & encryped is processed in one operation. (rather than
8090         two separate ops: sign, then encrypt)
8091         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
8092         indication if a message is signed by an expired key.
8093         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
8094         enables combined sign & encrypt operation. (this was always on
8095         before).
8096         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
8097
8098 2002-05-01  Simon Josefsson  <jas@extundo.com>
8099
8100         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
8101         server.
8102         (nnimap-mailbox-info): defvar instead of defvoo.
8103
8104 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8105
8106         * gnus.el: Oort Gnus v0.06 is released.
8107
8108 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8109
8110         * lpath.el: Bind url-package-version.
8111
8112 2002-05-01  Simon Josefsson  <jas@extundo.com>
8113
8114         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
8115         filename before deleting the group itself, because the presence of
8116         a group filename decides if long filenames are used or not.
8117
8118         * gnus-art.el (gnus-button-alist): Don't inline
8119         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
8120         without also modifying g-button-alist.
8121         (gnus-button-alist): Fix type to allow variable as well as regexp.
8122         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
8123         themselves, variables to its contents.
8124         (gnus-button-entry): Ditto.
8125
8126 2002-05-01  Simon Josefsson  <jas@extundo.com>
8127
8128         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
8129         UIDNEXT as a string.
8130
8131         * nnimap.el (nnimap-string-lessp-numerical): New function.
8132         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
8133         integers.
8134
8135 2002-04-29  Simon Josefsson  <jas@extundo.com>
8136
8137         * nnmail.el (nnmail-cache-insert): Accept optional group
8138         parameter.
8139
8140         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
8141         n-r-g-a is disabled.
8142
8143 2002-04-29  Simon Josefsson  <jas@extundo.com>
8144
8145         * nnimap.el (nnimap-split-fancy): Fix doc.
8146         (nnimap-split-fancy): Fix doc.
8147
8148         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
8149         (nnimap-mailbox-info): New internal variable.
8150         (nnimap-retrieve-groups): Implement faster new mail check.
8151
8152         * nnimap.el (nnimap-split-articles): Support
8153         nnmail-cache-accepted-message-ids.
8154         (nnimap-request-accept-article): Ditto.
8155
8156         * imap.el (imap-mailbox-status-asynch): New command.
8157
8158 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
8159
8160         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
8161         are no subscribed mail groups.
8162         - Strip quoted names when comparing addresses
8163
8164 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
8165
8166         * mm-decode.el (mm-text-html-renderer): Change customize type to
8167         const.
8168
8169         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
8170         (gnus-debug-exclude-variables): do.
8171
8172 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8173
8174         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
8175         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
8176
8177 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8178
8179         * dns.el (dns-make-network-process): New macro.
8180         (query-dns): Use it.
8181
8182 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8183
8184         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
8185         article-buffer.
8186
8187         * mm-url.el (mm-url-package-name): New variable.
8188         (mm-url-package-version): New variable.
8189         (mm-url-insert-file-contents): Bind url-package-name and
8190         url-package-version here.
8191         * nnrss.el (nnrss-insert-w3): Move the bindings.
8192
8193         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
8194         url-package-version. Trivial change from Andrew J Cosgriff
8195         <ajc@polydistortion.net>
8196
8197         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
8198         attachments. Trivial change from Peter 'Luna' Runestig
8199         <peter@runestig.com>.
8200
8201 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
8202
8203         * nnkiboze.el (nnkiboze-request-scan): Call
8204         nnkiboze-possibly-change-group.
8205         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
8206         problems.
8207         (nnkiboze-generate-group): Set newsrc to the *highest* article
8208         number kibozed, not the lowest.
8209
8210 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
8211
8212         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
8213
8214 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8215         From Dan Christensen <jdc+news@uwo.ca>.
8216
8217         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8218         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8219         Recognize math postings.  Extract Date (now ignores "(15kb)").
8220         Extract email address using gnus-extract-address-components
8221         instead of just taking the first word.  Create Date and From
8222         headers for message which are missing these headers.  Get rid
8223         of spurious \\ lines (purely cosmetic).  Extend body-end and
8224         file-end regexps, to exclude more garbage from the message.
8225         Make URL rephrasing regexp more flexible, to match current
8226         format.
8227
8228 2002-04-23  Simon Josefsson  <jas@extundo.com>
8229
8230         * netrc.el: New file, functions copied from gnus-util.el by Ted
8231         Zlatanov <tzz@lifelogs.com>.
8232
8233         * gnus-util.el: Require netrc.
8234         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
8235         new code in netrc.el.
8236
8237 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8238
8239         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
8240         message-ignored-resent-headers, too.  From Matthieu Moy
8241         <Matthieu.Moy@imag.fr>.
8242
8243 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8244
8245         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
8246         boolean not a string
8247         * gnus-group.el (gnus-group-line-format): add description of %C
8248         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
8249           as %C
8250         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
8251
8252 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
8253
8254         * nnmaildir.el (nnmaildir-request-scan): typo: set
8255         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
8256         nnmail-get-new-mail for 'find-new-groups.
8257
8258 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
8259
8260         * nnmaildir.el (nnmaildir-request-update-info,
8261         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
8262         unnecessary calls to nnmaildir-request-scan.
8263
8264 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8265
8266         * gnus-msg.el:
8267         * gnus-msg.el (gnus-message-replysign): New.
8268         * gnus-msg.el (gnus-message-replyencrypt): New.
8269         * gnus-msg.el (gnus-message-replysignencrypted): New.
8270         * gnus-msg.el (gnus-summary-reply): Use the three new variables
8271         (above) to automatically encrypt/sign to encrypted/signed
8272         messages.
8273         * message.el:
8274         * message.el (message-mode-map): Add keybinding for
8275         `message-to-list-only'
8276         * message.el (message-mode): Add description for
8277         `message-to-list-only'
8278         * message.el (message-to-list-only): New.
8279         * message.el (message-make-mft): Changed to use the cl loop macro,
8280         and added optional flag to return only the matched list. (for use
8281         in new message-to-list-only function)
8282
8283 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8284
8285         * gnus-msg.el:
8286         * gnus-msg.el (gnus-message-replysign):
8287         * gnus-msg.el (gnus-replysign): New.
8288         * gnus-msg.el (gnus-replyencrypt): New.
8289         * gnus-msg.el (gnus-replysignencrypted): New.
8290         * gnus-msg.el (gnus-summary-reply):
8291         * message.el:
8292         * message.el (message-mode-map):
8293         * message.el (message-mode):
8294         * message.el (message-to-list-only): New.
8295         * message.el (message-make-mft):
8296
8297 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8298
8299         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
8300
8301 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
8302
8303         * message.el (message-gen-unsubscribed-mft): accept a prefix
8304         argument so CC can be included with C-u C-c C-f C-a
8305
8306 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8307         From Ted Zlatanov <teodor.zlatanov@divine.com>.
8308
8309         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
8310         Improve docstring.
8311         (spam-enter-blacklist): New command.
8312
8313         * gnus-sum.el (gnus-spam-mark): New mark.
8314         (gnus-auto-expirable-marks): Add gnus-spam-mark.
8315         (gnus-summary-make-tool-bar): Correct conditional.
8316         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
8317         (gnus-summary-mark-as-spam): New command.
8318
8319 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
8320
8321         * mml-sec.el (mml-secure-message): changed to support arbritrary
8322         modes.
8323         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
8324         changed to support "signencrypt" mode.
8325         * mml.el (mml-parse-1): changed to support different secure modes
8326         more easily. (for signencrypt)
8327
8328 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
8329
8330         * gnus-sum.el (gnus-update-summary-mark-positions)
8331         (gnus-summary-toggle-header):
8332         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
8333         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
8334         (gnus-uu-post-encoded):
8335         * nnfolder.el (nnfolder-possibly-change-group):
8336         * nnimap.el (nnimap-retrieve-headers):
8337         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
8338
8339 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
8340
8341         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
8342         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
8343
8344 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * gnus-srvr.el (gnus-server-set-info): Clear
8347         `gnus-server-method-cache' when `gnus-server-alist' is changed.
8348         From Daiki Ueno <ueno@unixuser.org>.
8349
8350 2002-04-11  Simon Josefsson  <jas@extundo.com>
8351
8352         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
8353         viewing of security buttons.  Thanks to Nicolas Kowalski
8354         <Nicolas.Kowalski@imag.fr>.
8355
8356         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
8357         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
8358         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
8359         <Nicolas.Kowalski@imag.fr>.
8360         (smime-decrypt-buffer): Ditto.
8361
8362 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8363
8364         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
8365         header line.
8366
8367 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
8368
8369         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
8370
8371 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8372
8373         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
8374
8375 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8376
8377         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
8378         errors when debug.
8379
8380 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
8381
8382         * message.el (message-make-mft): Changed MFT code from using
8383         message-recipients (which included Bcc) to use only the To and CC
8384         headers.
8385
8386 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8387
8388         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
8389         add link.
8390         (gnus-treat-mail-picon): Ditto.
8391         (gnus-treat-newsgroups-picon): Ditto.
8392         (gnus-picon-databases): Fix custom type.
8393         (gnus-picon-databases): Add link.
8394         (gnus-article-x-face-command): Add to gnus-picon group.
8395
8396 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
8397
8398         * message.el (message-buffer-naming-style): Remove.
8399
8400 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8401
8402         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
8403
8404         * message.el (message-tool-bar-map): Ditto.
8405
8406         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8407
8408 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8409
8410         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
8411
8412 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
8413
8414         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
8415
8416 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
8417         Trivial patch.
8418
8419         * dns.el: open-network-stream under XEmacs does udp.
8420
8421 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
8422
8423         * spam.el (spam-enter-whitelist): New function.
8424         (spam-parse-whitelist): Ditto.
8425         (spam-refresh-list-cache): Ditto.
8426         (spam-address-whitelisted-p): New function.
8427
8428         * dns.el (query-dns): Use TCP when make-network-process isn't
8429         available.
8430         (dns-servers): New variable.
8431         (dns-parse-resolv-conf): New function.
8432         (query-dns): Use it.
8433
8434         * spam.el: New file.
8435
8436         * dns.el (query-dns): Test.
8437
8438 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8439
8440         * lpath.el (featurep): Bind make-network-process.
8441
8442 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
8443
8444         * nnmaildir.el: Use defstruct.  Use a single copy of
8445         nnmail-extra-headers to save memory.  Store server's group name
8446         prefix instead of each group's prefixed name.
8447         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
8448         nntp-server-buffer.
8449
8450 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8451
8452         * dns.el: New file.
8453
8454 2002-03-28  Simon Josefsson  <jas@extundo.com>
8455
8456         * gnus-sum.el (gnus-summary-dummy-line-format):
8457         * gnus.el (gnus-summary-line-format): Fixing links to Info.
8458         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
8459
8460 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8461
8462         * gnus-sum.el (gnus-summary-move-article)
8463         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
8464         the doc string.
8465
8466 2002-03-28  Simon Josefsson  <jas@extundo.com>
8467
8468         * mml-sec.el (mml-secure-message): Search after
8469         mail-header-separator from top of message.
8470
8471 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
8472
8473         * nnmaildir.el: Cosmetic changes.
8474         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
8475         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
8476         nnmaildir--group-ls): New macros/functions.  Use them.
8477         (nnmaildir--unlink): Evalutate argument only once.
8478
8479 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
8480
8481         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
8482         symbols.
8483         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
8484         `gnus-point-at-eol'.
8485
8486 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
8487
8488         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
8489         nnmaildir--marks-dir): New macros.  Use them.
8490         Use inhibit-quit for atomicity instead of in-memory journaling.
8491         (nnmaildir--edit-prep): New function.
8492         (Local Variables): Use it.
8493
8494 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8495
8496         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8497
8498 2002-03-25  Simon Josefsson  <jas@extundo.com>
8499
8500         * message.el (message-mode): Fix doc.
8501
8502 2002-03-25  Simon Josefsson  <jas@extundo.com>
8503
8504         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
8505         Matthieu Moy <Matthieu.Moy@imag.fr>.
8506
8507 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
8508
8509         * mml-sec.el (mml-unsecure-message): Add docstring.
8510
8511 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8512
8513         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
8514         value.
8515         Trivial change from andre@slamdunknetworks.com
8516
8517 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
8518
8519         * mml.el (mml-mode-map): Added a keybinding for
8520         `mml-unsecure-message'.  Also, added a menu entry for said
8521         function in the Attachments menu.
8522
8523 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * canlock.el (canlock-version): Remove.
8526         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
8527         here; simplify \x insertions.
8528         (canlock-sha1): New function, always return a unibyte string.
8529         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
8530         of a password.
8531         (canlock-insert-header): Use `canlock-sha1'.
8532         (canlock-verify): Ditto.
8533
8534 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8535
8536         * message.el (message-fix-before-sending): Add an option that
8537         ignores illegible text.
8538         Trivial change from Mark Milhollan <mlm@attglobal.net>
8539
8540         * message.el (message-font-lock-keywords): Support multi-line MML
8541         tags.
8542
8543         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
8544         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
8545
8546 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
8549         symbols for "View as different encoding" submenu.
8550
8551 2002-03-19  Simon Josefsson  <jas@extundo.com>
8552
8553         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
8554         encoding" submenu.
8555
8556 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8557
8558         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
8559
8560 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8561
8562         * gnus-sum.el (gnus-sum-thread-tree-root)
8563         (gnus-sum-thread-tree-single-indent)
8564         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8565         (gnus-sum-thread-tree-leaf-with-other)
8566         (gnus-sum-thread-tree-single-leaf): Make customizable.
8567
8568 2002-03-16  Simon Josefsson  <jas@extundo.com>
8569
8570         * gnus-util.el (gnus-extract-address-components): Don't break on
8571         names such as James "Kibo" Parry.  From Francis Litterio
8572         <franl@world.std.com>.
8573
8574 2002-03-13  Simon Josefsson  <jas@extundo.com>
8575
8576         * pop3.el (pop3-open-server): Revert multibyte change.  From
8577         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8578
8579         * message.el (message-send-mail-with-qmail): Make it work.  From
8580         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8581
8582 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
8583
8584         * message.el (message-make-mft): Set case-fold-search while
8585         generating the MFT.  Also, a little cleanup in the MFT code.
8586
8587 2002-03-12  Simon Josefsson  <jas@extundo.com>
8588
8589         * message.el (message-qmail-inject-args): May be function.
8590         (message-send-mail-with-qmail): Call function if m-q-i-a is
8591         function.  From fn@hungry.org (Faried Nawaz).
8592
8593 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8594
8595         * message.el (message-abbrevs-loaded): Remove.
8596         (mailabbrev): Require it.
8597
8598         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
8599
8600 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * pop3.el (pop3-open-server): Set process buffer unibyte.
8603
8604 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8605
8606         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
8607
8608 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8609
8610         * nnslashdot.el (nnslashdot-request-article): Remove javascript
8611         too.
8612
8613 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8614
8615         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
8616         duplication.
8617         (gnus-summary-save-parts-type-history): Ditto.
8618         (gnus-summary-save-parts-last-directory): Ditto.
8619         Trivial change from andre@slamdunknetworks.com
8620
8621 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
8622
8623         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
8624
8625 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8626
8627         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
8628         -->" as the end of the first article.
8629
8630         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
8631         From Matthieu Moy <Matthieu.Moy@imag.fr>
8632
8633         * message.el (message-add-action): Use add-to-list.
8634         (message-delete-action): New function.
8635
8636         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
8637         pieces.
8638
8639 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
8640
8641         * nnnil.el: New file.
8642         * gnus.el (gnus-valid-select-methods): Include nnnil.
8643
8644 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8645
8646         * message.el (message-syntax-checks): Because canlock is
8647         supported, we disable sender syntax check.
8648         (message-shoot-gnksa-feet): Add cancel-messages option doc.
8649
8650         * gnus-draft.el (gnus-draft-send): If interactive, use its default
8651         value of message-syntax-checks.
8652
8653         * qp.el (quoted-printable-decode-region): Doc addition.
8654         From: Eli Zaretskii <eliz@is.elta.co.il>
8655
8656         * mail-source.el (make-source-make-complex-temp-name): Use
8657         make-temp-file.
8658
8659         * mm-util.el (mm-make-temp-file): New function.
8660         * nneething.el (nneething-file-name): Use it.
8661         * mml-smime.el (mml-smime-encrypt): Ditto.
8662         * mm-view.el (mm-inline-wash-with-file): Ditto.
8663         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
8664         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
8665         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
8666         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
8667         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
8668         * gnus-art.el (gnus-mime-print-part): Ditto.
8669
8670 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8671
8672         * message.el (nnmaildir-article-number-to-base-name): New
8673         function.
8674         (nnmaildir-base-name-to-article-number): New function.
8675
8676 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * smime.el (smime-make-temp-file): Don't quote
8679         `temporary-file-directory'.
8680
8681 2002-03-04  Simon Josefsson  <jas@extundo.com>
8682
8683         * smime.el (smime-sign-region): Rename argument keyfiles to
8684         keyfile. You only sign something with one key.
8685         (smime-sign-buffer): Better completing-read prompt.
8686         (smime-decrypt-buffer): Ditto.
8687
8688         * smime.el (smime-make-temp-file): Make it work under XEmacs.
8689
8690         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
8691         completing-read.
8692         (mm-view-pkcs7-decrypt): CRLF->LF.
8693
8694 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8695
8696         * message.el (message-hierarchical-addresses): New variable.
8697         (message-get-reply-headers): Use it.
8698         From Ted Zlatanov <teodor.zlatanov@divine.com>
8699
8700 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8701
8702         * message.el (message-mode): If buffer-file-name, don't set auto
8703         save file name.
8704         Trivial change from Geoff Greene <ggreene@wpi.edu>
8705
8706 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8707
8708         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
8709         takes one argument in read-char.
8710
8711         * message.el (message-fix-before-sending): Forward a char.
8712         Check mmu-multibyte-p, add control-1.
8713
8714 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8715
8716         * gnus-start.el (gnus-read-init-file): Ditto.
8717
8718         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
8719
8720         * dgnushack.el (dgnushack-make-load): Ditto.
8721
8722         * mail-source.el (mail-source-fetch): Extract the right error
8723         code.
8724
8725         * message.el (message-fix-before-sending): Check illegible text.
8726
8727         * gnus-util.el (gnus-multiple-choice): New function.
8728
8729         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
8730         also defined in gnus-score.el.
8731
8732 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
8733
8734         * message.el (message-get-reply-headers): downcase email addresses
8735         for comaparisons for duplicate removal.
8736
8737 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8738
8739         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
8740         implementation of PKCS#7, which just allows users read the
8741         message.
8742         (mm-view-pkcs7): Use it.
8743
8744 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8745
8746         * gnus.el (large-newsgroup-initial): New parameter.
8747
8748         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
8749         (gnus-summary-insert-old-articles): Ditto.
8750
8751 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8752
8753         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
8754         used as the default answer of the question, "How many articles?".
8755         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8756
8757         * nnagent.el (nnagent-retrieve-headers): Remove articles with
8758         small numbers.
8759
8760 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8761
8762         * deuglify.el: Fix comments.
8763
8764 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8765
8766         * html2text.el (html2text-clean-anchor): If there is no HREF,
8767         insert nothing.
8768
8769         * mml.el (mml-generate-mime-1): Add cdr.
8770         From: andre@slamdunknetworks.com
8771
8772         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
8773         (mm-text-html-washer-alist): Ditto.
8774
8775         * mm-decode.el (mm-text-html-renderer): Add html2text.
8776
8777         * html2text.el: Face lift.
8778
8779         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
8780
8781 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
8782
8783         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
8784
8785         * deuglify.el: Change copy right. Add autoload. Add coding-system.
8786
8787         * deuglify.el: New file. The original file name is
8788         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
8789
8790         * mm-decode.el (mm-display-external): Use
8791         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
8792
8793 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
8794
8795         * nnmaildir.el (nnmaildir-request-list): Report the highest
8796         article number, not the total number of articles.
8797
8798 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8799
8800         * gnus-sum.el: Move uu key map here.
8801         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
8802
8803 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
8804
8805         * nnmaildir.el (nnmaildir-request-expire-articles): Use
8806         nnmail-expiry-wait* if expire-age parameter is not set.
8807
8808 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8809
8810         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
8811         function.
8812         (gnus-group-sort-selected-groups-by-real-name): New function.
8813         (gnus-group-make-menu-bar): Add sort by real name.
8814
8815         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
8816         rebuild.
8817         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
8818         nil as dependencies as well.
8819
8820 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8821
8822         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
8823         for mime-parts.
8824
8825         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
8826
8827         * gnus-group.el (gnus-group-name-decode): Don't test
8828         multibyte-string, because it breaks XEmacs.
8829         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
8830
8831         * message.el (message-send-mail): Be talkative.
8832
8833         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
8834         (mm-automatic-display): Ditto.
8835
8836         * mailcap.el (mailcap-mime-data): Ditto.
8837         From: Reiner Steib <4uce.02.r.steib@gmx.net>
8838
8839 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * many files: Remove trailing whitespaces, replace spc+tab with
8842         tab, replace leading whitespaces with tabs.
8843
8844 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
8845
8846         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
8847         articles with no body and no blank line after the header.
8848
8849 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8850
8851         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
8852         parts.
8853
8854         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
8855         non-ascii chars.
8856
8857         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8858
8859         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
8860         w3-delay-image-loads.
8861         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
8862         (mm-w3-prepare-buffer): Ditto.
8863
8864         * mail-source.el (mail-source-fetch-directory): Run scripts.
8865
8866 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8867
8868         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
8869         for Majordomo confirmations.
8870
8871 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8872
8873         * gnus-fun.el (gnus-respond-to-confirmation): New command.
8874
8875 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8876
8877         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8878
8879 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
8880
8881         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
8882         References header field.  From Mark Thomas <mthomas@cmu.edu>.
8883
8884 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8885
8886         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
8887         (mm-inline-render-with-stdin): Ditto.
8888         (mm-inline-render-with-function): Ditto.
8889         (mm-inline-wash-with-file): Bind coding-system-for-write.
8890         (mm-inline-wash-with-stdin): Ditto.
8891
8892 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8893
8894         Suggested by Felix Natter <fnatter@gmx.net>
8895
8896         * gnus-art.el (gnus-mime-view-part-externally): Rename from
8897         gnus-mime-externalize-view.
8898         (gnus-mime-view-part-internally): Rename from
8899         gnus-mime-internalize-view.
8900         (gnus-article-view-part-externally): Rename from
8901         gnus-article-externalize-part.
8902         (gnus-mime-action-alist): Change correspondingly.
8903         (gnus-mime-button-commands): Ditto.
8904         (gnus-mime-action-alist): Remove duplication.
8905
8906         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
8907
8908 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8909
8910         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
8911
8912         * gnus-art.el (gnus-display-mime): Use it.
8913
8914         * mm-partial.el (mm-partial-find-parts): Use it.
8915
8916         * gnus-sum.el (gnus-article-loose-mime): Rename from
8917         gnus-article-no-strict-mime.
8918         (gnus-summary-save-parts): Use it.
8919
8920 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
8923         local variable.
8924
8925         * gnus-art.el (article-display-x-face): Don't sort multiple
8926         X-Faces.
8927
8928 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
8931         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
8932
8933         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
8934
8935 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8936
8937         Some ideas is inspired by code from Hrvoje Niksic
8938         <hniksic@arsdigita.com>
8939
8940         * gnus-art.el (gnus-article-wash-function): Set the default to
8941         nil, so that we use mm-text-html-renderer instead.
8942         (article-wash-html): Use mm-text-html-renderer.
8943
8944         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
8945         (mm-text-html-renderer): New variable.
8946         (mm-inline-text-html-renderer): Set the default to nil, so that we
8947         use mm-text-html-renderer instead.
8948
8949         * mm-view.el (mm-inline-text-html): New function.
8950         (mm-text-html-renderer-alist): New variable.
8951         (mm-inline-text-vcard): New function.
8952         (mm-inline-text): Split.
8953         (mm-links-remove-leading-blank): New function.
8954         (mm-inline-render-with-file): New function.
8955         (mm-inline-render-with-stdin): New function.
8956         (mm-inline-render-with-function): New function.
8957         (mm-text-html-washer-alist): New variable.
8958         (mm-inline-wash-with-file): New function.
8959         (mm-inline-wash-with-stdin): New function.
8960
8961 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8962
8963         * message-utils.el: Fix installation doc.
8964         From: Reiner Steib <4uce.02.r.steib@gmx.net>
8965
8966 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
8967
8968         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
8969         (gnus-post-method): Use it.
8970         (gnus-summary-cancel-article): Find the correct post-method.
8971
8972         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
8973         * message.el (message-send-news): Ditto.
8974         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
8975         <ipmonger@delamancha.org>
8976
8977         * gnus.el (gnus-select-method): Fix doc.
8978         (gnus-server-string): Use 'using nntp'.
8979
8980         * gnus-agent.el (gnus-slave-unplugged): New command.
8981         From: Felix Natter <fnatter@gmx.net>
8982
8983 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8984
8985         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
8986         Call edit-done-function first, then change the window
8987         configuration.
8988         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
8989         (gnus-article-edit-mode): mml-mode.
8990
8991         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
8992         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
8993
8994         * message-utils.el: Adopt the file.
8995
8996         * message-utils.el: New file.
8997         From Holger Schauer <Holger.Schauer@gmx.de>
8998
8999 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9000
9001         * gnus-sum.el (gnus-summary-move-article): Select-article only
9002         when gnus-move-split-methods is non-nil. And we don't render or
9003         mark the article.
9004
9005         * gnus-fun.el (gnus-shell-command-to-string): New function.
9006         (gnus-shell-command-on-region): New function.
9007         (gnus-random-x-face): Use them.
9008         (gnus-x-face-from-file): Ditto.
9009         (gnus-convert-image-to-gray-x-face): Ditto.
9010         (gnus-convert-gray-x-face-to-xpm): Ditto.
9011         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
9012
9013 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * gnus-art.el (gnus-treat-display-xface): Don't use
9016         `shell-command-to-string' when compiling.
9017         (gnus-treat-display-grey-xface): Ditto.
9018
9019 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
9020
9021         * nnmaildir.el (nnmaildir--article-count): If the group is
9022         completely empty, report minimum article number as 1 instead of 0.
9023
9024 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
9025
9026         * gnus-agent.el (gnus-get-predicate): Use nconc.
9027
9028         * gnus-sum.el (gnus-summary-display-make-predicate): Use
9029         gnus-summary-display-cache as cache.
9030
9031         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
9032         (nndoc-mail-in-mail-type-p): New function.
9033         (nndoc-mail-in-mail-article-begin): New function.
9034
9035 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9036
9037         * mailcap.el (mailcap-mime-data): Use enriched-decode.
9038
9039         * gnus-cite.el (gnus-article-fill-cited-article): Bind
9040         use-hard-newlines to nil.
9041
9042         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
9043         image is not available if window-system is not available.
9044
9045         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
9046
9047 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9048
9049         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
9050         bookmark, because update-mark doesn't handle it correctly.
9051
9052 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9053
9054         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
9055         directly instead of calling message-send-mail.
9056
9057         * gnus-start.el (gnus-read-descriptions-file): Use
9058         gnus-default-charset.
9059
9060         * mm-util.el (mm-guess-mime-charset): New function.
9061
9062         * gnus.el (gnus-default-charset): Use it.
9063         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
9064         the default.
9065
9066 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9067
9068         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
9069         (article-display-x-face): Use it.  Disable grey xface, if
9070         uncompface is not found.
9071
9072         * message.el (message-mode): Don't enable multibyte on an indirect
9073         buffer.
9074
9075         * nnrss.el (nnrss-content-function): New variable.
9076         (nnrss-request-article): Use it.
9077
9078 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9079
9080         * gnus.el: Add article-unsplit-urls.
9081         * gnus-sum.el: Ditto.
9082         * gnus-art.el (gnus-treat-strip-cr): New variable.
9083         (gnus-treatment-function-alist): Use it.
9084         (article-unsplit-urls): New function.
9085         (gnus-article-make-menu-bar): Use it.
9086         From: Michael Cook <michael.cook@cisco.com>
9087
9088 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9089
9090         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
9091         copy.
9092
9093 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
9094
9095         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
9096         with internal whitespace.
9097         (gnus-parent-id): Ditto.
9098
9099 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9100
9101         * gnus-art.el (gnus-article-treat-body-boundary): Add
9102         gnus-decoration property.
9103         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
9104
9105         * message.el (message-mode): Set local-abbrev-table.
9106         From Matt Armstrong <matt@lickey.com>.
9107
9108         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
9109         too many spaces.
9110
9111         * rfc2047.el (rfc2047-unfold-region): Ditto.
9112         (rfc2047-decode-region): Don't unfold. Let
9113         gnus-article-treat-unfold-headers do it.
9114
9115         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
9116         From: Jesper Harder <harder@ifa.au.dk>
9117
9118 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9119
9120         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
9121         (gnus-configure-posting-styles): Use it.
9122         (gnus-configure-posting-styles): Remove trailing newspaces.
9123
9124 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9125
9126         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
9127         is non-nil.
9128
9129         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
9130
9131         * gnus.el (gnus-server-to-method): Switch position with
9132         gnus-server-get-method.
9133         (gnus-agent): Add doc.
9134
9135         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
9136         (gnus-summary-save-parts): Use it.
9137
9138         * gnus-art.el (gnus-display-mime): Use it.
9139         * mm-partial.el (mm-partial-find-parts): Use it.
9140
9141         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
9142
9143         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
9144         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
9145
9146         * nnagent.el (nnagent-request-expire-articles): Don't delete
9147         files.
9148
9149 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9150
9151         * message.el (message-gen-unsubscribed-mft): New function.
9152         From Sriram Karra <karra@cs.utah.edu>.
9153
9154         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
9155         open parenthesis.
9156
9157         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
9158         (mm-inline-text-html-render-with-w3): Ditto.
9159         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
9160         Suggested by Dave Love  <d.love@dl.ac.uk>.
9161
9162         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
9163
9164         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
9165         * nntp.el (nntp-send-command): Ditto.
9166         * nntp.el (nntp-send-command-nodelete): Ditto.
9167
9168 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9169
9170         * mm-url.el (mm-url-load-url): New function.
9171         (mm-url-insert-file-contents): Use it.
9172
9173         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
9174
9175         * message.el (message-forward-make-body): Correctly copy
9176         forward-buffer.
9177
9178         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
9179
9180 2002-02-04  Simon Josefsson  <jas@extundo.com>
9181
9182         * gnus-art.el (gnus-article-followup-with-original): Mark with
9183         force, prevent errors when following up from article buffer.
9184         (gnus-article-reply-with-original): Ditto.
9185
9186         * binhex.el (binhex-decoder-switches): Fix doc.  From
9187         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9188
9189 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9190
9191         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
9192         highlight-citation after emphasize.
9193
9194 2002-02-04  Simon Josefsson  <jas@extundo.com>
9195
9196         * nnfolder.el (nnfolder-open-marks):
9197
9198         * nnml.el (nnml-open-marks): Message when done.  From David
9199         Edmondson <dme@sun.com>.
9200
9201 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9202
9203         * imap.el (imap-anonymous-auth): Fix typo.
9204         From: Steinar Bang <sb@dod.no>
9205
9206         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
9207         save-excursion.
9208         (gnus-cache-braid-heads): Ditto.
9209
9210         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
9211         line, because there are extra articles in the overview buffer.
9212
9213         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
9214
9215         * message.el (message-forward-rmail-make-body): Directly use
9216         rmail-msg-restore-non-pruned-header to avoid calling
9217         vertical-motion.
9218
9219 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9220
9221         * gnus-cache.el (gnus-summary-insert-cached-articles):
9222         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
9223
9224         * gnus-group.el (gnus-group-mark-article-read): Nreverse
9225         gnus-newsgroups-unselected.
9226
9227         * gnus-agent.el (gnus-summary-set-agent-mark): Use
9228         gnus-add-to-sorted-list.
9229
9230         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
9231         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
9232         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
9233         (gnus-update-read-articles): UNREAD is sorted.
9234         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
9235         (gnus-newsgroup-marked, gnus-newsgroup-cached)
9236         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
9237         (gnus-newsgroup-dormant): Require sorted.
9238
9239         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
9240         directories.
9241         (gnus-dired-print): New function.
9242
9243         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
9244         ps-despool.
9245
9246 2002-02-02  Simon Josefsson  <jas@extundo.com>
9247
9248         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
9249
9250 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9251
9252         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
9253         t. This makes gnus-agent customizable without putting
9254         gnus-agentize into .gnus.
9255
9256         * gnus.el (gnus-agent): Make it customizable.
9257
9258         * gnus-dired.el: New file.
9259         From Benjamin Rutt <brutt@bloomington.in.us>
9260
9261         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
9262         if no article.
9263         (gnus-cache-possibly-remove-article): Ditto.
9264         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
9265
9266 2002-02-01  Simon Josefsson  <jas@extundo.com>
9267
9268         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
9269
9270 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
9273         (mm-setup-w3m): Don't bind keys listed in the above.
9274
9275 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
9278         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
9279         is non-nil; bind `w3m-force-redisplay' with nil.
9280
9281         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9282
9283         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
9284
9285 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9286
9287         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
9288         use mail-header-unfold-field.
9289
9290         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
9291         gnus-summary-limit.
9292
9293         * gnus-range.el (gnus-add-to-sorted-list): New function.
9294         * gnus-sum.el (gnus-mark-article-as-read): Use it.
9295         (gnus-mark-article-as-unread): Ditto.
9296         (gnus-summary-mark-article-as-unread): Ditto.
9297         (gnus-build-get-header): Ditto.
9298         (gnus-summary-prepare-threads): Ditto.
9299         (gnus-summary-insert-pseudos): Ditto.
9300         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
9301         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
9302         (gnus-summary-insert-old-articles): Ditto.
9303
9304         * gnus-msg.el (gnus-posting-styles): Add new format of header.
9305         (gnus-configure-posting-styles): Support the new format.
9306
9307         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
9308         edebug-form-spec to (sexp body).
9309         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
9310
9311         * message.el (message-reply-headers): Add doc.
9312
9313 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9314
9315         * gnus-group.el (gnus-group-delete-group): Nix the entry in
9316         gnus-cache-active-hashtb.
9317
9318         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
9319         (gnus-agent-summary-fetch-group): Use it.
9320
9321         * gnus-msg.el (gnus-debug-files): New variable.
9322         (gnus-debug-exclude-variables): New variable.
9323         (gnus-debug): Use them.
9324
9325         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
9326
9327 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9328
9329         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
9330         (message-mode-syntax-table): Move back the previous position.
9331
9332         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
9333
9334         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9335         gnus-sorted-difference.
9336
9337         * nnsoup.el (nnsoup-request-expire-articles): Use
9338         gnus-sorted-difference.
9339
9340         * nnheader.el: Autoload gnus-sorted-difference.
9341
9342         * nnfolder.el (nnfolder-request-expire-articles): Use
9343         gnus-sorted-difference.
9344
9345         * gnus-cache.el (gnus-cache-retrieve-headers): Use
9346         gnus-sorted-difference.
9347
9348         * gnus-range.el: Autoload cookies.
9349         (gnus-sorted-difference): New function.
9350         (gnus-sorted-ndifference): New function.
9351         (gnus-sorted-nintersection): Rename from
9352         gnus-set-sorted-intersection.
9353         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
9354         (gnus-list-range-difference): Rename from
9355         gnus-inverse-list-range-intersection.
9356         (gnus-inverse-list-range-intersection): Use defalias.
9357
9358         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
9359         gnus-sorted-ndifference, and gnus-sorted-nintersection.
9360         (gnus-articles-to-read): Use gnus-sorted-difference.
9361         (gnus-summary-limit-mark-excluded-as-read): Use
9362         gnus-sorted-intersection and gnus-sorted-ndifference.
9363         (gnus-list-of-read-articles): Use gnus-list-range-difference.
9364         (gnus-summary-insert-articles): Use gnus-sorted-difference.
9365
9366         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
9367
9368 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
9371         property to the buffer for using emacs-w3m command keys.
9372
9373         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
9374         option.
9375
9376         * mm-view.el (mm-w3m-mode-map): New variable.
9377         (mm-w3m-mode-command-alist): New variable.
9378         (mm-w3m-minor-mode): Removed.
9379         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
9380         (mm-inline-text-html-render-with-w3m): Add keymap property to the
9381         buffer for using emacs-w3m command keys.
9382
9383 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9384
9385         * message.el (message-mode-syntax-table): Move forward.
9386         (message-cite-prefix-regexp): Auto detect non word constituents.
9387         (message-cite-prefix-regexp): Don't use with-syntax-table.
9388
9389         * gnus-sum.el (gnus-summary-update-info): Use
9390         gnus-list-range-intersection.
9391
9392         * gnus-agent.el (gnus-agent-fetch-headers): Use
9393         gnus-list-range-intersection.
9394
9395         * gnus-range.el (gnus-range-normalize): Use correct predicate.
9396         (gnus-list-range-intersection): Use it.
9397         (gnus-inverse-list-range-intersection): Ditto.
9398         (gnus-sorted-intersection): Add doc.
9399         (gnus-set-sorted-intersection): Add doc.
9400         (gnus-sorted-union): New function.
9401         (gnus-set-sorted-union): New function.
9402
9403         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
9404         (gnus-inverse-list-range-intersection): Ditto.
9405
9406 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
9407
9408         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
9409
9410         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
9411         and permit `:' and `\' in order to handle full Windows pathnames.
9412         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
9413         technically not correct per standard, but seems to have common use.
9414
9415 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9416
9417         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
9418         replacing numbers.
9419
9420 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
9421
9422         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
9423
9424         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
9425         Don't split when the window is small, e.g. when a small *BBDB*
9426         window is the lowest one.
9427
9428         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9429         nnheader-find-nov-line to speed up. Use nreverse, because it is
9430         sorted. Use nnheader-insert-nov-file.
9431
9432 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * mm-decode.el (mm-inline-text-html-with-images): New user option.
9435
9436         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
9437         of `w3m-display-inline-images' with the value of
9438         `mm-inline-text-html-with-images'.
9439         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
9440
9441         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9442
9443 2002-01-27  Richard M. Stallman  <rms@gnu.org>
9444
9445         * time-date.el: Add autoload cookies.  Many doc fixes.
9446         (time-add): New function.
9447         (time-subtract): Renamed from subtract-time.
9448         (subtract-time): New alias for time-subtract.
9449
9450 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
9453         emacs-w3m in doc-string.
9454
9455         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
9456         `w3m-current-buffer'.
9457
9458 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9459
9460         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
9461
9462         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
9463         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
9464         (mm-w3m-cid-retrieve): New function.
9465         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
9466
9467 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9468
9469         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
9470
9471 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
9474
9475 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9476
9477         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
9478         32K.
9479
9480         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
9481
9482         * nnmail.el (nnmail-article-group): Decode headers before running
9483         split rules over them.
9484         (nnmail-mail-splitting-charset): New variable.
9485
9486         * smiley.el: Replaced with smiley-ems.el.
9487
9488 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9489
9490         * mm-url.el (mm-url-predefined-programs): Add w3m.
9491         (mm-url-program): Ditto.
9492
9493 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9494
9495         * nnml.el (nnml-use-compressed-files): New variable.
9496         (nnml-filenames-are-evil): Removed.
9497         (nnml-current-group-article-to-file-alist): Don't use.
9498         (nnml-update-file-alist): Inhibit.
9499         (nnml-article-to-file): Use new var.
9500
9501 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9502
9503         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
9504
9505         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
9506
9507 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9508
9509         * gnus-agent.el (gnus-agent-load-alist): Use new caching
9510         function.
9511
9512         * gnus-util.el (gnus-cache-file-contents): New function.
9513
9514         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
9515         (gnus-agent-load-alist): Use it.
9516
9517         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
9518
9519         * nnheader.el (nnheader-insert-nov-file): New function.
9520
9521         * gnus-util.el (gnus-parse-without-error): Correct the loop.
9522
9523         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
9524         there are no references.
9525         (gnus-extract-message-id-from-in-reply-to): New function.
9526         (gnus-nov-parse-line): Use in-reply-to if there are no
9527         references.
9528
9529 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9530
9531         * nnagent.el (nnagent-retrieve-headers): Use new macro.
9532
9533         * gnus-util.el (gnus-parse-without-error): New macro.
9534
9535 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
9536
9537         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
9538         (gnus-article-wash-function): use locate-library to decide which
9539         to use.
9540
9541 2002-01-25  Simon Josefsson  <jas@extundo.com>
9542
9543         * pop3.el (pop3-munge-message-separator): Work if no date.
9544         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
9545
9546 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9547
9548         * gnus-agent.el (gnus-agent-save-alist): Fix.
9549
9550         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
9551         mistake.  Reinstated lost code.
9552
9553 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
9554
9555         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
9556         one exists in the case of an encrypted message with an internal
9557         signature.
9558
9559 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9560
9561         * gnus-agent.el (gnus-agent-save-alist): Optimized.
9562
9563 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * dgnushack.el: Commented out the experimental code.
9566
9567 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568
9569         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
9570         error.
9571
9572         * gnus.el (gnus-server-to-method): Made into subst.
9573         (gnus-server-method-cache): New variable.
9574         (gnus-server-to-method): Use it.
9575         (gnus-group-method-cache): New variable.
9576         (gnus-find-method-for-group-1): Renamed.
9577         (gnus-find-method-for-group): New function.
9578         (gnus-group-method-cache): Removed.
9579
9580         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
9581         function.
9582
9583         * gnus-range.el (gnus-members-of-range): New function.
9584         (gnus-list-range-intersection): Renamed.
9585         (gnus-inverse-list-range-intersection): New function.
9586
9587         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
9588
9589         * nnagent.el (nnagent-retrieve-headers): New implementation.
9590
9591         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
9592         implementation.
9593
9594 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
9597         `w3m-meta-content-type-charset-regexp'.
9598
9599         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
9600         charset-encoded html contents.
9601
9602 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9603
9604         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
9605         an empty file.
9606
9607         * nnweb.el (url): Ignore errors when request url.
9608
9609         * nnrss.el: Clean up the comments.
9610
9611 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
9614
9615         * mm-decode.el (mm-inline-text-html-renderer): New user option.
9616         (mm-inline-media-tests): Test whether the value of
9617         `mm-inline-text-html-renderer' is a function for text/html.
9618
9619         * mm-view.el (mm-inline-text-html-render-with-w3): New function
9620         separated from `mm-inline-text'.
9621         (mm-w3m-minor-mode): New variable.
9622         (mm-w3m-setup): New variable.
9623         (mm-setup-w3m): New function.
9624         (mm-inline-text-html-render-with-w3m): New function.
9625         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
9626         text/html.
9627
9628 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
9629
9630         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
9631
9632 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
9635         and `gnus-xmas-completing-read'.
9636
9637 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9638
9639         * nneething.el (nneething-message-id-number): Abolished.
9640         (nneething-encode-file-name): Not encode numerical characters.
9641         (nneething-make-head): `nneething-message-id-number' is not
9642         used to generate message IDs.
9643
9644 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9645
9646         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
9647         characters.
9648
9649 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9650
9651         * gnus-xmas.el (gnus-xmas-completing-read): New function.
9652         (gnus-xmas-redefine): Redefine conditionally.
9653
9654 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
9655
9656         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
9657         tag.
9658
9659 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
9660
9661         * message.el (message-font-lock-keywords): Added the secure tag.
9662         * mml-sec.el: Added functions to generate/modify/remove the secure
9663         tag while in message mode.
9664         * mml-sec.el (mml-secure-message): New.
9665         * mml-sec.el (mml-unsecure-message): New.
9666         * mml-sec.el (mml-secure-message-sign-smime): New.
9667         * mml-sec.el (mml-secure-message-sign-pgp): New.
9668         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
9669         * mml-sec.el (mml-secure-message-encrypt-smime): New.
9670         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
9671         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
9672         * mml.el (mml-parse-1): Added code to recognise the secure tag and
9673         convert it to either a part or multipart depending on if there are
9674         other parts in the message.
9675         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
9676         to use the secure tag, rather than the part tag.
9677         * mml.el (mml-preview): Added a save-excursion to keep cursor
9678         position after doing an MML preview.
9679
9680 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9681
9682         * nnheader.el (nnheader-parse-overview-file): New function.
9683         (nnheader-write-overview-file): New function.
9684
9685 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * gnus.el (gnus-group-fast-parameter): Check better if expansion
9688         in wanted.
9689
9690         * nnweb.el (nnweb-type-definition): Clean up.
9691
9692 2002-01-21  Alastair Burt  <burt@dfki.de>
9693         Trivial patch.
9694
9695         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
9696         buffer exists before jumping to it.
9697
9698 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9699
9700         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
9701         function.
9702         (article-wash-html): Use it.
9703         (gnus-article-wash-function): New variable.
9704         (gnus-article-wash-html-with-w3m): New function.
9705
9706 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9707
9708         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
9709         XEmacs.
9710
9711 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
9712
9713         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
9714         command line.
9715
9716 2002-01-21  Simon Josefsson  <jas@extundo.com>
9717
9718         * canlock.el (base64-encode-string): Autoload it from base64.
9719         (canlock-make-cancel-key): Base64 encode unibyte string.
9720
9721 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9722
9723         * nnfolder.el (nnfolder-request-accept-article): Unfold
9724         x-from-line.
9725         (nnfolder-request-replace-article): Ditto.
9726
9727 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
9728
9729         * gnus-group.el (gnus-group-best-unread-group): Use the right
9730         positioning function.
9731
9732 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9733
9734         * smiley-ems.el (smiley-region): Use new function.
9735         (smiley-update-cache): Use general image functions.
9736         (smiley-region): Use general functions.
9737
9738         * gnus-util.el (gnus-graphic-display-p): New function.
9739
9740         * nnmail.el (nnmail-article-group): Allow outputting traces of
9741         non-strings.
9742
9743         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
9744         (nndoc-exim-bounce-type-p): New function.
9745
9746         * message.el (message-dont-send): Doc fix.
9747
9748         * gnus-util.el (gnus-completing-read): Remove
9749         inherit-input-method.
9750
9751         * gnus-art.el (gnus-treat-smiley): Doc fix.
9752
9753         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
9754         articles.
9755
9756 2002-01-19  Simon Josefsson  <jas@extundo.com>
9757
9758         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
9759         (imap-kerberos4-open): Ditto.
9760         (imap-open): Set port correctly, don't set auth.
9761
9762 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9763
9764         * gnus.el (gnus-version-number): Bump version number.
9765
9766 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9767
9768         * gnus.el: Oort Gnus v0.05 is released.
9769
9770 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9771
9772         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
9773         exists.
9774
9775         * gnus-spec.el (gnus-string-width-function): New function.
9776         (gnus-tilde-cut-form): Use it.
9777         (gnus-tilde-max-form): Ditto.
9778         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
9779         (gnus-substring-function): Use it.
9780         (gnus-tilde-cut-form): Ditto.
9781         (gnus-substring-function): New function.
9782
9783         * message.el (message-check-news-header-syntax): New message.
9784
9785         * gnus.el (gnus-slave-no-server): Doc fix.
9786
9787         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
9788
9789 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
9792         `seen' if it looks like (seen NUM1 . NUM2).  It should be
9793         (seen (NUM1 . NUM2)).
9794
9795 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9796
9797         * gnus-topic.el (gnus-topic-catchup-articles): Update article
9798         number in closed topics.
9799
9800 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
9801
9802         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
9803         functions.
9804
9805 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9806
9807         * gnus.el (gnus-group-find-parameter): Clean up.
9808
9809         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
9810         articles.
9811
9812         * gnus-util.el (gnus-completing-read-with-default): Renamed.
9813
9814         * nnmail.el (nnmail-article-group): Clean up.
9815
9816 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
9817
9818         * gnus-agent.el (gnus-category-name): Intern the category name.
9819
9820 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9821
9822         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
9823
9824         * gnus-util.el (gnus-completing-read): New function.
9825
9826 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9827
9828         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
9829
9830         * smiley-ems.el (smiley-region): Register smiley.
9831         (smiley-toggle-buffer): Rewrite the function.
9832         (smiley-active): Removed.
9833
9834 2002-01-19  Simon Josefsson  <jas@extundo.com>
9835
9836         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
9837         Jesper Harder <harder@ifa.au.dk>.
9838
9839 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9840
9841         * gnus-art.el (gnus-request-article-this-buffer): Call
9842         `nneething-get-file-name' to extract the file name from the
9843         message id.
9844
9845         * nneething.el (nneething-encode-file-name): New function.
9846         (nneething-decode-file-name): Ditto.
9847         (nneething-get-file-name): Ditto.
9848         (nneething-make-head): Encode the file name and encapsulate it
9849         into the field of the message id.
9850
9851 2002-01-18  Simon Josefsson  <jas@extundo.com>
9852
9853         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
9854         stored in .marks.
9855
9856         * nnfolder.el (nnfolder-request-update-info): Ditto.
9857
9858 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9859
9860         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
9861
9862 2002-01-18  Simon Josefsson  <jas@extundo.com>
9863
9864         * imap.el (imap-starttls-p): Don't check for binary.
9865         (imap-gssapi-auth-p): Ditto.
9866         (imap-kerberos4-auth-p): Ditto.
9867         (imap-open): Change logic.  Iterate through all possible streams,
9868         instead of bailing out after first failure.  Move authenticator
9869         decision to `imap-authenticate'.
9870         (imap-authenticate): Change logic, now finds the authenticator to
9871         use, was previously in `imap-open'.
9872         (imap-open): Return nil on failure.
9873         (imap-open): Setup temp buffer correctly.
9874         (imap-open): Return buffer only on success.
9875         (imap-interactive-login, imap-interactive-login): Tell the user
9876         which stream/authenticator is used for the queried
9877         username/password.
9878         (imap-open, imap-authenticate): Set variables.
9879         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
9880         (imap-open): Don't assume how `with-temp-buffer' is implemented.
9881
9882 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9883
9884         * gnus-fun.el (gnus-grab-cam-x-face): New function.
9885
9886 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9887
9888         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
9889
9890 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9891
9892         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
9893         (gnus-agent-group-mode-map): Bind it to "Jo".
9894         (gnus-agent-group-make-menu-bar): Add it into menu bar.
9895
9896 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
9897
9898         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
9899         (gnus-summary-mail-toolbar): Add mail article deletion button.
9900
9901         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
9902         false positives for lines of "^^^^".
9903
9904         * gnus-picon.el (gnus-picon-find-face): faces database is all
9905         lowercase.
9906
9907 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9908
9909         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
9910         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
9911         duplications.
9912         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
9913
9914 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9915
9916         * gnus-sum.el (gnus-summary-initial-limit): Inline
9917         gnus-summary-limit-children.
9918         (gnus-summary-initial-limit): Don't limit if
9919         gnus-newsgroup-display is nil.
9920         (gnus-summary-initial-limit): No, don't.
9921
9922         * gnus-util.el
9923         (gnus-put-text-property-excluding-characters-with-faces): Inline
9924         gnus-put-text-property.
9925
9926         * gnus-spec.el (gnus-default-format-specs): New variable.
9927
9928         * gnus-start.el (gnus-read-newsrc-file): Don't clear
9929         gnus-format-specs.
9930         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
9931
9932         * gnus-spec.el (gnus-update-format-specifications): Really check
9933         the Gnus version of the .newsrc.eld file.
9934         (gnus-format-specs): Save the new default summary format.
9935
9936         * gnus-util.el (gnus-parent-id): Check whether references is empty
9937         before splitting.
9938
9939         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
9940         functions.
9941         (gnus-gather-threads-by-references): Inline
9942         `gnus-split-references'.
9943
9944         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
9945         default value of gnus-summary-line-format-spec.
9946
9947 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9948
9949         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
9950         message.
9951         (nnslashdot-request-list): Ditto.
9952         (nnslashdot-sid-strip): Removed.
9953
9954 2002-01-15  Simon Josefsson  <jas@extundo.com>
9955
9956         * nnimap.el (nnimap-close-asynchronous): Enable.
9957         (nnimap-close-group): Expunge.
9958
9959 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9960
9961         * gnus-util.el (gnus-user-date-format-alist): Typo.
9962         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
9963
9964 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9965
9966         * nneething.el (nneething-request-article): Set
9967         `nnmail-file-coding-system' to `binary' locally, in order to read
9968         files without any conversion.
9969
9970 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9971
9972         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9973         nnheader-file-coding-system and nnmail-active-file-coding-system.
9974         (gnus-agent-regenerate-group): Ditto.
9975         (gnus-agent-regenerate): Ditto.
9976         (gnus-agent-write-active): Ditto.
9977         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
9978
9979 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9980
9981         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
9982         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
9983
9984 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9985
9986         * gnus.el: We don't need gnus-article-show-all-headers.
9987
9988         * gnus-art.el (article-show-all, gnus-article-show-all-header):
9989         Ditto.
9990
9991         * gnus-sum.el (gnus-summary-select-article): Don't call
9992         show-all-headers, because hidden headers are not hidden text any
9993         more.
9994
9995 2002-01-13  Simon Josefsson  <jas@extundo.com>
9996
9997         * message.el (message-newline-and-reformat): Use `newline' instead
9998         of inserting \n, so that the newline is marked as hard.
9999
10000         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
10001         From Jesper Harder <harder@ifa.au.dk>.
10002
10003 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10004
10005         * imap.el (imap-close): Keep going if quit.
10006
10007         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
10008         nntp-server-buffer.
10009
10010 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011
10012         * mm-view.el (mm-display-inline-fontify): Require font-lock to
10013         avoid unbinding shadowed variables.
10014
10015         * gnus-art.el (gnus-picon-databases): Moved here.
10016         (gnus-picons-installed-p): Moved here.
10017         (gnus-article-reply-with-original): Use `mark'.
10018
10019         * gnus.el (gnus-picon): Moved here and renamed.
10020
10021         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
10022         installed.
10023         (gnus-treat-mail-picon): Ditto.
10024         (gnus-treat-newsgroups-picon): Ditto.
10025
10026         * gnus-picon.el (gnus-picons-installed-p): New function.
10027
10028 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10029
10030         * gnus-agent.el (gnus-agent-go-online): Fix doc.
10031
10032 2002-01-12  Simon Josefsson  <jas@extundo.com>
10033
10034         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
10035         (nnimap-before-find-minmax-bugworkaround): Use it.
10036         (nnimap-find-minmax-uid): Don't reselect current mailbox.
10037         (nnimap-dont-close): New variable.
10038         (nnimap-close-group): Use it.
10039
10040 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10041
10042         * gnus-art.el (gnus-article-reply-with-original): Use
10043         `mark-active'.
10044
10045         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
10046
10047         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
10048         (gnus-score-advanced): Clean up.
10049         (gnus-score-advanced): Accept a multiple of the score.
10050
10051 2002-01-12  Simon Josefsson  <jas@extundo.com>
10052
10053         * flow-fill.el (fill-flowed-display-column)
10054         (fill-flowed-encode-columnq): New variables.  Suggested by
10055         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10056         (fill-flowed-encode, fill-flowed): Use them.
10057
10058         * message.el (message-send-news, message-send-mail): Use
10059         m-b-s-n-p-e-h-n.
10060
10061         * mml.el (autoload): Autoload fill-flowed-encode.
10062         (mml-buffer-substring-no-properties-except-hard-newlines): New
10063         function.
10064         (mml-read-part): Use it.
10065         (mml-generate-mime-1): Encode format=flowed if appropriate.
10066         (mml-insert-mime-headers): Insert format=flowed.
10067
10068         * flow-fill.el (fill-flowed-encode): New function.
10069         (fill-flowed): Bind fill-column to window width.
10070
10071 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10072
10073         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
10074         it exists.
10075         (gnus-summary-setup-buffer): Wake up dead summary buffers.
10076         (gnus-summary-buffer-name): Don't return the dead name after all.
10077         (gnus-summary-setup-buffer): Kill the dead buffer.
10078
10079         * gnus-art.el (gnus-article-followup-with-original): Store the
10080         value of the mark before deactivating it.
10081
10082 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10083
10084         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
10085         From: Karl Kleinpaste <karl@charcoal.com>
10086
10087         * gnus-art.el (article-display-x-face): Ditto.
10088         (gnus-article-reply-with-original): Use gnus-region-active-p.
10089         (gnus-article-followup-with-original): Ditto.
10090
10091         * gnus-sum.el (gnus-summary-read-group-1): Don't select
10092         downloadable article either.
10093
10094 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10095
10096         * gnus-art.el (article-display-x-face): Insert From:.
10097
10098         * gnus-sum.el (gnus-summary-move-article): Don't draw the
10099         article. Bind gnus-display-mime-function and
10100         gnus-article-prepare-hook.
10101
10102         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
10103         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
10104         gnus-agent-possibly-synchronize-flags to the last.
10105         (gnus-agent-go-online): New function. New variable.
10106
10107 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10108
10109         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
10110         (gnus-agent-regenerate): Ditto.
10111
10112 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10113
10114         * message.el (message-ignored-news-headers)
10115         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
10116         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
10117
10118         * gnus.el (gnus-gethash-safe): New macro.
10119
10120         * gnus-agent.el (gnus-agent-regenerate-history): New function.
10121         (gnus-agent-regenerate): Show messages.
10122
10123 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10124
10125         * gnus-agent.el (gnus-agent-regenerate-group): New function.
10126         (gnus-agent-regenerate): New function.
10127         (gnus-agent-save-alist): Sort.
10128         (gnus-agent-copy-nov-line): Test eobp.
10129         (gnus-agent-retrieve-headers): Erase buffer.
10130
10131 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10132
10133         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
10134         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
10135
10136         * gnus.el (gnus-agent-covered-methods): Move here.
10137         (gnus-online): New function.
10138         (gnus-agent-method-p): Move here.
10139
10140         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
10141         nil. Remove articles-alist.
10142
10143         * gnus-start.el (gnus-get-unread-articles): Check online.
10144         (gnus-groups-to-gnus-format): Ditto.
10145         (gnus-active-to-gnus-format): Ditto.
10146
10147         * gnus-agent.el (gnus-agent-get-function): Use it.
10148         (gnus-agent-get-undownloaded-list): Ditto.
10149         (gnus-agent-fetch-session): Only fetch online methods.
10150
10151         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
10152         (gnus-server-mode-map): Ditto.
10153         (gnus-server-offline-face): New face.
10154         (gnus-server-offline-face): New variable.
10155         (gnus-server-font-lock-keywords): Add offline.
10156         (gnus-server-insert-server-line): Ditto.
10157         (gnus-server-offline-server): New function.
10158
10159         * gnus-int.el (gnus-open-server): Turn to offline.
10160         (gnus-server-unopen-status): New variable.
10161
10162 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10163
10164         * nnkiboze.el (nnkiboze-request-article): Use
10165         gnus-agent-request-article.
10166
10167         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
10168         function. Insert undownloaded NOV.
10169
10170         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
10171         (gnus-agent-request-article): New function.
10172
10173         * gnus.el (gnus-agent-cache): New variable.
10174
10175         * gnus-int.el (gnus-retrieve-headers): Use
10176         gnus-agent-retrieve-headers.
10177         (gnus-request-head): Use gnus-agent-request-article.
10178         (gnus-request-body): Ditto.
10179
10180         * gnus-art.el (gnus-request-article-this-buffer): Use
10181         gnus-agent-request-article.
10182
10183         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
10184         article if it is undownloaded.
10185
10186 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
10189
10190 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * canlock.el (canlock-string-as-unibyte): New macro.
10193         (canlock-sha1-with-openssl): Return a unibyte string.
10194         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
10195
10196 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10197
10198         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
10199
10200 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10201
10202         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
10203         application/x-emacs-lisp.
10204
10205         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
10206
10207         * nntp.el (nntp-request-article): Add group parameter.
10208         (nntp-request-head): Ditto.
10209         (nntp-find-group-and-number): Add parameter group. Figure out
10210         number if the status line doesn't give (e.g. quimby.gnus.org).
10211
10212 2002-01-08  Simon Josefsson  <jas@extundo.com>
10213
10214         * mml.el (mml-generate-mime-1): Set recipient correctly.
10215
10216 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10217
10218         * message.el (message-read-from-minibuffer): Add parameter
10219         initial-contents.
10220         * gnus-msg.el (gnus-summary-resend-message): Use it.
10221
10222         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
10223         behavior of quit-config.
10224
10225         * message.el (message-make-from): Don't quote fullname.
10226         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
10227
10228         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
10229         From: <andre@slamdunknetworks.com>
10230
10231 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
10232
10233         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
10234
10235         * gnus-art.el (gnus-header-button-alist): Handle mailto.
10236
10237         * mml.el (mml-preview): Bind gnus-original-article-buffer because
10238         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
10239         because bbdb may use it.
10240
10241 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10242
10243         * nneething.el (nneething-request-article): When a non-text file
10244         is converted to an article, its data is encoded in base64.  Call
10245         `nneething-make-head' with options to specify MIME types.
10246         (nneething-make-head): Add optional arguments to specify MIME
10247         types.
10248
10249 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10250
10251         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
10252         header if there is not.
10253
10254         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
10255
10256         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
10257         (gnus-inews-mark-gcc-as-read): Obsolete variable.
10258         (gnus-inews-do-gcc): Use them.
10259
10260         * gnus-group.el (gnus-group-mark-article-read): Put holes into
10261         gnus-newsgroup-unselected.
10262
10263 2002-01-06  Simon Josefsson  <jas@extundo.com>
10264
10265         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
10266         condition-case, not ignore-errors.
10267
10268 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10269
10270         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
10271         gnus-fetch-old-headers.
10272
10273         * gnus-art.el (article-display-x-face): Use the current buffer
10274         unless `W f'. Otherwise, X-Face may be shown in the header of a
10275         forwarded part.
10276         (gnus-treatment-function-alist): Treat xface before hiding
10277         headers.
10278
10279 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10280
10281         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
10282         parameters.
10283
10284 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10285
10286         * mm-util.el (mm-multibyte-p): Define conditionally when load.
10287         (mm-guess-charset): New function.
10288         (mm-charset-after): Use it.
10289         (mm-detect-coding-region): New function.
10290         (mm-detect-mime-charset-region): New function.
10291
10292         * gnus-sum.el (gnus-summary-show-article): Use
10293         mm-detect-coding-region.
10294
10295 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10296
10297         * message.el (message-make-fqdn): Be less violent.
10298
10299         * gnus.el (gnus-logo-color-style): Compute custom form
10300         automatically.
10301
10302         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
10303         score file of the parent to the document group.
10304
10305         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
10306         parameters parameter.
10307
10308         * gnus-score.el (gnus-score-load-file): Clean up.
10309
10310 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10311
10312         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
10313         From: Damien Wyart <damien.wyart@free.fr>
10314
10315         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
10316
10317 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10318
10319         * gnus-sum.el (gnus-select-group-hook): Typo.
10320
10321         * rfc2047.el (rfc2047-decode-string): Return immediately if there
10322         is no quoted-printable-encoded STRING.
10323         From: Jesper Harder <harder@ifa.au.dk>
10324
10325         (rfc2047-decode-string): Decode it.
10326
10327 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10328
10329         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
10330
10331 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
10332         Trivial patch.
10333
10334         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
10335         buffer to get rid of junk line.
10336
10337 2002-01-05  Simon Josefsson  <jas@extundo.com>
10338
10339         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
10340         C-o.
10341         (message-mode-map): Bind message-insert-or-toggle-importance to
10342         C-c C-u.
10343         (message-mode-map): Bind message-disposition-notification-to to
10344         C-c M-n.
10345         (message-mode-menu): Add m-d-n-t.
10346         (message-mode-field-menu): Add m-goto-from.
10347         (message-mode): Doc fix.
10348         (message-goto-from): New function.
10349         (message-insert-disposition-notification-to): New function.
10350         (message-tool-bar-map): Add receipt button.
10351
10352 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10353
10354         * gnus-sum.el (gnus-thread-latest-date): New function.
10355         (gnus-thread-sort-by-most-recent-number): Renamed.
10356         (gnus-thread-sort-functions): Doc fix.
10357         (gnus-select-group-hook): Don't use setq on a hook.
10358         (gnus-thread-latest-date): Use date, not number
10359
10360         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
10361         (gnus-agent-expire): Allow regexp of expire-days.
10362
10363         * gnus-art.el (gnus-article-reply-with-original): Deactivate
10364         region.
10365         (gnus-article-followup-with-original): Ditto.
10366
10367         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
10368
10369         * gnus-art.el (gnus-mime-display-alternative): Use
10370         gnus-local-map-property.
10371         (gnus-mime-display-alternative): Ditto.
10372         (gnus-insert-mime-security-button): Ditto.
10373         (gnus-insert-next-page-button): Ditto.
10374         (gnus-button-prev-page): Take optional args.
10375         (gnus-insert-prev-page-button): widget-convert.
10376
10377         * gnus-util.el (gnus-local-map-property): New function.
10378
10379         * gnus-art.el (gnus-prev-page-map): Use parent map.
10380         (gnus-next-page-map): Ditto.
10381
10382         * gnus-spec.el (gnus-parse-format): Clean up.
10383         (gnus-parse-format): Do complex formatting for %=.
10384
10385         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
10386         "X-Face: " to the data in the built-in scenario.
10387
10388         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
10389         (gnus-correct-pad-form): Renamed.
10390         (gnus-tilde-max-form): Clean up.
10391         (gnus-pad-form): Use gnus-use-correct-string-widths.
10392
10393         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
10394         support if that is available.
10395
10396         * gnus-sum.el (gnus-thread-highest-number): New function.
10397         (gnus-thread-sort-by-most-recent-thread): New function.
10398         (gnus-thread-sort-functions): Doc fix.
10399
10400 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10401
10402         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
10403         all cases.
10404         (gnus-summary-mode): Enable it in all cases.
10405         (gnus-summary-display-article): Ditto.
10406         (gnus-summary-edit-article): Ditto.
10407
10408         * gnus-ems.el (gnus-put-image): Really return glyph.
10409
10410         * gnus-art.el (gnus-article-x-face-command): Fix :type.
10411         (gnus-treat-smiley): Don't take "P" in the interactive form.
10412
10413 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10414
10415         * compface.el (uncompface): XEmacs and Emacs have differing
10416         capabilities.
10417
10418         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
10419
10420         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
10421         (gnus-article-xface-ring-size): Removed.
10422         (gnus-article-display-xface): Removed.
10423         (gnus-remove-image): Cleaned up.
10424
10425         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
10426         (gnus-xmas-create-image): Take pbm files.
10427         (gnus-x-face): Removed.
10428         (gnus-xmas-article-display-xface): Removed.
10429
10430         * gnus-fun.el (gnus-display-x-face-in-from): Bind
10431         default-enable-multibyte-characters.
10432
10433         * compface.el (uncompface): Doc fix.
10434
10435         * gnus-art.el (gnus-article-x-face-command): Use
10436         gnus-display-x-face-in-from.
10437
10438         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
10439
10440         * gnus-ems.el (gnus-put-image): Return the image.
10441
10442         * gnus-fun.el (gnus-display-x-face-in-from): New function.
10443         (gnus-x-face): Moved here.
10444
10445 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10446
10447         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
10448         invisible if string is nil.
10449         (gnus-xmas-article-display-xface): Use it.
10450
10451         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
10452         property when string is nil.
10453         (gnus-article-display-xface): Use it.
10454
10455 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10456
10457         * gnus-art.el (article-display-x-face): Check whether valid grey
10458         face was returned.
10459         (article-display-x-face): Place image in the right spot.
10460
10461         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
10462         stderr.
10463         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
10464
10465 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10466
10467         * gnus-xmas.el (gnus-xmas-create-image): Take optional
10468         parameters.
10469         (gnus-xmas-put-image): Allow non-strings to be passed.
10470
10471         * gnus-art.el (article-display-x-face): Use optional parameters.
10472
10473         * gnus-ems.el (gnus-create-image): Take optional parameters.
10474
10475         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
10476
10477         * compface.el (compface-xbm-p): Removed.
10478
10479         * gnus-ems.el (gnus-article-compface-xbm): Removed.
10480         (gnus-article-display-xface): Use compface.
10481
10482         * compface.el: New file.
10483
10484         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
10485         (gnus-convert-image-to-x-face-command): Ditto.
10486         (gnus-random-x-face): Quote argument.
10487         (gnus-x-face-from-file): Ditto.
10488
10489 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
10490
10491         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
10492         the expire-group parameter once per article rather than once
10493         per group; bind `nnmaildir-article-file-name' and `article'
10494         for convenience.  Leave article alone when expire-group
10495         specifies the current group.
10496         (nnmaildir--update-nov): be more concurrency-friendly with
10497         temp file names.
10498
10499 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10500
10501         * gnus-start.el (gnus-read-init-file): Cleaned up.
10502
10503 2002-01-03  Dave Love  <d.love@dl.ac.uk>
10504
10505         * gnus-start.el (gnus-startup-file-coding-system): Removed.
10506         (gnus-read-init-file): Don't use it.
10507
10508 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10509
10510         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
10511
10512 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10513
10514         * gnus-start.el (gnus-read-init-file): Don't force coding system
10515         for ~/.gnus.  From Dave Love <fx@gnu.org>.
10516
10517 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10518
10519         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
10520         * nnspool.el (nnspool-request-post): Ditto.
10521
10522         * mm-util.el (mm-use-find-coding-systems-region): New variable.
10523         (mm-find-mime-charset-region): Use it.
10524
10525 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10526
10527         * gnus.el (gnus-summary-line-format): Added :link.
10528         * gnus-topic.el (gnus-topic-line-format): Ditto.
10529         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
10530         * gnus-srvr.el (gnus-server-line-format): Ditto.
10531         * gnus-group.el (gnus-group-line-format): Ditto.
10532
10533         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
10534         :keys, it works on both Emacsen.
10535
10536 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10537
10538         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
10539
10540 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10541
10542         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
10543
10544 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
10545
10546         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
10547         very wide reply.
10548
10549 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10550
10551         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
10552         (gnus-picon-cache): New variable.
10553         (gnus-picon-transform-newsgroups): Cache stuff.
10554
10555         * gnus-art.el (gnus-article-reply-with-original): New command.
10556         (gnus-article-followup-with-original): New command.
10557
10558         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
10559         END parameters.
10560         (gnus-summary-followup): Take a list of list of articles.
10561         (gnus-inews-yank-articles): Allow lists of article/regions.
10562
10563         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
10564         longer the usual commands.
10565
10566         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
10567         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
10568         shell-command-on-region.
10569
10570 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10571
10572         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
10573           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
10574
10575 2002-01-03  Steve Youngs  <youngs@xemacs.org>
10576
10577         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
10578         understand ':keys', wrap it in an featurep 'xemacs.
10579
10580 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10581
10582         * gnus-ems.el (gnus-article-display-xface): Show xface in the
10583         order of headers (Actually, it is called in a reversed order). Add
10584         'gnus-image-text-deletable property.
10585         (gnus-remove-image): Remove text with such a property.
10586
10587         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
10588         gnus-put-image.
10589
10590         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
10591         with ", "
10592
10593 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10594
10595         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
10596
10597         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
10598         (article-display-x-face): Display grey X-Faces.
10599
10600         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
10601         (gnus-convert-gray-x-face-to-ppm): Ditto.
10602         (gnus-convert-image-to-gray-x-face): Ditto.
10603
10604         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
10605         gnus-summary-show-raw-article.
10606
10607 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10608
10609         Display picons in XEmacs without showing text.
10610
10611         * gnus-xmas.el (gnus-xmas-create-image): Don't use
10612         mm-create-image-xemacs to create xbm glyph, because it deletes
10613         temporary files.
10614         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
10615         (gnus-xmas-remove-image): Make text visible, remove glyph.
10616
10617         * gnus-picon.el (gnus-picon-transform-newsgroups)
10618         (gnus-picon-transform-address): Insert spec backward, due to the
10619         incompatibility of gnus-xmas-put-image.
10620
10621 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10622
10623         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
10624
10625 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10626
10627         * gnus.el: Doc fix.
10628
10629         * gnus-art.el: Doc fix.
10630
10631         * gnus-agent.el: Doc fix.
10632
10633 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10634
10635         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
10636
10637 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
10638
10639         * nnmaildir.el (nnmaildir--update-nov): automatically parse
10640         NOV data out of the message again if nnmail-extra-headers has
10641         changed.
10642
10643 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644
10645         * gnus-fun.el: New file.
10646         (gnus-convert-image-to-x-face-command): New variable.
10647         (gnus-insert-x-face): New function.
10648         (gnus-random-x-face): Renamed.
10649         (gnus-x-face-from-file): Renamed.
10650
10651         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
10652         "_".
10653         (gnus-body-boundary-delimiter): Typo fix.
10654
10655 2002-01-02  Simon Josefsson  <jas@extundo.com>
10656
10657         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
10658         (gnus-body-boundary-delimiter): Fix type.
10659
10660 2002-01-01  Simon Josefsson  <jas@extundo.com>
10661
10662         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
10663         (gnus-treat-emphasize, gnus-treat-strip-cr)
10664         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
10665         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
10666         (gnus-treat-fill-article, gnus-treat-hide-citation)
10667         (gnus-treat-hide-citation-maybe)
10668         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
10669         (gnus-treat-strip-pem, gnus-treat-strip-banner)
10670         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
10671         (gnus-treat-date-ut, gnus-treat-date-local)
10672         (gnus-treat-date-english, gnus-treat-date-lapsed)
10673         (gnus-treat-date-original, gnus-treat-date-iso8601)
10674         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
10675         (gnus-treat-strip-trailing-blank-lines)
10676         (gnus-treat-strip-leading-blank-lines)
10677         (gnus-treat-strip-multiple-blank-lines)
10678         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
10679         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
10680         (gnus-treat-display-xface, gnus-treat-display-smileys)
10681         (gnus-treat-from-picon, gnus-treat-mail-picon)
10682         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
10683         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
10684         (gnus-treat-play-sounds, gnus-treat-translate)
10685         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
10686
10687         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
10688         (gnus-article-treat-body-boundary): Use it.
10689
10690         * message.el (message-mode): Fix doc.
10691         (message-mode-menu): Fix names.
10692
10693 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10694
10695         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
10696         articles.
10697
10698         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
10699         (gnus-picon-transform-address): Search for unknown faces as well.
10700         (gnus-picon-find-face): Don't search "news" for MISC.
10701         (gnus-picon-user-directories): Changed default back to exclude
10702         "unknown".
10703
10704         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
10705
10706         * gnus-picon.el (gnus-picon-find-face): Search through all
10707         databases.
10708         (gnus-picon-find-face): New implementation.
10709
10710         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
10711         keystroke.
10712         (gnus-topic-goto-next-topic): Ditto.
10713
10714         * gnus.el (gnus-summary-line-format): Changed default.
10715
10716         * nnmail.el (nnmail-extra-headers): Change default.
10717
10718         * gnus-sum.el (gnus-extra-headers): Change default.
10719
10720         * message.el (message-news-other-window): Changed "news" to
10721         "posting".
10722         (message-news-other-frame): Ditto.
10723         (message-do-send-housekeeping): Ditto.
10724
10725         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
10726         function.
10727         (gnus-article-unread-p): New function.
10728         (gnus-article-unseen-p): New function.
10729         (gnus-dead-summary-mode-map): Typo.
10730
10731         * gnus-util.el (gnus-make-predicate): New function.
10732         (gnus-make-predicate-1): New function.
10733
10734         * gnus-sum.el: New function.
10735         (gnus-map-articles): New function.
10736
10737         * gnus-art.el (gnus-treat-fold-headers): New variable.
10738         (gnus-article-treat-fold-headers): New command and keystroke.
10739
10740         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
10741         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
10742
10743 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10744
10745         * message.el (message-fcc-externalize-attachments): New variable.
10746         (message-do-fcc): Use it.
10747
10748         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
10749         (gnus-inews-do-gcc): Use it.
10750
10751         * mml.el (mml-tweak-sexp-alist): New variable.
10752         (mml-externalize-attachments): New variable.
10753         (mml-tweak-part): Use mml-tweak-sexp-alist.
10754         (mml-tweak-externalize-attachments): New function.
10755
10756 2002-01-01  Steve Youngs  <youngs@xemacs.org>
10757
10758         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
10759         'set-glyph-face' so x-face back/foreground can be set.
10760
10761 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10762
10763         * message.el (message-fix-before-sending): Fix a typo.
10764
10765 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766
10767         * gnus-art.el (gnus-treat-smiley): Renamed command.
10768         (gnus-article-remove-images): New command and keystroke.
10769
10770         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
10771
10772         * smiley-ems.el (gnus-smiley-display): Removed.
10773
10774         * gnus.el (gnus-version-number): Update version.
10775
10776         * message.el (message-text-with-property): Renamed and moved
10777         here.
10778         (message-fix-before-sending): Highlight invisible text and place
10779         point there.
10780
10781 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10782
10783         * gnus.el: Oort Gnus v0.04 is released.
10784
10785 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10786
10787         * gnus-delay.el (gnus-delay-send-queue): Renamed.
10788
10789         * gnus-art.el (gnus-ignored-headers): More headers,
10790
10791         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
10792         of `scan-error', since XEmacs doesn't seem to support that.
10793
10794 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10795
10796         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
10797         arg.
10798         (gnus-summary-best-unread-subject): Ditto.
10799         (gnus-summary-best-unread-subject): No, don't.
10800         (gnus-summary-better-unread-subject): New command.
10801
10802         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
10803
10804         * lpath.el ((featurep 'xemacs)): fbind url function.
10805
10806         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
10807         buffer.
10808         (gnus-xmas-remove-image): Implementation that does something.
10809         (gnus-xmas-article-display-xface): Mark images properly.
10810
10811         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
10812
10813 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
10814
10815         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
10816
10817 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10818
10819         * gnus-group.el (gnus-group-line-format): Added %O to the default
10820         value.
10821
10822         * gnus-util.el (gnus-text-with-property): The smallest point is
10823         point-min.
10824
10825         * smiley-ems.el (smiley-region): Return images.
10826         (gnus-smiley-display): Allow toggling.
10827         (smiley-region): Use text properties, not overlays.
10828
10829         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
10830         implemented yet.
10831
10832         * smiley-ems.el (smiley-update-cache): Check for valid types.
10833
10834         * gnus-art.el (gnus-with-article-buffer): New macro.
10835
10836         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
10837         strings as well as the glyphs.
10838         (gnus-picon-transform-address): Ditto.
10839         (gnus-picon-insert-glyph): Ditto.
10840         (gnus-picon-transform-newsgroups): Toggle.
10841         (gnus-picon-transform-address): Toggle.
10842
10843         * gnus-ems.el (gnus-remove-image): New function.
10844         (gnus-put-image): Take an optional string.
10845
10846         * gnus-util.el (gnus-text-with-property): New function.
10847
10848         * gnus-art.el (gnus-delete-images): New function.
10849
10850         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
10851
10852         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
10853         (gnus-article-wash-status): Use it.
10854         (gnus-signature-toggle): Clean up.
10855         (gnus-add-wash-status): New function.
10856         (gnus-delete-wash-status): New function.
10857         (gnus-article-hide-text-type): Use them throughout.
10858         (gnus-add-image): New function.
10859
10860         * gnus-ems.el (gnus-article-display-xface): Use new interface.
10861
10862         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
10863         interface.
10864
10865         * gnus-art.el (article-display-x-face): Cleaned up.
10866
10867         * rfc2047.el (rfc2047-field-value): New function.
10868
10869         * mail-parse.el (mail-header-field-value): New alias.
10870
10871         * gnus-art.el (gnus-mime-print-part): Fix typos.
10872
10873         * smiley-ems.el (gnus-smiley-file-types): New variable.
10874         (smiley-update-cache): Use it.
10875         (smiley-regexp-alist): Suffix-less smiley names.
10876         (smiley-regexp-alist): Added more smileys.
10877
10878         * gnus-sum.el (gnus-print-buffer): Made into own function.
10879         (gnus-summary-print-article): Use it.
10880
10881         * mailcap.el (mailcap-mime-info): Actually return the bit that we
10882         looked for when REQUEST is a string.
10883
10884         * gnus-art.el (gnus-mime-button-commands): Add printing
10885         keystroke.
10886         (gnus-mime-copy-part): Doc fix.
10887         (gnus-mime-print-part): New command.
10888
10889 2001-12-31  Simon Josefsson  <jas@extundo.com>
10890
10891         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
10892         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
10893
10894 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10895
10896         * gnus-picon.el (gnus-treat-from-picon): Autoload.
10897         (picon): Fix doc.
10898
10899         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
10900         longer exists. Remove those codes.
10901         * gnus.el (gnus-use-picons): Ditto.
10902
10903 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904
10905         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
10906         infloop.
10907
10908         * gnus-sum.el (t): New `W D' map.
10909
10910         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
10911         (gnus-article-treat-body-boundary): Clean up.
10912         (gnus-body-boundary-face): Removed.
10913         (gnus-article-goto-header): Moved here.
10914         (gnus-article-goto-header): Allow better regexps.
10915         (gnus-article-treat-fold-newsgroups): New command.
10916
10917         * gnus-sum.el (gnus-summary-move-article): We have to select an
10918         article to give `gnus-read-move-group-name' an opportunity to
10919         suggest an appropriate default.
10920
10921         * rfc2047.el (rfc2047-fold-line): New function.
10922         (rfc2047-unfold-line): Ditto.
10923         (rfc2047-fold-region): Don't fold just after the header name.
10924
10925         * mail-parse.el (mail-header-fold-line): New alias.
10926         (mail-header-unfold-line): Ditto.
10927
10928         * gnus-art.el (gnus-body-boundary-face): Renamed.
10929         (gnus-article-treat-body-boundary): Use it.
10930         (gnus-article-treat-body-boundary): Use an invisible header and a
10931         line of underline characters.
10932
10933 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10934
10935         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
10936
10937         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
10938         (gnus-picon-split-address): New function.
10939         (gnus-picon-find-face): Use it.
10940         (gnus-picon-transform-address): Use it. Set first to t for each
10941         address.
10942
10943         * gnus-art.el (gnus-with-article-headers): Move to here. Define
10944         the macro then use it.
10945         (gnus-treatment-function-alist): Treat picons earlier.
10946
10947 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10948
10949         * gnus-art.el (gnus-body-separator-face): New variable.
10950         (gnus-article-treat-body-boundary): Use a blank, colored line.
10951
10952         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
10953         well.
10954
10955         * gnus-art.el (gnus-treat-body-boundary): New variable.
10956         (gnus-article-treat-unfold-headers): Use helper macro.
10957         (gnus-article-treat-body-boundary): New command.
10958
10959         * gnus.el (gnus-logo-color-style): Change the default color.
10960         (gnus-splash-face): Gray, gray.
10961
10962         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
10963         colors.
10964
10965         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
10966         (gnus-logo-color-style): Ditto.
10967         (gnus-logo-colors): Ditto.
10968
10969         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
10970
10971         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
10972
10973         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
10974         (gnus-picon-transform-newsgroups): New function.
10975
10976         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
10977         string.
10978
10979         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
10980
10981         * gnus-art.el (gnus-treat-cc-picon): New variable.
10982         (gnus-treat-mail-picon): Renamed.
10983
10984         * gnus-picon.el: New implementation.
10985         (gnus-picon-find-face): Renamed.
10986         (gnus-treat-from-picon): Use it.
10987         (gnus-picon-transform-address): Renamed.
10988         (gnus-treat-from-picon): Use it.
10989         (gnus-picon-create-glyph): Renamed.
10990         (gnus-picon-transform-address): Use it.
10991         (gnus-treat-cc-picon): New command.
10992
10993         * mm-decode.el (mm-create-image-xemacs): Separated out into
10994         function.
10995         (mm-get-image): Use it.
10996
10997         * gnus-art.el (gnus-treat-display-picons): Simplify.
10998         (gnus-treat-from-picon): Renamed.
10999
11000         * gnus-ems.el (gnus-create-image): New function.
11001         (gnus-put-image): New function.
11002
11003         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
11004         (gnus-with-article-headers): New macro.
11005         (gnus-article-goto-header): New function.
11006
11007         * gnus-xmas.el (gnus-image-type-available-p): New function.
11008
11009         * gnus-ems.el (gnus-image-type-available-p): New function.
11010
11011 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11012
11013         * nnrss.el (nnrss-check-group): Find the correct tag, because
11014         xml.el is changed.
11015
11016 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11017
11018         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
11019         lines are shorter than the window width.
11020         (gnus-ignored-headers): More headers.
11021
11022 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11023
11024         * gnus-art.el (gnus-treat-unfold-lines): New variable.
11025         (gnus-treat-unfold-headers): Renamed.
11026         (gnus-article-treat-unfold-headers): New command and keystroke.
11027
11028         * rfc2047.el (rfc2047-encode-message-header): Clean up.
11029
11030         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
11031
11032 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11033
11034         * sha1-el.el (sha1-use-external): New variable.
11035         (sha1-region): Use it.
11036         (sha1-string): Ditto.
11037
11038         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
11039         * gnus-picon.el: Less warnings when compile.
11040
11041 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11042
11043         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
11044         alias.
11045         (gnus-picons-database): Default to list.
11046         (gnus-picons-lookup-internal): Use it.
11047
11048         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
11049         to "bogus".
11050
11051         * gnus-win.el (gnus-configure-windows-hook): New hook.
11052
11053 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
11054
11055         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
11056
11057 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11058
11059         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
11060         lists.
11061         (gnus-select-newsgroup): Don't append; push.
11062         (gnus-adjust-marked-articles): Remove obsolete ranges from
11063         `seen'.
11064         (gnus-update-marks): Clean up.
11065         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
11066
11067 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
11068
11069         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
11070
11071 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11072
11073         * gnus-sum.el (gnus-auto-select-subject): New variable.
11074         (gnus-summary-best-unread-subject): New function.
11075         (gnus-summary-best-unread-article): Use it.
11076         (gnus-summary-first-unseen-subject): New function and command.
11077
11078         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
11079         other treatments.
11080
11081         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
11082         function.
11083
11084         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
11085         from the list of hidden types.
11086
11087         * mm-view.el (mm-inline-text): Ditto.
11088         (mm-inline-text): Ditto.
11089         (mm-w3-prepare-buffer): Ditto.
11090
11091         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
11092
11093 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11094
11095         * gnus-art.el (gnus-ignored-headers): Added more headers.
11096
11097 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
11098
11099         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
11100         once.
11101
11102 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11103
11104         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
11105
11106 2001-12-28  Simon Josefsson  <jas@extundo.com>
11107
11108         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
11109         Jesper Harder <harder@ifa.au.dk>.
11110
11111 2001-12-27  Simon Josefsson  <jas@extundo.com>
11112
11113         * gnus-sum.el (gnus-select-newsgroup): Make
11114         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
11115         contain all articles (instead of none) when no seen marks have
11116         been set for the group.
11117         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
11118         instead, it seems to result in shorter ranges.
11119
11120 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11121
11122         * mm-util.el (mm-iso-8859-x-to-15-region): Use
11123         insert-before-markers.
11124         From Jesper Harder <harder@ifa.au.dk>
11125
11126 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
11127
11128         * nnmaildir.el (nnmaildir-save-mail): create the destination
11129         groups if they do not exist.
11130
11131 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
11134
11135 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11136
11137         * gnus-group.el (gnus-group-read-ephemeral-group): Call
11138         gnus-group-real-name.
11139
11140         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
11141         (gnus-newsgroup-variables): Ditto.
11142
11143         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
11144         return it.
11145
11146 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
11147
11148         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
11149         * nnmaildir.el (top-level): Add commentary.
11150         (nnmaildir-version): Indicate that nnmaildir is now a standard
11151         part of Gnus, not separately released.
11152
11153 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11154
11155         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
11156         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
11157         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
11158         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11159
11160 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11161
11162         * nnmaildir.el: Copyright changes. Require cl only at compile time.
11163
11164 2001-12-20  Simon Josefsson  <jas@extundo.com>
11165
11166         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
11167         ZHU <zsh@cs.rochester.edu>.
11168         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
11169         Brian P Templeton <bpt@tunes.org>.
11170
11171 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11172
11173         * nnmaildir.el: New file.
11174         From Paul Jarc <prj@po.cwru.edu>.
11175
11176 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11177
11178         * nndoc.el (nndoc-type-alist): Move forward to the end.
11179
11180 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
11183         `dolist'.
11184
11185 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11186
11187         * gnus-win.el (gnus-frames-on-display-list): New function.
11188         (gnus-get-buffer-window): Use it.
11189
11190 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11191
11192         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
11193
11194 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11195
11196         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
11197
11198 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11199            From Harald Meland <Harald.Meland@usit.uio.no>
11200
11201         * gnus-win.el (gnus-get-buffer-window): New function.
11202         (gnus-all-windows-visible-p): Use it.
11203
11204         * gnus-util.el (gnus-horizontal-recenter)
11205         (gnus-horizontal-recenter, gnus-horizontal-recenter)
11206         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
11207
11208         * gnus-score.el (gnus-score-insert-help): Use it.
11209
11210         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
11211         (gnus-generate-tree, gnus-highlight-selected-tree)
11212         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
11213         it.
11214
11215         * gnus-art.el (gnus-article-set-window-start)
11216         (gnus-mm-display-part, gnus-request-article-this-buffer)
11217         (gnus-button-next-page, gnus-button-prev-page)
11218         (gnus-article-button-next-page, gnus-article-button-prev-page):
11219         Use it.
11220
11221 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
11222
11223         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
11224         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
11225         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
11226
11227 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11228
11229         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
11230         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
11231         * mml1991.el, nnultimate.el: Add `coding'.
11232
11233 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
11234
11235         * ChangeLog: changed coding to buffer-file-coding-system
11236         * ChangeLog.1: same
11237         * nnwfm.el: same
11238         * gnus-smiley.el: same
11239         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
11240         * gnus-delay.el: same
11241         * gnus-spec.el: same
11242         * message.el: same
11243         * mml1991.el: same
11244         * nnultimate.el: same
11245
11246 2001-12-16  Simon Josefsson  <jas@extundo.com>
11247         Inspired by code by Dirk Meyer <dischi@tzi.de>.
11248
11249         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
11250         (gnus-summary-save-map): Add muttprint.
11251         (gnus-summary-make-menu-bar): Ditto.
11252         (gnus-summary-muttprint): New function.
11253
11254         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
11255
11256 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11257
11258         * uudecode.el (uudecode-decode-region-internal): Speedup by using
11259         temporary list instead of buffer.
11260
11261         * mm-url.el (executable-find): autoload.
11262
11263 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11264
11265         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
11266         to variable, follow doc-string conventions).
11267
11268 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
11269
11270         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
11271         subscribe-level
11272         * gnus-topic.el (gnus-subscribe-topics): use it.
11273
11274 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11275
11276         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
11277         messages. (A small patch with indentation)
11278         From Sean Neakums <sneakums@zork.net>.
11279
11280         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
11281         nil after shooting down the gnus-original-article-buffer.
11282
11283 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11284
11285         * uudecode.el (uudecode-use-external): New variable.
11286         (uudecode-decode-region): Automatically detect external program.
11287
11288         * binhex.el (binhex-use-external): New variable.
11289         (binhex-decode-region-internal): New function.
11290         (binhex-decode-region): Automatically detect external program.
11291
11292         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
11293         Use them.
11294
11295 2001-12-12  Simon Josefsson  <jas@extundo.com>
11296
11297         * nnvirtual.el (nnvirtual-always-rescan)
11298         (nnvirtual-component-regexp): Fix doc.
11299
11300         * nnoo.el (defvoo): Add doc to defvoo variables.
11301
11302         * nnml.el (nnml-directory, nnml-active-file)
11303         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
11304         (nnml-marks-is-evil, nnml-filenames-are-evil)
11305         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
11306
11307         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
11308         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
11309         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
11310         `error'.
11311
11312         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
11313         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
11314
11315         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
11316         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
11317         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
11318         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
11319
11320         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
11321         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
11322
11323         * imap.el, nnimap.el: Fix indentation.
11324
11325         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
11326
11327 2001-12-12  Didier Verna  <didier@xemacs.org>
11328
11329         * gnus-msg.el (gnus-group-news): New function.
11330         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
11331         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
11332         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
11333         for it.
11334         * gnus-msg.el (gnus-summary-news-other-window): New function.
11335         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
11336         bind it to `i'.
11337         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
11338         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
11339         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
11340         for it (called with a prefix).
11341         * gnus-msg.el (gnus-configure-posting-styles): add an optional
11342         group-name argument.
11343         * gnus-msg.el (gnus-setup-message): use it.
11344
11345 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11346
11347         * gnus-sum.el (gnus-summary-show-article): Fix doc.
11348
11349 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11350
11351         * mml.el (mime-to-mml): Remove Content-Disposition too.
11352
11353 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11354
11355         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
11356         * gnus-group.el (gnus-group-name-decode): Decode unibyte
11357         strings only.
11358         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11359
11360 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
11361
11362         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
11363         (nnmail-fancy-expiry-target): Use it.
11364         Suggestions from Simon Josefsson <jas@extundo.com>.
11365
11366 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11367
11368         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
11369
11370 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11371
11372         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
11373
11374         * gnus-util.el (gnus-url-unhex-string): Move here.
11375
11376 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11377
11378         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
11379         mm-url-decode-entities-nbsp.
11380
11381         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
11382         * webmail.el, nnwfm.el: Use mm-url.
11383
11384         * mm-url.el (mm-url-fetch-form): Move from nnweb.
11385         (mm-url-remove-markup): Move from nnweb.
11386         (mm-url-fetch-simple): Move from webmail.
11387
11388         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
11389
11390 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11391
11392         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
11393         (gnus-summary-print-article): Use it.
11394
11395         * gnus-util.el (gnus-replace-in-string): Typo.
11396
11397 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11398
11399         * nnweb.el (nnweb-replace-in-string): Removed.
11400
11401         * gnus-util.el (gnus-replace-in-string): New function.
11402         (gnus-mode-string-quote): Use it.
11403
11404         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
11405         * nnwfm.el (nnwfm-create-mapping): Ditto.
11406
11407 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11408
11409         * dgnushack.el (dgnushack-compile): nnrss.el and
11410         nnslashdot.el don't depend on nnweb, url, w3.
11411
11412         * nnrss.el: Use mm-url.
11413
11414 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11415
11416         * mm-url.el (mm-url-insert-file-contents): Support file:.
11417
11418 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11419
11420         * mm-view.el: Lower case for the description line. Sync from the
11421         Emacs CVS.
11422
11423 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11424
11425         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
11426         From:  Stefan Monnier  <monnier@cs.yale.edu>
11427
11428 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
11431
11432 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11433
11434         * mm-url.el: Require executable.
11435         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11436
11437 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11438
11439         * pop3.el (pop3-munge-message-separator): Only use valid date.
11440         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
11441
11442         * Makefile.in: gnus-load.elc may not be generated.
11443
11444 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11445
11446         * mm-url.el: New file.
11447         * nnslashdot.el: Use it.
11448         * mm-extern.el (mm-extern-url): Use it.
11449
11450 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11451
11452         * gnus-sum.el (gnus-summary-save-article): Nix
11453         gnus-display-mime-function and gnus-article-prepare-hook.
11454
11455         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
11456         the beginning of lines.
11457         (gnus-complex-form-to-spec): Ditto.
11458
11459 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11460
11461         * message.el (message-make-mft): Fix the m-s-a-file regexp.
11462         From Paul Jarc <prj@po.cwru.edu>.
11463
11464 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11465
11466         * message.el: New variable message-subscribed-address-file;
11467         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
11468
11469 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11470
11471         * message.el (message-tab-body-function): Set to nil.
11472         (message-tab): Use text-mode-map or global-map.
11473         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11474
11475 2001-11-30  Simon Josefsson  <jas@extundo.com>
11476
11477         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
11478         instead of gnus-union, for speed.  Suggested by Christoph Conrad
11479         <christoph.conrad@gmx.de>.
11480         (gnus-agent-fetch-group-1): Add verbose message.
11481
11482 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11483
11484         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
11485         of integers.
11486
11487 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11488
11489         * message.el (message-newgroups-header-regexp)
11490         (message-completion-alist, message-tab-body-function): Use
11491         defcustom rather than defvar.
11492         (message-tab): Mention `message-tab-body-function' in doc.
11493         Suggested by Karl Eichwalder.
11494
11495 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11496
11497         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
11498
11499 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11500
11501         * nnheader.el (nnheader-find-nov-line): Don't use macro
11502         gnus-delete-line.
11503
11504         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
11505         (gnus-group-name-charset): Ditto.
11506
11507         * gnus-util.el (gnus-buffer-live-p): Ditto.
11508
11509 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11510
11511         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
11512         open parenthesis in doc.
11513         (sieve-manage-authenticator-alist): Typo in doc.
11514         * imap.el (imap-authenticator-alist): Typo in doc.
11515         (imap-stream-alist): Backslash.
11516
11517         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
11518           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
11519
11520 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11521
11522         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
11523
11524         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
11525
11526         * gnus-msg.el (gnus-configure-posting-styles): use
11527         make-local-hook. Add LOCAL for add-hook.
11528
11529 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
11530
11531         * message.el (message-mode): Use `make-local-hook' unless
11532         obsolete.
11533         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
11534
11535 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * canlock.el: Remove sha1.el and base64.el stuff.
11538
11539 2001-11-26  Didier Verna  <didier@xemacs.org>
11540
11541         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
11542         if needed.
11543
11544 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * message.el (message-tamago-not-in-use-p): New function.
11547         (message-strip-forbidden-properties): Use it.
11548
11549 2001-11-26  Didier Verna  <didier@xemacs.org>
11550
11551         * gnus-start.el (gnus-check-first-time-used): only check for
11552         existence of .el[d] files.
11553
11554 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11555
11556         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
11557
11558         * message.el (message-setup-1): Clean up mc-*.
11559
11560 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11561
11562         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
11563         * gnus-score.el (gnus-score-find-bnews): Use it.
11564
11565         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
11566         (gnus-summary-limit-to-author): Ditto.
11567         (gnus-summary-limit-to-extra): Ditto.
11568         (gnus-summary-find-matching): Support not-matching argument.
11569
11570 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11571
11572         * message.el (message-wash-subject): Use `insert' rather than
11573         `insert-string', which is deprecated.
11574
11575 2001-11-24  Simon Josefsson  <jas@extundo.com>
11576
11577         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
11578         message. (Gnus does not "default" to using 8bit for the message,
11579         it default to use 8bit encoding and the user-supplied CTE
11580         value. Calling this behaviour "treating it as 8bit" is perhaps
11581         better.)
11582
11583         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
11584         (compare mm-charset-to-coding-system).
11585
11586 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11587
11588         * canlock.el (canlock-sha1-with-openssl): Use unibyte
11589         buffer. Correctly decode hex.
11590
11591 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11592
11593         * gnus-agent.el (gnus-category-insert-line): Convert category
11594         names to strings.
11595
11596 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11597
11598         * message.el (sha1): eval-and-compile.
11599
11600 2001-11-20  Simon Josefsson  <jas@extundo.com>
11601
11602         * message.el (message-allow-no-recipients): New variable.
11603         (message-send): Use it, customize the prompting when posting to
11604         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
11605
11606 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11607
11608         * mm-util.el (mm-coding-system-priorities): New variable.
11609         (mm-sort-coding-systems-predicate): New function.
11610         (mm-find-mime-charset-region): Resort coding systems if needed.
11611         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11612
11613 2001-11-20  Didier Verna  <didier@xemacs.org>
11614
11615         * gnus-group.el (gnus-group-make-help-group): new optional
11616         argument to control the error behavior.
11617         * gnus-start.el (gnus-check-first-time-used): use it to avoid
11618         erroring.
11619
11620 2001-11-19  Simon Josefsson  <jas@extundo.com>
11621
11622         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
11623         instead of C-c C-u.  Suggested by Per Abrahamsen
11624         <abraham@dina.kvl.dk>.
11625
11626 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11627
11628         * nnfolder.el (nnfolder-read-folder): Use group instead of
11629         nnfolder-current-group.
11630         Suggested by Lorentey Karoly <lorentey@elte.hu>.
11631
11632 2001-11-17  Simon Josefsson  <jas@extundo.com>
11633
11634         * message.el (message-send): Ask user if Fcc/Gcc should be
11635         performed when no other sender was specified.
11636         Suggested by prj@po.cwru.edu (Paul Jarc).
11637
11638 2001-11-17  Simon Josefsson  <jas@extundo.com>
11639
11640         * message.el (message-mode, message-mode-map): Use C-c C-u for
11641         Importance: instead of C-c C-p (used by SC).
11642
11643 2001-11-16  Simon Josefsson  <jas@extundo.com>
11644
11645         * message.el (message-insert-importance-high)
11646         (message-insert-importance-low): Save point.
11647
11648         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
11649         value.
11650
11651 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
11652
11653         * message.el (message-strip-special-text-properties): New option.
11654         (message-strip-forbidden-properties): Obey it.
11655
11656 2001-11-14  Sam Steingold  <sds@gnu.org>
11657
11658         * gnus-score.el: Fixed some doc strings to properly quote symbols.
11659
11660 2001-11-15  Simon Josefsson  <jas@extundo.com>
11661
11662         Support "Importance:" header in Message.
11663
11664         * message.el (message-mode-map): Bind C-c C-p to
11665         `message-insert-or-toggle-importance'
11666         (message-mode-menu): Add message-insert-importance-{high,low}.
11667         (message-insert-importance-high, message-insert-importance-low)
11668         (message-insert-or-toggle-importance): New functions.
11669         (message-tool-bar-map): Add {un,}important.
11670         (message-mode): Doc fix.
11671
11672 2001-11-15  Simon Josefsson  <jas@extundo.com>
11673
11674         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
11675
11676         * mml.el (mml-menu): Fix toolbar tooltip.
11677
11678 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11679
11680         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
11681         * nnml.el (nnml-save-marks): Ditto.
11682
11683         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
11684
11685 2001-11-15  Simon Josefsson  <jas@extundo.com>
11686
11687         * nnml.el (nnml-save-marks):
11688         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
11689         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
11690
11691 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11692
11693         * gnus-art.el (gnus-article-wash-status-strings): Use
11694         `copy-sequence', not `copy-seq'.
11695
11696 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11697
11698         * gnus-art.el (gnus-article-wash-status-strings): New constant.
11699         (gnus-gnus-article-wash-status-entry): New function.
11700         (gnus-article-wash-status): Use it.
11701
11702 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11703
11704         * mml1991.el: Add coding header.
11705
11706 2001-11-12  Simon Josefsson  <jas@extundo.com>
11707
11708         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
11709         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
11710         `mml1991-sign' and `mml1991-encrypt'.
11711         (mml1991-encrypt, mml1991-sign): New glue functions.
11712         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
11713
11714         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
11715         (mml-menu): Add PGP to menu.
11716
11717         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
11718         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
11719         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
11720         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
11721
11722         * mml2015.el: Mention RFC 3156.
11723
11724         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
11725
11726 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11727
11728         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
11729
11730         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
11731           From <Michael.Cook@cisco.com>
11732
11733 2001-11-11  Simon Josefsson  <jas@extundo.com>
11734
11735         * message.el (top-level): Autoload sha1.
11736         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
11737         canlock, no need to require two different hash algs).  Suggested
11738         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
11739
11740 2001-11-09  Simon Josefsson  <jas@extundo.com>
11741
11742         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
11743         <Pavel@Janik.cz>.
11744
11745 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11746
11747         * message.el (message-point-in-header-p): New function.
11748         (message-do-auto-fill): Use it.
11749         (message-beginning-of-line): New function.  Goes to beginning of
11750         header value (i.e., end of header name), or to beginning of line
11751         if already at beginning of value.  Behaves like
11752         `beginning-of-line' when in message body.
11753         (message-mode-map): Bind it.
11754
11755 2001-11-08  Simon Josefsson  <jas@extundo.com>
11756
11757         * gnus-msg.el (gnus-posting-styles): Add doc.
11758
11759 2001-11-07  Simon Josefsson  <jas@extundo.com>
11760
11761         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
11762
11763         * sieve-mode.el (sieve-control-commands-face)
11764         (sieve-control-commands-face, sieve-action-commands-face)
11765         (sieve-test-commands-face, sieve-tagged-arguments-face): New
11766         faces.
11767         (sieve-font-lock-keywords): Use them.
11768         (sieve-mode): Only set font-lock-defaults in emacs.
11769
11770         * gnus-art.el (gnus-default-article-saver): Add
11771         gnus-summary-save-body-in-file.
11772         (gnus-summary-write-to-file): Fix doc.
11773
11774 2001-11-07  Simon Josefsson  <jas@extundo.com>
11775
11776         * gnus-art.el (gnus-treat-highlight-signature): Add cross
11777         reference to the correct chapter in the manual.
11778
11779         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
11780         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
11781
11782 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11783
11784         * mml.el (mml-preview): Bind mail-header-separator.
11785
11786 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * message.el: Always require canlock.
11789         (message-ignored-supersedes-headers): Include Cancel-Lock and
11790         Cancel-Key.
11791         (message-insert-canlock): Don't require canlock.
11792         (message-cancel-news): Don't check whether canlock is available.
11793         (message-supersede): Support cancel-locks.
11794
11795         * gnus-art.el: Don't autoload canlock.
11796
11797 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11798
11799         * mail-source.el (mail-source-fetch-imap): ASYNC param.
11800         From: <andre@slamdunknetworks.com>
11801
11802 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11803
11804         * many files: Fix copyright lines.
11805
11806 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11807
11808         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
11809         Suggested by Dave Love  <fx@gnu.org>.
11810
11811 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11812
11813         * message.el (message-kill-buffer): Remove auto-save file after
11814         confirm.
11815
11816         * message.el (message-send-mail): Call message-generate-headers
11817         once.  Suggested by Matt Armstrong <matt@lickey.com>.
11818
11819         * gnus-topic.el (gnus-topic-rename): Initial-input.
11820         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
11821
11822 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11823
11824         * message.el (message-forbidden-properties): New constant.
11825         (message-strip-forbidden-properties): New function.
11826         (message-mode): Activate it.
11827
11828 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11829
11830         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
11831         (mm-hack-charsets): Fix doc.
11832
11833 2001-11-02  Simon Josefsson  <jas@extundo.com>
11834
11835         * gnus-int.el (gnus-check-server): Message "...done" when done.
11836
11837         * imap.el (imap-close): Don't message (imap-send-command-wait
11838         returns if the connection is dropped).
11839         (imap-wait-for-tag): Nix out message only when necessary.
11840
11841         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
11842         for non-crossposting.
11843         (gnus-sieve-crosspost): Default to t to be consistent with other
11844         parts of Gnus.
11845
11846 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11847
11848         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
11849         (mm-iso-8859-x-to-15-table): Ditto.
11850         (mm-iso-8859-x-to-15-region): Ditto.
11851         (mm-find-mime-charset-region): Ditto.
11852
11853 2001-11-01  Simon Josefsson  <jas@extundo.com>
11854
11855         * nnimap.el (nnimap-close-asynchronous): New variable.
11856         (nnimap-close-group): Use it.
11857         (nnimap-expunge): Don't use it.
11858
11859         * imap.el (imap-callbacks): New variable.
11860         (imap-remassoc): Copied from `gnus-remassoc'.
11861         (imap-add-callback): New function.
11862         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
11863         behaviour.
11864         (imap-parse-response): Call the callback.
11865
11866         * message.el (message-insert-canlock): New variable.
11867         (message-canlock-generate, message-canlock-password)
11868         (message-insert-canlock): New functions.
11869         (message-send-news): Call `message-insert-canlock'.
11870         (top-level): Require canlock when compiling.
11871         (message-insert-canlock): Require canlock before we need it.
11872
11873 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11874
11875         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
11876
11877 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11878
11879         * dgnushack.el (dgnushack-make-load): A workaround for
11880         custom-add-loads bug in some versions of XEmacs.
11881
11882 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11883
11884         * mm-util.el (mm-charset-synonym-alist): Revert (some).
11885
11886 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11887
11888         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
11889         (mm-hack-charsets): New variable.
11890         (mm-iso-8859-15-compatible): New variable.
11891         (mm-iso-8859-x-to-15-table): New variable.
11892         (mm-find-mime-charset-region): Add parameter hack-charsets.
11893
11894         * mm-bodies.el (mm-encode-body): Use it.
11895         * mml.el (mml-parse-1): Ditto.
11896
11897 2001-11-01  Simon Josefsson  <jas@extundo.com>
11898
11899         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
11900
11901 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11902
11903         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
11904         is nil.
11905
11906 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11907
11908         * smiley-ems.el (smiley-update-cache): Auto detect file type.
11909
11910         * message.el (message-forward-rmail-make-body): Use
11911         save-window-excursion.
11912         (message-encode-message-body): Search with noerror.
11913         (message-setup-1): Convert compose-mail send-actions to
11914         message-send-actions.
11915
11916 2001-11-01  Simon Josefsson  <jas@extundo.com>
11917
11918         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
11919         <yamaoka@jpl.org>.
11920
11921 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11922
11923         * sieve-manage.el (sieve-string-bytes): No complain.
11924
11925 2001-11-01  Simon Josefsson  <jas@extundo.com>
11926
11927         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
11928         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
11929         has autoload cookies, so no `require' should be necessary.)
11930
11931         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
11932         files.
11933
11934 2001-10-31  Simon Josefsson  <jas@extundo.com>
11935
11936         * gnus-cus.el (gnus-group-parameters): Support integer `display'
11937         parameter.
11938
11939         * gnus-sum.el (gnus-select-newsgroup): If group parameter
11940         `display' is a number (and C-u wasn't used to enter group), only
11941         fetch that number of articles.
11942
11943 2001-10-31  Matt Armstrong  <matt@lickey.com>
11944
11945         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
11946         not-subscribed -> subscribed.
11947
11948 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11949         From: Josh Huber <huber@alum.wpi.edu>
11950
11951         * message.el (message-subscribed-address-functions): New variable.
11952         (message-subscribed-addresses): New variable.
11953         (message-subscribed-regexps): New variable.
11954         (message-goto-mail-followup-to): New function.
11955         (message-send-mail): Add Mail-Followup-To.
11956         (message-make-mft): New function.
11957
11958         * gnus.el (gnus-find-subscribed-addresses): New function.
11959
11960 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11961
11962         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
11963         (mail-source-fetch-pop): Ditto.
11964         (mail-source-check-pop): Ditto.
11965
11966         * gnus-start.el (gnus-read-init-file): Ditto.
11967         (gnus-activate-group): Ditto.
11968         (gnus-read-newsrc-el-file): Ditto.
11969
11970 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11971
11972         * message.el (message-get-reply-headers): Make sure there is ", ".
11973
11974         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
11975         mm-coding-system-p. Don't correct it only in XEmacs.
11976         (mm-charset-to-coding-system): Use mm-coding-system-p and
11977         mm-get-coding-system-list.
11978         (mm-emacs-mule, mm-mule4-p): New variables.
11979         (mm-enable-multibyte, mm-disable-multibyte,
11980         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
11981         mm-with-unibyte-current-buffer,
11982         mm-with-unibyte-current-buffer-mule4): Use them.
11983         (mm-find-mime-charset-region): Treat iso-2022-jp.
11984
11985         From  Dave Love  <fx@gnu.org>:
11986
11987         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
11988         construction.
11989         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
11990         entries conditional on not having a coding system defined for
11991         them.
11992         (mm-mule-charset-to-mime-charset): Use
11993         find-coding-systems-for-charsets if defined.
11994         (mm-charset-to-coding-system): Don't use
11995         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
11996         later.  Add last resort search of coding systems.
11997         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
11998         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
11999         Mule 4.
12000         (mm-find-mime-charset-region): Re-write.
12001         (mm-with-unibyte-current-buffer): Restore buffer as well as
12002         multibyteness.
12003
12004 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12005
12006         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
12007         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
12008         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
12009
12010 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12011
12012         * gnus-art.el (article-display-x-face): Nix buffer-read-only
12013         again.
12014
12015         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
12016
12017 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12018
12019         * gnus-spec.el (gnus-parse-simple-format): Use
12020           buffer-substring-no-properties.
12021
12022 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * gnus-art.el (article-verify-cancel-lock): New function.
12025
12026         * nnheader.el (nntp-process-response): New variable.
12027         (nnheader-init-server-buffer): Make `nntp-process-response'
12028         buffer-local in `nntp-server-buffer'.
12029
12030         * nntp.el (nntp-prepare-post-hook): New hook.
12031         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
12032         (nntp-async-trigger): Ditto.
12033         (nntp-request-post): Insert a server's ID if there's no Message-ID
12034         header; run `nntp-prepare-post-hook'.
12035
12036 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12037
12038         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
12039         instead.
12040
12041         * message.el (message-forward-subject-author-subject): Don't use
12042         message-news-p, which widens the buffer.
12043         (message-forward-make-body): New function.
12044         (message-forward): Use it.
12045         (message-insinuate-rmail): New function.
12046         (message-forward-rmail-make-body): New function.
12047
12048 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12049
12050         * mm-extern.el (mm-extern): Provide it.
12051
12052         * mm-partial.el (mm-partial): Provide it.
12053
12054 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12055
12056         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
12057
12058 2001-10-29  Simon Josefsson  <jas@extundo.com>
12059
12060         * mml.el (mml-preview): Bind message-this-is-news if it is
12061         news. From Jesper Harder <harder@myrealbox.com>.
12062
12063 2001-10-28  Simon Josefsson  <jas@extundo.com>
12064
12065         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
12066
12067 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
12068
12069         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
12070         ironic smilies.
12071
12072 2001-10-27  Simon Josefsson  <jas@extundo.com>
12073
12074         * message.el (message-indent-citation): Don't add trailing
12075         whitespace when citing text.
12076
12077         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
12078         <harder@ifa.au.dk>.
12079
12080 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12081
12082         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
12083         not available.
12084         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
12085         (nnweb-type-definition): Add google as alias of dejanews.
12086         (nnweb-google-parse-1): Forward 1 line.
12087
12088 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12089
12090         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
12091         variable `message-forward-ignored-headers'.
12092
12093 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
12094
12095         * gnus.el (gnus-expand-group-parameter): New function.
12096         (gnus-expand-group-parameters): Call it.
12097         (gnus-group-fast-parameter): New function.
12098         (gnus-group-find-parameter): Call it.
12099
12100 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12101
12102         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
12103         vector (it didn't before because of a bug).
12104         * gnus-msg.el (gnus-post-news): Use header vector directly, if
12105         available.  Before it converted it to an article number.
12106
12107         This makes followup to news articles with negative numbers in
12108         nnvirtual groups use news instead of mail.
12109
12110 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12111
12112         * gnus.el (post-method): Use `native' instead of `nil'.
12113
12114         * gnus-msg.el (gnus-post-method): Ditto.
12115
12116 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12117
12118         * gnus.el (gnus-define-group-parameter): Grammar fix.
12119
12120 2001-10-22  Simon Josefsson  <jas@extundo.com>
12121
12122         * gnus-msg.el (gnus-extended-version): Include
12123         system-configuration.
12124         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
12125
12126 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12127
12128         * gnus.el (post-method): Customization fix: `native' is not a
12129         valid value.
12130         * gnus-msg.el (gnus-post-method): Doc and customization fix:
12131         `native' is not a valid value.
12132
12133 2001-10-21  Simon Josefsson  <jas@extundo.com>
12134
12135         * nnimap.el (nnimap): Defgroup
12136         (nnimap-strict-function, nnimap-strict-function-match): New
12137         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
12138         (nnimap-split-crosspost, nnimap-split-inbox)
12139         (nnimap-split-rule, nnimap-split-predicate)
12140         (nnimap-split-predicate): Defcustom.
12141         (nnimap-split-inbox, nnimap-expunge-search-string)
12142         (nnimap-importantize-dormant): Remove "*" from doc.
12143
12144 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12145
12146         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
12147         not supplied via prefix arg.  From Lisp, make arg mandatory.
12148         Suggested by Frank Schmitt.
12149
12150 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12151
12152         * message.el (message-do-auto-fill): Avoid calling
12153         'rfc822-goto-eoh'.
12154
12155 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12156         From Paul Jarc <prj@po.cwru.edu>.
12157
12158         * message.el (message-get-reply-headers): Restructure the logic
12159         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
12160
12161 2001-10-20  Simon Josefsson  <jas@extundo.com>
12162
12163         * message.el (message-cancel-news): Support cancel-locks.
12164         Suggested by Per Abrahamsson.
12165
12166         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
12167         conses.  From David Z Maze <dmaze@MIT.EDU>.
12168
12169         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
12170
12171 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12172
12173         * mm-decode.el (mm-default-directory): Fix customize type.
12174
12175         * message.el (message-setup-fill-variables): Kludge to use
12176         normal-auto-fill-function even if auto fill is already activated.
12177
12178 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12179
12180         * message.el (message-do-auto-fill): New version that does not
12181         rely on text properties, by Simon Josefsson <jas@extundo.com>.
12182         (message-setup-1): Removed the `message-field' property.
12183
12184         * gnus-draft.el (gnus-draft-edit-message): Removed the
12185         `message-field' property.
12186
12187 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12188
12189         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
12190         `message-field'.  The `field' property has a special significance in
12191         Emacs 21.
12192
12193         * message.el (message-send, message-setup-1): Ditto.
12194
12195 2001-10-18  Simon Josefsson  <jas@extundo.com>
12196
12197         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
12198         when undoing.
12199
12200 2001-10-18  Simon Josefsson  <jas@extundo.com>
12201         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
12202
12203         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
12204         (gnus-summary-make-menu-bar): Ditto.
12205
12206 2001-10-17  Simon Josefsson  <jas@extundo.com>
12207
12208         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
12209         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
12210
12211 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12212
12213         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
12214         * gnus-util.el (gnus-user-date): New function.
12215         From Frank Schmitt <usenet@Frank-Schmitt.net>.
12216
12217 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12218
12219         * message.el (message-check-news-header-syntax): Special case
12220         nnvirtual groups.
12221
12222         * gnus-sum.el (gnus-summary-respool-default-method): Changed
12223         customize type to `symbol'.
12224
12225 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12226
12227         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
12228         %&foo;.
12229         (gnus-parse-simple-format): Support user extended spec too.
12230         %u&foo; invokes gnus-user-format-function-foo.
12231
12232 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12233
12234         * nnml.el (nnml-request-expire-articles): Make sure it is back to
12235         the server.
12236         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12237         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12238         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12239         * nndiary.el (nndiary-request-expire-articles): Ditto.
12240         (nndiary-schedule): Defsubst it before use it.
12241         (nndiary-error): eval-and-compile.
12242
12243 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12244
12245         * gnus-msg.el (gnus-post-method): Changed two instances of
12246         `active' to `current' and one `null' to `not'.
12247
12248 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12249         From Katsumi Yamaoka <yamaoka@jpl.org>.
12250
12251         * message.el (message-setup-fill-variables): Use
12252         `normal-auto-fill-function' instead of `auto-fill-function'.
12253
12254 2001-10-16  Simon Josefsson  <jas@extundo.com>
12255
12256         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
12257         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
12258         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
12259
12260 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12261         Patch by Oliver Scholz <oscholz@my.gnus.org>.
12262
12263         * gnus-draft.el (gnus-draft-edit-message): Add text property
12264         `field' with value `header' to message headers.
12265         * message.el (message-setup-1): Really add text property to all of
12266         the header, not just part of it.
12267
12268 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12269
12270         * gnus-group.el (gnus-group-sort-by-server): Use it.
12271
12272         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
12273
12274         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
12275         and keystroke.
12276
12277 2001-10-14  Simon Josefsson  <jas@extundo.com>
12278
12279         * dig.el: Doc fix.
12280
12281         * smime.el: Doc fix.
12282
12283         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
12284         charset magic from message.el.
12285
12286 2001-10-12  Simon Josefsson  <jas@extundo.com>
12287         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
12288
12289         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
12290         'cite from g-a-wash-types.
12291         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
12292         (gnus-article-hide-citation): Fix.
12293
12294         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
12295         character.
12296         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
12297
12298         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
12299         definition.
12300         (gnus-signature-toggle): Toggle `s' mode line character.
12301
12302         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
12303         doing stuff that clears it.
12304
12305 2001-10-12  Simon Josefsson  <jas@extundo.com>
12306
12307         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
12308         From Eric Marsden <emarsden@laas.fr>.
12309
12310 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12311
12312         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
12313         (autoload): Add some autoloads.
12314
12315 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12316         Suggested by Oliver Scholz <epameinondas@gmx.de>.
12317
12318         * message.el (message-do-auto-fill): New function.  Like
12319         `do-auto-fill' but don't fill when in the message header.
12320         (message-setup-1): Put a text property on the message header.
12321         (message-setup-fill-variables): Use `message-do-auto-fill'.
12322
12323 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12324
12325         * message.el (message-send-mail-partially): Insert an empty line
12326         first, because of the change of message-make-lines.
12327
12328 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
12329
12330         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
12331         iso-8859-15, make it an alias for iso-8859-1.
12332
12333 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * message.el (message-send-news): Don't modify the value of
12336         `message-syntax-checks' if it is not a list (possibly it is
12337         `dont-check-for-anything-just-trust-me').
12338
12339 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * gnus-group.el (gnus-group-name-charset-group-alist): Use
12342         `find-coding-system' for XEmacs to check whether the coding-system
12343         `utf-8' is available.
12344
12345 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12346
12347         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
12348
12349 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12350
12351         * message.el (message-send-news): Oops, missed case with no
12352         "Followup-To" header...
12353
12354 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12355
12356         * message.el (message-send-news): Allow
12357         `gnus-group-name-charset-group-alist' to affect encoding of the
12358         "Newsgroups" and "Followup-To" headers.
12359
12360 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12361
12362         * Makefile.in (install-el): Depend on gnus-load.el.
12363
12364 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12365
12366         * Makefile.in (install-el): Use -f.
12367         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
12368
12369 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
12370
12371         * message.el (message-send-news): Don't encode Followups-To when
12372         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
12373
12374         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
12375         header.
12376
12377         * gnus-art.el (article-decode-group-name): Also decode
12378         "Followup-To".
12379
12380         * rfc2047.el (rfc2047-encode-message-header): Encode without
12381         asking for null methods.
12382
12383         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
12384         default charset for newsgroup names in accordance with USEFOR.
12385
12386         * gnus-group.el (gnus-group-name-charset-method-alist,
12387         gnus-group-name-charset-group-alist): Removed "*" from doc
12388         strings, "*" should not be used for complex variables.
12389
12390 2001-10-06  Simon Josefsson  <jas@extundo.com>
12391
12392         Support UTF-8 group names better.
12393
12394         * message.el (message-check-news-header-syntax): Encode group
12395         names before comparison.
12396
12397         * gnus-msg.el (gnus-copy-article-buffer): Run all
12398         `gnus-article-decode-hook's except `article-decode-charset'
12399         instead of hardcoding call to one of them.
12400
12401         * gnus-art.el (gnus-article-decode-hook): Add
12402         `article-decode-group-name'.
12403         (article-decode-group-name): New function, use `g-d-n'.
12404
12405         * gnus-group.el (gnus-group-insert-group-line): Decode
12406         gnus-tmp-group using `g-d-n'.
12407
12408         * gnus-util.el (gnus-decode-newsgroups): New function.
12409
12410 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12411
12412         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
12413         `gnus-group-name-charset-group-alist'.
12414
12415 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12416
12417         * Makefile.in: Install el in install. Add uninstall.
12418
12419 2001-10-05  Simon Josefsson  <jas@extundo.com>
12420
12421         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
12422
12423         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
12424
12425         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
12426         empty folders.
12427
12428         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
12429         limiting if read-all (C-u RET) was used.
12430
12431 2001-10-04  Simon Josefsson  <jas@extundo.com>
12432
12433         * mail-source.el (mail-source-movemail-program): New variable.
12434         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
12435         <thutt@thutt.vmware.com>.
12436
12437 2001-10-03  Simon Josefsson  <jas@extundo.com>
12438
12439         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
12440         (gnus-summary-line-format-alist): Fix param.
12441
12442 2001-10-02  Simon Josefsson  <jas@extundo.com>
12443
12444         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
12445         don't go through `nnimap-request-expire-articles' to delete the
12446         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
12447
12448 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12449
12450         * gnus-agent.el (gnus-agent-write-active): The min in the
12451         agent/active may be larger than that in the server/active.
12452
12453 2001-10-01  Simon Josefsson  <jas@extundo.com>
12454
12455         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
12456         is IMAP4rev1.
12457
12458         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
12459
12460         * nnfolder.el: Ditto.
12461
12462 2001-09-30  Dan Christensen  <jdc@uwo.ca>
12463
12464         * gnus-sum.el (gnus-summary-extract-address-component): New function.
12465         (gnus-summary-from-or-to-or-newsgroups): Optimize.
12466
12467 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12468
12469         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
12470         (message-mode-menu): Menu item for same.
12471
12472         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
12473         delayed articles.
12474
12475         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
12476         nndraft:delayed does not exist.
12477         (gnus-delay-initialize): Don't set up keymap, that's done from
12478         message.el now.
12479         (gnus-delay, gnus-delay-group, gnus-delay-header)
12480         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
12481
12482 2001-09-29  Simon Josefsson  <jas@extundo.com>
12483
12484         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
12485         utf-8, not eight-bit-control.
12486
12487         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
12488         (imap-log, imap-debug): Custom.
12489         (imap-log-buffer, imap-debug-buffer): New constants.
12490         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
12491         (imap-network-open, imap-shell-open, imap-starttls-open)
12492         (imap-send-command-1, imap-send-command, imap-arrival-filter)
12493         (imap-debug): Use imap-*-buffer.
12494
12495         * nndoc.el (nndoc-article-type): Add mailman.
12496         (nndoc-type-alist): Ditto.
12497         (nndoc-mailman-type-p): New function.
12498
12499 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12500
12501         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
12502         gnus-art.el.
12503
12504 2001-09-27  Simon Josefsson  <jas@extundo.com>
12505
12506         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
12507         (gnus-topic-catchup-articles): New function. Suggested by Robin
12508         S. Socha <robin-dated-1001857693.185e29@socha.net>.
12509
12510 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12511         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
12512
12513         * gnus-ems.el (gnus-article-display-xface): Insert xface after
12514         previous ones.
12515
12516 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12517         From Daiki Ueno  <ueno@unixuser.org>
12518
12519         * gnus-sum.el (gnus-summary-show-article): The arglist of
12520         detect-coding-region is incompatible.
12521
12522 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12523         From Katsuhiro Hermit Endo <hermit@koka-in.org>
12524
12525         * gnus-group.el (gnus-group-delete-group): Typo.
12526
12527 2001-09-26  Simon Josefsson  <jas@extundo.com>
12528
12529         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
12530
12531         * nnimap.el (nnimap-expiry-target): Use temp buffer.
12532
12533 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12534
12535         * gnus-cus.el (gnus-group-parameters): Display as sexp.
12536
12537 2001-09-22  Simon Josefsson  <jas@extundo.com>
12538
12539         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
12540
12541         * nnfolder.el (nnfolder-open-marks): Ditto.
12542
12543         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
12544         (gnus-update-marks): Use it.
12545         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
12546         hardcoded list.
12547
12548         * gnus.el (gnus-article-special-mark-lists): Add killed.
12549         (gnus-article-unpropagated-mark-lists): New constant.
12550
12551 2001-09-22  Simon Josefsson  <jas@extundo.com>
12552
12553         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
12554         custom option.
12555
12556 2001-09-23  Simon Josefsson  <jas@extundo.com>
12557
12558         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
12559
12560 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12561
12562         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
12563
12564 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12565
12566         * gnus-group.el (gnus-group-sort-function): Fix customize type to
12567         accept lists of functions.
12568
12569 2001-09-20  Simon Josefsson  <jas@extundo.com>
12570
12571         * gnus-group.el (gnus-group-catchup): Update expire marks in
12572         backend.  Also, if ALL also set expire marks on tick/dormant.
12573
12574 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12575
12576         * message.el (message-tab-body-function): New variable.
12577         * message.el (message-tab): Use it.
12578
12579 2001-09-19  Sam Steingold  <sds@gnu.org>
12580
12581         * gnus-win.el (gnus-buffer-configuration): Respect
12582         `gnus-bug-create-help-buffer'.
12583
12584 2001-09-18  Simon Josefsson  <jas@extundo.com>
12585
12586         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
12587         (gnus-parse-simple-format): Re-revert.
12588
12589 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
12590         Trivial patch.
12591
12592         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
12593         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
12594
12595 2001-09-18  Simon Josefsson  <jas@extundo.com>
12596
12597         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
12598         signed.
12599         (gnus-parse-simple-format): Don't use it.
12600
12601 2001-09-17  Miles Bader  <miles@gnu.org>
12602
12603         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
12604         error querying a backend abort the whole process.
12605
12606 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12607
12608         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
12609         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
12610
12611 2001-09-17  Didier Verna  <didier@xemacs.org>
12612
12613         * nndiary.el: version 0.2-b14.
12614         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
12615         compatibility problem with XEmacs 21.1.
12616
12617 2001-09-15  Simon Josefsson  <jas@extundo.com>
12618
12619         * gnus-group.el (gnus-group-line-format): Document %c.
12620
12621         * nnml.el (nnml-parse-head): Handle CRLF files.
12622         (nnml-generate-nov-file): Ditto.
12623         (nnml-retrieve-headers): Ditto.
12624
12625 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
12626
12627         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
12628
12629 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
12630
12631         * gnus-spec.el (gnus-correct-substring): Still stopped one
12632         character before we wanted (never included last character).
12633         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
12634         add missing "," (once per function)
12635
12636 2001-09-14  Simon Josefsson  <jas@extundo.com>
12637
12638         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
12639         (otherwise e.g. gnus-agentize in .gnus overrides the customized
12640         default before gnus-group is loaded and the variable set.)
12641
12642         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
12643         killed or unsent marks.
12644
12645         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
12646         isn't an article to set it on (e.g. when you `a' in a group).
12647
12648 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12649
12650         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
12651         can read e-mails from Microsoft Outlook users not using ISO
12652         8859-2 character set.
12653
12654 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12655
12656         * gnus-diary.el: Minor modifications to avoid warnings.
12657         (gnus-summary-misc-menu): defvar.
12658         (gnus-diary-check-message): Use gnus-point-at-eol.
12659         (gnus-diary-kill-entire-line): eval-and-compile.
12660
12661 2001-09-12  Didier Verna  <didier@xemacs.org>
12662
12663         * nndiary.el: new version (0.2-b13).
12664         * nndiary.el (nndiary-mail-sources): doc update.
12665         * nndiary.el (nndiary-split-methods): ditto.
12666         * nndiary.el (nndiary-request-accept-article-hooks): New.
12667         * nndiary.el (nndiary-request-accept-article): use it, check
12668         message validity.
12669         * nndiary.el (nndiary-get-new-mail): changed default to nil.
12670         * nndiary.el (nndiary-schedule): fix bug (misplaced
12671         condition-case): it didn't return nil on error.
12672         * gnus-diary.el: new version.
12673         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
12674         * gnus-diary.el (gnus-diary-header-value-history): New.
12675         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
12676         * gnus-diary.el (gnus-diary-add-header): New.
12677         * gnus-diary.el (gnus-diary-check-message): New.
12678         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
12679         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
12680
12681 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12682
12683         * gnus-sum.el (gnus-select-newsgroup): Make
12684         `gnus-current-select-method' buffer-local.
12685
12686         * gnus-art.el (gnus-request-article-this-buffer): Refer
12687         `gnus-current-select-method' in the current summary buffer.
12688
12689 2001-09-10  Simon Josefsson  <jas@extundo.com>
12690         From Daniel Pittman <daniel@rimspace.net>
12691
12692         * gnus-spec.el (gnus-correct-pad-form): Fix.
12693
12694 2001-09-09  Simon Josefsson  <jas@extundo.com>
12695
12696         * mm-decode.el (mm-inline-media-tests): Add
12697         application/x-emacs-lisp.
12698         (mm-attachment-override-types): Add
12699         application/{x-,}pkcs7-signature.
12700
12701         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
12702         (gnus-server-line-format, gnus-server-mode-line-format)
12703         (gnus-server-browse-in-group-buffer): Customize.
12704
12705 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12706
12707         * nnml.el (nnml-marks-changed-p): Typo.
12708         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
12709         (nnml-marks-changed-p): Use gnus-gethash.
12710         (nnml-marks-modtime): Use gnus-make-hashtable.
12711
12712         * nnfolder.el (nnfolder-marks-changed-p): Typo.
12713         (nnfolder-request-expire-articles, nnfolder-save-marks)
12714         (nnfolder-open-marks): Typo.
12715         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
12716         (nnfolder-marks-changed-p): Use gnus-gethash.
12717         (nnfolder-marks-modtime): Use gnus-make-hashtable.
12718
12719 2001-09-08  Simon Josefsson  <jas@extundo.com>
12720
12721         * nnfolder.el (nnfolder-marks-modtime): New variable.
12722         (nnfolder-marks-changed-p): New function.
12723         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
12724         (nnfolder-request-update-info): Don't update if marks didn't change.
12725
12726         * nnml.el (nnml-marks-modtime): New variable.
12727         (nnml-marks-changed-p): New function.
12728         (nnml-save-marks, nnml-open-marks): Save modtime.
12729         (nnml-request-update-info): Don't update if marks didn't change.
12730
12731         * gnus-agent.el (gnus-agent-any-covered-gcc)
12732         (gnus-agent-add-server, gnus-agent-remove-server): Use
12733         gnus-agent-method-p.
12734
12735         * gnus-art.el (gnus-buttonized-mime-types): New variable.
12736         (gnus-unbuttonized-mime-type-p): Use it.
12737
12738         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
12739         fetch group.
12740
12741 2001-09-08  Simon Josefsson  <jas@extundo.com>
12742         From Daniel Pittman <daniel@rimspace.net>
12743
12744         * gnus-spec.el (gnus-correct-pad-form): New function.
12745         (gnus-parse-simple-format): Use it.
12746
12747 2001-09-07  Simon Josefsson  <jas@extundo.com>
12748
12749         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
12750         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
12751         Putnam <reader@newsguy.com>.
12752         (gnus-group-sort-selected-groups): Touch dribble file.
12753
12754 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
12755
12756         * nnml.el (nnml-filenames-are-evil): New variable.
12757         (nnml-article-to-file-alist): Rename to ...
12758         (nnml-current-group-article-to-file-alist): ... this.
12759         Respect `nnml-filenames-are-evil'.
12760         (nnml-active-number): Update.
12761         (nnml-update-file-alist): Update.
12762         (nnml-request-article): Use nnheader-article-to-file-alist.
12763         (nnml-request-rename-group): Likewise.
12764
12765 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * gnus-sum.el (gnus-summary-insert-line): Fix.
12768
12769 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
12770
12771         * gnus-sum.el: Bind g-s-t-s to "W g".
12772         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
12773         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
12774         display of graphical smilies.
12775
12776 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12777
12778         * gnus-start.el (gnus-setup-news): A typo.
12779         From Bill White <billw@wolfram.com>.
12780
12781 2001-09-06  Simon Josefsson  <jas@extundo.com>
12782
12783         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
12784         and unseen marks.
12785
12786 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12787
12788         * nnmail.el (nnmail-split-fancy): Document `junk'.
12789
12790 2001-09-04  Simon Josefsson  <jas@extundo.com>
12791
12792         * imap.el (imap-search): Don't error if server is broken.
12793
12794 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
12795
12796         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
12797         searching for an article that isn't in the mbox.
12798
12799 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12800
12801         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
12802         right, and get all the comments.
12803
12804 2001-09-02  Simon Josefsson  <jas@extundo.com>
12805         Suggested by Dan Christensen <jdc+news@uwo.ca>
12806
12807         * nnfolder.el (nnfolder-request-update-info): Fix message.
12808
12809         * nnml.el (nnml-request-update-info): Ditto.
12810
12811 2001-09-01  Simon Josefsson  <jas@extundo.com>
12812
12813         * nnml.el (nnml-request-expire-articles): Also bind
12814         `nnml-current-group' and `nnml-article-file-alist' when using
12815         expiry-target. (Otherwise nnml will be in a inconsistent internal
12816         state causing all kind of problems.)
12817         (nnml-request-expire-articles): If `nnml-article-to-file' or
12818         `file-attributes' failes, return article as un-expirable instead
12819         of treating it as expired.
12820
12821 2001-08-31  Sam Steingold  <sds@gnu.org>
12822
12823         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
12824         typo: `exmine' --> `examine'.
12825
12826 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12827
12828         * nndoc.el (nndoc-forward-type-p): It is not a digest.
12829
12830 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12831
12832         * nnml.el (nnml-check-directory-twice): Remove.
12833         (nnml-retrieve-headers): Ditto.
12834         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
12835
12836 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12837
12838         * nnheader.el (nnheader-directory-files-is-safe): No need to read
12839         directory twice on Windows, or on GNU Emacs-21.
12840
12841 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12842
12843         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
12844         (nnml-request-rename-group): Ditto.
12845         (nnml-active-number): Ditto.
12846         (nnml-request-create-group): Use nnml-directory-articles.
12847         (nnml-request-expire-articles): Use nnml-directory-articles, which
12848         gets list from nov database if available.
12849         (nnml-get-nov-buffer): New function.
12850         (nnml-open-nov): Use it.
12851         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
12852         gets alist from nov database if available.
12853         (nnml-directory-articles): New function.
12854         (nnml-article-to-file-alist): New function.
12855
12856 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12857
12858         * mm-decode.el (mm-display-external): Use `name' as filename, if
12859         `filename' attribute is not present.
12860
12861 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12862
12863         * mail-source.el (mail-source-flash): New defcustom.
12864         (mail-source-new-mail-p): Ring visible bell if appropriate.
12865         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
12866         timer is cleared even if mail check signals an error.
12867
12868 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12869
12870         * gnus-sum.el (gnus-summary-move-article): Only update marks of
12871         type 'list.
12872
12873 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12874
12875         * flow-fill.el (fill-flowed): eol might be point-max.
12876
12877 2001-08-27  Simon Josefsson  <jas@extundo.com>
12878
12879         * nnml.el (nnml-request-update-info): Fix message.
12880         (nnml-open-marks): Ditto.
12881
12882         * nnfolder.el (nnfolder-request-update-info):
12883         (nnfolder-open-marks): Fix message.
12884
12885 2001-08-25  Simon Josefsson  <jas@extundo.com>
12886
12887         * nnfolder.el (nnfolder-save-marks): Don't create directory named
12888         after group in ~/.
12889
12890 2001-08-25  Simon Josefsson  <jas@extundo.com>
12891         From Andreas Jaeger  <aj@suse.de>
12892
12893         * nnfolder.el (nnfolder-open-marks): Fix typo.
12894         * nnml.el (nnml-open-marks): Likewise.
12895
12896 2001-08-25  Simon Josefsson  <jas@extundo.com>
12897
12898         Make nnfolder groups self-contained as far as marks are concerned.
12899
12900         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
12901         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
12902         (nnfolder-open-server): Make marks directory.
12903         (nnfolder-request-delete-group): Delete marks file.
12904         (nnfolder-request-delete-group): Check of nov/marks file exist
12905         before deleting.
12906         (nnfolder-request-rename-group): Rename marks file.
12907         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
12908         (nnfolder-request-set-mark, nnfolder-request-update-info)
12909         (nnfolder-group-marks-pathname, nnfolder-save-marks)
12910         (nnfolder-open-marks): New functions.
12911         (top-level): Require gnus.
12912
12913 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12914
12915         * nnweb.el (nnweb-type-definition): Use google raw file.
12916         (nnweb-google-parse-1): Ditto.
12917         (nnweb-google-identity): Ditto.
12918         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
12919         (nnweb-altavista-wash-article): Ditto.
12920         (nnweb-request-article): Remove nnweb-decode-entities.
12921
12922         * nnml.el: Require 'gnus.
12923
12924 2001-08-25  Simon Josefsson  <jas@extundo.com>
12925
12926         * nnml.el (nnml-marks-is-evil): Add doc.
12927
12928 2001-08-25  Simon Josefsson  <jas@extundo.com>
12929
12930         * nnml.el (nnml-save-marks): Wrap saving marks in a
12931         condition-case, to allow user to start Gnus if saving marks failed
12932         for some reason.
12933
12934 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12935
12936         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
12937
12938         * gnus-group.el (gnus-update-group-mark-positions): Bind
12939         gnus-group-update-hook to nil.
12940
12941 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12942
12943         * mml.el (mml-generate-mime-1): Force as multibyte string.
12944
12945 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12946
12947         * gnus-sum.el (gnus-summary-insert-line)
12948         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
12949         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
12950
12951         * gnus-spec.el (gnus-correct-substring): Take optional END.
12952
12953         * nnrss.el (nnrss-request-article): Remove \n.
12954         (nnrss-retrieve-headers): Lines number is -1.
12955
12956 2001-08-24  Simon Josefsson  <jas@extundo.com>
12957
12958         * gnus-group.el (gnus-info-clear-data): Call
12959         nnfoo-request-set-mark to propagate marks.  Fix bug:
12960         `gnus-group-update-line' doesn't update read range unless we call
12961         `gnus-get-unread-articles-in-group' first.
12962
12963         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
12964         to server.
12965
12966 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12967
12968         * gnus-util.el (gnus-create-info-command): Return an interactive
12969         function.
12970
12971 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12972         From Katsumi Yamaoka <yamaoka@jpl.org>
12973
12974         * gnus-spec.el (gnus-parse-complex-format): Use equal.
12975
12976 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12977
12978         * gnus-sum.el (gnus-select-newsgroup): Use it.
12979
12980         * gnus-util.el (gnus-not-ignore): New function.
12981
12982         * lpath.el (featurep): Don't fbind char-int.
12983
12984         * gnus-util.el (gnus-create-info-command): New function.
12985
12986         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
12987         right node.
12988
12989         * gnus-sum.el (gnus-select-newsgroup): Clean up.
12990         (gnus-summary-limit-children): Use 'identity instead of `all'.
12991         (gnus-summary-limit-to-display-predicate): New command and
12992         keystroke.
12993
12994 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12995
12996         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
12997
12998         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
12999
13000 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13001
13002         * gnus-spec.el: Add the Gnus version.
13003         (gnus-update-format-specifications): If the Gnus version changes,
13004         nix out the format spec cache.
13005
13006         * gnus.el (gnus-continuum-version): Made into a command and
13007         optionalize the VERSION.
13008
13009         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
13010         the start of the lines.
13011
13012 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13013
13014         * gnus.el (gnus-visual-p): Define function before use of
13015         function.
13016
13017 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13018
13019         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
13020         (gnus-article-mark-to-type): New function.
13021         (gnus-update-missing-marks): Only update marks of type 'list.
13022
13023         * gnus.el (gnus-article-special-mark-lists): New variable.
13024
13025 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13026
13027         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
13028         (gnus-select-newsgroup): Still use 'all.
13029         (gnus-summary-initial-limit): Comparing with 'all.
13030
13031 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13032
13033         * gnus-start.el (gnus-activate-group): If dont-check, don't update
13034         active.
13035
13036 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13037
13038         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
13039         nnslashdot-*-retrieve-headers.
13040         (nnslashdot-request-article): Fix for slashcode 2.2.
13041         (nnslashdot-make-tuple): New function.
13042         (nnslashdot-read-groups): Use it.
13043
13044 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13045
13046         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
13047         list.
13048
13049         * gnus-sum.el (gnus-summary-move-article): Don't select article.
13050
13051 2001-08-20  Simon Josefsson  <jas@extundo.com>
13052
13053         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
13054         opened, error instead of continuing (and exploding later).
13055
13056 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13057
13058         * gnus.el (gnus-expand-group-parameters): Return the parameter
13059         list.
13060
13061         * gnus-sum.el (gnus-summary-show-article): Doc fix.
13062         (gnus-summary-show-article): Guess at charset if required.
13063
13064         * gnus-spec.el (gnus-correct-substring): Stopped one character
13065         before we wanted.
13066
13067 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13068
13069         * earcon.el (earcon-auto-play): Remove unused option.
13070
13071 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13072
13073         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
13074         message down in levels, since it happens very fast.
13075
13076         * smiley-ems.el (smiley-update-cache): Respect the symbol version
13077         of smiley-regexp-alist.
13078
13079         * mm-view.el (mm-inline-text): Ignore vcard errors.
13080
13081         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
13082
13083         * gnus-score.el (gnus-all-score-files): Use append instead of
13084         nconc.
13085
13086         * gnus.el (gnus-splash-face): Doc fix.
13087
13088         * mm-decode.el (mm-mailcap-command): Use
13089         mm-path-name-rewrite-functions.
13090         (mm-path-name-rewrite-functions): New variable.
13091
13092         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
13093         (gnus-complex-form-to-spec): Insert tab.
13094         (gnus-spec-tab): New function.
13095
13096         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
13097         entering the group.
13098
13099         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
13100         the positional spec.
13101         (gnus-parse-complex-format): React to %C.
13102
13103         * gnus-ems.el (gnus-char-width): Moved here.
13104
13105         * gnus-sum.el (gnus-select-newsgroup): Set
13106         gnus-newsgroup-articles.
13107         (gnus-unseen-mark): New variable.
13108         (gnus-newsgroup-unseen): Ditto.
13109         (gnus-newsgroup-seen): Ditto.
13110         (gnus-adjust-marked-articles): Use them.
13111         (gnus-update-marks): Use them.
13112         (gnus-summary-update-secondary-mark): Display.
13113         (gnus-summary-prepare-threads): Display.
13114
13115         * gnus-msg.el (gnus-inews-group-method): Use and return the
13116         method, not the server.
13117
13118 2001-08-19  Simon Josefsson  <jas@extundo.com>
13119
13120         * gnus-srvr.el (gnus-server-agent-face): New.
13121         (gnus-server-agent-face): New.
13122         (gnus-server-mode): Turn on font-lock-mode.
13123
13124         * gnus.el (gnus-server-visual): Add defgroup.
13125
13126 2001-08-19  Simon Josefsson  <jas@extundo.com>
13127         From Joe Casadonte <jcasadonte@northbound-train.com>
13128
13129         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
13130         gnus-server-denied-face): New.
13131         (gnus-server-opened-face, gnus-server-closed-face,
13132         gnus-server-denied-face): New.
13133         (gnus-server-font-lock-keywords): Add.
13134
13135 2001-08-19  Simon Josefsson  <jas@extundo.com>
13136
13137         * nnml.el (nnml-request-set-mark): Return nil.
13138         (nnml-save-marks): Use nnml-possibly-create-directory.
13139         (nnml-open-marks): Only work in temp buffer when inserting/reading
13140         .marks file.
13141
13142 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13143
13144         * gnus.el (gnus-expand-group-parameters): Fix.
13145
13146         * gnus-spec.el (gnus-char-width): New function.
13147         (gnus-correct-substring, gnus-correct-length): Use it.
13148
13149         * message.el (message-required-mail-headers): Fix doc.
13150
13151 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13152
13153         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
13154
13155         * mm-decode.el (mm-save-part-to-file): Insert the handle.
13156
13157 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13158
13159         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
13160         slashdot 2.2 (not fully fixed yet).
13161         (nnslashdot-request-article): Ditto.
13162
13163 2001-08-18  Simon Josefsson  <jas@extundo.com>
13164
13165         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
13166         nnimap.
13167
13168         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
13169         gnus-util.
13170         (nnimap-request-update-info-internal): Use new functions.
13171
13172         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
13173         new functions.
13174
13175 2001-08-18  Simon Josefsson  <jas@extundo.com>
13176
13177         Make nnml groups self-contained as far as marks are concerned.
13178
13179         * nnml.el (nnml-request-delete-group): Delete marks file.
13180         (nnml-request-rename-group): Move marks file.
13181         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
13182         variables.
13183         (nnml-request-set-mark, nnml-request-update-info): New server
13184         functions.
13185         (nnml-save-marks, nnml-open-marks): New functions.
13186
13187 2001-08-18  Simon Josefsson  <jas@extundo.com>
13188
13189         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
13190         `set' when setting marks.
13191
13192 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13193
13194         * gnus.el (gnus-info-find-node): Take an argument.
13195
13196         * gnus-art.el (gnus-button-handle-info): New function.
13197         (gnus-url-unhex-string): Replace "+" with " ".
13198
13199 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13200
13201         * message.el (message-check-news-header-syntax): Check bad From.
13202
13203 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13204
13205         * gnus-spec.el (gnus-correct-length): New function.
13206         (gnus-correct-substring): New function.
13207         (gnus-tilde-max-form): Use it.
13208
13209 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
13210
13211         * nnmh.el: Docstring changes as below.
13212
13213         * nnml.el: Docstring changes as below.
13214
13215         * nnbabyl.el: Docstring changes as below.
13216
13217         * nnmbox.el: Docstring changes as below.
13218
13219         * nnfolder.el: Added docstrings identifying each virtual server
13220         parameter.
13221
13222 2001-08-18  Simon Josefsson  <jas@extundo.com>
13223
13224         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
13225
13226 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
13227
13228         * message.el: rename "Abort Message" to "Postpone Message".
13229         Remove "Attach file as MIME" from Message menu, it's already in
13230         the MIME menu.
13231
13232 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13233
13234         * smime.el (smime-point-at-eol): eval-and-compile.
13235         (smime-make-temp-file): New function.
13236         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
13237         Use it.
13238
13239 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13240
13241         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
13242         (gnus-agent-summary-fetch-group): New command and keystroke.
13243
13244         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
13245         (gnus-mime-display-security): Make it respect
13246         gnus-unbuttonized-mime-type-p.
13247
13248         * gnus-sum.el (gnus-articles-to-read): Comments.
13249         (gnus-article-marked-p): New function.
13250         (gnus-summary-display-make-predicate): New function.
13251         (gnus-select-newsgroup): Use them.
13252
13253         * mm-decode.el (mm-save-part-to-file): Made it not error.
13254
13255 2001-08-17  Simon Josefsson  <jas@extundo.com>
13256
13257         * imap.el (imap-wait-for-tag): If process-status isn't open or
13258         run, return nil instead of sit-for looping.
13259
13260 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13261
13262         * lpath.el (featurep): fbind xml-parse-region.
13263
13264         * gnus.el (gnus-message-archive-method): Default to "archive".
13265         (gnus-message-archive-method): Doc fix.
13266         (gnus-parameters-get-parameter): Cleaned up.
13267         (gnus-expand-group-parameter): New function.
13268
13269         * gnus-start.el (gnus-setup-news): Push the archive server only
13270         the server list.
13271
13272         * mml.el (mml-menu): Changed name to "Attachments".
13273
13274         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
13275         when there is something to detroy.
13276
13277 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13278
13279         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
13280         nil.
13281
13282 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13283
13284         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
13285         which specifies a time today or tomorrow.
13286
13287 2001-08-15  Simon Josefsson  <jas@extundo.com>
13288         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
13289
13290         * gnus-agent.el (gnus-agent-make-mode-line-string)
13291         (gnus-agent-toggle-plugged): Use new API.
13292
13293 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13294
13295         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
13296         deadline has expired.
13297
13298 2001-08-12  Simon Josefsson  <jas@extundo.com>
13299         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
13300
13301         Support `recent' mark indicating newly arrived messages (to
13302         separate from old but unread messages).
13303
13304         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
13305         `nnmail-split-history' if recent is > 0.
13306         (nnimap-request-update-info-internal): Update `recent' marks.
13307         (nnimap-request-set-mark): Never set `recent' marks.
13308         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
13309         recent.
13310
13311         * gnus-sum.el (gnus-recent-mark): New mark.
13312         (gnus-newsgroup-recent): New variable.
13313         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
13314         (gnus-summary-prepare-threads): Mark recent articles.
13315         (gnus-summary-add-mark): Support recent.
13316         (gnus-summary-update-secondary-mark): Support recent.
13317
13318         * gnus.el (gnus-article-mark-lists): Add recent.
13319
13320 2001-08-12  Simon Josefsson  <jas@extundo.com>
13321
13322         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
13323         whether successful decoding took place.  Add doc.
13324
13325 2001-08-12  Simon Josefsson  <jas@extundo.com>
13326         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
13327
13328         * gnus.el (gnus-summary-line-format, gnus-parameters):
13329         * gnus-gl.el (gnus-summary-grouplens-line-format):
13330         * gnus-salt.el (gnus-summary-pick-line-format):
13331         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
13332
13333 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
13334         Committed by Kai Gro\e,b_\e(Bjohann.
13335
13336         * gnus-score.el (gnus-score-string): Fix `match' regexp
13337         for `extra' header case.
13338
13339 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13340
13341         * nnmbox.el (nnmbox-read-mbox): No warning.
13342
13343 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13344
13345         * nndoc.el (nndoc-article-type): Fix doc.
13346         (nndoc-generate-article-function): New variable.
13347         (nndoc-dissection-function): New variable.
13348         (nndoc-type-alist): Add oe-dbx.
13349         (nndoc-oe-dbx-type-p): New function.
13350         (nndoc-oe-dbx-dissection): New function.
13351         (nndoc-oe-dbx-generate-article): New function.
13352
13353 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13354
13355         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
13356         whether deadline has been reached.  Patch from Dan Nicolaescu
13357         <dann@godzilla.ics.uci.edu>.
13358
13359 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13360
13361         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
13362         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
13363         <rintaman@cs.Helsinki.FI>.
13364
13365         * mail-source.el (mail-source-movemail): The error buffer is
13366         modified, but nothing in it.
13367
13368 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13369
13370         * message.el (message-bogus-system-names): New variable.
13371         (message-make-fqdn): Use it.
13372
13373 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13374
13375         * nndraft.el (nndraft-request-group): Use
13376         nndraft-auto-save-file-name.
13377
13378 2001-08-09  Simon Josefsson  <jas@extundo.com>
13379
13380         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
13381         Don't ask whether to decrypt.  Just leave result in buffer (don't
13382         call mm).
13383
13384         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
13385         parts as well.
13386         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
13387         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
13388
13389 2001-08-09  Simon Josefsson  <jas@extundo.com>
13390
13391         * mm-decode.el (mm-insert-part): Return decoding success status.
13392         (mm-save-part-to-file): Error if decoding failed.
13393
13394 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13395
13396         * message.el (message-tab): Use indent-relative.
13397         (message-mode): Don't bind indent-line-function to indent-relative.
13398
13399 2001-08-09  Simon Josefsson  <jas@extundo.com>
13400
13401         * message.el (message-get-reply-headers): Fix string. Suggested by
13402         Christoph Conrad <cc@cli.de>.
13403
13404 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13405
13406         * message.el (message-tab): Use the current value of
13407         indent-line-function.
13408         (message-mode): Bind indent-line-function to indent-relative.
13409
13410 2001-08-08  Simon Josefsson  <jas@extundo.com>
13411
13412         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
13413         whether `imtest' is installed.
13414
13415 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13416         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13417
13418         * gnus-sum.el (gnus-summary-show-article): Call
13419         gnus-summary-update-secondary-secondary-mark.
13420         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
13421         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
13422
13423 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13424
13425         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
13426
13427         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13428
13429         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
13430         <gerd@gnu.org>.
13431
13432         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
13433
13434         * gnus-util.el (gnus-output-to-rmail): Ditto.
13435         (gnus-output-to-mail): Ditto.
13436
13437         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
13438
13439 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
13440
13441         * message.el (message-indent-citation): Use
13442         `message-yank-cited-prefix' for empty lines.
13443
13444 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
13445
13446         * message.el (message-indent-citation): Quote only lines starting
13447         with ">" using `message-yank-cited-prefix'.
13448
13449 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13450         Trivial patch.
13451
13452         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
13453         gnus-cache-fully-p.
13454
13455 2001-08-04  Simon Josefsson  <jas@extundo.com>
13456
13457         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
13458         file if it doesn't exist (by calling gnus-cache-read-active).
13459
13460 2001-08-04  Simon Josefsson  <jas@extundo.com>
13461
13462         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
13463         (gnus-cache-passively-or-fully-p): Removed.
13464         (gnus-cache-fully-p): Fix it.
13465
13466         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
13467
13468 2001-08-04  Simon Josefsson  <jas@extundo.com>
13469
13470         * gnus-cache.el (gnus-cache-fully-p)
13471         (gnus-cache-passively-or-fully-p): New functions.
13472         (gnus-cache-possibly-enter-article): Cosmetic change, use
13473         `g-c-p-o-f-p'.
13474         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
13475         was bogus (`g-c-p-a-a' does not change active info, just change
13476         the functions parameters).
13477         (gnus-cache-possibly-remove-articles-1): Make sure articles are
13478         not removed in groups that match `gnus-uncacheable-groups'.
13479
13480         Reported and modifications based on discussions with Nuutti
13481         Kotivuori <nuutti.kotivuori@smarttrust.com>.
13482
13483 2001-08-04  Simon Josefsson  <jas@extundo.com>
13484         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13485
13486         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
13487         calls `gnus-cache-update-active' if bounds has been extended.
13488
13489 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13490
13491         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
13492         before remove.
13493         (gnus-mime-security-show-details): Ditto.
13494
13495 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13496
13497         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
13498         syntax.  Protect string-match against nil string and regexp.
13499
13500 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13501
13502         * mm-util.el (mm-find-charset-region): Remove control-1.
13503
13504 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13505
13506         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
13507
13508 2001-08-04  Simon Josefsson  <jas@extundo.com>
13509
13510         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
13511         buffer.  Delete MIME-Version header.
13512
13513 2001-08-03  Simon Josefsson  <jas@extundo.com>
13514
13515         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
13516         that is entered does not necessarily have the highest article
13517         number in the group, so use `gnus-cache-possibly-alter-active'
13518         instead of `gnus-cache-update-active'.
13519
13520 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13521
13522         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
13523
13524 2001-08-03  Simon Josefsson  <jas@extundo.com>
13525
13526         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
13527         menu.
13528
13529 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gnus.el (post-method): New group parameter.  It also provides
13532         the user option `gnus-post-method-alist' and the internal function
13533         `gnus-parameter-post-method'.
13534
13535         * gnus-msg.el (gnus-post-method): Bind the value of
13536         `gnus-post-method' to the group parameter if it is defined.
13537
13538 2001-08-02  Simon Josefsson  <jas@extundo.com>
13539
13540         * smime.el (smime-extra-arguments): Removed.
13541         (smime-call-openssl-region): Don't use it.
13542
13543 2001-08-02  Simon Josefsson  <jas@extundo.com>
13544
13545         * smime.el (smime-sign-region): Handle stderr.
13546         (smime-encrypt-region): Ditto.
13547
13548         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
13549         match the ASN.1 length bytes.
13550         (mm-pkcs7-enveloped-magic): Ditto.
13551         (mm-view-pkcs7-get-type): Don't regexp quote.
13552
13553 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13554         From Andreas Fuchs <asf@void.at>
13555
13556         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
13557
13558 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13559
13560         * gnus-art.el (gnus-header-button-alist): References regexp.
13561
13562 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
13563
13564         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
13565         already fboundp.  Add INTERACTIVE arg to autoload form.
13566
13567 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13568
13569         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
13570
13571         * nnmail.el (nnmail-cache-open): Ditto.
13572
13573 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13574
13575         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
13576
13577 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
13580
13581 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13582         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13583
13584         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
13585         (gnus-agent-toggle-plugged): Use it.
13586
13587 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13588
13589         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
13590         (gnus-ding-file-coding-system): New variable.
13591         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
13592         (gnus-slave-save-newsrc): Use it.
13593
13594 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13595
13596         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
13597         syntax.
13598
13599 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13600         Originally from Andreas Fuchs <asf@void.at>
13601
13602         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
13603         (mml2015-gpg-pretty-print-fpr): New function.
13604         (mml2015-gpg-extract-signature-details): More details, rename from
13605         `m-g-e-from'.
13606         (mml2015-gpg-verify): Use them.
13607         (mml2015-gpg-clear-verify): Use them.
13608
13609 2001-07-31  Simon Josefsson  <jas@extundo.com>
13610
13611         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
13612         buffer when done.
13613
13614 2001-07-30  Simon Josefsson  <jas@extundo.com>
13615
13616         * smime.el (smime-call-openssl-region): Revert previous change,
13617         just pass on buf to `call-process-region'.
13618         (smime-verify-region): Doc fix.  Don't message stuff.  Use
13619         `smime-new-details-buffer'.  Inserts error messages into buffer.
13620         (smime-noverify-region): Ditto.
13621         (smime-decrypt-region): Ditto.  Handles stderr separately.
13622         (smime-verify-buffer, smime-noverify-buffer)
13623         (smime-decrypt-buffer): Doc fix.
13624         (smime-new-details-buffer): New function.
13625         (smime-pkcs7-region, smime-pkcs7-certificates-region)
13626         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
13627         (smime-sign-region, smime-encrypt-region): Don't use
13628         `insert-buffer'.
13629
13630         * mml-smime.el (mml-smime-verify): Fix security button strings.
13631
13632 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13633
13634         * gnus-art.el (gnus-mime-save-part-and-strip): Save
13635         gnus-article-mime-handles.
13636
13637 2001-07-29  Simon Josefsson  <jas@extundo.com>
13638
13639         * mail-source.el (top-level): Require message for message-directory.
13640         (mail-source-directory): Change default to message-directory.
13641
13642         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
13643         (smime-certificate-directory, smime-openssl-program)
13644         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
13645         (smime-extra-arguments): New variable.
13646         (smime-dns-server): Fix customize group.
13647         (smime-call-openssl-region): Use `smime-extra-arguments'.
13648
13649 2001-07-29  Simon Josefsson  <jas@extundo.com>
13650         From Vladimir Volovich <vvv@vsu.ru>
13651
13652         * smime.el (smime-call-openssl-region): Ignore stderr.
13653
13654 2001-07-29  Simon Josefsson  <jas@extundo.com>
13655         From Christoph Conrad <christoph.conrad@gmx.de>
13656
13657         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
13658         file.
13659
13660 2001-07-29  Simon Josefsson  <jas@extundo.com>
13661
13662         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
13663
13664         Support S/MIME decryption.
13665
13666         * mm-decode.el (mm-inline-media-tests):
13667         (mm-inlined-types):
13668         (mm-automatic-display):
13669         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
13670
13671         * mm-view.el (mm-pkcs7-signed-magic):
13672         (mm-pkcs7-enveloped-magic): New variables.
13673         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
13674         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
13675         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
13676         PKCS#7 blobs.
13677
13678         * smime.el (smime-decrypt-region): Expand keyfile.
13679
13680 2001-07-29  Simon Josefsson  <jas@extundo.com>
13681
13682         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
13683         `ssl.el' variables.
13684
13685         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
13686         but line instead of narrowing to it, because `nnmail-parse-active'
13687         calls widen.  Thanks to Christoph Conrad
13688         <christoph.conrad@gmx.de>.
13689
13690 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13691
13692         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
13693         for %B spec.
13694
13695         * gnus-sum.el (gnus-summary-prepare-threads): If
13696         gnus-sum-thread-tree-root is nil, use subject instead.
13697         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
13698         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13699         (gnus-sum-thread-tree-leaf-with-other)
13700         (gnus-sum-thread-tree-single-leaf): Documentation.
13701         (gnus-sum-thread-tree-single-indent): Allow nil.
13702
13703 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13704
13705         * message.el (message-fill-paragraph): Do nothing if the user
13706         wants filladapt-mode.
13707
13708 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13709
13710         * mm-decode.el (mm-image-type-from-buffer): New function.
13711         (mm-get-image): Use it.
13712
13713 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13714
13715         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
13716
13717         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
13718         mm-display-parts too.
13719
13720 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13721
13722         * nnfolder.el (nnfolder-request-accept-article): Bind
13723         nntp-server-buffer.
13724
13725         * nnmail.el (nnmail-parse-active): Read from buffer instead of
13726         nntp-server-buffer.
13727
13728 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13729
13730         * message.el (message-check-news-header-syntax): Use
13731         message-post-method.
13732         (message-send-news): Bind message-post-method.
13733
13734 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13735
13736         * mml.el (mml-tweak-type-alist): New variable.
13737         (mml-tweak-function-alist): New variable.
13738         (mml-tweak-part): New function.
13739         (mml-generate-mime-1): Use it.
13740
13741 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13742
13743         * nnfolder.el (nnfolder-request-accept-article): Replace
13744         nnfolder-request-list.
13745
13746 2001-07-27  Simon Josefsson  <jas@extundo.com>
13747
13748         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
13749         nnoo-change-server failed to do it.
13750
13751 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13752
13753         * gnus.el (gnus-parameters): Make it customizable.
13754
13755 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13756
13757         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
13758
13759         * message.el (message-set-auto-save-file-name): More
13760         poor-system-types.
13761
13762         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
13763
13764         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
13765         supports +.
13766
13767 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13768
13769         * mm-decode.el (mm-readable-p): New function.
13770         (mm-inline-media-tests): Fix the default testers.
13771
13772 2001-07-26  Simon Josefsson  <jas@extundo.com>
13773
13774         * nnimap.el (nnimap-version): Bump version number.
13775
13776 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13777         From Steven E. Harris <seh@speakeasy.org>
13778
13779         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
13780         in M$Windows too.
13781
13782 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13783
13784         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
13785
13786 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13787
13788         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
13789
13790         * mm-decode.el (mm-get-image): Guess then use the type.
13791
13792         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
13793
13794 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
13795
13796         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
13797         display (%B) for threads if threading is off.
13798
13799 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13800         From Henrik Enberg <henrik@enberg.org>
13801
13802         * gnus-msg.el: Customization patch.
13803
13804 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
13805
13806         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
13807         variable.
13808         (nnmail-split-fancy-with-parent): Ignore certain groups.
13809
13810 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13811
13812         * gnus-util.el (gnus-byte-compile): New function.
13813         (gnus-use-byte-compile): New variable.
13814         (gnus-make-sort-function): Use it.
13815
13816         * nnmail.el (nnmail-get-new-mail): Use it.
13817
13818         * gnus-agent.el (gnus-category-make-function): Simple function or
13819         compiled function.
13820         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
13821
13822         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
13823         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
13824         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
13825
13826         * message.el (message-check-news-header-syntax): Remove quote.
13827
13828 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13829
13830         * message.el (message-use-mail-followup-to): `t' is not a
13831         documented value.
13832
13833 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13834
13835         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
13836
13837 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13838
13839         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
13840         there are long lines.
13841
13842 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * dgnushack.el (copy-list): New compiler macro.
13845
13846 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13847
13848         * message.el (message-bounce): If no Return-Path, the whole
13849         content is considered as the original message.
13850
13851         * nnml.el (nnml-check-directory-twice): New variable.
13852         (nnml-article-to-file): Use it.
13853         (nnml-retrieve-headers): Hack it.
13854
13855 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13856
13857         * gnus-win.el (gnus-buffer-configuration): New configure.
13858
13859         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
13860         not alive.
13861
13862         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
13863         (mm-display-external): Use display-term configure.
13864
13865 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13866
13867         * gnus-delay.el (gnus-delay-default-hour): New variable.
13868         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
13869
13870 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13871         From Karl Kleinpaste <karl@charcoal.com>
13872
13873         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
13874         (gnus-summary-prepare-threads): Ditto.
13875
13876         * gnus.el (gnus-summary-line-format): Add %B.
13877
13878 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13879
13880         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
13881
13882         * mm-util.el (mm-string-as-multibyte): New function.
13883
13884         * nnmh.el (nnmh-request-list-1): Encode, not decode!
13885
13886 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13887
13888         * mm-util.el (mm-universal-coding-system): New variable.
13889
13890         * gnus-start.el (gnus-startup-file-coding-system): Use it.
13891
13892         * score-mode.el (score-mode-coding-system): Use it.
13893
13894 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * gnus-start.el (gnus-setup-news): Call
13897         `gnus-check-bogus-newsgroups' just after the native server is
13898         opened.
13899
13900 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13901
13902         * nnmail.el (nnmail-do-request-post): Util function to be used by
13903         `nnchoke-request-post' for all nnmail-derived backends.
13904
13905         * nnml.el (nnml-request-post): Use it.
13906
13907         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
13908         backend, for it groks nnml-request-post.
13909
13910         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
13911         Treat `mail-post' backends like `mail' backends, not like `news'
13912         backends.
13913
13914 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13915
13916         * gnus-msg.el (gnus-setup-message): make-local-hook.
13917
13918 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13919
13920         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
13921         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
13922         <karl@charcoal.com>, slightly changed by Kai.
13923
13924         * message.el (message-check-news-header-syntax): When checking
13925         whether the groups exist, check the right server based on
13926         `gnus-post-method'.
13927
13928 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13929
13930         * gnus-delay.el: New file.
13931
13932 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13933
13934         * mm-util.el (mm-read-coding-system): Take two arguments.
13935
13936         * gnus-sum.el (gnus-summary-show-article): Use
13937         mm-read-coding-system.
13938
13939         * gnus-art.el (article-de-quoted-unreadable):
13940         (article-de-base64-unreadable, article-wash-html):
13941         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
13942
13943 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13944
13945         * nnml.el (nnml-request-post): New function.  Can be used for
13946         annotations in nnml groups.
13947
13948 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
13951         command.
13952
13953         * gnus-start.el (gnus-find-new-newsgroups): Use
13954         `message-make-date' instead of `current-time-string'.
13955         (gnus-ask-server-for-new-groups): Ditto.
13956         (gnus-check-first-time-used): Ditto.
13957
13958 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13959
13960         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
13961
13962 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
13963
13964         * message.el (message-shorten-references): Change `maxcount' and
13965         `cut' to obey USEFOR draft 5.
13966
13967 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
13968
13969         * gnus-sum.el (gnus-summary-display-arrow): New variable.
13970         (gnus-summary-set-article-display-arrow): New function.
13971         (gnus-summary-goto-subject): Use it.
13972
13973 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13974
13975         * gnus-sum.el (gnus-summary-import-article): Insert date if
13976         doesn't exist.
13977
13978 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13979
13980         * mml.el (mml-content-type-parameters): New variable.
13981         (mml-content-disposition-parameters): New variable.
13982         (mml-insert-mime-headers): Use them.
13983         (mml-parse-1): Accept charset.
13984
13985 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13986
13987         * gnus-group.el (gnus-group-select-group): Doc fix.
13988
13989         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
13990
13991 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
13994         to handle `define-derived-mode'.
13995
13996 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13997         From:  Stefan Monnier  <monnier@cs.yale.edu>
13998
13999         * message.el (message-mode): Use define-derived-mode.
14000         (message-tab): message-completion-alist.
14001
14002         * imap.el (imap-interactive-login): Use make-local-variable.
14003         (imap-open): Ditto.
14004         (imap-authenticate): Ditto.
14005
14006         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
14007
14008         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
14009
14010 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14011
14012         * message.el (message-citation-line-function): Refer to
14013         gnus-cite-attribution-suffix.
14014
14015 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14016
14017         * gnus-art.el,...: Error convention changes.
14018
14019 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14020
14021         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
14022
14023 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14024
14025         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
14026         (nnrss-read-server-data): Ditto.
14027
14028 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14029
14030         * gnus-setup.el (gnus-use-installed-gnus): Typo.
14031         * Cleanup files.
14032         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
14033
14034 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14035
14036         * gnus.el (gnus-summary-line-format): Add %o.
14037
14038         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
14039         unless shell outputs something.
14040
14041 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14042
14043         * gnus-art.el (gnus-boring-article-headers): Better doc.
14044         (article-hide-headers): Better regexp.
14045         Suggested by Matt Swift <swift@alum.mit.edu>.
14046
14047         * nnheader.el (nnheader-max-head-length): Better doc.
14048         (nnheader-header-value): Skip spaces.
14049         (nnheader-parse-head): Remove space.
14050         Suggested by Matt Swift <swift@alum.mit.edu>.
14051
14052         * gnus-sum.el (gnus-summary-show-raw-article): New function.
14053         (gnus-get-newsgroup-headers): Remove space.
14054
14055 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14056
14057         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
14058         (gnus-summary-reply): Use it.
14059         (gnus-summary-reply-broken-reply-to): New function.
14060         (gnus-msg-force-broken-reply-to): New function.
14061
14062         * mm-view.el (mm-inline-text): Showing as text/plain when error.
14063
14064 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14065
14066         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
14067
14068 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14069
14070         * mm-decode.el (mm-external-terminal-program): New variable.
14071         (mm-display-external): Use it. Use term to display when no
14072         window-system.
14073
14074 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
14075
14076         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
14077         Browse->Next entries to Browse->Prev
14078
14079 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14080
14081         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
14082
14083 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14084
14085         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
14086         for the default encoding.
14087
14088         * nnrss.el (nnrss-url-field): New field.
14089         (nnrss-request-article): Add newsgroups.
14090
14091         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
14092
14093 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14094
14095         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
14096
14097         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
14098         (gnus-draft-setup): Remove backlog.
14099
14100 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14101
14102         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
14103         Cleanup.
14104
14105 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14106
14107         * gnus-msg.el (gnus-bug): Erase buffer.
14108
14109         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
14110
14111 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14112
14113         * mm-decode.el (mm-attachment-override-p): Fix typo.
14114
14115 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * gnus-kill.el (gnus-execute): Work with the extra headers.
14118         * gnus-sum.el (gnus-summary-execute-command): Ditto.
14119
14120 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14121
14122         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
14123         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
14124
14125         * message.el (message-send-mail-real-function): New variable.
14126         (message-send-mail-partially, message-send-mail):
14127
14128         * nngateway.el (nngateway-request-post): Use it.
14129
14130         * gnus-agent.el (gnus-agentize): Use it.
14131
14132         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
14133         (nnsoup-revert-variables): Use it.
14134
14135 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
14136
14137         * mm-decode.el (mm-inline-media-tests): Default to displaying as
14138         text/plain if the type doesn't match any other media types.
14139         (mm-inlined-types): Doc fix.
14140         (mm-display-inline): Revert previous change (now handled by a
14141         default type in `mm-inline-media-tests'.
14142         (mm-inlinable-p): Revive.
14143         (mm-display-part): Call `mm-inlinable-p'.
14144         (mm-attachment-override-p): Ditto.
14145         (mm-inlined-p): Doc fix.
14146
14147         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
14148         well as `mm-inlined-p'.
14149
14150 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14151
14152         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
14153         (nntp-send-command-and-decode): Use gnus-point-at-bol.
14154
14155 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14156         From  Paul Jarc <prj@po.cwru.edu>
14157
14158         * message.el (message-use-mail-followup-to): New variable.
14159         (message-get-reply-headers): Use it.
14160
14161 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
14162
14163         * nnheader.el (nnheader-init-server-buffer): Make sure the
14164         *nntpd* buffer is made multibyte instead of a random buffer.
14165
14166 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14167
14168         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
14169         when it returns headers.
14170
14171 2001-07-07  Simon Josefsson  <jas@extundo.com>
14172
14173         * rfc2047.el (rfc2047-encode-message-header): Skip header when
14174         trying to fold. Thanks to Colin Walters
14175         <walters@cis.ohio-state.edu>
14176
14177 2001-07-06  Simon Josefsson  <jas@extundo.com>
14178
14179         * imap.el (imap-parse-address-list, imap-parse-flag-list)
14180         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
14181         Add information in `assert's.
14182
14183         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
14184         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
14185         and `nnimap-group-overview-filename', should handle all
14186         change-of-uidvalidity related issues.  But there may be other
14187         problems.)
14188
14189 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14190
14191         * rfc2047.el (rfc2047-encode-message-header): Don't include the
14192         header name when folding.
14193
14194 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14195
14196         * mm-decode.el (mm-inlined-types): Document relationship with
14197         `mm-inline-media-tests'.
14198         (mm-display-inline): Default to displaying as plain text if no
14199         inlining handler is available.
14200         (mm-inlinable-p): Remove.
14201         (mm-inlined-p): Don't call `mm-inlinable-p'.
14202         (mm-automatic-display-p): Ditto.
14203         (mm-attachment-override-p): Ditto.
14204
14205 2001-07-04  Simon Josefsson  <jas@extundo.com>
14206
14207         * nnimap.el (nnimap-importantize-dormant): New variable.
14208         (nnimap-request-update-info-internal): Use it.
14209         (nnimap-request-set-mark): Ditto.
14210
14211 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14212
14213         * nntp.el (nntp-send-command): don't pass a buffer argument to
14214         `point'. Only XEmacs accepts this.
14215         * nntp.el (nntp-send-command-nodelete): ditto.
14216         * nntp.el (nntp-send-command-and-decode): ditto.
14217
14218 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14219
14220         * nntp.el (nntp-open-connection-function): doc update.
14221         * nntp.el (nntp-pre-command): New.
14222         * nntp.el (nntp-via-rlogin-command): New.
14223         * nntp.el (nntp-via-telnet-command): New.
14224         * nntp.el (nntp-via-telnet-switches): New.
14225         * nntp.el (nntp-via-user-name): New.
14226         * nntp.el (nntp-via-user-password): New.
14227         * nntp.el (nntp-via-address): New.
14228         * nntp.el (nntp-via-envuser): New.
14229         * nntp.el (nntp-via-shell-prompt): New.
14230         * nntp.el (nntp-open-telnet-stream): New.
14231         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
14232         * nntp.el (nntp-open-via-telnet-and-telnet): New.
14233         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
14234         * nntp.el (nntp-send-command): ditto.
14235         * nntp.el (nntp-send-command-nodelete): ditto.
14236         * nntp.el (nntp-send-command-and-decode): ditto.
14237
14238 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
14239         Trivial patch.
14240
14241         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
14242         `when'.
14243
14244 2001-07-03  Simon Josefsson  <jas@extundo.com>
14245         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
14246
14247         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
14248
14249 2001-07-03  Simon Josefsson  <jas@extundo.com>
14250
14251         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
14252         remove it (workaround XEmacs `fill-region' bug).
14253
14254 2001-07-01  Simon Josefsson  <jas@extundo.com>
14255
14256         * nnimap.el (nnimap-date-days-ago): Defeat locale.
14257
14258 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14259
14260         * mml2015.el (mml2015-format-error): New function.
14261         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
14262         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
14263         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
14264
14265 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14266
14267         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
14268         Suggested by Christoph Conrad <C.Conrad@cli.de>.
14269
14270         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
14271         group variables.
14272
14273 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14274
14275         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
14276
14277         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
14278         (nnrss-save-group-data): Ditto.
14279
14280         * gnus-agent.el (gnus-agent-save-alist): Ditto.
14281
14282 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * message.el (message-do-send-housekeeping): Narrow to headers.
14285
14286 2001-06-24  Simon Josefsson  <jas@extundo.com>
14287
14288         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
14289         insertion when breaking lines looked for " \t" instead of "[ \t]".
14290         (rfc2047-encode-message-header): Fold lines even if
14291         no QP encoding is done.
14292
14293 2001-06-23  Simon Josefsson  <jas@extundo.com>
14294         From Samuel Tardieu <sam@inf.enst.fr>
14295
14296         * smime.el (smime-keys): Support additional certificates.
14297         (smime-make-certfiles): New function.
14298         (smime-sign-region): Use previous variables.
14299         (smime-get-certfiles): New function.
14300         (smime-sign-buffer): Use it.
14301         (smime-verify-region): Support both CAfile and CApath.
14302
14303 2001-06-23  Simon Josefsson  <jas@extundo.com>
14304
14305         * smime.el (smime-decrypt-region): Perhaps work.
14306
14307 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14308
14309         * gnus-msg.el (gnus-copy-article-buffer): Typo.
14310
14311 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14312
14313         * mm-decode.el (mm-save-part): Rewrite file name.
14314         (mm-file-name-rewrite-functions): New variable.
14315         (mm-file-name-delete-whitespace): New function.
14316         (mm-file-name-trim-whitespace): New function.
14317         (mm-file-name-collapse-whitespace): New function.
14318         (mm-file-name-replace-whitespace): New variable and function.
14319
14320 2001-06-22  Simon Josefsson  <jas@extundo.com>
14321
14322         * message.el (message-make-date): Workaround locale for weekdays.
14323
14324 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14325
14326         * message.el (message-goto-body): Return nil if not found. (revert!)
14327
14328 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14329         From Fremlin <chief@bandits.org>
14330
14331         * message.el (message-goto-body): Some messages have no header.
14332
14333         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14334
14335 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14336
14337         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
14338
14339 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14340
14341         * message.el (message-make-date): Add week day.
14342         Suggested by Jason R. Mastaler <jason@mastaler.com>.
14343
14344 2001-06-19  Simon Josefsson  <jas@extundo.com>
14345
14346         * message.el (message-yank-prefix): Doc fix.
14347         (message-yank-cited-prefix): Ditto.
14348         (message-delete-not-region): Keep citation prefix on first line,
14349         if possible and appropriate.
14350
14351 2001-06-19  Simon Josefsson  <jas@extundo.com>
14352
14353         * imap.el (imap-process-connection-type): New variable.
14354         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
14355         recent `imtest's work completely (no line length issues), while
14356         making making old `imtest's unusable.  Thanks to NAGY Andras
14357         <nagya@inf.elte.hu> for his work.
14358
14359 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
14360
14361         * imap.el (imap-ssl-program): Add -quiet to shut up
14362         OpenSSL/SSLeay's internal debug talk.
14363
14364 2001-06-19  Matt Armstrong  <matt@lickey.com>
14365
14366         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
14367         server.
14368
14369 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14370
14371         * nnmail.el (nnmail-article-buffer): New variable.
14372         (nnmail-split-incoming): Use it.
14373
14374 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
14375
14376         * qp.el (quoted-printable-decode-region): If called interactively,
14377         use coding-system-for-read.
14378
14379 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14380
14381         * message.el (message-check-news-header-syntax): Check Reply-To.
14382
14383 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14384
14385         * mml.el (mml-parse-1): Use message options.
14386
14387         * message.el (message-do-fcc): Don't do anything if there is no
14388         FCC.
14389
14390 2001-06-16  Simon Josefsson  <jas@extundo.com>
14391
14392         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
14393         (nnimap-expunge-search-string): New variable.
14394         (nnimap-request-expire-articles): Use it.
14395
14396 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14397
14398         * message.el (message-send-mail-with-qmail): wrong exit status is
14399         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
14400
14401 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14402
14403         * gnus-art.el (article-strip-multiple-blank-lines): Use
14404         delete-region instead of replace-match.
14405
14406 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14407
14408         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
14409         (nnweb-google-wash-article): Ditto.
14410
14411 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
14412
14413         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
14414
14415 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
14418         specs.
14419
14420 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14421
14422         * gnus.el (gnus-email-address): Move it here.
14423
14424         * gnus-art.el (article-de-quoted-unreadable): Read charset if
14425         requested.
14426         (article-de-base64-unreadable): Ditto.
14427         (article-wash-html): Ditto.
14428
14429 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14430
14431         * message.el (message-options-set-recipient): Don't add ", "
14432         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
14433
14434 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14435
14436         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
14437
14438 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14439
14440         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
14441         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
14442
14443         * nnrss.el (nnrss-node-text): Node might be nil.
14444
14445 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14446
14447         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
14448         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
14449
14450         * nnrss.el (nnrss-group-alist): More items.
14451
14452 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14453
14454         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
14455
14456 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14457         Trivial patch from Dale Hagglund  <rdh@best.com>
14458
14459         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
14460         restrict clauses.
14461
14462 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14463
14464         From Benjamin Rutt <brutt+news@bloomington.in.us>
14465
14466         * message.el (message-wide-reply-confirm-recipients): New variable.
14467
14468 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
14469         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
14470
14471         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
14472         fix so it works with XEmacs.
14473
14474 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14475
14476         * nnrss.el (nnrss-retrieve-headers): Support description as extra
14477         headers.
14478
14479 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14480
14481         * nnrss.el: Fix a few bugs.
14482
14483 2001-06-05  Simon Josefsson  <jas@extundo.com>
14484
14485         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
14486         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
14487
14488 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
14489
14490         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
14491         binary so that we don't transmit ISO 2022 garbage to the process.
14492         This is needed under XEmacs.
14493
14494 2001-06-03  Simon Josefsson  <simon@josefsson.org>
14495
14496         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
14497         autoloaded incorrectly below because ssl-program-* is bound.)
14498         Thanks to Amos Gouaux for report.
14499
14500 2001-06-02  Simon Josefsson  <simon@josefsson.org>
14501
14502         * imap.el (imap-kerberos4-open):
14503         (imap-gssapi-open):
14504         (imap-ssl-open):
14505         (imap-network-open):
14506         (imap-shell-open):
14507         (imap-starttls-open): Set buffer to workaround spurious
14508         `accept-process-output' buffer changes.  Thanks to Mats Lidell
14509         <Mats.Lidell@contactor.se> for report and partial patch and Jake
14510         Colman <colman@ppllc.com> for report.
14511
14512 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14513
14514         * gnus-sum.el (gnus-summary-catchup): New argument.
14515         (gnus-summary-catchup-from-here): New function.
14516
14517 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14518
14519         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
14520         back, then insert glyph.  (Before, the glyph was inserted first,
14521         then the newline.)  This works around a behavior in XEmacs where
14522         it is not possible to insert a character after a glyph which is at
14523         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
14524
14525 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14526
14527         From Jaap-Henk Hoepman (jhh@xs4all.nl).
14528
14529         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
14530         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
14531         mm-destroy-postponed-undisplay-list): New functions.
14532         (mm-display-external): Use them.
14533
14534 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14535
14536         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
14537         `default-low' when evaluating `gnus-summary-highlight'.
14538         From Raja R Harinath <harinath@cs.umn.edu>.
14539
14540 2001-05-27  Simon Josefsson  <simon@josefsson.org>
14541
14542         * message.el (message-yank-cited-prefix): New variable.
14543         (message-indent-citation): Use it.
14544
14545         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
14546         as details.
14547         (mml2015-mailcrypt-clear-verify): Ditto.
14548
14549 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14550         From Nevin Kapur <nevin@jhu.edu>.
14551
14552         * gnus-sum.el (gnus-summary-default-high-score,
14553         gnus-summary-default-low-score): New variables.
14554         (gnus-summary-highlight): Use them.
14555
14556 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
14557
14558         * message.el (message-mail): pass the 'send-actions argument to
14559         `message-setup'.
14560
14561 2001-05-16  Simon Josefsson  <simon@josefsson.org>
14562         From Raymond Scholz <ray-2001@zonix.de>
14563
14564         * gnus-art.el (gnus-mime-view-part-as-charset):
14565         (gnus-mime-internalize-part): Doc fixes.
14566
14567 2001-05-11  Simon Josefsson  <simon@josefsson.org>
14568
14569         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
14570         status lines without any text ("^215$").
14571
14572 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14573
14574         * nnrss.el (nnrss-check-group): Reverse.
14575
14576 2001-05-07  Simon Josefsson  <simon@josefsson.org>
14577
14578         * message.el (message-get-reply-headers):
14579         (message-followup): Fix typo, suggested by David Green
14580         <dgreen@uab.edu>
14581
14582 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14583
14584         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
14585
14586         * nnrss.el (nnrss-open-server): Read server data when it is called.
14587         (nnrss-request-expire-articles): Fix.
14588
14589 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14590
14591         * message.el (message-do-send-housekeeping): mail-abbrevs may
14592         rename buffer behind Gnus.
14593
14594 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14595
14596         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
14597         (nnrss-group-alist): Add more resources.
14598         (nnrss-check-group): Ignore errors.
14599
14600 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14601
14602         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
14603
14604         * nnslashdot.el (nnslashdot-request-list): Add time.
14605         (nnslashdot-request-expire-articles): New function.
14606
14607         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
14608         secondary methods too.
14609
14610 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14611
14612         * message.el (message-use-followup-to): Set default value to t.
14613
14614 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
14615
14616         * message.el (message-dont-reply-to-names): Fix documentation.
14617         (message-get-reply-headers): Use Mail-Followup-To only for wide
14618         replies.
14619
14620 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14621
14622         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
14623         correctly.
14624         (nnrss-check-group): Use time.
14625
14626 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14627
14628         * gnus.el: Oort Gnus v0.03 is released.
14629
14630 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14631
14632         * nnultimate.el (nnultimate-topic-article-to-article): Use the
14633         group.
14634
14635 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14636
14637         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
14638
14639 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14640
14641         * nnultimate.el (nnultimate-retrieve-headers): Return all
14642         available headers.
14643
14644         * gnus-sum.el (gnus-read-all-available-headers): New variable.
14645         (gnus-get-newsgroup-headers-xover): Use it.
14646
14647 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14648
14649         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
14650
14651 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14652
14653         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
14654
14655 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14656
14657         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
14658         disable it.
14659
14660         * gnus.el (gnus-info-nodes): Remove a few The's.
14661
14662 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14663
14664         * mail-source.el (mail-source-movemail): Call-process may return a
14665         signal description string.
14666
14667         * gnus-start.el (gnus-read-newsrc-el-file):
14668         gnus-newsrc-file-version may be nil.
14669
14670         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
14671         Suggested by Michael Sperber [Mr. Preprocessor]
14672         <sperber@informatik.uni-tuebingen.de>.
14673
14674 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
14675
14676         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
14677
14678 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
14679
14680         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
14681         fontify HANDLE.
14682
14683 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14684
14685         * smime.el (smime-ask-passphrase): Rework to return value.
14686         (smime-sign-region): Rework to bind value and use it.
14687         (smime-decrypt-region): Ditto.
14688
14689 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14690         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
14691
14692         * smime.el (smime-ask-passphrase): New function.
14693         (smime-sign-region): Use it.
14694         (smime-encrypt-cipher): New variable.
14695         (smime-decrypt-region): Ditto.
14696
14697 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
14698         Committed by Simon Josefsson  <simon@josefsson.org>
14699
14700         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
14701         the log.
14702
14703 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14704
14705         * gnus.el: Oort Gnus v0.02 is released.
14706
14707 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
14708
14709         * gnus.el: Oort Gnus v0.01 is released.
14710
14711 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14712
14713         * gnus-sum.el (gnus-summary-highlight): Highlight read
14714         undownloaded articles as read articles.
14715
14716         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
14717         (gnus-agent-get-undownloaded-list): Mark all undownloaded
14718         articles, even read ones, as such.
14719
14720         * gnus-sum.el (gnus-summary-find-matching): Clean up.
14721         (gnus-find-matching-articles): New function.
14722         (gnus-summary-limit-include-matching-articles): New command.
14723         (gnus-summary-limit-include-thread): Include articles that have
14724         matching subjects.
14725         (gnus-offer-save-summaries): Clean up.
14726
14727 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14728
14729         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
14730
14731 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14732         From Jason Merrill <jason_merrill@redhat.com>
14733
14734         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
14735
14736 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
14737         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14738
14739         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
14740         newsgroup names when the original article is a news message.
14741
14742 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14743
14744         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
14745         supported. Suggest by Jim Meyering <jim@meyering.net>.
14746
14747 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
14748         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
14749
14750         * nnmail.el (nnmail-split-it): Added check for .* at the end of
14751         regexp in nnmail-split-fancy.
14752
14753 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14754
14755         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
14756
14757 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
14758
14759         * message.el (message-send-mail): Improve the interaction with the
14760         user.
14761
14762 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14763
14764         * imap.el (imap-message-copy): Work around buggy servers that
14765         doesn't send TRYCREATE tags.
14766
14767 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
14770
14771 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14772
14773         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
14774         date.
14775
14776 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14777
14778         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
14779         lives.
14780
14781 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14782
14783         * gnus-art.el (gnus-parse-news-url): New function.
14784         (gnus-button-handle-news): New function.
14785         (gnus-button-alist): Point to new functions.
14786
14787         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
14788
14789         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
14790         gnus-format-specs.
14791
14792         * message.el (message-check-news-header-syntax): Question even
14793         when Gnus doesn't know the group names.
14794         (message-send-news): Clean up.
14795
14796         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
14797         exited on purpose without saving.
14798
14799         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
14800
14801 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14802
14803         * gnus-score.el (gnus-score-orphans): Clean up.
14804
14805         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
14806
14807         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
14808         later.
14809
14810         * gnus-start.el (gnus-close-all-servers): Find the right items to
14811         close.
14812
14813         * qp.el (quoted-printable-decode-region): Just message
14814         malformation; don't quit.
14815
14816 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14817         From Gerd Moellmann <gerd@gnu.org>.
14818
14819         * gnus.el (gnus-interactive): A typo.
14820
14821 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
14822         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14823
14824         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
14825         `assq-delete-all', if that function exists; otherwise use the old
14826         definition. Documentation changed to match the one in
14827         `assq-delete-all'.
14828
14829 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14830
14831         * gnus-start.el (gnus-close-all-servers): New function.
14832
14833         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
14834         (gnus-server-remove-denials): Clean up.
14835
14836         * gnus-sum.el (gnus-summary-sort-by-original): New command and
14837         keystroke.
14838
14839 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14840
14841         * message.el (message-send-news): Message where we are sending.
14842         (message-send-mail): Ditto.
14843
14844         * gnus.el (gnus-server-string): New function.
14845
14846         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
14847
14848         * mm-decode.el (mm-default-directory): Customized.
14849         (mm-tmp-directory): Ditto.
14850
14851         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
14852         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
14853         or Chars.
14854         (gnus-summary-line-format-alist): ?l is now a string.
14855         (gnus-summary-prepare-threads): Output ? for unknown lines.
14856         (gnus-summary-insert-line): Ditto.
14857         (gnus-summary-print-article): Unbalanced parentheses.
14858
14859         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
14860         out whether new stuff has arrived.
14861
14862 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
14863
14864         * gnus-sum.el: Let printing work on ttys on Emacs.
14865
14866 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14867
14868         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
14869         when forcing news.
14870
14871         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
14872         command.
14873
14874 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
14875
14876         * message.el (message-set-auto-save-file-name): Don't use
14877         asterisks under nt.
14878
14879 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14880
14881         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
14882         lists of articles.
14883
14884         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
14885
14886         * gnus-msg.el (gnus-put-message): Clean up.
14887         (gnus-summary-reply): Mark all replied-to articles as replied to.
14888         (gnus-inews-add-send-actions): Also mark as forwarded.
14889         (gnus-summary-mail-forward): Mark as forwarded.
14890
14891         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
14892         of articles.
14893         (gnus-summary-mark-article-as-forwarded): Ditto.
14894
14895         * gnus-msg.el (gnus-summary-resend-message): Mark article as
14896         forwarded.
14897         (gnus-summary-mail-forward): Clean up.
14898
14899         * gnus.el (gnus-article-mark-lists): Added forward.
14900
14901         * gnus-sum.el (gnus-forwarded-mark): New variable.
14902         (gnus-summary-prepare-threads): Use it.
14903         (gnus-summary-update-secondary-mark): Ditto.
14904         (gnus-newsgroup-forwarded): New variable.
14905
14906 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14907
14908         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
14909         (gnus-summary-very-wide-reply): New command and keystroke.
14910         (gnus-summary-very-wide-reply-with-original): Ditto.
14911
14912         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
14913         (gnus-score-adaptive): Use it.
14914
14915         * gnus-start.el (gnus-get-unread-articles): Clean up.
14916
14917 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14918
14919         * nnultimate.el (nnultimate-retrieve-headers): Work for other
14920         boards.
14921
14922 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
14923
14924         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
14925         * gnus-start.el (gnus-subscribe-newsgroup): use it.
14926
14927 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14928
14929         * nnultimate.el (nnultimate-retrieve-headers): Understand
14930         long-form month names.
14931
14932 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14933
14934         * gnus-sum.el (gnus-summary-show-all-headers):
14935         gnus-article-show-all-headers is broken. Use
14936         gnus-summary-toggle-header instead.
14937
14938         * mml2015.el (mml2015-gpg-extract-from): No error.
14939
14940 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14941         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
14942
14943         * mml2015.el (mml2015-gpg-extract-from): New function.
14944         (mml2015-gpg-verify): Use it.
14945         (mml2015-gpg-clear-verify): Use it.
14946
14947 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14948
14949         * message.el (message-setup-fill-variables): Use
14950         fill-paragraph-function.
14951         (message-fill-paragraph): Take an argument.
14952         (message-newline-and-reformat): Take another argument.
14953
14954 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14955
14956         * message.el (rmail-output): It is in rmailout.el not rmail.el.
14957
14958 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14959
14960         * message.el (message-forward): local-variable-p takes an extra
14961         argument in XEmacs.
14962
14963 2001-03-16  Simon Josefsson  <simon@josefsson.org>
14964
14965         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
14966         `nnimap-use-nov-p' (it really tested the negative).
14967         (nnimap-retrieve-headers): Use it.
14968
14969 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14970
14971         * message.el (message-generate-headers-first): Update doc.
14972
14973 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
14974         Trivial patch.
14975
14976         * gnus.el (gnus-summary-line-format): Typo.
14977
14978 2001-03-11  Simon Josefsson  <simon@josefsson.org>
14979
14980         * mailcap.el (mailcap-mime-data): Add application/sieve.
14981         (mailcap-mime-extensions): Add .siv, .xls.
14982
14983 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14984         From Christoph Conrad <christoph.conrad@gmx.de>
14985
14986         * gnus-score.el (gnus-summary-lower-thread): Typo.
14987
14988 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14989
14990         * message.el (message-forward-decoded-p): New variable.
14991         (message-forward-subject-author-subject): Use it.
14992         (message-make-forward-subject): Use it.
14993         (message-forward): Use it.
14994
14995         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
14996
14997         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
14998         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
14999
15000 ;;Has been fixed -- zsh.
15001 ;;2001-03-05  Dave Love  <fx@gnu.org>
15002 ;;
15003 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
15004 ;;      Move it after definition of mm-coding-system-p.
15005 ;;
15006 2001-03-01  Dave Love  <fx@gnu.org>
15007
15008         * mm-util.el (mm-inhibit-file-name-handlers): Add
15009         image-file-handler.
15010
15011 2001-02-11  Dave Love  <fx@gnu.org>
15012
15013         * message.el (message-signature-file): Fix doc, :type.
15014
15015 2001-02-08  Dave Love  <fx@gnu.org>
15016
15017         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
15018         (message-posting-charset): Defvar when compiling again.
15019         (rfc2047-encodable-p): Require message.
15020
15021         * gnus-sum.el (gnus-alter-articles-to-read-function):
15022         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
15023
15024 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15025
15026         * nnrss.el: New file.
15027
15028 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
15029         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15030
15031         * rfc2047.el (rfc2047-unfold-region): Fix arg of
15032         `skip-chars-forward'.
15033
15034 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15035
15036         * nndraft.el (nndraft-request-group): Restore auto save files if
15037         the original files do not exist.
15038
15039 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15040
15041         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
15042         SCORE paths.
15043
15044         * mm-decode.el (mm-dissect-buffer): Call
15045         mail-extract-address-components only if necessary.
15046
15047 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15048
15049         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
15050         directory part.
15051         (gnus-score-search-global-directories): Use file-directory-p.
15052
15053         * gnus-score.el (gnus-score-score-files-1): Use
15054         gnus-kill-files-directory.
15055         From Adrian Aichner <adrian@xemacs.org>.
15056
15057 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15058
15059         * gnus.el (charset): Move here from gnus-sum.el.
15060
15061 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15062
15063         * mml.el (mml-preview): Disable local map.
15064
15065         * gnus-sum.el (gnus-summary-make-menu-bar): Make
15066         gnus-article-post-menu here.
15067
15068         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
15069         if it has not been made.
15070
15071 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15072
15073         * gnus-art.el (gnus-article-describe-key): Map key to event.
15074         (gnus-article-describe-key-briefly): Ditto
15075
15076 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15077
15078         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
15079
15080 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15081         From Katsumi Yamaoka <yamaoka@jpl.org>.
15082
15083         * dgnushack.el (coerce, merge, subseq): defmacro.
15084
15085 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15086
15087         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
15088         A fake defalias in nndraft.el results a not-activated bug in
15089         uncompiled versions.
15090
15091 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
15092         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15093
15094         * gnus-util.el (gnus-split-references): Handle malformed References:.
15095
15096 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15097
15098         * gnus-art.el (gnus-article-mime-part-status): 1 part.
15099
15100 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15101         From NAGY Andras <nagya@inf.elte.hu>.
15102
15103         * gnus.el (gnus-parameters): Typo.
15104
15105 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15106
15107         * gnus.el (gnus-read-method): Remove redundancy.
15108
15109 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15110
15111         * nnslashdot.el (nnslashdot-backslash-url): New variable.
15112         (nnslashdot-request-list): Use it.
15113
15114 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15115
15116         * nnml.el (nnml-generate-active-info): Fix the case when there is
15117         no file.
15118
15119         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
15120         (gnus-summary-create-article): New function.
15121
15122         * gnus-group.el (gnus-group-mark-article-read): New function.
15123
15124         * gnus-msg.el (gnus-inews-do-gcc): Use it.
15125
15126         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
15127
15128 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15129
15130         * gnus-art.el (gnus-article-edit-done): Don't use
15131         gnus-article-edit-exit.
15132         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
15133
15134         * gnus.el (gnus-parameters): New variable.
15135         Suggested by NAGY Andras <nagya@inf.elte.hu>.
15136         (gnus-parameters-get-parameter): New function.
15137         (gnus-group-find-parameter): Use it.
15138
15139 2001-02-23  Simon Josefsson  <simon@josefsson.org>
15140
15141         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
15142         change of default value to `current'.
15143
15144 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15145
15146         * nneething.el (nneething-get-head): Insert unreadable file too.
15147
15148 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15149
15150         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
15151
15152         * webmail.el (webmail-type-definition): Deja is bought by google.
15153
15154 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15155
15156         * gnus-sum.el (gnus-fetch-headers): New function.
15157         (gnus-select-newsgroup): Use it.
15158         (gnus-summary-insert-articles): New function.
15159         (gnus-summary-insert-old-articles): New function.
15160         (gnus-summary-insert-new-articles): New function.
15161
15162         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
15163         (gnus-group-list-active): Ditto.
15164         * gnus-sum.el (gnus-set-mode-line): Ditto.
15165         (gnus-summary-read-group-1): Ditto.
15166
15167 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15168
15169         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
15170         current topic.
15171
15172 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15173
15174         * smiley.el (gnus-smiley-display): Don't do widening.
15175
15176         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
15177         within body.
15178
15179         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
15180
15181         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
15182         New variable.
15183         (gnus-mime-display-multipart-related-as-mixed): New variable.
15184         (gnus-mime-display-part): Use them.
15185
15186 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15187
15188         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
15189         something special.
15190
15191 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15192
15193         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
15194         (nnweb-request-article): Call reference if exists.
15195         (nnweb-type-definition): Dejanews is bought by google.com.
15196         Beta!
15197
15198 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15199
15200         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
15201
15202 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15203
15204         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
15205         gnus-article-sort-functions.
15206         (gnus-article-sort-functions): Doc fix.  Refer to
15207         gnus-thread-sort-functions.
15208
15209 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15210         From Paul Jarc <prj@po.cwru.edu>.
15211
15212         * message.el (message-get-reply-headers): More fixes.
15213
15214 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
15215         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15216
15217         * message.el (message-get-reply-headers): Fix bug with
15218         Mail-Followup-To/to-address interaction.
15219
15220 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15221
15222         * gnus-msg.el (gnus-configure-posting-styles): Match header in
15223         gnus-article-copy.
15224
15225 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15226
15227         * message.el (message-do-send-housekeeping): Rename to a better
15228         name.
15229
15230 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15231
15232         * message.el (message-cancel-news): Check article first, then ask
15233         yes or no.
15234
15235 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15236
15237         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
15238
15239 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15240
15241         * gnus-range.el (gnus-range-normalize): New function.
15242
15243 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
15244
15245         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
15246
15247 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15248
15249         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
15250
15251         * nnagent.el (nnagent-request-regenerate): New function.
15252
15253         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
15254
15255         * nnml.el (nnml-generate-nov-databases): Accept argument
15256         server. Don't open server if it is opened.
15257         (nnml-request-regenerate): Use it. Change to deffoo.
15258
15259 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15260         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15261
15262         * gnus.el (gnus-define-group-parameter): Fix.
15263
15264 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15265
15266         * gnus.el (gnus-define-group-parameter): Improved.
15267
15268         * gnus-sum.el (charset): Define parameter.
15269         (ignored-charsets): Ditto.
15270         (gnus-summary-setup-default-charset): Use them.
15271
15272         * gnus-start.el (gnus-read-descriptions-file): Use them.
15273
15274         * gnus-cus.el (gnus-group-parameters): Remove them.
15275
15276 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15277
15278         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
15279
15280 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15281
15282         * gnus-sum.el (gnus-summary-read-group-1): Remove
15283         gnus-summary-set-local-parameters.
15284         (gnus-summary-setup-buffer): Put it here.
15285
15286 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15287
15288         * gnus.el (to-address): Define parameter.
15289         (to-list): Ditto.
15290         * gnus-art.el (article-hide-boring-headers): Use them.
15291         * gnus-msg.el (gnus-post-news): Ditto.
15292         * gnus-cus.el (gnus-group-parameters): Remove them.
15293
15294 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15295
15296         * gnus-draft.el (gnus-draft-reminder): New function.
15297
15298         * gnus-art.el (gnus-sender-save-name): New function.
15299
15300 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15301
15302         * mm-util.el (mm-mime-charset): Error message.
15303
15304 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15305
15306         * message.el (message-check-news-body-syntax): Don't check mml lines.
15307
15308 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15309
15310         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
15311         subscribe.
15312
15313         * gnus-start.el (gnus-call-subscribe-functions): New function.
15314         (gnus-find-new-newsgroups): Use it.
15315         (gnus-ask-server-for-new-groups): Use it.
15316         (gnus-check-first-time-used): Use it.
15317         (gnus-subscribe-newsgroup-method): Grok a list of functions.
15318         (gnus-subscribe-options-newsgroup-method): Ditto.
15319         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
15320         return .
15321
15322 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15323
15324         * gnus-cus.el (gnus-score-customize): Doc fix.
15325
15326 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
15327
15328         * dgnushack.el (my-getenv): Typo.
15329
15330 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15331
15332         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
15333
15334 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15335
15336         * gnus-group.el (gnus-group-suspend): Offer save summaries.
15337
15338         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
15339         (gnus-treatment-function-alist): Use it.
15340         (article-remove-leading-whitespace): New function.
15341         (gnus-article-make-menu-bar): Use it.
15342
15343         * gnus-sum.el (gnus-summary-wash-empty-map): Add
15344         remove-leading-whitespace.
15345         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
15346         because of conflict.
15347
15348 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15349
15350         * Makefile.in: Hack generating gnus-load.el.
15351         * dgnushack.el: Ditto.
15352         * gnus-load.el: Remove it.
15353
15354 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15355
15356         * dgnushack.el : Add URLDIR.
15357
15358         * Makefile.in (EMACS_COMP): Ditto.
15359
15360 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15361
15362         * gnus-cus.el (gnus-score-customize): Error on no score file.
15363
15364 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15365
15366         * mm-decode.el (mm-merge-handles): New function.
15367
15368         * mm-view.el (mm-inline-message): Use it.
15369         (mm-view-message): Ditto.
15370
15371         * mm-partial.el (mm-inline-partial): Ditto.
15372
15373         * mm-extern.el (mm-inline-external-body): Ditto.
15374
15375         * gnus-art.el (gnus-mime-view-part): Ditto.
15376         (gnus-mime-view-part-as-type): Ditto.
15377         (gnus-mime-save-part-and-strip): Prevent users to strip in some
15378         cases.
15379
15380 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15381
15382         * message.el (message-cancel-news): Allow to shoot foot.
15383         (message-supersede): Ditto.
15384
15385 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
15386         Trivial patch.
15387
15388         * gnus-sum.el (gnus-simplify-subject-re): Use
15389         message-subject-re-regexp.
15390
15391 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15392
15393         * nnmail.el (nnmail-expiry-target-group): Bind
15394         nnmail-cache-accepted-message-ids to nil.
15395
15396         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
15397         coding system.
15398
15399 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15400
15401         * qp.el (quoted-printable-encode-region): Make sure characters are
15402         between 00 and FF.  Don't check charset.
15403
15404         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
15405         in Emacs 20.
15406         * rfc2047.el (rfc2047-q-encode-region): Ditto.
15407
15408 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15409
15410         * message.el (message-make-forward-subject): Argument decoded.
15411         (message-forward): Use it when digest.
15412
15413         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
15414         buffer.
15415
15416 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15417
15418         * message.el (message-generate-headers-first): Doc fix.
15419
15420 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15421
15422         * gnus-art.el (article-make-date-line): Error proof.
15423
15424 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15425
15426         * gnus-group.el (gnus-group-listing-limit): New variable.
15427         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
15428
15429         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
15430
15431 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15432
15433         * message.el (message-newline-and-reformat): Special case for
15434         breaking at BOL.
15435
15436 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
15437
15438         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
15439         message/rfc822.
15440
15441 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15442
15443         * message.el (message-encode-message-body): Don't insert
15444         Content-Type if it is inside a mail.
15445
15446 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15447
15448         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
15449         gnus-article-commands-menu.
15450
15451         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
15452         in Emacs.
15453
15454         * gnus-start.el (gnus-read-descriptions-file): Use
15455         gnus-group-name-charset and gnus-group-charset-alist.
15456
15457 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15458
15459         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
15460         active region.
15461
15462         * gnus-start.el (gnus-group-change-level): Remove from both
15463         gnus-zombie-list and gnus-killed-list.
15464
15465 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15466
15467         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
15468         gnus-subscribe-topics.
15469
15470         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
15471
15472 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15473
15474         * gnus-art.el (gnus-article-make-menu-bar): Make
15475         gnus-article-post-menu.
15476
15477         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
15478
15479         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
15480
15481         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
15482
15483         * message.el (message-mode-menu): Ditto.
15484
15485         * gnus-art.el (defvar): eval-when-compile.
15486
15487 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15488
15489         * gnus-agent.el (gnus-agentize): Fix doc.
15490
15491 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
15492
15493         * mml.el (mml-preview): Bind `q'.
15494
15495 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15496
15497         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
15498
15499 2001-01-31  Dave Love  <fx@gnu.org>
15500
15501         * mm-util.el (mm-mime-mule-charset-alist)
15502         (mm-find-mime-charset-region): Consider mule-utf-8.
15503
15504 2001-01-31  Dave Love  <fx@gnu.org>
15505
15506         * gnus-art.el (gnus-article-x-face-command)
15507         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
15508         :version.
15509
15510 2001-01-26  Dave Love  <fx@gnu.org>
15511
15512         * mm-util.el (mm-multibyte-string-p): New.
15513
15514 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
15515 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
15516 ;;      string-as-multibyte on class.  Clarify line-folding.
15517         (quoted-printable-encode-string): Make temp buffer inherit
15518         string's multibyteness.
15519
15520 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
15521
15522         * nnheader.el (toplevel): Don't require `gnus-util' at
15523         compile-time; this creates a circular dependency, and prevents
15524         a bootstrap.
15525
15526 2001-01-22  Andreas Schwab  <schwab@suse.de>
15527
15528         * nnheader.el (gnus-delete-line): Autoload it as a macro.
15529
15530 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15531
15532         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
15533
15534         * gnus-art.el (article-hide-list-identifiers): Ditto.
15535
15536         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
15537
15538 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15539
15540         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
15541
15542         * gnus-art.el (article-hide-list-identifiers): Similar.
15543
15544 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
15545
15546         * nnmail.el (nnmail-remove-list-identifiers): Improved.
15547
15548 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15549
15550         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
15551
15552 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15553
15554         * gnus-util.el (gnus-string-equal): New function.
15555
15556         * gnus-art.el (article-hide-boring-headers): Use it.
15557
15558 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
15559
15560         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
15561
15562 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15563
15564         * gnus-msg.el (gnus-msg-mail): Support switch-action.
15565
15566 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15567
15568         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
15569         command if there is not last-saver.
15570
15571 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15572
15573         * nntp.el (nntp-open-connection): 201 is possible.
15574
15575 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15576
15577         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
15578         (rfc2047-charset-encoding-alist): Add big5.
15579
15580 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15581
15582         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
15583         (gnus-agent-remove-server): Ditto.
15584         (autoload): gnus-server-update-server.
15585
15586         * gnus-srvr.el (gnus-server-line-format): Add %a.
15587         (gnus-server-line-format-alist): Add gnus-tmp-agent.
15588         (gnus-server-insert-server-line): Use it.
15589
15590 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15591
15592         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
15593         GB2312 and Big5.
15594
15595 2001-01-24  Simon Josefsson  <sj@extundo.com>
15596
15597         * mail-source.el (mail-sources): Add :program specifier to IMAP
15598         mail source.
15599         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
15600
15601 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15602
15603         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
15604
15605 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15606
15607         * nntp.el (nntp-wait-for): Return the success code.
15608         (nntp-open-connection): Use it.
15609
15610 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15611
15612         * gnus-int.el (gnus-check-server): Allow breaking the opening.
15613
15614 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15615
15616         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
15617
15618 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15619
15620         * gnus-sum.el (gnus-summary-print-article): Take one prefix
15621         argument. Allow to print several articles in one file.
15622
15623 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15624
15625         * webmail.el (webmail-type-definition): netaddress changes.
15626
15627 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15628
15629         * gnus.el: Fix copyright. Remove trailing spaces.
15630
15631         * message.el (message-forward): Use mule4.
15632
15633 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15634
15635         * mm-util.el (mm-string-as-unibyte): New function.
15636
15637         * message.el (message-forward): Use it.
15638
15639 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15640
15641         * message.el (message-cite-original-without-signature): Don't peel
15642         off the blank line.
15643         (message-get-reply-headers): Add Cc if it is not in follow-to.
15644
15645 2001-01-20  Simon Josefsson  <sj@extundo.com>
15646
15647         * mm-decode.el (mm-handle-multipart-from): Add.
15648         (mm-dissect-buffer): Save From: header value.
15649         (mm-security-from): Remove.
15650         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
15651
15652         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
15653         instead of `mml-security-from'.  Protect null from value.
15654
15655 2001-01-20  Simon Josefsson  <sj@extundo.com>
15656
15657         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
15658         application/vnd.ms-excel attachments.
15659
15660 2001-01-19  Simon Josefsson  <sj@extundo.com>
15661
15662         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
15663
15664 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15665
15666         * message.el (message-ignored-mail-headers): Ditto.
15667
15668 2001-01-19  Simon Josefsson  <sj@extundo.com>
15669
15670         * message.el (message-ignored-news-headers): Only search beginning
15671         of line.
15672
15673 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
15674         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
15675
15676         * message.el (message-send-mail): Content-Type may not be there.
15677
15678 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15679
15680         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
15681         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
15682
15683         * gnus-art.el (article-display-x-face): Insert X-Face if there is
15684         not.
15685
15686 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15687
15688         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
15689         non-native groups.
15690
15691 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15692
15693         * message.el (message-yank-original): Understand
15694         universal-argument.
15695
15696 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15697
15698         * gnus-art.el (gnus-boring-article-headers): Add to-address.
15699         (article-hide-boring-headers): Ditto.
15700
15701         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
15702
15703 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15704
15705         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
15706         one.
15707
15708 2001-01-16  Simon Josefsson  <simon@josefsson.org>
15709
15710         * message.el (message-make-in-reply-to): Add comment to message-id
15711         (old syntax, see 2000-08-02 change).
15712
15713 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15714
15715         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
15716         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
15717         (gnus-button-reply): Ditto.
15718
15719 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15720
15721         * gnus-art.el (article-display-x-face): Fix.
15722
15723 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15724
15725         * gnus-art.el (article-display-x-face): Use
15726         gnus-original-article-buffer.
15727
15728 2001-01-15  Jack Twilley  <jmt@tbe.net>
15729
15730         * message.el (message-add-header): Move to point-max.
15731
15732 2001-01-15  Simon Josefsson  <simon@josefsson.org>
15733
15734         * smime.el (smime-CA-directory, smime-CA-file): Change default to
15735         nil, improve documentation.
15736         (smime-certificate-directory): Comment out false hints (until it
15737         is implemented).
15738
15739         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
15740         there aren't any keys.
15741         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
15742         verify certificate.  Default is changed to only check integrity.
15743         Improved security status texts.  If a certificate doesn't contain
15744         a email address, don't fail.
15745
15746         * smime.el (smime-noverify-region):
15747         (smime-noverify-buffer): New functions.  Verifies integrity only.
15748
15749 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15750
15751         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
15752
15753 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15754
15755         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
15756         (gnus-remove-some-windows): Ditto.
15757
15758 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15759
15760         * gnus-art.el (article-make-date-line): 11th.
15761
15762 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15763
15764         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
15765         (mml2015-gpg-sign): Ditto.
15766
15767 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15768
15769         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
15770         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
15771
15772 2001-01-08  Dave Love  <fx@gnu.org>
15773
15774         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
15775         single character.
15776
15777         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
15778
15779         * message.el: Doc and message fixes.
15780         (message-send-rename-function)
15781         (message-make-forward-subject-function)
15782         (message-send-mail-function, message-reply-to-function)
15783         (message-wide-reply-to-function, message-followup-to-function)
15784         (message-distribution-function, message-auto-save-directory): Fix
15785         :type.
15786
15787         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
15788         proceeding after warnings.  Amend multipart warning message.
15789
15790 2001-01-04  Dave Love  <fx@gnu.org>
15791
15792         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
15793         compiling.
15794         (gnus-make-directory): Require nnmail.
15795
15796         * mm-decode.el (mm-inline-media-tests): Add
15797         image/x-portable-bitmap.
15798         (mm-get-image): Grok pbm.
15799
15800 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
15801
15802         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
15803
15804 2001-01-09  Didier Verna  <didier@xemacs.org>
15805
15806         * dgnushack.el (dgnushack-compile): give a dummy value to
15807         `gnus-xmas-glyph-directory' for the time of compilation.
15808         * gnus-agent.el: moved some XEmacs specific hook add-ons from
15809         `gnus-xmas-[re]define' to avoid loosing user custom settings.
15810         * gnus-art.el: ditto.
15811         * gnus-group.el: ditto.
15812         * gnus-salt.el: ditto.
15813         * gnus-sum.el: ditto.
15814         * gnus-topic.el: ditto.
15815         * gnus-xmas.el (gnus-xmas-define): see above.
15816         * gnus-xmas.el (gnus-xmas-redefine): see above.
15817         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
15818         non-continuable error when the directory can't be found.
15819
15820 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15821
15822         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
15823         handle.
15824         * gnus-art.el (gnus-mime-view-part): Copy it.
15825         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
15826
15827 2001-01-09  Michael Downes  <mjd@ams.org>
15828
15829         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
15830
15831 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15832
15833         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
15834         orig-file. Use ',source.
15835
15836 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15837
15838         * gnus-xmas.el (gnus-xmas-modeline-glyph):
15839         (gnus-xmas-group-startup-message):
15840         Detect gnus-xmas-glyph-directory when it is nil.
15841
15842 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15843
15844         * pop3.el (pop3-get-message-count): Andrew Innes
15845         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
15846
15847 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15848
15849         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
15850
15851         * time-date.el (time-to-number-of-days): New function.
15852
15853 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
15854         Trivial patch.
15855
15856         * nnslashdot.el (nnslashdot-request-list): Always get the right
15857         sid.
15858
15859 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15860
15861         * message.el (message-minibuffer-local-map): New keymap.
15862         (message-read-from-minibuffer): Use it.
15863         * gnus-msg.el (gnus-summary-resend-message): Use it
15864
15865 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15866
15867         * gnus-start.el (gnus-display-time-event-handler): New function.
15868         (gnus-after-getting-new-news-hook): Use it.
15869
15870 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15871
15872         * message.el (message-ignored-mail-headers): Add draft header.
15873
15874 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15875
15876         * gnus-sum.el (gnus-summary-expire-articles): Don't save
15877         excursion.
15878
15879         * nnslashdot.el (nnslashdot-request-list): Get the right year.
15880
15881 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
15882         A revoked patch.
15883
15884         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
15885
15886 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15887
15888         * qp.el (quoted-printable-decode-region): Don't backward-char.
15889
15890 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15891
15892         * gnus-draft.el: Mark articles as replied.
15893
15894         * gnus-sum.el (gnus-summary-add-mark): New function.
15895
15896         * gnus-group.el (gnus-add-mark): New function.
15897
15898         * gnus-sum.el (gnus-summary-buffer-name): New function.
15899         (gnus-summary-setup-buffer): Use it.
15900
15901         * gnus-draft.el: Set things up with the right post method and
15902         stuff.
15903
15904         * message.el (message-ignored-news-headers): Remove X-Draft-From.
15905
15906         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
15907
15908         * gnus.el (gnus-draft-meta-information-header): New variable.
15909
15910 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15911
15912         * gnus-art.el (gnus-treatment-function-alist): Move the date
15913         functions before the header sorting functions.
15914
15915         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
15916
15917         * dgnushack.el (dgnushack-compile): Message whether there is w3.
15918         Don't (push "/usr/share/emacs/site-lisp" load-path).
15919
15920         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
15921         to empty fill prefixes.
15922
15923 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15924
15925         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
15926         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
15927
15928 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15929
15930         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
15931
15932         * nnml.el (autoload): Move to nnheader.el.
15933
15934         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
15935         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
15936         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
15937         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
15938
15939 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15940
15941         * gnus-art.el (article-make-date-line): Get the hours right.
15942         (gnus-ignored-headers): More hiding.
15943
15944         * nnmail.el (nnmail-expiry-wait): Not an integer.
15945
15946         * message.el (message-goto-body): Only expand abbrev when called
15947         interactively.
15948         (message-make-lines): Use it.
15949
15950 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15951
15952         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
15953
15954 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15955
15956         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
15957         include the expunged articles.
15958
15959         * gnus-group.el (gnus-group-sort-by-server): New function.
15960
15961         * gnus.el (gnus-method-to-server-name): New function.
15962         (gnus-group-prefixed-name): Use it.
15963
15964         * gnus-group.el (gnus-group-sort-function): Doc fix.
15965         (gnus-group-sort-groups-by-server): New command.
15966
15967 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15968
15969         * gnus-art.el (gnus-treat-date-english): New variable.
15970         (article-date-english): New command.
15971         (gnus-english-month-names): New variable.
15972         (article-make-date-line): Do 'english.
15973
15974         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
15975         after the fill prefix.
15976
15977         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
15978         score...".
15979
15980         * gnus-art.el (gnus-ignored-headers): Hide more headers.
15981
15982         * message.el (message-mode-map): Bind comment-region.
15983
15984         * gnus-art.el (gnus-mime-display-part): Let w3 display
15985         multipart/related.
15986
15987         * mm-bodies.el (mm-long-lines-p): New function.
15988         (mm-body-encoding): Use it.
15989         (mm-body-encoding): Encode articles with lines longer than 1000
15990         characters.
15991
15992 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15993
15994         * mm-util.el (mm-enable-multibyte): Use
15995         default-enable-multibyte-characters.
15996         (mm-enable-multibyte-mule4): Ditto.
15997         (mm-disable-multibyte): Test XEmacs.
15998         (mm-disable-multibyte-mule4): Ditto.
15999         (mm-with-unibyte-current-buffer): Simplified.
16000         (mm-with-unibyte-current-buffer-mule4): Ditto.
16001
16002 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16003
16004         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
16005
16006         * nnheader.el (nnheader-string-as-multibyte): New alias.
16007
16008         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
16009
16010         * gnus-uu.el (gnus-message-process-mark): New function.
16011         (gnus-uu-mark-by-regexp): Use it.
16012         (gnus-new-processable): New function.
16013
16014 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
16015          Trivial patch.
16016
16017         * gnus-sum.el (gnus-no-mark): New variable.
16018
16019 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16020
16021         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
16022         backslashes.
16023
16024 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
16027         definition.
16028
16029 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16030
16031         * dgnushack.el (dgnushack-compile): elc is in the current directory.
16032
16033         * qp.el (quoted-printable-encode-region): Don't check multibyte in
16034         XEmacs.
16035
16036 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
16037         Trivial patch.
16038
16039         * mml.el (mml-read-tag): Save tag location.
16040
16041 2000-12-25  Simon Josefsson  <simon@josefsson.org>
16042
16043         * starttls.el: Sync with Emacs 21.
16044
16045 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16046
16047         * message.el (message-mail): Support yank-action.
16048
16049         * message.el (message-setup): Revoke the last change.
16050
16051 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16052
16053         * message.el (message-setup): Use cons. Suggested by Johan Vromans
16054         <jvromans@squirrel.nl>.
16055
16056 2000-12-24  Simon Josefsson  <sj@extundo.com>
16057
16058         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
16059         mailing list junk at end of part.
16060
16061 2000-12-23  Simon Josefsson  <sj@extundo.com>
16062
16063         * nnimap.el (nnimap-expiry-target): New function.
16064         (nnimap-request-expire-articles): Use it.
16065
16066 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16067
16068         * gnus.el (gnus-group-parameters-more): New variable.
16069         * gnus-cus.el (gnus-group-customize): Use it.
16070
16071         * gnus.el (gnus-define-group-parameter): New macro.
16072         (auto-expire): Use it
16073         (total-expire): Use it.
16074         * gnus-art.el (banner): Use it.
16075
16076         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
16077         <ljz@asfast.com>.
16078
16079 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16080
16081         * gnus-topic.el (gnus-topic-create-topic): Use list.
16082
16083         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
16084         before binding gnus-default-article-saver.
16085
16086         * gnus-sum.el (gnus-summary-save-article):
16087         (gnus-summary-pipe-output):
16088         (gnus-summary-save-article-mail):
16089         (gnus-summary-save-article-rmail):
16090         (gnus-summary-save-article-file):
16091         (gnus-summary-write-article-file):
16092         (gnus-summary-save-article-body-file): Ditto.
16093
16094         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
16095
16096 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16097
16098         * gnus-art.el (gnus-mime-security-button-map):
16099         (gnus-mime-button-map): Add parent.
16100
16101 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16102
16103         * messagexmas.el (message-xmas-redefine): New function.
16104
16105         * message.el: Use it.
16106
16107         * gnus-art.el (gnus-article-check-hidden-text): Return t.
16108
16109         * gnus-util.el (gnus-remove-text-properties-when): Return t.
16110
16111 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16112
16113         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
16114         malformatted messages.
16115
16116 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16117
16118         * mm-util.el (mm-image-load-path): New function.
16119
16120         * gnus-group.el (gnus-group-make-tool-bar): Use it.
16121
16122         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
16123
16124         * message.el (message-tool-bar-map): Use it.
16125
16126         * Makefile.in (install-el): New rule.
16127
16128 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-art.el (article-treat-dumbquotes): Quote \.
16131
16132 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16133
16134         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
16135         Emacs 20 runs on a terminal.
16136
16137 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16138
16139         * gnus-msg.el (gnus-bug): Revert to save-excursion.
16140
16141         * mml.el (gnus-add-minor-mode): Autoload.
16142
16143         * message.el (message-forward): Save-restriction.
16144
16145 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16146
16147         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
16148         Paul Stevenson <p.stevenson@surrey.ac.uk>
16149
16150 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16151
16152         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
16153
16154         * mml.el (gnus-ems): Don't require.
16155
16156         * gnus.el (gnus-decode-rfc1522): Removed.
16157         (gnus-set-text-properties): Define.
16158
16159 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16160
16161         * gnus-art.el (gnus-mime-*): handle may be nil.
16162
16163         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
16164
16165         * gnus.el (gnus-group-remove-excess-properties): Not defined
16166         in gnus-xmas.
16167
16168 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16169
16170         * message.el (message-mail-user-agent): Add :version.
16171
16172 2000-12-21  Miles Bader  <miles@gnu.org>
16173
16174         * message.el (message-mode): Set `comment-start' to the  yank prefix.
16175
16176 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16177
16178         * message.el (message-mail-user-agent): New variable.
16179         (message-setup): Renamed to message-setup-1. Support
16180         mail-user-agent.
16181         (message-mail-user-agent): New function.
16182         (message-mail): Use it.
16183         (message-reply): Use it.
16184         (message-resend): Use it.
16185         (message-mail-other-window): Use it.
16186         (message-mail-other-frame): Use it.
16187
16188         * gnus-msg.el (gnus-bug): Support mail-user-agent.
16189
16190 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16191
16192         * message.el (message-tool-bar-map): Simplify.
16193         (message-narrow-to-head-1): New function.
16194         (message-narrow-to-head): Use it.
16195         (message-reply): Ditto.
16196         (message-cancel-news): Ditto.
16197         (message-supersede): Ditto.
16198         (message-make-forward-subject): Ditto.
16199         (message-bounce): Ditto.
16200
16201 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16202
16203         * uudecode.el (uudecode-decode-region-external): make-temp-file
16204         may not be defined.
16205
16206         * binhex.el (defalias): eval-and-compile.
16207
16208         * message.el (message-tool-bar-map): New function.
16209         (message-mode): Use it.
16210
16211 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16212
16213         * nntp.el (nntp-find-connection): Remove the entry.
16214         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
16215
16216 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16217
16218         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
16219
16220         * message.el (message-forward): Copy buffer in unibyte mode.
16221
16222 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16223
16224         * message.el (message-make-forward-subject): Don't widen. Decode.
16225         (message-forward): Don't decode subject.
16226
16227 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
16228
16229         * qp.el (quoted-printable-encode-region): Upcase QP.
16230
16231 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16232
16233         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
16234         mail-extract-a-c instead. Don't depend on Gnus.
16235
16236         * mml.el (gnus-ems): Require it.
16237
16238         * gnus-msg.el (gnus-summary-mail-forward):
16239
16240         * message.el (message-forward):  Move mime-to-mml here.
16241
16242 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16243
16244         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
16245         * gnus-art.el (gnus-insert-mime-button): Simplify.
16246         (gnus-mime-display-alternative): Ditto.
16247         (gnus-insert-mime-security-button): Ditto.
16248
16249 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16250
16251         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
16252         text-property-not-all doesn't return nil when start=mark(end).
16253         (gnus-remove-text-properties-when): Ditto.
16254
16255 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16256
16257         * gnus-start.el (gnus-group-change-level): Remove group from
16258         gnus-active-hashtb if real killed.
16259
16260 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16261
16262         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
16263         (gnus-mime-display-alternative): Ditto.
16264         (gnus-insert-mime-security-button): Ditto.
16265
16266 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16267
16268         * gnus-start.el (gnus-group-change-level): Don't add it into
16269         killed-list if it was killed.
16270
16271 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16272
16273         * nnmbox.el (nnmbox-file-coding-system): Use binary.
16274         (nnmbox-active-file-coding-system): Ditto.
16275
16276         * gnus-cus.el (gnus-group-parameters): Add posting-style.
16277
16278 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16279
16280         * gnus.el (gnus-version):
16281         (gnus-version-number): Set to Oort Gnus 0.01.
16282
16283         * gnus-art.el (gnus-mime-security-button-map):
16284         (gnus-insert-mime-security-button): Fix for Emacs21.
16285
16286 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16287
16288         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
16289         easymenu, because XEmacs doesn't understand :help.
16290
16291         * mm-uu.el: Require binhex.
16292
16293 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16294
16295         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
16296
16297 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16298
16299         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
16300
16301 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
16302
16303         * *.xpm, *.pbm: Convert icons icons to size 24x24.
16304
16305 2000-12-18  Dave Love  <fx@gnu.org>
16306
16307         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
16308         (unused).
16309
16310 2000-12-13  Miles Bader  <miles@gnu.org>
16311
16312         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
16313         to t, so that we don't get stuck while trying to smilefy
16314         intangible text.
16315
16316 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16317
16318         * smiley-ems.el (smiley-regexp-alist): Make regexps match
16319         at the end of the buffer.
16320         (smiley-region): In the loop, move to the end of the submatch
16321         matching the smiley instead of using the end of the match
16322         of the whole regexp.
16323
16324 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
16325
16326         * message.el (message-mode): Doc fix.
16327
16328 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16329
16330         * smiley-ems.el (smiley-region): Doc fix.
16331
16332 2000-12-11  Miles Bader  <miles@gnu.org>
16333
16334         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
16335         bottom line visible, check to see if it's partially obscured, and
16336         if so, either scroll one more line to make it fully visible, or
16337         revert to showing the second line from the top.
16338
16339 2000-12-07  Dave Love  <fx@gnu.org>
16340
16341         * mailcap.el (mailcap-download-directory)
16342         * gnus-audio.el (gnus-audio-directory)
16343         * smiley-ems.el (smiley-data-directory): Fix :type.
16344
16345 2000-11-30  Dave Love  <fx@gnu.org>
16346
16347         * message.el (message-auto-save-directory): Use
16348         file-name-as-directory.
16349         (message-set-auto-save-file-name): Create
16350         message-auto-save-directory if necessary.
16351         (message-replace-chars-in-string): Removed -- unused.
16352         (message-mail-alias-type): Customize.
16353         (message-headers): Remove duplicate defgroup.
16354
16355 2000-11-29  Dave Love  <fx@gnu.org>
16356
16357         * qp.el (quoted-printable-decode-region): Use error, not message
16358         to report malformed text (like base64).  Amend message.
16359
16360 2000-11-29  Miles Bader  <miles@gnu.org>
16361
16362         * message.el (message-header-lines): Fontify tag.
16363
16364 2000-11-27  Dave Love  <fx@gnu.org>
16365
16366         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
16367         compiler warning.
16368
16369 ;2000-11-26  Dave Love  <fx@gnu.org>
16370 ;
16371 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
16372 ;
16373 2000-11-23  Dave Love  <fx@gnu.org>
16374
16375         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
16376
16377         * mm-uu.el (uudecode): Require.
16378         (uudecode-decode-region, uudecode-decode-region-external): Don't
16379         autoload.
16380         (mm-uu-copy-to-buffer): Doc fix.
16381         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
16382         type fix.
16383
16384         * mailcap.el: Doc fixes.
16385         (mailcap-mime-data): Various adjustments.
16386         (mailcap): New group.
16387         (mailcap-download-directory): Customize.
16388         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
16389         (mailcap-temporary-directory): Deleted (unused).
16390         (mailcap-unescape-mime-test): Simplify slightly.
16391         (mailcap-viewer-passes-test): Use functionp.
16392         (mailcap-command-p): Aliased to executable-find.
16393
16394         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
16395         default-enable-multibyte-characters is nil.
16396
16397 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
16398
16399         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
16400
16401 2000-11-21  Dave Love  <fx@gnu.org>
16402
16403         * gnus-art.el (gnus-mime-button-map): Don't inherit from
16404         gnus-article-mode-map.
16405 ;       (gnus-mime-button-menu): Use mouse-set-point.
16406         (gnus-insert-mime-button, gnus-mime-display-alternative)
16407         (gnus-mime-display-alternative): Don't use local-map property.
16408
16409 2000-11-17  Dave Love  <fx@gnu.org>
16410
16411         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
16412         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
16413         and make-temp-file.
16414         (uudecode-decode-region): Doc fix.
16415
16416 2000-11-14  Dave Love  <fx@gnu.org>
16417
16418         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
16419         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
16420         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
16421         New files, derived from the XPMs.
16422
16423 2000-11-10  Dave Love  <fx@gnu.org>
16424
16425         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
16426         (gnus-agent-lib-file, gnus-agent-load-alist)
16427         (gnus-agent-save-alist, gnus-agent-article-name): Use
16428         expand-file-name.
16429
16430         * gnus-group.el (gnus-group-name-charset-method-alist): Add
16431         :version.
16432         (nnkiboze-score-file): Defvar when compiling.
16433
16434         * gnus-start.el (gnus-read-newsrc-file): Add :version.
16435
16436         * gnus-art.el (gnus-article-banner-alist)
16437         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
16438         (gnus-article-date-lapsed-new-header)
16439         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
16440         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
16441         (gnus-treat-strip-headers-in-body)
16442         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
16443         (gnus-treat-translate): Add :version.
16444         (gnus-article-mime-part-function): Fix defcustom.
16445
16446         * nnmail.el (nnmail-expiry-target)
16447         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
16448         (nnmail-split-header-length-limit): Add :version.
16449
16450         * gnus-sum.el (gnus-auto-expirable-marks)
16451         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
16452         (gnus-extra-headers, gnus-ignored-from-addresses)
16453         (gnus-newsgroup-ignored-charsets)
16454         (gnus-group-highlight-words-alist)
16455         (gnus-summary-show-article-charset-alist): Add :version.
16456
16457         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
16458         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
16459         files, converted from the XPMs.
16460
16461         * gnus-cache.el (gnus-cache-active-file): Don't use
16462         file-name-as-directory on directory.
16463         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
16464         use file-name-as-directory on directory.
16465
16466         * time-date.el (timezone-make-date-arpa-standard): Autoload.
16467         (date-to-time): Use it.
16468
16469 ;       * message.el (message-mode) <adaptive-fill-regexp>:
16470 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
16471 ;       (message-newline-and-reformat): Likewise.
16472         (message-forward-as-mime, message-forward-ignored-headers)
16473         (message-buffer-naming-style, message-default-charset)
16474         (message-dont-reply-to-names, message-send-mail-partially-limit):
16475         Add :version.
16476
16477         * mm-util.el: Doc fixes.
16478         (mm-mime-charset): Don't use the raw result of
16479         mm-preferred-coding-system.
16480         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
16481         (mm-with-unibyte): Simplify.
16482
16483         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
16484         concat.
16485
16486         * pop3.el (pop3-version): Deleted.
16487         (pop3-make-date): New function, avoiding message-make-date.
16488         (pop3-munge-message-separator): Use it.
16489
16490 2000-11-09  Dave Love  <fx@gnu.org>
16491
16492         * gnus-group.el (gnus-group-make-directory-group)
16493         (gnus-group-fetch-faq): Use expand-file-name.
16494         (gnus-group-fetch-faq): Simplify completing-read form.
16495
16496         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
16497         test for Mule.
16498
16499         * message.el (tool-bar-map): Defvar when compiling.
16500
16501         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
16502         (gnus-tm-lisp-directory): Deleted.
16503         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
16504         (featurep 'xemacs).
16505         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
16506         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
16507         version numbers from file names.
16508
16509 2000-11-08  Dave Love  <fx@gnu.org>
16510
16511         * mm-view.el: Use featurep for XEmacs test.
16512         (mm-inline-message): Test for `remove-specifier'; don't use
16513         condition-case.
16514
16515         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
16516
16517         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
16518         (gnus-score-find-bnews): Don't concat "".
16519
16520         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
16521         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
16522         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
16523         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
16524
16525         * gnus-sum.el: Put some defvars in eval-when-compile.
16526         (gnus-summary-mode-hook): Add :options.
16527         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
16528         (gnus-summary-tool-bar-map): New variable.
16529         (gnus-summary-make-tool-bar): New function.
16530         (gnus-summary-mode): Put kill-all-local-variables first.
16531
16532         * gnus-group.el (gnus-group-toolbar-map): New variable.
16533         (gnus-group-make-tool-bar): Rewritten.
16534         (gnus-group-mode): Put kill-all-local-variables first.
16535
16536         * rfc2047.el: Require gnus-util.
16537
16538         * nnml.el (gnus-sorted-intersection): Autoload.
16539
16540         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
16541         Put some defvars in eval-when-compile.
16542         (gnus-intersection, gnus-sorted-complement):  Autoload.
16543
16544         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
16545
16546         * mm-encode.el (mm-body-7-or-8): Autoload.
16547
16548         * mm-decode.el (mm-insert-inline): Autoload.
16549
16550         * mml.el:
16551         * message.el: Put some defvars in eval-when-compile.
16552
16553         * gnus-msg.el: Put some defvars in eval-when-compile.
16554         (gnus-msg-mail): Move after gnus-setup-message.
16555
16556         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
16557
16558 2000-11-07  Dave Love  <fx@gnu.org>
16559
16560         * gnus-util.el (nnheader): Don't require message (recursive
16561         autoload).
16562
16563         * uudecode.el: Avoid compiler warnings.
16564
16565         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
16566         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
16567
16568 2000-11-06  Dave Love  <fx@gnu.org>
16569
16570         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
16571
16572         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
16573         (uudecode-char-int): New alias, replacing char-int.
16574         (uudecode-decode-region): Don't call buffer-disable-undo.
16575
16576 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
16577 ;       (mm-uu-configure-list): Doc fix.
16578 ;
16579 ;       * earcon.el (running-xemacs): Don't define.
16580 ;
16581 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16582 ;
16583 ;       * message.el (message-font-lock-keywords): Match a final newline
16584 ;       to help font-lock's multiline support.
16585 ;
16586 2000-11-03  Dave Love  <fx@gnu.org>
16587
16588         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
16589
16590         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
16591         name.
16592
16593         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
16594         <banner>: Fix custom type, doc.
16595
16596         * mm-decode.el (mm-display-external): Space-prefix temp buffer
16597         name.  Don't disable undo explicitly.
16598
16599 ;2000-11-02  Dave Love  <fx@gnu.org>
16600 ;
16601 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
16602 ;       cite-prefix.
16603
16604 2000-11-01  Dave Love  <fx@gnu.org>
16605
16606         * rfc2047.el (base64): Require unconditionally.
16607         (message-posting-charset): Defvar when compiling.
16608         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
16609         message.
16610
16611         * gnus-sum.el (nnoo): Require.
16612         (mm-uu-dissect): Autoload.
16613
16614         * mml.el (mml-parse-1): Clarify message.
16615         (mml-minibuffer-read-type): Use mailcap-mime-types.
16616
16617 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
16618
16619         * mml.el: Fix a typo in the requiring of CL.
16620
16621 2000-11-01  Dave Love  <fx@gnu.org>
16622
16623         * utf7.el: Require cl when compiling.
16624
16625         * binhex.el: Use (featurep 'xemacs).
16626         (binhex-char-int): New alias, replacing char-int.  Change callers.
16627         (binhex-decode-region): Simplify work buffer code.
16628         (binhex-decode-region-external): Use expand-file-name, not concat.
16629
16630 2000-10-30  Dave Love  <fx@gnu.org>
16631
16632         * gnus-art.el: Fix 2000-10-27 change properly.
16633
16634 2000-10-28  Miles Bader  <miles@gnu.org>
16635
16636         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
16637
16638 2000-10-27  Dave Love  <fx@gnu.org>
16639
16640         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
16641         strings.
16642         (gnus-group-make-tool-bar): New function.
16643         (gnus-group-mode): Use it.
16644
16645         * message.el (message-mode-menu): Add some :help strings.
16646         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
16647         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
16648
16649         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
16650         * describe-group.xpm, get-news.xpm, kill-group.xpm:
16651         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
16652
16653         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
16654         display-graphic-p here.
16655
16656 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
16657
16658         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
16659         of the `gnus-xemacs' variable, as the latter has been removed.
16660         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
16661         * gnus-art.el (gnus-treat-display-xface)
16662         (gnus-treat-display-smileys, gnus-treat-display-picons)
16663         (gnus-article-read-summary-keys): Likewise.
16664
16665 2000-10-26  Dave Love  <fx@gnu.org>
16666
16667         (defvar): Use rmail-spool-directory unconditionally.
16668
16669 2000-10-18  Dave Love  <fx@gnu.org>
16670
16671         * mm-bodies.el (mm-uu-decode-function)
16672         (mm-uu-binhex-decode-function): Defvar when compiling.
16673
16674         * gnus-nocem.el (gnus-nocem-issuers): Update.
16675         (gnus-nocem-check-from): New option.
16676         (gnus-nocem-scan-groups): Use it.
16677         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
16678         (gnus-nocem-check-article-limit): Add :version.
16679
16680 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
16681
16682         * ietf-drums.el (mm-util): Require CL when compiling.
16683
16684 2000-10-15  Dave Love  <fx@gnu.org>
16685
16686         * qp.el: Require mm-util.
16687
16688 2000-10-13  Dave Love  <fx@gnu.org>
16689
16690         * qp.el (quoted-printable-decode-region): Avoid invalid
16691         coding-systems.
16692
16693 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
16694
16695         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
16696         to a recursive load.
16697
16698 2000-10-12  Dave Love  <fx@gnu.org>
16699
16700         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
16701
16702         * gnus.el (gnus-group-startup-message): Check for PBM image.
16703
16704 2000-10-09  Dave Love  <fx@gnu.org>
16705
16706         * mail-source.el (mail-source-fetch-imap): Bind
16707         default-enable-multibyte-characters rather than using
16708         mm-disable-multibyte.
16709
16710 2000-10-05  Dave Love  <fx@gnu.org>
16711
16712         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
16713         Autoload.
16714         (quoted-printable-decode-region):  Rename arg which confused
16715         charset with coding-system.  Don't use nonascii-insert-offset.
16716         Coding-system encode the region initially.  Don't recognize `=='
16717         as valid QP.  Coding-system decode the region finally.
16718         (quoted-printable-decode-string): Rename arg which confused
16719         charset with coding-system.
16720
16721         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
16722         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
16723         mm-encode-coding-region.
16724         (mm-decode-body, mm-decode-string): Rename variables which
16725         confused charset with coding-system.
16726         (binhex-decode-region): Don't autoload.
16727         (mm-body-encoding): Require message.
16728         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
16729         cond branches.
16730
16731         * gnus-art.el (article-de-quoted-unreadable)
16732         (article-de-base64-unreadable): Fold search case
16733         rather than downcasing string.  Apply mm-charset-to-coding-system
16734         to arg of quoted-printable-decode-region.
16735
16736 2000-10-04  Dave Love  <fx@gnu.org>
16737
16738         * gnus-ems.el: Don't turn off compiler warnings in local vars.
16739         Require ring when compiling.
16740         (gnus-article-compface-xbm): New variable.
16741
16742 2000-10-04  Dave Love  <fx@gnu.org>
16743
16744         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
16745         pbm images.
16746
16747         * frown.pbm, smile.pbm, wry.pbm: New files.
16748
16749         * frown.xbm, smile.xbm, wry.xbm: Deleted.
16750
16751 2000-10-03  Dave Love  <fx@gnu.org>
16752
16753         * mail-source.el (mail-sources): Revert to nil.
16754
16755         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
16756
16757         * qp.el: Don't require mm-util.
16758         (quoted-printable-decode-region): Rewritten.
16759         (quoted-printable-decode-string, quoted-printable-encode-region):
16760         Doc fix.
16761         (quoted-printable-encode-region): Barf on multibyte characters.
16762         Maybe make the class multibyte.  Upcase chars, not formatted
16763         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
16764         (quoted-printable-encode-string): Don't use
16765         mm-with-unibyte-buffer.
16766
16767 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16768
16769         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
16770
16771 2000-09-21  Dave Love  <fx@gnu.org>
16772
16773         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
16774         (for Emacs 20).  Tidy somewhat.
16775
16776 2000-09-21  Dave Love  <fx@gnu.org>
16777
16778         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
16779         image processing.  Rationalize logic somewhat.
16780
16781 2000-09-20  Dave Love  <fx@gnu.org>
16782
16783         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
16784         specifically.
16785
16786         * gnus.el (gnus-version-number): Avoid some redundant
16787         autoloads.
16788
16789 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
16790
16791         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
16792         to XBM; we always have PBM support.
16793
16794 2000-09-14  Dave Love  <fx@gnu.org>
16795
16796         * gnus.el (gnus-charset):
16797         * mm-decode.el (mime-display):
16798         * imap.el (imap) <defgroup>: Add :version.
16799
16800 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
16801
16802         * parse-time.el: Fix author's mail address.
16803
16804         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
16805         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
16806         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
16807         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
16808         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
16809         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
16810         * rfc2231.el, uudecode.el: Fix copyright notice.
16811
16812         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
16813         require `w3' at load-time only if not running in batch mode.
16814
16815 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16816
16817         * gnus.el: Before merge with Emacs21.
16818
16819 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
16820
16821         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
16822
16823 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
16824
16825         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
16826         to avoid conflict with the standard `back-to-indentation'
16827         binding.
16828
16829 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16830
16831         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
16832
16833         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
16834         (mm-disable-multibyte-mule4): Ditto.
16835         (mm-with-unibyte-current-buffer-mule4): Ditto.
16836
16837 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16838
16839         * pop3.el (pop3-movemail): Use binary.
16840         (pop3-movemail-file-coding-system): Removed.
16841
16842 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16843
16844         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
16845
16846 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16847
16848         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
16849         exists.
16850
16851 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16852
16853         * gnus-msg.el (gnus-post-method): Use backend name when the
16854         address is "".
16855
16856 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16857
16858         * gnus-art.el (article-verify-x-pgp-sig): Don't test
16859         mm-verify-option.
16860         (gnus-treat-x-pgp-sig): Default value.
16861         (gnus-ignored-headers): Redundant.
16862
16863 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16864
16865         * gnus-win.el (gnus-configure-frame): Save selected window.
16866
16867 2000-02-15  Andrew Innes  <andrewi@gnu.org>
16868
16869         * nnmbox.el: Require gnus-range.
16870         (nnmbox-group-building-active-articles): New variable.
16871         (nnmbox-group-active-articles): New variable; this is a cache of
16872         all active articles by group and number.
16873         (nnmbox-in-header-p): New function.
16874         (nnmbox-find-article): New function.
16875         (nnmbox-record-active-article): New function.
16876         (nnmbox-record-deleted-article): New function.
16877         (nnmbox-is-article-active-p): New function.
16878         (nnmbox-retrieve-headers): Use nnmbox-find-article.
16879         (nnmbox-request-article): Ditto.  Also supply extra arg to
16880         nnmbox-article-group-number.
16881         (nnmbox-request-expire-articles): Ditto.
16882         (nnmbox-request-move-article): Ditto.
16883         (nnmbox-request-replace-article): Ditto.
16884         (nnmbox-request-rename-group): Rename group entry in active
16885         article cache.
16886         (nnmbox-delete-mail): Update active article cache, unless article
16887         is being replaced.
16888         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
16889         than partially duplicating it.
16890         (nnmbox-article-group-number): Add extra `this-line' arg, to
16891         handle articles belonging to multiple groups.
16892         (nnmbox-save-mail): Update active article cache.
16893         (nnmbox-read-mbox): Build active article cache when loading mbox.
16894         Also do some repair work, if we find articles that are missing the
16895         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
16896         reconstruct these from Xref info.
16897
16898 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16899
16900         * mail-source.el (mail-source-report-new-mail): Use
16901         nnheader-run-at-time.
16902
16903 2000-02-15  Andrew Innes  <andrewi@gnu.org>
16904
16905         * mail-source.el (mail-source-fetch-pop): Clear pop password when
16906         an error is thrown, and then rethrow the error.
16907         (mail-source-check-pop): Ditto.
16908         (mail-source-start-idle-timer): Prevent multiple pop checks
16909         running if the check takes a long time.
16910
16911 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16912
16913         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
16914         succeed.
16915
16916 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16917
16918         * gnus-win.el (gnus-configure-windows): Make sure
16919         nntp-server-buffer is live.
16920         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
16921
16922 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
16923
16924         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
16925
16926 2000-12-04  Andreas Jaeger  <aj@suse.de>
16927
16928         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
16929
16930 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16931
16932         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
16933
16934 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16935         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
16936
16937         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
16938
16939 2000-12-01  Simon Josefsson  <sj@extundo.com>
16940
16941         * mml-smime.el (mml-smime-verify): Fix address parsing.
16942
16943 2000-12-01  Simon Josefsson  <sj@extundo.com>
16944
16945         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
16946         more than one certificate inside PKCS#7 blob.  Better security
16947         information (clamed / actual sender, openssl output, certificates
16948         inside message).
16949
16950         * smime.el (smime-verify-region): Output to /dev/null.
16951         (smime-buffer-as-string-region): Don't parse empty lines.
16952
16953 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16954
16955         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
16956         ?d and ?D.
16957         (gnus-mime-security-show-details-inline): New variable.
16958         (gnus-mime-security-show-details): Use them.
16959         (gnus-insert-mime-security-button): Ditto.
16960
16961         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
16962         Suggest by Michael Duggan (md5i@cs.cmu.edu).
16963         (mml2015-gpg-clear-verify): Ditto.
16964         (mml2015-gpg-decrypt-1): Ditto.
16965         (mml2015-use): Prefer 'gpg.
16966
16967 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16968
16969         * gnus-util.el (gnus-add-text-properties-when): New function.
16970         (gnus-remove-text-properties-when): Ditto.
16971
16972         * gnus-cite.el (gnus-article-hide-citation): Use them.
16973         (gnus-article-toggle-cited-text): Use them.
16974
16975         * gnus-art.el (gnus-signature-toggle): Use them.
16976         (gnus-article-show-hidden-text): Ditto.
16977         (gnus-article-hide-text): Ditto.
16978
16979 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16980
16981         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
16982
16983 2000-11-30  Simon Josefsson  <sj@extundo.com>
16984
16985         * smime.el (smime-point-at-eol): New alias.
16986         (smime-buffer-as-string-region): Use it.
16987
16988 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16989
16990         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
16991
16992 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16993
16994         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
16995
16996         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
16997
16998         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
16999
17000 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
17001
17002         * nnmh.el (nnmh-request-expire-articles): Implemented
17003         expiry-target for nnmh backend.
17004
17005 2000-11-30  Simon Josefsson  <sj@extundo.com>
17006
17007         * mm-decode.el (mm-security-from): New variable.
17008         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
17009
17010         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
17011         than `from'.
17012
17013 2000-11-30  Simon Josefsson  <sj@extundo.com>
17014
17015         * mml-smime.el (mml-smime-verify): Verify that certificate mail
17016         address match sender address.
17017
17018         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
17019
17020         * smime.el (smime-verify-region): Don't copy buffer.
17021         (smime-decrypt-buffer): Use expand-file-name on keyfile.
17022         (smime-pkcs7-region): New function.
17023         (smime-pkcs7-certificates-region): Ditto.
17024         (smime-pkcs7-email-region): Ditto.
17025         (smime-buffer-as-string-region): Ditto.
17026
17027         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
17028         buffer.
17029
17030 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
17031
17032         * smime.el (smime-decrypt-region): Fix keyfile argument.
17033
17034 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17035
17036         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
17037
17038 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17039
17040         * message.el (message-shoot-gnksa-feet): New variable.
17041         (message-gnksa-enable-p): New function.
17042         (message-send): Use it.
17043         (message-check-news-body-syntax): Ditto.
17044
17045 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * message.el (message-make-message-id): Remove the redundancy.
17048
17049 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17050
17051         * message.el (message-setup): Discourage using mc-install-*-mode.
17052
17053         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
17054
17055 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17056
17057         * gnus-cite.el (gnus-cite-parse): Guess citation length.
17058
17059 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17060
17061         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
17062
17063 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17064
17065         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
17066
17067 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17068
17069         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
17070         insert-buffer-substring.
17071
17072         * message.el (message-send-mail): Use buffer-substring-no-properties.
17073         (message-send-news): Ditto.
17074
17075 2000-11-22  David Edmondson  <dme@dme.org>
17076
17077         * imap.el (imap-wait-for-tag): Message read info.
17078
17079 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17080
17081         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
17082         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
17083         (mml2015-gpg-encrypt): Ditto.
17084
17085 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17086
17087         * mm-decode.el (mm-verify-option): Default value.
17088
17089         * mml-sec.el (mml-secure-part): Error message.
17090
17091 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17092
17093         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
17094
17095 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17096
17097         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
17098
17099 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17100
17101         * gnus-art.el (gnus-article-describe-key): Use prompt.
17102         (gnus-article-describe-key-briefly): Ditto.
17103
17104 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17105
17106         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
17107
17108 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17109
17110         * gnus-art.el (gnus-article-describe-key): New function.
17111         (gnus-article-describe-key-briefly): New function.
17112
17113 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17114
17115         * mm-decode.el (mm-decrypt-option): Doc typo.
17116
17117         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
17118         return a number.
17119
17120 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17121
17122         * message.el (message-newline-and-reformat): Typo.
17123
17124 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17125
17126         * gnus-art.el (article-verify-x-pgp-sig): Check whether
17127         original-article-buffer exists.
17128
17129         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
17130         (rfc2047-header-encoding-alist): Addresses are different from text.
17131         (rfc2047-encode-message-header): Ditto.
17132         (rfc2047-dissect-region): Extra parameter.
17133         (rfc2047-encode-region): Ditto.
17134         (rfc2047-encode-string): Ditto.
17135
17136 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17137
17138         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
17139         (mm-uu-pgp-encrypted-extract): Use it.
17140         (mm-uu-pgp-signed-extract-1): New function.
17141         (mm-uu-pgp-signed-extract): Use it.
17142
17143         * gnus-art.el (gnus-mime-display-security): New function.
17144         (gnus-mime-display-part): Use it.
17145         (gnus-mime-security-verify-or-decrypt): New function.
17146         (gnus-mime-security-press-button): New function.
17147         (gnus-insert-mime-security-button): Use it.
17148
17149         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
17150         (mm-find-raw-part-by-type): Ditto.
17151         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
17152         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
17153         (mm-destroy-parts): Kill nested multibyte buffer.
17154
17155         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
17156         (mml2015-gpg-verify): Ditto.
17157
17158 2000-11-18  Simon Josefsson  <sj@extundo.com>
17159
17160         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
17161         (mml2015-function-alist): Use it.
17162
17163         * mml-sec.el (mml-sign-alist): Update names.
17164         (mml-encrypt-alist): Ditto.
17165         (mml-secure-part-smime-sign): Moved to mml-smime.el
17166         as `mml-smime-sign-query'.
17167         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
17168         `mml-smime-get-file-cert'.
17169         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
17170         `mml-smime-get-dns-cert'.
17171         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
17172         `mml-smime-encrypt-query'.
17173         (mml-smime-sign-buffer): Use mml-smime-sign.
17174         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
17175
17176         * mml-smime.el (mml-smime-sign): New function.
17177         (mml-smime-encrypt):
17178         (mml-smime-sign-query):
17179         (mml-smime-get-file-cert):
17180         (mml-smime-get-dns-cert):
17181         (mml-smime-encrypt-query): Moved from mml-sec.el.
17182
17183 2000-11-16  Simon Josefsson  <sj@extundo.com>
17184
17185         * mml2015.el (mml2015-gpg-clear-verify): New function.
17186         (mml2015-function-alist): Add it.
17187
17188 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17189
17190         * message.el (message-setup-fill-variables): Use
17191         message-cite-prefix-regexp.
17192         (message-newline-and-reformat): Check the end of citation, leading
17193         WSP, break in the cite prefix.
17194         (message-fill-paragraph): New function.
17195
17196 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17197
17198         * lpath.el: Shut up.
17199
17200 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
17201
17202         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
17203         raw 8-bit in headers in dk.* newsgroups.
17204
17205 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17206
17207         * message.el (message-newline-and-reformat): Match extra WSPs.
17208
17209 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
17210
17211         * mml.el (mml-generate-mime-1): Ignore ascii.
17212
17213 2000-11-16 Justin Sheehy  <justin@iago.org>
17214
17215         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
17216
17217 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17218
17219         * message.el (message-cite-prefix-regexp): Prefix should not end
17220         at space.
17221
17222 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17223
17224         * message.el (message-mode-syntax-table): Add - as a word
17225         constituent as in articles.
17226         (message-setup-fill-variables): Add -_. as supercite-style prefix.
17227         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
17228         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
17229
17230 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17231
17232         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
17233
17234 2000-11-12  David Edmondson  <dme@dme.org>
17235
17236         * message.el (message-font-lock-keywords): use
17237         message-cite-prefix-regexp.
17238
17239 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17240
17241         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
17242         Stein Arild Str\e,Ax\e(Bmme.
17243         (gnus-group-jump-to-group): Use it.
17244         (gnus-group-jump-to-group-prompt): Customize.
17245
17246 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
17247
17248         * mailcap.el (mailcap-possible-viewers): Match the entire string.
17249
17250 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17251
17252         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
17253         incompatible.
17254         (mml2015-mailcrypt-sign): Ditto.
17255
17256 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17257
17258         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
17259         group is open.
17260
17261 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
17262
17263         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
17264         nnvirtual articles.
17265         (gnus-backlog-request-article): Don't request nnvirtual articles.
17266
17267 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17268
17269         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
17270         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
17271
17272 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17273
17274         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
17275         * mml.el (mml-generate-mime-1): Use charset attribute.
17276         * mm-bodies.el (mm-encode-body): Add parameter charset.
17277         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
17278
17279 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17280
17281         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
17282         (mml2015-mailcrypt-clear-decrypt): Ditto.
17283         (mml2015-mailcrypt-verify): Ditto.
17284         (mml2015-mailcrypt-clear-verify): Ditto.
17285         (mml2015-gpg-verify): Ditto.
17286
17287 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17288
17289         * smime.el (smime-openssl-program): Test the existence of openssl.
17290         * mml-smime.el: Require mm-decode.
17291         (mml-smime-verify-test): New function.
17292         * mm-decode.el (mm-verify-function-alist): Use it.
17293
17294 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17295
17296         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
17297         anyway.
17298
17299 2000-11-13  Simon Josefsson  <sj@extundo.com>
17300
17301         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
17302         verification doesn't work.
17303
17304 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17305
17306         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
17307         (gnus-inews-do-gcc): Use it.
17308
17309 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17310
17311         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
17312         leading space.
17313         * mm-extern.el (mm-inline-external-body): Report error when no
17314         access-type.
17315
17316 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
17317
17318         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
17319
17320 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
17321
17322         * gnus-art.el (gnus-mime-button-menu): Use select-window.
17323
17324 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
17325
17326         * gnus-art.el (gnus-mime-display-part): Display multipart/related
17327         as multipart/mixed.
17328
17329 2000-11-12  David Edmondson  <dme@dme.org>
17330
17331         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
17332         and replace `.' with `\w' to allow for different syntax tables
17333         (from Vladimir Volovich).
17334         * message.el (message-newline-and-reformat): use
17335         `message-cite-prefix-regexp'.
17336         * gnus-cite.el (gnus-supercite-regexp): use
17337         `message-cite-prefix-regexp'.
17338         * gnus-cite.el (gnus-cite-parse): use
17339         `message-cite-prefix-regexp'.
17340
17341 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17342
17343         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
17344         PGP SIGNATURE.  Escape leading "-"'s.
17345         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
17346
17347 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17348
17349         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
17350
17351 2000-11-11  Simon Josefsson  <sj@extundo.com>
17352
17353         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
17354
17355         * smime.el (smime-details-buffer): New variable.
17356         (smime-sign-region):
17357         (smime-encrypt-region):
17358         (smime-verify-region):
17359         (smime-decrypt-region): Copy OpenSSL output to the buffer.
17360
17361         * mml-smime.el (mml-smime-verify): Support security info.
17362
17363 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
17364
17365         * mm-decode.el (mm-verify-option): Set default to nil.
17366         (mm-decrypt-option): Ditto.
17367         * gnus-art.el (article-verify-x-pgp-sig): New function.
17368
17369 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
17370
17371         * gnus-art.el (gnus-mime-display-alternative): Show button if no
17372         preferred part.
17373
17374 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17375
17376         * gnus-sum.el (gnus-move-split-methods): Say that
17377         `gnus-split-methods' uses file names, whereas this uses group
17378         names.  (Report from Nevin Kapur)
17379
17380 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
17381
17382         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
17383
17384 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17385
17386         * nnheader.el (nnheader-directory-files-is-safe): New variable.
17387         (nnheader-directory-articles): Use it.
17388         (nnheader-article-to-file-alist): Ditto.
17389
17390 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17391
17392         * rfc2047.el (rfc2047-pad-base64): New function.
17393         (rfc2047-decode): Use it.
17394
17395 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17396
17397         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
17398         select method.
17399
17400 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17401
17402         * mml2015.el (mml2015-gpg-decrypt-1):
17403         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
17404
17405 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17406
17407         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
17408
17409 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
17410
17411         * pop3.el (pop3-munge-message-separator): A message may have an
17412         empty body.
17413
17414 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
17415
17416         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
17417         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
17418         (mm-uu-pgp-signed-extract): Use coding-system.
17419
17420 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17421
17422         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
17423         (gnus-insert-mime-security-button): New function.
17424         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
17425         * mml2015.el:  Add security info when verify or decrypt.
17426         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
17427         (mm-uu-pgp-encrypted-extract): Ditto.
17428
17429 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
17430
17431         * mm-decode.el (mm-display-parts): New function.
17432         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
17433
17434 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17435
17436         * gnus-mlspl.el: Documentation tweaks.
17437
17438 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17439
17440         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
17441         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
17442         argument.
17443
17444 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
17445
17446         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
17447
17448 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
17449
17450         * gnus-art.el (gnus-article-encrypt): New function.
17451         (gnus-article-encrypt-protocol-alist): New variable.
17452         (gnus-article-encrypt-protocol): New variable.
17453         * mml2015.el (mml2015-self-encrypt): New function.
17454         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
17455
17456 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
17457
17458         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
17459         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
17460         let mailcap do it.
17461         * mml2015.el: Remove snarf code.
17462         * mm-decode.el: Remove snarf code.
17463
17464 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
17465
17466         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
17467         (mml-insert-mime): Understand gnus-decoded.
17468         (mime-to-mml): New parameter handles.
17469         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17470         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
17471
17472 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17473
17474         * mm-decode.el (mime-security): New group.
17475         (mm-verify-function-alist): Add test function.
17476         (mm-decrypt-function-alist): Ditto.
17477         (mm-snarf-option): Set default value as nil.
17478         (mm-find-part-by-type): Recursive parameter.
17479         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
17480         * mml2015.el: Support draft-ietf-openpgp-multsig.
17481
17482 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
17483
17484         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
17485         (gnus-article-view-part-as-charset): New function.
17486
17487 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17488
17489         * mm-decode.el (mm-verify-option): Default value.
17490         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
17491
17492 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17493
17494         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
17495
17496 2000-11-05  Simon Josefsson  <sj@extundo.com>
17497
17498         * mml-smime.el (mml-smime-verify): Work in original multipart
17499         buffert.
17500
17501         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
17502         (mm-handle-multipart-ctl-parameter): Ditto.
17503         (mm-alist-to-plist): New function.
17504         (mm-dissect-buffer): Store CTL parameters and copy original buffer
17505         for multiparts.
17506         (mm-destroy-parts): Destroy multipart buffert.
17507         (mm-remove-part): Ditto.
17508
17509         * mml-smime.el (mml-smime-sign): Not used.
17510         (mml-smime-encrypt): Ditto.
17511
17512         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
17513
17514         Verify S/MIME signature support.
17515
17516         * mm-decode.el (mm-inline-media-tests): Add
17517         application/{x-,}pkcs7-signature.
17518         (mm-inlined-types): Ditto.
17519         (mm-automatic-display): Ditto.
17520         (mm-verify-function-alist): Ditto.  Add name of method.
17521         (mm-decrypt-function-alist): Add name of method.
17522         (mm-find-part-by-type): Add documentation.
17523         (mm-possibly-verify-or-decrypt): Use new format of
17524         mm-{verify,decrypt}-function-alist.  Use method names.
17525
17526         * mml-smime.el (mml-smime-verify): New function.
17527
17528 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17529
17530         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
17531
17532 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17533
17534         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
17535         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
17536         * mm-decode.el (mm-snarf-option): New variable.
17537
17538 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17539
17540         * mm-util.el (mm-subst-char-in-string): New function.
17541         (mm-replace-chars-in-string): Use it.
17542         * message.el (message-replace-chars-in-string): Use it.
17543         * nnheader.el (nnheader-replace-chars-in-string): Use it.
17544         * gnus-mh.el (mh-lib-progs): Shut up.
17545
17546 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
17547
17548         * base64.el, md5.el: Moved to contrib directory.
17549
17550 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17551
17552         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
17553         the last article when search.
17554
17555 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17556
17557         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
17558         * nnmail.el (nnmail-pathname-coding-system): Ditto.
17559
17560 2000-09-29  David Edmondson  <dme@thus.net>
17561
17562         * message.el (message-newline-and-reformat): Typo.
17563
17564 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17565
17566         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
17567
17568 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
17569
17570         * nntp.el (nntp-decode-text): Delete bogus status lines.
17571
17572 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
17573
17574         * message.el (message-font-lock-keywords): Match a final newline
17575         to help font-lock's multiline support.
17576
17577 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17578
17579         * nnoo.el (nnoo-set): New function.
17580
17581 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
17582
17583         * gpg.el, gpg-ring.el: Moved to contrib directory.
17584
17585 2000-11-04  Simon Josefsson  <sj@extundo.com>
17586
17587         * nnimap.el (nnimap-split-inbox): Typo.
17588
17589 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17590
17591         * gnus-msg.el (gnus-msg-mail): Move it backwards.
17592
17593 2000-11-03  Simon Josefsson  <sj@extundo.com>
17594
17595         * rfc2231.el (rfc2231-parse-qp-string): New function.
17596         (require): rfc2047.
17597
17598         * mail-parse.el (mail-header-parse-content-type):
17599         (mail-header-parse-content-disposition): Support invalid QP
17600         encoded strings, by using `rfc2231-parse-qp-string'.
17601
17602 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17603
17604         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
17605         (rfc2231-decode-encoded-string): Typo "> X 1".
17606         (rfc2231-encode-string): Insert the name of charset.
17607         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
17608
17609 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17610
17611         * mm-decode.el (mm-save-part): Return the filename.
17612         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
17613         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
17614         (gnus-mime-action-alist): Use it.
17615         (gnus-mime-button-commands): Use it.
17616         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
17617         (mm-inline-external-body): unwind-protect.
17618
17619 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17620
17621         * gnus-art.el (gnus-insert-mime-button): Show url.
17622
17623 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17624
17625         * mml.el (mml-generate-mime-1): Support external url.
17626         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
17627
17628 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
17629
17630         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
17631         * mm-decode.el (mm-display-external): Ditto.
17632         * mm-extern.el: New file.
17633         * mm-decode.el (mm-inline-media-tests): Hook it up.
17634         (mm-inlined-types): Inline message/external-body.
17635
17636 2000-11-02  Simon Josefsson  <sj@extundo.com>
17637
17638         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
17639
17640         * message.el (message-get-reply-headers): Better handling when
17641         Mail-Followup-To is very large.
17642
17643 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17644
17645         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
17646         * gnus-art.el (gnus-article-edit-done):
17647         * gnus-sum.el (gnus-summary-edit-article-done): Move line
17648         counting code here.
17649         * gnus-msg.el (gnus-setup-message): Remove a hack.
17650
17651 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17652
17653         * gnus-sum.el (gnus-newsgroup-variables): New variable.
17654         (gnus-summary-mode): Make them local variables.
17655         (gnus-set-global-variables): Globalize them.
17656         (gnus-summary-exit): Kill them.
17657
17658 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
17659
17660         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
17661         word.
17662
17663 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
17664
17665         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
17666         gnus-article-wash-types.
17667         * gnus-art.el (gnus-article-wash-status): Use them.
17668
17669 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
17670
17671         * mml.el (mml-read-tag): Remove spaces and LF.
17672
17673 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17674
17675         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
17676         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
17677
17678 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
17679
17680         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
17681
17682 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
17683
17684         * gnus-sum.el (gnus-article-charset): New variable.
17685         (gnus-summary-display-article): Set it.
17686         * gnus-msg.el (gnus-copy-article-buffer): Use it.
17687         * gnus-art.el (gnus-article-mode): Make it local variable.
17688
17689 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17690
17691         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
17692
17693 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17694
17695         * nnwfm.el: New file.
17696
17697         * nnweb.el (nnweb-replace-in-string): New function.
17698
17699 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17700
17701         * mml2015.el: Wrap gpg.el.
17702         * gpg.el (gpg-verify): The last argument of apply is a list.
17703         (gpg-encrypt): Add passphrase as a parameter.
17704
17705 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17706
17707         * gpg.el: New file.
17708         * gpg-ring.el: New file.
17709
17710 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17711
17712         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
17713
17714 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
17717         double-quote characters.
17718         (gnus-summary-prepare-threads): Ditto.
17719
17720 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17721
17722         * gnus-art.el (gnus-mime-display-single): Forward line -1.
17723         * mml.el (mml-read-tag): Don't skip the leading space.
17724         * lpath.el (font-lock-set-defaults): Shut up.
17725
17726 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17727
17728         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
17729
17730 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17731
17732         * qp.el (quoted-printable-encode-region): Replace leading - when
17733         ultra safe.
17734         * mml.el (mml-generate-mime-postprocess-function): Removed.
17735         (mml-postprocess-alist): Removed.
17736         (mml-generate-mime-1): Use ultra-safe when sign.
17737         * mml2015.el (mml2015-fix-micalg): Uppercase.
17738         (mml2015-verify): Insert LF.
17739         (mml2015-mailcrypt-sign): Downcase; search backward.
17740
17741 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17742
17743         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
17744         restrictive.
17745         (nnultimate-table-regexp): New variable.
17746         (nnultimate-forum-table-p): Use it.
17747
17748 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
17749         Trivial patch.
17750
17751         * gnus-sum.el (gnus-summary-expire-articles): Save point.
17752
17753 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17754
17755         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
17756         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
17757
17758 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
17759
17760         * mml2015.el: Shut up.
17761
17762 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17763
17764         * gnus.el (gnus-server-browse-hashtb): Removed.
17765         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
17766         (gnus-group-insert-group-line-info): Use simplified method.
17767         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
17768
17769 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17770
17771         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
17772         moved here.
17773         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
17774         * gnus-group.el (gnus-group-prepare-flat): Use it.
17775         * gnus-topic.el (gnus-group-prepare-topics): Use it.
17776
17777 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17778
17779         * mml.el (mml-mode): Show menu in XEmacs.
17780
17781 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
17782
17783         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
17784         (gnus-server-read-server-in-server-buffer): New function.
17785         (gnus-browse-foreign-server): Browse in group buffer.
17786         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
17787         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
17788         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
17789         * gnus.el (gnus-server-browse-hashtb): New variable.
17790
17791 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17792
17793         * nnfolder.el (nnfolder-open-nov): Use group.
17794
17795 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
17796
17797         * nnfolder.el: Add NOV. Set version to 2.0.
17798         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
17799
17800 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17801
17802         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
17803
17804 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17805
17806         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
17807         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
17808
17809 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17810
17811         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
17812
17813 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17814
17815         * mm-decode.el (mm-verify-function-alist): New variable.
17816         (mm-verify-option): New variable.
17817         (mm-decrypt-function-alist): Ditto.
17818         (mm-decrypt-option): Ditto.
17819         (mm-find-raw-part-by-type): New function.
17820         (mm-possibly-verify-or-decrypt): New function.
17821         (mm-dissect-multipart): Use it.
17822         * mml2015.el (mml2015-fix-micalg): New function.
17823         (mml2015-decrypt): Use new interface.
17824         (mml2015-verify):  Use new interface.
17825         (mml2015-setup): Make it bogus.
17826
17827 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17828
17829         * mml.el (mml-generate-mime-postprocess-function): Set to
17830         mml-postprocess.
17831         (autoload): Autoload mml2015 and mml-smime.
17832         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
17833         * mml2015.el (mml2015-encrypt): New function.
17834         (mml2015-sign): New function.
17835         (mml2015-encrypt-function): New variable.
17836         (mml2015-sign-function): New variable.
17837         (mml2015-mailcrypt-encrypt): Use message-recipients.
17838         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
17839         * mml-smime.el (mml-smime-setup): Ditto.
17840
17841 2000-10-28  Simon Josefsson  <sj@extundo.com>
17842
17843         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
17844         Communigate Pro 3.3.1 server.
17845
17846         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
17847         in buffers.
17848         (mml-secure-dns-server): Removed.
17849         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
17850         write certificates to files.
17851
17852         * smime.el (smime-dns-server): New variable.
17853         (smime-mail-to-domain):
17854         (smime-cert-by-dns): New functions.
17855
17856         * dig.el: New file.
17857
17858 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
17859
17860         * message.el (message-options): New variable.
17861         (message-options-set-recipient): New function.
17862         (message-send): Use them.
17863         * gnus-int.el (gnus-request-replace-article): Use them.
17864         (gnus-request-accept-article): Ditto.
17865         * mml.el (mml-preview): Use them.
17866         * gnus-sum.el (gnus-summary-edit-article): Use them.
17867
17868         * message.el (message-options-get): New function.
17869         (message-options-get): New function.
17870         * rfc2047.el (rfc2047-encode-message-header): Use them.
17871         * mm-bodies.el (mm-encode-body): Use them.
17872
17873 2000-10-28  Simon Josefsson  <sj@extundo.com>
17874
17875         * nnimap.el (nnimap-retrieve-which-headers):
17876         (nnimap-request-article-part): Quote message-id.
17877
17878         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
17879         (smime-CA-file): New variable.
17880         (smime-call-openssl-region): Don't error.
17881         (smime-sign-region): Return result value.
17882         (smime-encrypt-region): Ditto.
17883         (smime-verify-region): New function.
17884         (smime-decrypt-region): Ditto.
17885         (smime-verify-buffer): Ditto.
17886         (smime-decrypt-buffer): Ditto.
17887
17888         * mml.el: Require mml-sec.
17889         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
17890         (mml-mode-map): Add "sign" and "encrypt" maps.
17891         (mml-menu): Add security menu.
17892         (mml-preview): Use generate-new-buffer.
17893
17894         * mml-sec.el: New file.
17895
17896 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17897
17898         * mm-decode.el (mm-find-part-by-type): Move it here.
17899         * mml.el (mml-postprocess): Move it here.
17900         (mml-postprocess-alist): Move it here. Merge them.
17901
17902 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
17903
17904         * rfc2047.el (rfc2047-encode-message-header): Make sure no
17905         unencoded stuff in the header.
17906
17907 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17908
17909         * gnus-group.el (gnus-group-listed-groups): New variable.
17910         (gnus-group-list-option): New variable.
17911         (gnus-group-list-limit-map): New keymap.
17912         (gnus-group-list-flush-map): New keymap.
17913         (gnus-group-list-plus-map): New keymap.
17914         (gnus-group-prepare-logic): New function.
17915         (gnus-group-prepare-flat): Merge with
17916         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
17917         (gnus-group-prepare-flat-list-dead): Ditto.
17918         (gnus-group-list-matching): Use gnus-group-prepare-function.
17919         (gnus-group-list-dormant): Ditto.
17920         (gnus-group-list-cached): Ditto.
17921         (gnus-group-listed-groups): New function.
17922         (gnus-group-list-limit): New function.
17923         (gnus-group-list-flush): New function.
17924         (gnus-group-list-plus): New function.
17925         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
17926         (gnus-topic-prepare-topic): Ditto.
17927
17928 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
17929
17930         * message.el (message-insert-to, message-get-reply-headers):
17931         (message-reply, message-followup): Mail-{Followup,Reply}-To.
17932
17933 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17934
17935         * mml2015.el: New file.
17936         * smime.el: New file.
17937         * mml-smime.el: New file.
17938
17939 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
17940
17941         * ChangeLog: Moved to ChangeLog.1.
17942
17943     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
17944   Copying and distribution of this file, with or without modification,
17945   are permitted provided the copyright notice and this notice are preserved.
17946
17947 ;; Local Variables:
17948 ;; coding: iso-2022-7bit
17949 ;; End: