Synch to Gnus 200311112008.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * spam.el (spam-ham-copy-routine, spam-ham-move-routine)
4         (spam-mark-spam-as-expired-and-move-routine): allow for the
5         groups to be a list of a single item
6
7         * gnus.el (gnus-install-group-spam-parameters):
8         ham-process-destination and spam-process-destination allow lists now
9
10 2003-11-10  Reiner Steib  <Reiner.Steib@gmx.de>
11
12         * message.el (message-insert-to): Do error out when the user
13         requested no Cc.  Don't insert empty To.  Can be added to
14         `message-setup-hook' now.  From Sam Steingold <sds@gnu.org>.
15         (message-mode-field-menu): Moved some entries, added
16         `message-insert-wide-reply'.
17         (message-change-subject): Fixed comment.
18
19 2003-11-10  Simon Josefsson  <jas@extundo.com>
20
21         * pgg-def.el (pgg-encrypt-for-me): Change default from nil to t.
22
23 2003-11-09  Simon Josefsson  <jas@extundo.com>
24
25         * pgg-gpg.el (pgg-gpg-encrypt-region): Cache passphrase under hex
26         key id too (for decryption).
27         (pgg-gpg-sign-region): Likewise.
28
29 2003-11-09  Simon Josefsson  <jas@extundo.com>
30
31         * pgg-gpg.el (pgg-gpg-all-secret-keys): New variable.
32         (pgg-gpg-lookup-all-secret-keys): New function.
33         (pgg-gpg-select-matching-key): Likewise.
34         (pgg-gpg-decrypt-region): Use new functions.  From Satyaki Das
35         <satyakid@stanford.edu>.
36
37 2003-11-07  Teodor Zlatanov  <tzz@lifelogs.com>
38
39         * nnmail.el (nnmail-cache-insert): make sure that the
40         nnmail-spool-hook is called with a valid newsgroup name (though
41         it may be wrong)
42
43         * gnus.el (gnus-group-real-prefix): return nil if group is not a
44         string, instead of triggering an error
45
46 2003-11-06  Teodor Zlatanov  <tzz@lifelogs.com>
47
48         * gnus.el (gnus-group-guess-full-name-from-command-method): new function
49
50         * gnus-registry.el (gnus-registry-fetch-group): use long names if
51         requested 
52         (gnus-registry-split-fancy-with-parent): when long names are in
53         use, strip the name if we're in the native server, or else return nothing
54         (gnus-registry-spool-action, gnus-registry-action): use
55         gnus-group-guess-full-name-from-command-method instead of
56         gnus-group-guess-full-name
57
58         * spam.el (spam-mark-spam-as-expired-and-move-routine)
59         (spam-ham-copy-or-move-routine): prevent article deletions or
60         moves unless the backend allows it
61
62         * gnus.el (gnus-install-group-spam-parameters): fixed parameters
63         to list spamoracle as well, suggested by Jean-Marc Lasgouttes
64         <Jean-Marc.Lasgouttes@inria.fr>
65
66         * spam.el (spam-spamoracle): doc change, suggested by Jean-Marc
67         Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
68
69 2003-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * gnus-score.el (gnus-decay-score): Protect against arithmetic
72         errors.  Tiny patch from Norbert Koch <viteno@xemacs.org>.
73
74 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
75
76         * spam.el
77         (spam-log-processing-to-registry): improved message and comments
78         (spam-log-unregistration-needed-p): new function
79         (spam-ifile-register-spam-routine)
80         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
81         (spam-stat-register-ham-routine)
82         (spam-blacklist-register-routine)
83         (spam-whitelist-register-routine)
84         (spam-bogofilter-register-spam-routine)
85         (spam-bogofilter-register-ham-routine)
86         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): change
87         spam-log-processing-to-registry invocations appropriately
88
89 2003-10-31  Simon Josefsson  <jas@extundo.com>
90
91         * imap.el (imap-kerberos4-open): Ignore output from ATHENA imtest.
92         Tiny patch from Derek Atkins <warlord@MIT.EDU>.
93         (imap-process-connection-type): Improve docstring.  Suggested by
94         Derek Atkins <warlord@MIT.EDU>.
95
96 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
97
98         * spam.el (autoload): autoload the gnus-registry functions we'll
99         need
100         (spam-log-to-registry): new variable for interfacing with the
101         gnus-registry
102         (spam-install-hooks): variable had the wrong customization group
103         (spam-fetch-field-message-id-fast): convenience function for fetch
104         a message ID quickly
105         (spam-log-processing-to-registry): new function
106         (spam-ifile-register-spam-routine)
107         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
108         (spam-stat-register-ham-routine)
109         (spam-blacklist-register-routine)
110         (spam-whitelist-register-routine)
111         (spam-bogofilter-register-spam-routine)
112         (spam-bogofilter-register-ham-routine)
113         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): add
114         spam-log-processing-to-registry invocations
115
116         * gnus-registry.el: fixed docs in the preface to mention
117         gnus-registry-initialize
118         (gnus-registry-store-extra): remove cached extra entry
119         information when new extra entry is stored
120
121 2003-10-29  Simon Josefsson  <jas@extundo.com>
122
123         * message.el (message-forward-make-body-plain): Fix ARG=1 mode
124         after separating m-f-m-b.
125
126 2003-10-29  Simon Josefsson  <jas@extundo.com>
127
128         * message.el (message-forward-make-body-plain): Remove ignored
129         headers.  Tiny patch from Andre Srinivasan <andre@e2open.com>.
130         (message-forward-make-body-plain): Fix ARG=1.
131
132 2003-10-28  Jesper Harder  <harder@ifa.au.dk>
133
134         * message.el (message-forward-subject-name-subject)
135         (message-forward-subject-author-subject): Decode non-ASCII
136         newsgroup names.
137         (autoload): Autoload gnus-group-decoded-name.
138
139 2003-10-27  Simon Josefsson  <jas@extundo.com>
140
141         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
142         parameter key, overrides the key id used to store passphrase
143         under (uses true key id from gpg output if nil).
144         (pgg-gpg-encrypt-region): Search for passphrase using user suplied
145         string STR, instead of (pgg-lookup-key STR t).
146         (pgg-gpg-encrypt-region): Store passphrase under user suplied
147         string, instead of real key id taken from gpg output.
148         (pgg-gpg-decrypt-region): Likewise.
149         (pgg-gpg-sign-region): Likewise.
150         * pgg.el (pgg-decrypt-region): Don't set pgg-default-user-id.
151
152 2003-10-27  Romain FRANCOISE  <romain@orebokech.com>
153
154         * gnus-art.el (gnus-article-goto-prev-page): Doc fix. 
155
156 2003-10-27  Simon Josefsson  <jas@extundo.com>
157
158         * mm-bodies.el (mm-body-encoding): Don't use QP when message body
159         only consists of short lines and ASCII, when
160         mm-use-ultra-safe-encoding.  Refer to 'About foo' thread in
161         gnus-bug, e.g. <ilullrg4k7p.fsf@extundo.com>, for more discussion.
162         This make it possible to pipe the raw RFC 822 message into 'gpg'
163         and have the signature work.  Potential problem: what if message
164         contain data that would be dash-escaped by OpenPGP
165         implementations? Then PGP 2.x might not be able to parse the raw
166         RFC 822 message correctly.  If that problem is worth fixing, it
167         should be fixed by detecting the situation, instead of applying QP
168         to everything.  Based on discussion with "John A. Martin"
169         <jam@jamux.com>.
170
171 2003-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
172
173         * spam.el (spam-mark-spam-as-expired-and-move-routine)
174         (spam-ham-copy-or-move-routine): don't ask when deleting copied
175         articles, and use move instead of copy when possible
176         (spam-split): added the option of specifying a string as a
177         spam-split parameter; such a string will override
178         spam-split-group temporarily.
179
180         * nnmail.el (nnmail-cache-insert): protect from nil message IDs,
181         but should we do something else?
182
183         * gnus-registry.el (gnus-registry-spool-action): protect from nil
184         message IDs
185
186 2003-10-26  Simon Josefsson  <jas@extundo.com>
187
188         * gnus-art.el (gnus-button-alist): Allow & in mailto URLs.
189         (gnus-header-button-alist): Likewise.
190         (gnus-url-mailto): Handle ?to parameters.  Replace \r\n with \n.
191         Reverse parameter list to use same order as in the URL.  Reported
192         by f95-msv@f.kth.se (M\e,Ae\e(Brten Svantesson).
193
194 2003-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
195
196         * spam.el (spam-move-spam-nonspam-groups-only): documentation fix
197         for the variable
198
199 2003-10-25  Steve Youngs  <sryoungs@bigpond.net.au>
200
201         * Makefile.in (clean-some): Remove auto-autoloads.* and
202         custom-load.* as well.
203         (distclean): Ditto.
204
205         * dgnushack.el (dgnushack-make-load): Add a local vars section to
206         the dummy gnus-load.el.
207
208 2003-10-24  Teodor Zlatanov  <tzz@lifelogs.com>
209
210         * spam.el (spam-ham-copy-or-move-routine): do not delete if copy
211         is t, also don't intepret the list of groups as a list of lists
212         (spam-mark-spam-as-expired-and-move-routine)
213         (spam-ham-copy-or-move-routine): delete articles only if 1 or
214         more groups were specified (and "copy" was not specified for
215         spam-ham-copy-or-move-routine) (fixed twice)
216
217 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * nndoc.el (nndoc-guess-type): Reverse the sort order.  Suggested
220         by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
221         (nndoc-dissect-buffer): Don't miss even-numbered articles.
222
223 2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>
224
225         * dgnushack.el (dgnushack-gnus-load-file): Set to
226         "auto-autoloads.el" if building with XEmacs.
227         (dgnushack-cus-load-file): Set to "custom-load.el" if building
228         with XEmacs.
229         (dgnushack-make-cus-load): We don't delete the resulting file if
230         building with XEmacs so byte-compile it.
231         (dgnushack-make-load): When building with XEmacs do nothing except
232         byte-compile the autoload file and create a dummy gnus-load.el
233         file. 
234
235 2003-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * message.el (message-make-fqdn): Bind case-fold-search.
238         Suggested by Christopher Richards <richards@CS.Princeton.EDU>.
239
240 2003-10-23  Teodor Zlatanov  <tzz@lifelogs.com>
241
242         * gnus.el (spam-process-destination, ham-process-destination):
243         allow multiple groups as a choice
244
245         * spam.el (spam-check-blackholes): remove "[IP address]"
246         requirement, now just "IP address" is enough for detection for
247         blackhole checking
248         (spam-check-blackholes): oops, the dots were not escaped
249         (spam-mark-spam-as-expired-and-move-routine): added multiple group
250         support (multiple copies, then delete)
251         (spam-ham-copy-routine): new function
252         (spam-ham-move-routine): new function
253         (spam-ham-copy-or-move-routine): new function (used to be
254         spam-ham-move-routine), handle multiple groups
255         (spam-summary-prepare-exit): call the new functions
256
257 2003-10-23  Simon Josefsson  <jas@extundo.com>
258
259         * flow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
260
261 2003-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * gnus-art.el (gnus-emphasis-strikethru): Use the :strike-through
264         attribute in Emacs.
265
266 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * message.el (message-bounce): Don't erase except bounced header.
269
270 2003-10-21  Teodor Zlatanov  <tzz@lifelogs.com>
271
272         * spam.el (spam-reverse-ip-string): new function to reverse an IP
273         address in a string
274         (spam-check-blackholes): use spam-reverse-ip-string
275
276 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
277
278         * gnus-art.el (gnus-narrow-to-page): Clear as well as set the
279         value for gnus-page-broken.
280
281         * gnus-sum.el (gnus-summary-beginning-of-article): Use
282         gnus-break-pages instead of gnus-page-broken.
283         (gnus-summary-end-of-article): Use gnus-break-pages instead of
284         gnus-page-broken; narrow to the end of a page beforehand.
285         (gnus-summary-toggle-header): Use gnus-break-pages instead of
286         gnus-page-broken; remove delimiter buttons unless gnus-break-pages
287         is non-nil.
288
289 2003-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * gnus-picon.el (gnus-picon-transform-address): Protect against
292         errors. 
293
294 2003-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * gnus-msg.el (nnspool-rejected-article-hook): Remove defvar.
297         (xemacs-codename): Move defvar to gnus-util.el.
298
299         * gnus-util.el (xemacs-codename): Defvar when compiling.
300
301 2003-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * spam-report.el (spam-report-url-ping-plain): Include a
304         User-Agent. 
305
306         * gnus-msg.el (gnus-extended-version): Use it.
307
308         * gnus-util.el (gnus-emacs-version): Separated out into own
309         function. 
310
311 2003-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
312
313         * message.el (message-mode-field-menu): Added
314         message-generate-unsubscribed-mail-followup-to.
315         (message-forward-subject-fwd): Avoid double "Fwd: "
316         (message-change-subject): Added comment.
317
318 2003-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * gnus-sum.el (gnus-nov-parse-line): Remove condition-cases.
321
322         * mml.el (mml-insert-mime): Quote mml.
323
324 2003-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * gnus-sum.el (gnus-remove-odd-characters): Use
327         mm-subst-char-in-string instead of subst-char-in-string.
328         (gnus-summary-refer-article): Use gnus-replace-in-string instead
329         of replace-regexp-in-string.
330
331 2003-10-19  Jesper Harder  <harder@ifa.au.dk>
332
333         * gnus-uu.el (gnus-uu-uustrip-article): Really strip directory
334         from file name.
335
336 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
337
338         * gnus-sum.el (gnus-summary-save-parts-last-directory): Default
339         to mm-default-directory.
340         (gnus-summary-save-parts-1): Use mm-file-name-rewrite-functions.
341
342 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * pop3.el (pop3-read-response): Check whether the process is
345         alive. 
346
347         * gnus-sum.el (gnus-summary-refer-article): Strip spaces.
348
349         * rfc2047.el (rfc2047-encode-region): Do error out on invalid
350         strings. 
351
352         * nntp.el (nntp-retrieve-headers-with-xover): Get error messages
353         right. 
354
355         * gnus-agent.el (gnus-agent-read-servers): Remove sit-for.
356
357         * gnus-art.el (article-treat-dumbquotes): Doc fix.
358
359         * message.el (message-field-value): New function.
360         (message-insert-disposition-notification-to): Use Reply-To, too.
361
362         * imap.el (imap-mailbox-status): Upcase STATUS commands. 
363
364         * gnus-sum.el (gnus-remove-odd-characters): New function.
365         (gnus-nov-parse-line): Use it.
366
367 2003-10-18  Matt Swift  <swift@alum.mit.edu>
368
369         * mm-decode.el (mm-inline-media-tests): Recognize pjpeg as jpeg. 
370
371 2003-10-18  Romain FRANCOISE  <romain@orebokech.com>
372
373         * message.el (message-forward-make-body): does both
374         m-f-make-body-mml and m-f-make-body-plain, resulting in a strange
375         message buffer.
376
377 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus-art.el (gnus-narrow-to-page): Only break page if it's
380         broken.
381
382         * nnrss.el (nnrss-find-rss-via-syndic8): Return nil if xml-rpc
383         isn't available.
384
385         * message.el (message-hidden-headers): Doc fix.
386
387 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
388
389         * gnus-msg.el (gnus-summary-resend-message-edit): Avoid error when
390         fields aren't found.
391
392 2003-10-18  Simon Josefsson  <jas@extundo.com>
393
394         * message.el (message-forward-make-body-plain)
395         (message-forward-make-body-mime, message-forward-make-body-mml)
396         (message-forward-make-body-digest-plain)
397         (message-forward-make-body-digest-mime)
398         (message-forward-make-body-digest): New, derived from
399         message-forward-make-body.
400         (message-forward-make-body): Use them.
401         (message-forward-show-mml): New default 'best.
402         (message-forward-make-body): Support it.
403
404 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * gnus-art.el (gnus-article-mode): Set gnus-page-broken to nil.
407         (gnus-article-prepare): Don't set to t.
408         (gnus-narrow-to-page): Set to t if we break.
409
410 2003-06-11  Daniel N\e,Ai\e(Bri  <dne@mayonnaise.net>
411
412         * message.el (message-resend): Generate Resent-Message-ID header.
413
414 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
415
416         * gnus-art.el (gnus-article-next-page): Don't go to the next line
417         before checking end-of-buffer.
418         (gnus-mime-delete-part): Don't insert parts twice.
419
420 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
421
422         * gnus-art.el (article-update-date-lapsed): Make sure point
423         doesn't move around (much).
424
425 2003-07-28  Vasily Korytov  <deskpot@myrealbox.com>
426
427         * mail-source.el (mail-source-keyword-map): List "cur" before
428         "new" for maildirs.
429
430 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * gnus-sum.el (gnus-summary-enter-digest-group): ogroup, nor
433         group. 
434
435         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use the parent
436         name for gcc-self.
437         (gnus-inews-insert-archive-gcc): Paren mistake.
438
439         * gnus-sum.el (gnus-summary-enter-digest-group): Add
440         parent-group. 
441
442         * gnus-art.el (gnus-ignored-headers): Add more headers.
443
444         * rfc2047.el (rfc2047-encode): See which encoding is shorter --
445         base64 or QP.
446
447         * nnmail.el (nnmail-article-group): Default to "bogus".
448
449         * mail-source.el (mail-source-delete-incoming): Change to nil.
450
451 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * mail-source.el (mail-source-fetch-imap): Fix mismatched parens.
454
455 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * mail-source.el (defvar): Add post/pre/scripts.
458         (mail-source-fetch-imap): Use them.
459
460         * nndraft.el (nndraft-request-move-article): Fix infinite
461         recursion. 
462
463         * gnus-group.el (gnus-group-mark-regexp): Jump to groups.
464
465 2003-10-16  Ed L. Cashin  <ecashin@uga.edu>
466
467         * imap.el (imap-interactive-login): Set imap-password to nil if
468         login fails.
469
470 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
471
472         * message.el (message-inserted-headers): New variable.
473         (message-mode): Make local.
474         (message-mode): Set all the local action variables to nil.      
475
476 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
479         (mm-w3m-safe-url-regexp): Doc fix.
480
481 2003-10-12  Jesper Harder  <harder@ifa.au.dk>
482
483         * gnus-sum.el (gnus-summary-respool-query): Don't narrow to head,
484         it's done by nnmail-article-group.
485
486         * gnus-uu.el (gnus-uu-grab-articles): Fix misplaced parens.
487         From Mark Hood <markhood@speakeasy.net> (tiny change)
488
489 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
490
491         * mm-decode.el (mm-file-name-delete-gotchas): Avoid infloop in
492         XEmacs.
493
494 2003-10-10  Teodor Zlatanov  <tzz@lifelogs.com>
495
496         * spam.el (spam-initialize): new function, does the spam-face
497         update and all the hooks, replaces spam-install-hooks-function
498
499         * gnus-registry.el (gnus-registry-initialize): new autoloaded
500         function to explicitly initialize the registry
501
502 2003-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * mm-decode.el (mm-w3m-safe-url-regexp): Doc fix.
505
506         * mm-view.el (mm-w3m-mode-map): Doc fix.
507         (mm-inline-text-html-render-with-w3m): Add a comment.
508
509 2003-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * gnus-group.el: Remove superfluous eval-when-compiles.
512
513 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
514
515         * gnus-group.el (gnus-group-suspend): Reset gnus-backlog-articles.
516
517 2003-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * dns.el (query-dns): Don't error out on malformed resolv files.
520
521 2003-10-06  Jesper Harder  <harder@ifa.au.dk>
522
523         * gnus.el (gnus-group-faq-directory): Update .tw entry.  From
524         Albert Chun-Chieh Huang <mr894348@cs.nthu.edu.tw>
525
526 2003-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
527
528         * spam.el (spam-check-blackholes): exit the loop if matches are
529         found (idea from Adrian Lanz <lanz@fowi.ethz.ch>)
530         (spam-check-bogofilter-headers, spam-check-blackholes, spam-check-BBDB)
531         (spam-from-listed-p): use nnmail-fetch-field instead of message-fetch-field
532         
533
534 2003-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * mm-decode.el (mm-attachment-file-modes): Change the default
537         value into 384 from ?\600 which doesn't mean an integer in XEmacs.
538
539 2003-10-03  Jesper Harder  <harder@ifa.au.dk>
540
541         * mm-decode.el (mm-file-name-delete-control)
542         (mm-file-name-delete-gotchas): New functions.
543         (mm-file-name-rewrite-functions): Use them.
544         (mm-attachment-file-modes): New option.
545         (mm-save-part-to-file): Use it.
546
547 2003-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
548
549         * spam.el (spam-install-hooks-function): Added Autoload cookie.
550
551 2003-10-02  Jesper Harder  <harder@ifa.au.dk>
552
553         * pgg-def.el (pgg-default-keyserver-address): Change to
554         subkeys.pgp.net.  From Michael Shields <shields@msrl.com>
555
556 2003-10-01  Simon Josefsson  <jas@extundo.com>
557
558         * message.el (message-idna-to-ascii-rhs-1): RHS can be terminated
559         by ',', as in 'foo@example.org, bar@example.org'.
560
561 2003-10-01  Jesper Harder  <harder@ifa.au.dk>
562
563         * message.el (message-send): Fix reversed logic of supersedes
564         check.
565
566 2003-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
567
568         * gnus-art.el (gnus-article-view-part-as-charset): Doc fix,
569         suggested by Norbert Koch <viteno@xemacs.org>.
570
571 2003-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * gnus-topic.el (gnus-topic-goto-missing-topic): Revert 2003-02-09
574         change in order to correct the position where an invisible topic
575         (because gnus-topic-display-empty-topics is nil) may be inserted.
576
577 2003-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * message.el (message-ignored-supersedes-headers): Add X-Payment.
580
581 2003-09-20  Jesper Harder  <harder@ifa.au.dk>
582
583         * rfc2047.el (rfc2047-encode): Limit line length to 76 characters.
584
585 2003-09-20  Simon Josefsson  <jas@extundo.com>
586
587         * tls.el (tls-process-connection-type): Doc fix.
588
589         * imap.el (imap-starttls-open): Rewrite, should support both old
590         starttls.el and new starttls.el that uses GNUTLS.
591
592 2003-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
593
594         * gnus-art.el (gnus-treat-display-x-face): Use set-default instead
595         of custom-set-default which isn't available in old XEmacsen.
596
597 2003-09-17  Jesper Harder  <harder@ifa.au.dk>
598
599         * gnus-msg.el (gnus-summary-resend-message-edit): Don't convert
600         to MML.  MIME -> MML -> MIME does not work for PGP/MIME.
601
602         * message.el (message-bounce, message-forward-show-mml): do.
603         
604 2003-09-13  Jesper Harder  <harder@ifa.au.dk>
605
606         * rfc2047.el (rfc2047-charset-encoding-alist): Add viscii.
607         (rfc2047-encode): Add factors for big5, gb2312 and euc-kr.
608
609         * nnweb.el (nnweb-google-parse-1): Fix parsing.
610
611 2003-09-12  Jesper Harder  <harder@ifa.au.dk>
612
613         * gnus-group.el (gnus-group-fetch-control): ISC changed
614         compression from .Z to .gz.
615
616         * rfc2047.el (rfc2047-header-encoding-alist): Add "Approved" to
617         address-mime.
618
619 2003-09-11  Jesper Harder  <harder@ifa.au.dk>
620
621         * rfc2047.el (rfc2047-encode): Restrict encoded-words to 75
622         characters.
623
624 2003-09-10  Jesper Harder  <harder@ifa.au.dk>
625
626         * gnus.el (gnus-group-charter-alist): Update.
627
628 2003-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
629
630         * spam-report.el: use mm-url.el functions for external URL
631         loading when the built-in HTTP GET is insufficient (e.g. proxies
632         are in the way).  From Eric Knauel
633         <knauel@informatik.uni-tuebingen.de>.
634         (spam-report-url-ping-function): new option, defaults to the
635         built-in HTTP GET (spam-report-url-ping-plain)
636         (spam-report-url-ping): calls spam-report-url-ping-function now
637         (spam-report-url-ping-plain): new function, does what
638         spam-report-url-ping used to do
639         (spam-report-url-ping-mm-url): function that delegates to
640         mm-url.el (autoloaded)
641
642 2003-09-08  Teodor Zlatanov  <tzz@lifelogs.com>
643
644         * gnus-registry.el (gnus-registry-delete-id): function to
645         completely delete an ID, including all the cache hashtables
646         (gnus-registry-delete-group): use gnus-registry-delete-id
647         (gnus-registry-simplify-subject): only run if the argument is a
648         string, return nil otherwise
649
650 2003-09-07  Jesper Harder  <harder@ifa.au.dk>
651
652         * gnus-msg.el (gnus-summary-resend-bounced-mail): Docstring fix.
653
654 2003-09-05  Teodor Zlatanov  <tzz@lifelogs.com>
655
656         * gnus-registry.el (gnus-registry-split-fancy-with-parent): yet
657         another error *sigh*
658
659         * gnus-registry.el (gnus-registry-fetch-extra-entry): don't use
660         puthash unless gnus-registry-entry-caching is on
661         (gnus-registry-split-fancy-with-parent): misplaced parenthesis
662         made everything a part of the 'else'
663         (gnus-registry-save): used 'entry-caching' instead of 'caching'
664
665 2003-09-05  Jesper Harder  <harder@ifa.au.dk>
666
667         * gnus-art.el (gnus-button-alist): Improve Info regexp.
668
669 2003-09-04  Teodor Zlatanov  <tzz@lifelogs.com>
670
671         * gnus-registry.el: added brief explanation of basics
672         (gnus-registry-track-extra): new variable for tracking of message
673         subjects
674         (gnus-registry-entry-caching): caching parameter, used for extra
675         data
676         (gnus-registry-minimum-subject-length): minimum subject length
677         before it's considered when tracing subjects
678         (gnus-registry-save): accomodate extra data entry caching
679         (gnus-registry-action): change function name, add the subject and
680         pass it to gnus-registry-add-group
681         (gnus-registry-spool-action): change function name, add the
682         subject and pass it to gnus-registry-add-group
683         (gnus-registry-split-fancy-with-parent): add subject tracking
684         (gnus-registry-register-message-ids): pass subject to
685         gnus-registry-add-group
686         (gnus-registry-simplify-subject)
687         (gnus-registry-fetch-simplified-message-subject-fast): new
688         functions
689         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry): add
690         extra data entry caching
691         (gnus-registry-add-group): handle the extra subject parameter
692         (gnus-registry-install-hooks, gnus-registry-unload-hook): fix the
693         gnus-register-* function names
694
695         * nnmail.el (nnmail-cache-insert): add subject parameter, pass it
696         on to the nnmail-spool-hook
697
698         * nnbabyl.el (nnbabyl-request-accept-article): added subject to
699         nnmail-cache-insert call
700
701         * nndiary.el (nndiary-request-accept-article): added subject to
702         nnmail-cache-insert call
703
704         * nnfolder.el (nnfolder-request-accept-article): added subject to
705         nnmail-cache-insert call
706
707         * nnimap.el (nnimap-split-articles): added subject to
708         nnmail-cache-insert call
709         (nnimap-request-accept-article): added subject to
710         nnmail-cache-insert call
711
712         * nnmbox.el (nnmbox-request-accept-article): added subject to
713         nnmail-cache-insert call
714
715         * nnmh.el (nnmh-request-accept-article): added subject to
716         nnmail-cache-insert call
717
718         * nnml.el (nnml-request-accept-article): added subject to
719         nnmail-cache-insert call
720
721 2003-09-04  Jesper Harder  <harder@ifa.au.dk>
722
723         * gnus-art.el (gnus-button-handle-info-url)
724         (gnus-button-handle-info-url-gnome)
725         (gnus-button-handle-info-url-kde, gnus-button-alist): Handle GNOME
726         and KDE style Info URLs.
727
728         * gnus-util.el (gnus-url-unhex-string): Don't replace "+" with " ".
729
730 2003-09-02  Jesper Harder  <harder@ifa.au.dk>
731
732         * rfc2047.el (rfc2047-fold-region): Don't fold at the beginning
733         of the field.
734
735 2003-09-01  Simon Josefsson  <jas@extundo.com>
736
737         * mml.el (mml-insert-mime-headers-always): New variable.
738         (mml-insert-mime-headers): Use it.  Based on (tiny) patch from
739         Lars Balker Rasmussen <lars@balker.org>.
740
741 2003-08-30  Simon Josefsson  <jas@extundo.com>
742
743         * mail-source.el (mail-source-fetch-imap): Pass correct buffer to
744         imap-open, reverts 2003-03-17 change.  Reverse remove before
745         calling gnus-compress-sequence.  From Gaute Strokkenes
746         <gs234@srcf.ucam.org> (tiny change).
747
748 2003-08-29  Simon Josefsson  <jas@extundo.com>
749
750         * gnus-group.el (gnus-group-delete-group): Doc fix.  Suggested by
751         Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>.
752
753 2003-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * gnus-art.el (article-display-x-face): Make it possible to set
756         the gnus-article-x-face-command variable to the lambda form.
757
758 2003-08-27  Simon Josefsson  <jas@extundo.com>
759
760         * mm-decode.el (mm-remove-part): Try to kill external displayers
761         cleanly first (if it refuses, C-g aborts loop and kill process
762         unconditionally).  Also make sure process is dead before we remove
763         the files it may be using.  Reported by David Coe
764         <davidc@debian.org>.
765
766 2003-08-27  Jesper Harder  <harder@ifa.au.dk>
767
768         * gnus-cache.el (gnus-cache-generate-active): Fix bug in
769         replacement.  From Vagn Johansen <v@johansen.mail.dk> (tiny
770         change).
771
772 2003-08-25  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * gnus-art.el: Don't use defvaralias.
775         (gnus-treat-display-x-face): Warn if the obsolete variable
776         `gnus-treat-display-xface' exists.
777
778 2003-08-25  Jesper Harder  <harder@ifa.au.dk>
779
780         * gnus-art.el (gnus-treat-display-face): Fix typo.
781         (gnus-treat-display-xface): Rename to gnus-treat-display-x-face
782         (reported by Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>)
783
784 2003-08-24  Jesper Harder  <harder@ifa.au.dk>
785
786         * gnus-art.el (gnus-header-button-alist, gnus-button-alist): Fix
787         type.
788
789 2003-08-22  Jesper Harder  <harder@ifa.au.dk>
790
791         * message.el (message-make-forward-subject-function): Fix
792         customize mismatch.
793
794         * gnus.el (gnus-message-archive-method): do.
795
796 2003-08-20  Reiner Steib  <Reiner.Steib@gmx.de>
797
798         * gnus.el (gnus-read-group): Offer to continue only if the invalid
799         char is `/' and add more information for the user.
800
801         * gnus-art.el (gnus-button-alist): Add `+' (gnus-button-handle-man).
802         (gnus-header-button-alist): Added `In-Reply-To'.
803
804         * nnimap.el (nnimap-open-connection): Allow different user names
805         on the same server (and in the same authinfo file).
806
807 2003-08-20  Jesper Harder  <harder@ifa.au.dk>
808
809         * gnus-sieve.el (gnus-sieve-crosspost): Fix type.
810
811         * message.el (message-make-forward-subject-function): Add
812         message-forward-subject-name-subject to choices.
813
814         * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit):
815         Redisplay article after editing.
816
817 2003-08-20  Simon Josefsson  <jas@extundo.com>
818
819         * gnus.el (gnus-read-group): Added check to ask confirmation if
820         Group name contains invalid character. You can use '/' in IMAP,
821         but not in filenames. G m cannot know what the user is creating,
822         so let user decide. See thread m2oeysiev3.fsf@naima.lensflare.org.
823         Tiny patch from letters@hotpop.com (Jari Aalto+mail.linux).
824
825 2003-08-13  Reiner Steib  <Reiner.Steib@gmx.de>
826
827         * gnus-score.el (gnus-summary-score-effect): Fix interactive use.
828
829 2003-08-10  Teodor Zlatanov  <tzz@lifelogs.com>
830
831         * gnus-draft.el (gnus-draft-send-all-messages): ask if all drafts
832         should be sent unless gnus-expert-user is on
833
834 2003-08-09  Jesper Harder  <harder@ifa.au.dk>
835
836         * pgg-gpg.el (pgg-gpg-extra-args): Fix customization type.
837
838 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
839
840         * pgg-gpg.el (pgg-gpg-process-region): Bind
841         default-enable-multibyte-characters to nil.
842
843 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * canlock.el (canlock-password): Fix customization type.
846         (canlock-password-for-verify): Ditto.
847         * deuglify.el (gnus-outlook-deuglify-unwrap-min): Ditto.
848         (gnus-outlook-deuglify-unwrap-max): Ditto.
849         (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
850         * gnus-sum.el (gnus-sum-thread-tree-root): Ditto.
851         (gnus-sum-thread-tree-false-root): Ditto.
852         (gnus-sum-thread-tree-single-indent): Ditto.
853         * message.el (message-archive-note): Ditto.
854         (message-subscribed-address-file): Ditto.
855         (message-user-fqdn): Ditto.
856         * spam-report.el (spam-report-gmane-regex): Ditto.
857         * spam.el (spam-blackhole-good-server-regex): Ditto.
858
859         * gnus-start.el (gnus-save-killed-list): Fix last change.
860         * message.el (message-courtesy-message): Ditto.
861
862 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
863
864         * gnus-art.el (gnus-header-face-alist): Revert previous change.
865         (gnus-header-newsgroups-face): Explain that it's only used for
866         crossposts.
867
868 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
869
870         * gnus-registry.el (gnus-registry-max-entries): Fix customization
871         type.
872         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
873         * gnus.el (gnus-refer-article-method): Ditto.
874         * message.el (message-courtesy-message): Ditto.
875
876 2003-08-06  Jesper Harder  <harder@ifa.au.dk>
877
878         * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry.
879         From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch)
880
881 2003-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * gnus-start.el (gnus-save-killed-list): Fix customization type.
884         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
885         * gnus.el (gnus-use-long-file-name): Ditto.
886
887 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
888
889         * gnus-group.el (gnus-group-rename-group): Don't allow renaming to
890         an existing name.
891
892         * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
893
894         * nnmail.el (nnmail-large-newsgroup): Docstring fix.
895
896         * nntp.el (nntp-large-newsgroup): do.
897
898         * nnspool.el (nnspool-large-newsgroup): do.
899
900         * gnus-cus.el (gnus-group-parameters): Typo.
901
902 2003-07-31  Simon Josefsson  <jas@extundo.com>
903
904         * mml-sec.el (mml-signencrypt-style-alist): Use separate S/MIME
905         method by default (revert partial 2003-07-10 patch).
906
907 2003-07-28  Dave Love  <fx@gnu.org>
908
909         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el: Require cl when compiling.
910
911 2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
912
913         * gnus-registry.el (gnus-registry-install): add an initial
914         registry read to the loading when gnus-registry-install is set
915
916 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
917
918         * flow-fill.el (fill-flowed): Empty lines separate paragraphs
919         even if the preceding line ends with a soft break.  Tiny patch
920         from Mark Thomas <swoon@bellatlantic.net>.
921
922 2003-07-25  Teodor Zlatanov  <tzz@lifelogs.com>
923
924         * spam.el (spam-use-regex-body, spam-regex-body-spam) 
925         (spam-regex-body-ham): new variables, default to nil/empty/empty
926         (spam-install-hooks): added spam-use-regex-body to list or
927         pre-install conditions
928         (spam-list-of-checks): added spam-use-regex-body and
929         spam-check-regex-body to list of checks
930         (spam-list-of-statistical-checks): added spam-use-regex-body to
931         list of statistical checks
932         (spam-check-regex-body): invokes spam-check-regex-headers with
933         appropriate variable masking
934         (spam-check-regex-headers): changes to print "body" or "header"
935         where appropriate
936
937 2003-07-25  Jesper Harder  <harder@ifa.au.dk>
938
939         * smime.el (smime-ask-passphrase): Use read-passwd rather than
940         comint-read-noecho.  The former is more secure.
941
942 2003-07-24  Teodor Zlatanov  <tzz@lifelogs.com>
943
944         * gnus-registry.el (gnus-registry-cache-whitespace): make "adding
945         whitespace" message level 5 instead of 4
946         (gnus-registry-clean-empty-function): new function to remove empty
947         registry entries
948         (gnus-registry-clean-empty): new variable to enable cleaning the
949         registry when saving it by calling gnus-registry-clean-empty-function
950
951         * spam.el (spam-summary-prepare-exit): use spam-process-ham-in-spam-groups
952         (spam-process-ham-in-spam-groups): new variable
953
954 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
955
956         * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
957
958         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
959         from 2003-04-03 to fix security problem.  See
960         http://www.debian.org/security/2003/dsa-339
961
962 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
963
964         * gnus.el (gnus-install-group-spam-parameters): add the
965         gnus-ticked-mark to the possible choices of ham marks
966
967         * spam.el (spam-process-ham-in-nonham-groups): new variable
968         (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
969
970 2003-07-23  Jesper Harder  <harder@ifa.au.dk>
971
972         * rfc2047.el (rfc2047-header-encoding-alist): Add Mail-Followup-To
973         and Mail-Copies-To to address-mime.
974         (rfc2047-narrow-to-field): Use rfc2047-point-at-bol.
975
976 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
977
978         * mm-util.el (mm-coding-system-priorities): Docstring improvement.
979
980 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
981
982         * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
983         the right place.
984
985 2003-07-14  Simon Josefsson  <jas@extundo.com>
986
987         * mail-source.el (mail-source-fetch-imap): Don't assume
988         imap-error-text returns something.
989
990 2003-07-12  Nevin Kapur  <kapur@mts.jhu.edu>
991
992         * nnimap.el (nnimap-request-newgroups): Use the pattern in
993         nnimap-list-pattern instead of "*".
994
995 2003-07-10  Simon Josefsson  <jas@extundo.com>
996
997         * mml-sec.el (mml-signencrypt-style-alist): Use "combined" by
998         default.  Improve docstring.
999
1000 2003-07-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1001
1002         * imap.el (imap-arrival-filter): Fix test for missing process
1003         buffer.
1004
1005 2003-07-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1006         From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
1007
1008         * imap.el (imap-wait-for-tag): Clarify comment.  Use timeout zero
1009         for second, after-process-has-died, accept-process-output.
1010         (imap-arrival-filter): If PROC has no buffer, do nothing.
1011
1012 2003-07-09  Jesper Harder  <harder@ifa.au.dk>
1013
1014         * flow-fill.el: Docstring and message fixes.
1015
1016         * deuglify.el: do.
1017
1018         * gnus-int.el: do.
1019
1020         * gnus-msg.el: do.
1021
1022         * gnus-util.el: do.
1023
1024         * gnus-draft.el: do.
1025
1026         * gnus-start.el: do.
1027
1028         * gnus.el: do.
1029
1030         * gnus-group.el: do.
1031
1032         * gnus-art.el: do.
1033
1034         * gnus-sum.el: do.
1035
1036         * mail-source.el (mail-source-movemail): Handle non-numerical
1037         return values.
1038
1039 2003-07-08  Jesper Harder  <harder@ifa.au.dk>
1040
1041         * mailcap.el (mailcap-parse-args-syntax-table)
1042         (mailcap-viewer-passes-test): Docstring fix.
1043
1044         * mm-bodies.el (mm-long-lines-p): Docstring fix.
1045
1046         * mm-decode.el (mm-w3m-safe-url-regexp, mm-verify-option)
1047         (mm-decrypt-option, mm-handle-set-external-undisplayer)
1048         (mm-file-name-replace-whitespace): Docstring fix.
1049
1050         * mm-uu.el (mm-uu-emacs-sources-regexp): Docstring fix.
1051         (mm-uu-pgp-signed-test): Fix message.
1052
1053         * mml.el (mml-tweak-sexp-alist): Docstring fix.
1054         (mml-parse-1, mml-insert-mime-headers): Fix message.
1055
1056         * message.el (message-archive-header)
1057         (message-subscribed-address-functions)
1058         (message-subscribed-addresses, message-subscribed-regexps)
1059         (message-canlock-generate)
1060         (message-generate-new-buffer-clone-locals): Docstring fixes.
1061
1062 2003-07-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1063
1064         * imap.el (imap-wait-for-tag): After the process has died, look
1065         for more output still pending.  From Gaute B Strokkenes
1066         <gs234@cam.ac.uk> (tiny patch).
1067
1068 2003-07-07  Teodor Zlatanov  <tzz@lifelogs.com>
1069
1070         * spam.el (spam-bogofilter-score): redisplay article normally
1071         after spam-bogofilter-score is called
1072
1073 2003-07-06  Jesper Harder  <harder@ifa.au.dk>
1074
1075         * message.el (message-send-mail-with-sendmail): Handle
1076         non-numeric return values.
1077
1078         * gnus-sum.el (gnus-print-buffer): Apply emphasis.
1079         From Michael Piotrowski <mxp@dynalabs.de> (tiny change).
1080
1081         * gnus-start.el (gnus-clear-system): Revert change from
1082         2003-06-19.
1083
1084 2003-07-04  Dave Love  <fx@gnu.org>
1085
1086         * rfc2047.el (rfc2047-q-encode-region): Exclude especials from
1087         characters not encoded, and make the list more legible.
1088
1089 2003-07-04  Jesper Harder  <harder@ifa.au.dk>
1090
1091         * message.el (message-make-from): Revert change from 2002-01-08.
1092
1093 2003-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * nnheader.el (nnheader-init-server-buffer): Don't add
1096         nntp-server-buffer to list of Gnus buffers.
1097
1098 2003-06-25  Teodor Zlatanov  <tzz@lifelogs.com>
1099
1100         * spam.el (spam-parse-list): prevent empty ("") strings
1101
1102 2003-06-24  Teodor Zlatanov  <tzz@lifelogs.com>
1103
1104         * spam.el (spam-parse-list): use gnus-extract-address-components
1105         instead of ietf-drums-parse-addresses
1106         (spam-from-listed-p): let* was unnecessary
1107
1108 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * gnus-ems.el (gnus-put-image): Mark the right text segment with
1111         gnus-image-category. 
1112
1113         * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
1114         native groups.
1115
1116         * gnus-topic.el (gnus-group-prepare-topics): Update topic line
1117         format specs.
1118
1119         * gnus-picon.el: Written by moi, moi, moi.
1120
1121         * gnus-group.el (gnus-group-kill-group): Clean up.
1122
1123 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
1124
1125         * spam.el (spam-from-listed-p, spam-parse-list): use
1126         ietf-drums-parse-addresses to extract the address portion of the
1127         whitelist/blacklist file if it looks like an address can be found
1128
1129 2003-06-23  Didier Verna  <didier@xemacs.org>
1130
1131         * gnus-ems.el (gnus-put-image): New argument CATEGORY. Add it as a
1132         text property.
1133         (gnus-remove-image): New argument CATEGORY. Only remove if
1134         category matches.
1135         * gnus-xmas.el (gnus-xmas-put-image):
1136         (gnus-xmas-remove-image): Ditto, with extents.
1137         * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
1138         gnus-[xmas-]remove-image.
1139         (article-display-face): Don't always act as a toggle. Call
1140         `gnus-put-image' with CATEGORY argument.
1141         (article-display-x-face): Call `gnus-put-image' with CATEGORY
1142         argument.
1143         * smiley.el (smiley-region): Ditto.
1144         * gnus-fun.el (gnus-display-x-face-in-from): Ditto.
1145         * gnus-picon.el (gnus-picon-insert-glyph): Ditto.
1146         (gnus-treat-mail-picon): Don't always act as a toggle.
1147         * gnus-picon.el (gnus-treat-newsgroups-picon): Ditto.
1148
1149 2003-06-23  Didier Verna  <didier@xemacs.org>
1150
1151         * gnus-art.el (article-display-face): Check for existence of the
1152         original article buffer before switching to it.
1153
1154 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1155
1156         * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
1157         Dan Jacobson <jidanni@jidanni.org>.
1158
1159         * mm-view.el (mm-inline-message): Bind
1160         gnus-original-article-buffer to the buffer in the mml handle
1161         holding the message.
1162
1163 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * message.el (sender, from): No need to bind them.
1166
1167 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1168
1169         * spam.el (spam-enter-list): search-forward specified wrong
1170
1171 2003-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * gnus-art.el: Comment fix.
1174
1175 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1176
1177         * gnus-msg.el (gnus-configure-posting-styles): Remove unused
1178         variable.  From Jan Rychter <jan@rychter.com>.
1179
1180         * spam.el (spam-spamoracle-learn): insert-string is obsolete.
1181
1182 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1183
1184         * spam.el (spam-enter-list): do not enter duplicate addresses into
1185         the whitelist/blacklist
1186
1187 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
1188
1189         * nnheader.el (nnheader-init-server-buffer): Add
1190         nntp-server-buffer to gnus-buffers.
1191
1192         * gnus-start.el (gnus-clear-system): Now we don't need to kill
1193         nntp-server-buffer separately.
1194
1195 2003-06-18  Didier Verna  <didier@xemacs.org>
1196
1197         * gnus-art.el (article-display-face): Correctly toggle between
1198         display and hiding. Handle multiple Face headers.
1199
1200 2003-06-17  Dave Love  <fx@gnu.org>
1201
1202         * nnimap.el: Require cl when compiling.
1203
1204         * message.el (message-fix-before-sending): Reinstate nullifying
1205         the invisible text property.
1206         (sender, from): Defvar when compiling.
1207         (message-is-yours-p): Remove autoload cookie.
1208
1209 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
1210
1211         * gnus-util.el (gnus-extract-address-components): Added
1212         doc-string.
1213
1214 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1215
1216         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
1217         overview when using compressed files.  From Michael Albinus
1218         <Michael.Albinus@alcatel.de>.
1219
1220 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
1223         Message-ID from In-Reply-To header.
1224
1225 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * message.el (message-is-yours-p): Narrow to head; extract from
1228         and sender by itself.
1229         (message-cancel-news, message-supersede): Remove useless things.
1230
1231 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
1232
1233         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
1234         `gnus-article-emulate-mime'.
1235
1236 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1237         From Tommi Vainikainen <thv+gnus@iki.fi>.
1238
1239         * message.el (message-is-yours-p): New function.  Separated common
1240         code from message-cancel-news and message-supersede.  Added
1241         matching code which uses message-alternative-emails regexp as last
1242         resort.
1243         (message-cancel-news, message-supersede): Use message-is-yours-p.
1244
1245 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1246
1247         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
1248         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
1249
1250 2003-06-12  Dave Love  <fx@gnu.org>
1251
1252         * nnheader.el (nnheader-functionp): Deleted.
1253
1254         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
1255         defvar.
1256         (nnmail-version): Deleted.
1257         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
1258         nnheader-functionp.
1259
1260 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
1261
1262         * spam.el (spam-check-bogofilter-headers): fix for when the score
1263         is requested but the message is not spam
1264
1265 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
1266         From Eric
1267         <knauel@informatik.uni-tuebingen.de>
1268
1269         * spam.el (spam-use-spamoracle): new variable
1270         (spam-install-hooks): add spamoracle to the list of conditions
1271         for activation of spam-install-hooks
1272         (spam-spamoracle): new variable customization group
1273         (spam-spamoracle, spam-spamoracle): new variables
1274         (spam-group-spam-processor-spamoracle-p)
1275         (spam-group-ham-processor-spamoracle-p): new functions
1276         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
1277         (spam-list-of-checks, spam-list-of-statistical-checks): add
1278         spam-use-spamoracle
1279         (spam-check-spamoracle, spam-spamoracle-learn)
1280         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
1281
1282         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
1283         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
1284         (spam-process, ham-process): added spamoracle spam/ham processors
1285
1286 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
1287
1288         * message.el (message-beginning-of-line): Docstring improvement.
1289         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
1290
1291 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292
1293         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
1294         gnus-summary-display-buttonized t]
1295
1296 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1297
1298         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
1299         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
1300
1301 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
1302
1303         * message.el (message-beginning-of-line): Docstring improvement.
1304
1305 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
1306
1307         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
1308         groups correctly.
1309
1310 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1311         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1312
1313         * message.el (message-fetch-field): Augment documentation to state
1314         the narrowed-to-headers restriction.
1315         (message-change-subject, message-reduce-to-to-cc)
1316         (message-generate-unsubscribed-mail-followup-to)
1317         (message-insert-importance-high, message-insert-importance-low)
1318         (message-insert-or-toggle-importance)
1319         (message-insert-disposition-notification-to): Narrow to headers
1320         before calling message-fetch-field or message-remove-header.
1321
1322 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1323
1324         * gnus-registry.el (gnus-registry-trim): fix for when
1325         gnus-registry-max-entries is nil
1326
1327 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * qp.el (quoted-printable-decode-region): Don't error out on
1330         malformed text.
1331
1332 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
1335         strings.
1336
1337 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
1338
1339         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
1340         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
1341         change)
1342
1343 2003-06-03  Dave Love  <fx@gnu.org>
1344
1345         * gnus-soup.el (gnus-soup-send-packet): Don't use
1346         message-functionp.
1347
1348         * gnus.el (gnus-agent-cache): Doc fix.
1349         (gnus-other-frame): Quote lambda used as hook.
1350
1351         * message.el: Doc fixes.
1352         (message-functionp): Deleted.  Callers changed.
1353         (message-fix-before-sending): Highlight with overlays.  Clarify
1354         `illegible text' messages.
1355         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
1356         compiling.
1357         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
1358
1359 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1360
1361         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
1362         option.
1363         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
1364
1365         * message.el (message-fetch-field): Mention narrow-to-headers
1366         requirement.
1367
1368 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
1369
1370         * gnus-xmas.el (gnus-xmas-create-image): Use
1371         insert-file-contents-literally.  From: Eric Eide
1372         <eeide@cs.utah.edu>
1373
1374 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
1375
1376         * gnus-registry.el (gnus-registry-fetch-group): always return the
1377         short name of the group
1378
1379 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
1380
1381         * gnus-cus.el (defvar): Silence byte-compiler warnings.
1382
1383         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
1384
1385 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
1386
1387         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
1388         rather than gnus-display-mime-function.
1389
1390 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
1391
1392         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
1393         (gnus-registry-add-group): use it
1394         (gnus-registry-trim-articles-without-groups): new variable
1395         (gnus-registry-delete-group): use it
1396         (gnus-registry-unload-hook): uninstall all the hooks
1397
1398         * spam.el (spam-install-hooks-function, spam-unload-hook): new
1399         functions so users that load spam.el for customization don't get
1400         all the hooks installed
1401         (spam-install-hooks): new variable, set to t by default if user
1402         has one of the spam-use-* variables set
1403
1404         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
1405         functions so users that load spam-stat.el for customization don't get
1406         all the hooks installed
1407
1408 2003-05-30  Dave Love  <fx@gnu.org>
1409
1410         * rfc2047.el (rfc2047-decode): Don't use
1411         mm-with-unibyte-current-buffer.
1412
1413         * qp.el (quoted-printable-decode-string): Use
1414         mm-with-unibyte-buffer.
1415
1416 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
1417
1418         * gnus-registry.el (gnus-registry-save): allow forced saving even
1419         when registry is not dirty.  Use gnus-registry-trim to shorten the
1420         gnus-registry-alist.
1421         (gnus-registry-max-entries): new variable
1422         (gnus-registry-trim): new function, trim gnus-registry-alist to
1423         size gnus-registry-max-entries, sorting by entry mtime so the
1424         newest entries stick around
1425
1426         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
1427         just one specific variable, allow a list of specific variables
1428
1429 2003-05-28  Dave Love  <fx@gnu.org>
1430
1431         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
1432         end of region.
1433
1434 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
1435
1436         * lpath.el: Add put-char-table and get-char-table.
1437
1438 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
1439
1440         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
1441         (gnus-registry-save, gnus-registry-read)
1442         (gnus-registry-store-extra, gnus-registry-clear): use it (note
1443         that gnus-registry-store-extra is invoked for all modifications to
1444         set the mtime, so gnus-registry-dirty only needs to be set there)
1445
1446 2003-05-23  Simon Josefsson  <jas@extundo.com>
1447
1448         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
1449         message-sender.
1450
1451         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
1452
1453         * message.el (message-use-idna): Ditto.
1454
1455 2003-05-20  Dave Love  <fx@gnu.org>
1456
1457         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
1458         (rfc2047-q-encode-region): Don't use it.
1459         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
1460         rfc2047-encoding-type to `mime'.
1461         (rfc2047-encode-string, rfc2047-encode): Doc fix.
1462
1463 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
1464
1465         * message.el (message-send-mail): Don't insert a courtesy copy
1466         notice in base64 encoded messages.
1467
1468 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
1471         marks if the destination group is not auto-expirable.
1472
1473 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * dgnushack.el (assq-delete-all): Removed the compiler macro.
1476
1477 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
1478
1479         * gnus-agent.el (gnus-agentize): Updated documentation to match
1480         usage.
1481         (gnus-agent-expire-group-1): Do not skip over a group when the
1482         force argument is set.
1483         * gnus.el (gnus-agent): Updated documentation to reflect that
1484         gnus-agent now defaults to t.
1485
1486 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1487
1488         * gnus.el (gnus-version-number): Bump.
1489
1490 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1491
1492         * gnus.el: Gnus v5.10.2 is released.
1493
1494 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1495
1496         * mail-source.el (mail-source-delete-incoming): Changed to t.
1497
1498         * rfc2047.el (rfc2047-syntax-table): Funcall.
1499
1500         * lpath.el ((featurep 'xemacs)): Added set-char-table-range.
1501         ((featurep 'xemacs)): No, don't.
1502
1503         * rfc2047.el (rfc2047-encodable-p): Use the header charset.
1504
1505         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
1506         leave-hidden.
1507
1508 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
1509
1510         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
1511         patch.)
1512
1513 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * gnus-registry.el (gnus-registry-store-extra-entry): Use
1516         gnus-assq-delete-all.
1517
1518         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
1519
1520         * message.el (message-ignored-bounced-headers): Add Delivered-To.
1521
1522         * gnus-sum.el (gnus-summary-find-next): Indent.
1523         (gnus-summary-find-prev): Ditto.
1524         (gnus-summary-catchup): Doc fix.
1525         (gnus-summary-mark-current-read-and-unread-as-read): New function.
1526         (gnus-summary-catchup): Really mark after point.
1527
1528         * gnus-util.el (gnus-user-date): Use %d instead of %m.
1529         (gnus-user-date): Use floating point time so that we don't get
1530         overflows.
1531
1532         * gnus-sum.el (gnus-summary-local-variables): Clean up.
1533
1534         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
1535         since none of the other image things do.
1536
1537 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1538
1539         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
1540
1541 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1542
1543         * lpath.el: Fbind find-coding-system.
1544
1545         * dgnushack.el (dgnushack-make-load): Remove redundant format call
1546         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
1547         * pop3.el (pop3-movemail): Ditto.
1548
1549 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
1550
1551         * gnus.el (gnus-agent): Docstring fix.
1552
1553 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
1554
1555         * gnus-registry.el (gnus-registry-install): new variable
1556         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry)
1557         (gnus-registry-store-extra-entry, gnus-registry-delete-group)
1558         (gnus-registry-add-group): add a modification timestamp to each entry
1559         (gnus-registry-install-hooks): new function
1560
1561 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1562
1563         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
1564         (gnus-agent-cat-disable-undownloaded-faces): New function.
1565         Accessor for new agent property
1566         'agent-disable-undownloaded-faces'.
1567         gnus-cus.el (gnus-agent-parameters): Added
1568         agent-disable-undownloaded-faces and corrected documentation.
1569         (gnus-agent-cat-prepare-category-field,
1570         gnus-agent-customize-category): Changed to avoid creating free
1571         references to each field's symbol.
1572         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
1573         (gnus-select-newgroup): Initialize it.
1574         (gnus-summary-highlight-line): Use it.
1575
1576 2003-05-12  Dave Love  <fx@gnu.org>
1577
1578         * mm-util.el (mm-read-charset): Deleted.
1579         (mm-coding-system-mime-charset): New.
1580         (mm-read-coding-system, mm-mule-charset-to-mime-charset)
1581         (mm-charset-to-coding-system, mm-mime-charset)
1582         (mm-find-mime-charset-region): Use it.
1583         (mm-default-multibyte-p): Fix non-mule case.
1584
1585         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
1586         and compile.
1587         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
1588         (rfc2047-unfold-region): Delete unused var `leading'.
1589
1590 2003-05-12  Simon Josefsson  <jas@extundo.com>
1591
1592         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
1593         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
1594         <scop@xemacs.org>.
1595
1596 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
1599         space.
1600
1601 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
1602
1603         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
1604         washing etc.
1605         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
1606
1607         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
1608         `mime-parts'.
1609
1610 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
1611
1612         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
1613         work.  Update mode-line.
1614
1615 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * gnus.el (gnus-logo-color-alist): Added no colours.
1618
1619 2003-05-09  Dave Love  <fx@gnu.org>
1620
1621         * utf7.el (mm-util): Require.
1622         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
1623         Defconst, not defvar.
1624         (utf7-utf-16-coding-system): New.
1625         (utf7-encode-internal): Hoist concat out of loop.
1626         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
1627         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
1628         case.
1629         (utf7-latin1-u16-char-converter): Encode the region.
1630         (utf7-u16-latin1-char-converter): Decode the region.
1631         (utf7-encode, utf7-decode): Fix multibyteness.
1632
1633         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
1634         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
1635         (mm-uu-yenc-decode-function): Defvar when compiling.
1636         (mm-encode-body, mm-decode-body): Doc fix.
1637
1638 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1639
1640         * gnus-registry.el (gnus-registry-unregistered-group-regex):
1641         removed in favor of the group/topic/global variables
1642         (gnus-registry-register-message-ids): fixed test to omit
1643         gnus-registry-unregistered-group-regex
1644
1645         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
1646         gnus-registry-headers-alist from the list
1647         (gnus-registry-headers-alist): removed
1648         (registry-ignore): new parameter, with accompanying
1649         gnus-registry-ignored-groups global variable
1650
1651         * gnus-start.el (gnus-clear-system): no need to clear the
1652         registry, we can do it ourselves
1653         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
1654         used by gnus-registry.el
1655
1656         * gnus-registry.el (gnus-registry-cache-file): new file variable
1657         (gnus-registry-cache-read, gnus-registry-cache-save): new
1658         functions
1659         (gnus-registry-cache-whitespace): new function.  From Dan
1660         Christensen <jdc@chow.mat.jhu.edu>
1661         (gnus-registry-save, gnus-registry-read): use the new
1662         gnus-registry-cache-{read|save} functions, and change the name
1663         from gnus-registry-translate-{from|to}-alist
1664         (gnus-registry-clear): fixed so it doesn't refer to old function name
1665
1666 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
1667
1668         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
1669         address.
1670
1671 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
1672
1673         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
1674         the list of cleared variables
1675
1676         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1677         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
1678         in addition to a list of regexes.
1679
1680         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
1681         Morberg <niklas.morberg@axis.com>
1682
1683 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1684
1685         * gnus-sum.el (gnus-summary-next-page): Mention
1686         `gnus-article-skip-boring' in docstring.
1687
1688 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
1689
1690         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
1691         syntax here.
1692
1693         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
1694         whitespace syntax class when parsing email addresses.
1695
1696         * message.el (message-forward-subject-name-subject): Don't use
1697         mail-decode-encoded-word-string before parsing from.
1698
1699 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1700
1701         * message.el (message-setup-1): Setup alternative email before
1702         generate-headers.
1703
1704         (message-forward-subject-name-subject): Fix the case when the
1705         field "from" doesn't exist.
1706
1707 2003-05-07  Dave Love  <fx@gnu.org>
1708
1709         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
1710
1711         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
1712         possible values.
1713
1714 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
1715
1716         * message.el (message-kill-to-signature): Fix.
1717
1718 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
1719
1720         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
1721
1722         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
1723         (gnus-mime-display-multipart-related-as-mixed)
1724         (gnus-button-mid-or-mail-heuristic-alist): do.
1725
1726 2003-05-05  Dave Love  <fx@gnu.org>
1727
1728         * mm-util.el (mm-default-multibyte-p): New.
1729         (mm-coding-system-p): Maybe use find-coding-systems.
1730
1731 2003-05-04  Dave Love  <fx@gnu.org>
1732
1733         * rfc2047.el (with-syntax-table): Define if necessary.
1734         (rfc2047-syntax-table): Fix last change for XEmacs.
1735         (rfc2047-parse-and-decode): Revert last change.
1736
1737 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
1738
1739         * gnus.el: Don't test for `mm-guess-mime-charset'.
1740
1741         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
1742
1743         * gnus.el (gnus-default-charset): Set default value to
1744         `undecided'.
1745
1746         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
1747         mm-decode-body.
1748
1749         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
1750         (mm-decode-body): Don't use mm-decode-coding-region-safely.
1751
1752 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
1753
1754         * gnus-util.el (gnus-multiple-choice): Add ", ?".
1755
1756 2003-05-03  Dave Love  <fx@gnu.org>
1757
1758         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
1759         with 2 args.
1760         (rfc2047-decode-string): Don't set the buffer multibyte before
1761         calling buffer-string.
1762
1763         * mm-encode.el (mm-long-lines-p): Autoload.
1764         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
1765         unibyte.  Signal error on unknown encoding.
1766         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
1767
1768         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
1769         Callers of gnus- versions changed to use them.
1770         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
1771         fixes.
1772         (rfc2047-encoding-type): New.
1773         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
1774         Don't include header name field in encoding.  Add `address-mime'
1775         case and bind rfc2047-encoding-type for `mime' case.
1776         (rfc2047-encodable-p): Deleted.
1777         (rfc2047-syntax-table): New.
1778         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
1779         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
1780         in place rather than by passing strings.
1781         (rfc2047-encode-string): Doc fix.
1782         (rfc2047-q-encode-region): Don't use
1783         mm-with-unibyte-current-buffer.
1784         (rfc2047-encoded-word-regexp): eval-and-compile.
1785         (rfc2047-decode-region): Avoid concatenation in loop.
1786         (rfc2047-parse-and-decode): Remove useless disjunction.
1787
1788 2003-05-02  Dave Love  <fx@gnu.org>
1789
1790         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
1791         mm-with-unibyte-current-buffer.
1792         (ietf-drums, gnus-util): don't require.
1793
1794         * sieve.el (sieve-manage-mode-menu): Define before use.
1795
1796         * mml-smime.el (message-narrow-to-headers): Autoload.
1797
1798         * mm-util.el (mm-coding-system-p): Don't override nil from
1799         coding-system-p.
1800         (mm-mule4-p, mm-disable-multibyte-mule4)
1801         (mm-with-unibyte-current-buffer-mule4): Deleted.
1802         (mm-multibyte-p): Use defun, not defalias.
1803         (mm-make-temp-file): Moved to group at top of file.
1804         (mm-point-at-eol, mm-point-at-bol): New.
1805
1806         * gnus-cite.el (gnus-art): Require.
1807
1808         * gnus-ems.el (gnus-get-buffer-create)
1809         (nnheader-find-etc-directory, message-text-with-property):
1810         Autoload.
1811         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
1812         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
1813         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
1814         (gnus-check-before-posting): Only defvar when compiling.
1815
1816         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
1817
1818         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
1819         Defvar when compiling.
1820         (gnus-output-to-rmail): Require mm-util.
1821
1822         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
1823         (mail-source-make-complex-temp-name): Deleted.
1824
1825         * message.el (message-use-idna): Use mm-coding-system-p.
1826         (message-tokenize-header, message-make-organization)
1827         (message-make-from):  Use with-temp-buffer.
1828         (message-set-work-buffer): Deleted.
1829         (message-fill-paragraph): Use `if' not `and' for compiler warning.
1830         (message-check-news-header-syntax): Remove useless lambda.
1831         (message-forward-make-body): Use mm-disable-multibyte,
1832         mm-with-unibyte-current-buffer, mm-enable-multibyte.
1833         (message-replace-chars-in-string): Deleted.
1834
1835         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
1836         (mm-extern-url): Use mm-with-unibyte-current-buffer,
1837         mm-disable-multibyte.
1838         (mm-extern-anon-ftp): Use mm-disable-multibyte.
1839
1840         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
1841         mm-with-unibyte-current-buffer.
1842
1843         * mml2015.el (mml): Require.
1844         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
1845         mm-with-unibyte-current-buffer.
1846
1847         * nnheader.el (gnus-util): Require.
1848
1849         * nntp.el (format-spec, format-spec-make, open-tls-stream):
1850         Autoload.
1851
1852         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
1853         (mail-header-remove-whitespace): Autoload.
1854
1855         * sieve-manage.el (starttls-negotiate): Autoload.
1856
1857 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
1860
1861 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
1862
1863         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
1864
1865 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * gnus.el (gnus-version-number): Bump.
1868
1869 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1870
1871         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
1872         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1873
1874         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
1875         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1876
1877         * gnus-registry.el (gnus-registry-fetch-extra)
1878         (gnus-registry-store-extra, gnus-registry-group-count): new functions
1879         (gnus-registry-fetch-group, gnus-registry-delete-group)
1880         (gnus-registry-add-group): changed to work with extra data element
1881         if present
1882
1883 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1884
1885         * gnus.el: Gnus v5.10.1 is released.
1886
1887 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1888
1889         * gnus.el: Oort Gnus v0.24 is released.
1890
1891 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * dgnushack.el (when): Check whether defadvice is fbound.
1894
1895 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1896
1897         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
1898         (gnus-registry-register-message-ids): use it
1899
1900 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * gnus.el (gnus-version-number): Bump.
1903
1904         * gnus.el: Update copyright for several files.
1905
1906 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1907
1908         * gnus.el: Oort Gnus v0.23 is released.
1909
1910 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * spam-stat.el (spam-stat-test-directory): Compare against zero.
1913
1914 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
1915
1916         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
1917
1918 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * message.el (message-forward-subject-name-subject): Decode
1921         string when forwarding.
1922
1923 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
1924
1925         * dgnushack.el (when): Add defadvice.
1926
1927 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * gnus.el (gnus-version-number): Bump.
1930
1931 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1932
1933         * gnus.el: Oort Gnus v0.22 is released.
1934
1935 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1936
1937         * gnus.el: Oort Gnus v0.21 is released.
1938
1939 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940
1941         * gnus.el (gnus-version-number): Bump.
1942
1943 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1944
1945         * gnus.el: Oort Gnus v0.20 is released.
1946
1947 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
1948
1949         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
1950
1951 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
1952
1953         * mm-url.el (mm-url-insert-file-contents): set url-current-object
1954         in the case where mm-url-use-external is set.
1955
1956         * nnrss.el (nnrss-request-article): Change the messages created to
1957         multipart/alternative.  Hopefully fixes a problem interaction with
1958         w3m.
1959         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
1960         around.
1961
1962 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * message.el (message-check-news-header-syntax): Alter "posting"
1965         message.
1966
1967         * nnrss.el (nnrss-node-text): Don't use char classes.
1968
1969 2003-05-01  David Z. Maze  <dmaze@mit.edu>
1970
1971         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
1972         in condition-case.
1973
1974 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * message.el (message-required-headers): Remove In-Reply-To.
1977
1978         * gnus-int.el (gnus-open-server): Revert changes.
1979
1980 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1981
1982         * gnus-int.el (gnus-open-server): Try to open unagentized servers
1983         even when unplugged.
1984
1985 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
1986
1987         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
1988         doc-string.
1989
1990 2003-05-01  Steve Youngs  <youngs@xemacs.org>
1991
1992         * lpath.el: Add a section for non-Mule XEmacsen.
1993         fbind `find-charset-string' and `coding-system-base' in that
1994         section.
1995
1996         * gnus-util.el (gnus-completing-read-maybe-default): New.
1997         (gnus-completing-read): Use it.
1998
1999         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
2000
2001         * gnus-art.el (gnus-read-string): New.
2002         (gnus-summary-pipe-to-muttprint): Use it.
2003
2004         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
2005
2006         * dns.el (dns-make-network-process): Use it.
2007
2008         Take care of some differences between XEmacs 21.1 and newer
2009         versions of XEmacs.
2010
2011 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
2012
2013         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
2014         diagnostic message
2015         (gnus-registry-grep-in-list): don't run when word is nil
2016         (gnus-registry-fetch-message-id-fast): new function
2017         (gnus-registry-delete-group, gnus-registry-add-group): make sure
2018         the id and group are not nil
2019         (gnus-registry-register-message-ids): new function
2020         (gnus-register-action): optimized logical flow
2021         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
2022
2023 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2024
2025         * gnus-delay.el (gnus-delay-article): Call
2026         `gnus-agent-queue-setup' to create the delay group.
2027
2028         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
2029         for the (queue) group name.
2030
2031 2003-04-30  Simon Josefsson  <jas@extundo.com>
2032
2033         * mm-util.el (mm-charset-to-coding-system): Use user specified
2034         charset unless coding-system-get is fboundp.
2035
2036 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
2037
2038         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
2039         Wrapped in eval-when-compile.
2040         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
2041         shouldn't be asked twice to go online with each server.
2042         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
2043         gnus-agent-crosspost, gnus-agent-flush-cache,
2044         gnus-agent-fetch-session, gnus-agent-unread-articles,
2045         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
2046         gnus-agent-group-covered-p): Expanded pop macros used for
2047         effect. Avoids compilation warning in emacs 21.3.
2048
2049         * gnus-int.el (gnus-open-server): Restructured to only open
2050         nnagent when gnus-plugged is nil.
2051
2052 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * lpath.el: Fbind string-to-multibyte.
2055
2056 2003-04-30  Steve Youngs  <youngs@xemacs.org>
2057
2058         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
2059
2060 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
2061
2062         * gnus-registry.el (gnus-registry-fetch-group): faster
2063         (gnus-registry-delete-group): new function
2064         (gnus-registry-add-group): new function
2065         (gnus-register-spool-action): use it
2066         (gnus-register-action): use it
2067         (gnus-registry-translate-from-alist)
2068         (gnus-registry-translate-to-alist): remove the headers registry
2069         for now
2070
2071 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
2072
2073         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
2074
2075 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
2076
2077         * spam-report.el (spam-report-gmane): gnus-summary-article-number
2078         is not necessary, just use the function parameter
2079
2080 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
2081
2082         * spam-stat.el (spam-stat-save): No longer font-locks the file
2083         when saving
2084
2085 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * canlock.el: Bind mail-header-separator when compiling (XEmacs
2088         provides it in mail-lib/auto-autoloads.el).
2089
2090 2003-04-29  Simon Josefsson  <jas@extundo.com>
2091
2092         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
2093         message-sender.
2094
2095         * mml.el (mml-generate-mime-1): Set mml-sender too.
2096
2097 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
2098
2099         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
2100
2101         * mm-url.el (mm-url-use-external): do.
2102
2103 2003-04-29  Simon Josefsson  <jas@extundo.com>
2104
2105         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
2106         warnings).
2107
2108         * sieve-mode.el (c-mode): Ditto.
2109
2110         * pgg.el (run-at-time): Ditto.
2111
2112         * mm-url.el (require): Require timer when compiling for
2113         with-timeout macro (fix xemacs compile warnings).
2114
2115 2003-04-28  Dave Love  <fx@gnu.org>
2116
2117         * gnus-util.el (nnheader): Don't require.
2118         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
2119         Autoload.
2120
2121         * spam.el: Require cl when compiling.
2122
2123         * dns.el: Require cl when compiling.
2124
2125 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
2126
2127         * gnus-art.el (gnus-article-goto-next-page)
2128         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
2129         gnus-pick-mode work.
2130
2131 2003-04-28  Steve Youngs  <youngs@xemacs.org>
2132
2133         * Makefile.in (FLAGS): Use @FLAGS@.
2134
2135 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
2136
2137         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
2138         (gnus-mime-display-multipart-alternative-as-mixed)
2139         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
2140         allow customization.
2141
2142 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2143
2144         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
2145         currently called (See source for explanation).
2146
2147 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148
2149         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages.
2150         (gnus-summary-mark-read-and-unread-as-read): Take an optional
2151         mark.
2152
2153         * gnus.el (gnus-version-number): Bump.
2154
2155 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2156
2157         * gnus.el: Oort Gnus v0.19 is released.
2158
2159 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2160
2161         * gnus-registry.el (gnus-register-spool-action): Replaced literal
2162         carriage-return character with its escape sequence.
2163
2164 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
2167
2168         * nnrss.el (nnrss-node-text): Use only one
2169         gnus-replace-in-string.
2170
2171         * gnus.el: Remove gnus-functionp throughout.
2172
2173         * gnus-util.el (gnus-functionp): Removed.
2174
2175         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
2176
2177         * message.el (message-required-headers): Add In-Reply-To.
2178
2179 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
2180
2181         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
2182         to binary.
2183
2184 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
2185
2186         * mml.el (mml-preview): do.
2187
2188         * message.el (message-mode): do.
2189
2190         * gnus-undo.el (gnus-undo-mode): do.
2191
2192         * gnus-topic.el (gnus-topic-mode): do.
2193
2194         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
2195
2196         * gnus-msg.el (gnus-setup-message)
2197         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
2198
2199         * gnus-gl.el (gnus-grouplens-mode): do.
2200
2201         * gnus-art.el (gnus-mime-save-part-and-strip)
2202         (gnus-mime-delete-part): Use it.
2203
2204         * gnus-util.el (gnus-make-local-hook): New function.
2205
2206 2003-04-25  Simon Josefsson  <jas@extundo.com>
2207
2208         * nnrss.el (nnrss-node-text): Don't use a star.
2209         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
2210
2211 2003-04-24  Dave Love  <fx@gnu.org>
2212
2213         * mm-encode.el (mm-long-lines-p): Autoload.
2214         (mm-encode-content-transfer-encoding): Don't try to make buffer
2215         unibyte before decoding.  Don't ignore errors for base64 encoding.
2216
2217         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
2218         Signal error on malformed text, as for base64.
2219         (quoted-printable-encode-region): DTRT in Emacs 22.
2220
2221         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
2222         (mm-auto-save-coding-system): Consider utf-8-emacs.
2223         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
2224         (mm-charset-to-coding-system, mm-mime-charset)
2225         (mm-find-mime-charset-region): Check for :mime-charset coding
2226         systems property.
2227
2228         * mml-sec.el (mml2015, mml1991): Don't require.
2229         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt)
2230         (message-goto-body, mml-insert-tag): Autoload.
2231
2232         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
2233
2234         * gnus-start.el (message-make-date): Autoload rather than
2235         requiring message.
2236
2237         * gnus-group.el (gnus-group-name-charset-group-alist): Use
2238         mm-coding-system-p.
2239         (gnus-cache-active-altered): Defvar when compiling.
2240         (gnus-group-delete-group): Re-write to help avoid warnings.
2241
2242         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
2243
2244         * pgg.el: Split eval-when-compile forms.
2245
2246 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
2247
2248         * gnus-group.el (gnus-large-ephemeral-newsgroup)
2249         (gnus-fetch-old-ephemeral-headers): News variables.
2250         (gnus-group-read-ephemeral-group): Use them.
2251
2252 2003-04-24  Simon Josefsson  <jas@extundo.com>
2253
2254         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
2255
2256         * nnrss.el (nnrss-node-text): Ditto.
2257
2258 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
2261         gnus-inews-mark-gcc-as-read exists.
2262
2263 2003-04-23  Simon Josefsson  <jas@extundo.com>
2264
2265         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
2266         doesn't exceed the regexp stack space.
2267
2268 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2269
2270         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
2271
2272         * gnus-art.el (gnus-article-hide-pgp-hook): do.
2273
2274 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
2275
2276         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
2277
2278 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2279
2280         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
2281
2282 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * dgnushack.el (merge, copy-list): Remove compiler macros.
2285         (butlast): Add a compiler macro.
2286
2287 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
2288
2289         * gnus-util.el (gnus-merge): Added "type" argument to match CL
2290         merge and gnus-sum.el's expectations.
2291
2292 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
2293
2294         * gnus-art.el (gnus-button-url-regexp): Added nntp.
2295
2296         * message.el (message-generate-headers-first): Default to
2297         '(references).
2298
2299         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
2300
2301 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
2302
2303         * smime.el (smime-decrypt-region): Insert From header.
2304
2305 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2306
2307         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
2308         Max length of header is 726, not 740.  From Gaute B Strokkenes
2309         <gs234@cam.ac.uk>.
2310
2311 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
2312
2313         * nndb.el, mml1991.el: Fix license template.
2314
2315 2003-04-20  Simon Josefsson  <jas@extundo.com>
2316
2317         * nnimap.el (nnimap-split-articles): Don't download body unless
2318         required.
2319
2320         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
2321         starting process, like imap-kerberos4-open does.
2322
2323         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
2324         license template.
2325
2326         * mml-sec.el: Fix license template.
2327
2328         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
2329         license template.
2330
2331         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
2332         pgg-pgp.el: Fix license template.
2333
2334 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
2335
2336         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
2337
2338 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
2339
2340         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
2341
2342 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2343
2344         * spam.el (spam-split): allow a particular check as a parameter,
2345         e.g. (: spam-split 'spam-use-bogofilter)
2346         (spam-mark-only-unseen-as-spam): new parameter, see doc
2347         (spam-mark-junk-as-spam-routine): use
2348         spam-mark-only-unseen-as-spam, simplify routine to take advantage
2349         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
2350
2351 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2352
2353         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
2354         (gnus-group-guess-full-name): don't prefix the group twice
2355
2356         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
2357
2358         * gnus-registry.el (gnus-registry-clear)
2359         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
2360         (gnus-registry-split-fancy-with-parent): new functions
2361         (gnus-register-spool-action, gnus-register-action): simplified the format
2362         (gnus-registry): new customization group
2363         (gnus-registry-unfollowed-groups): new variable
2364
2365 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2366
2367         * gnus-art.el (gnus-button-alist): Add nntp: urls.
2368         (gnus-header-button-alist): Ditto.
2369
2370 2003-04-17  Dave Love  <fx@gnu.org>
2371
2372         * gnus-util.el (gnus-string-equal): Revert last change.
2373
2374 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375
2376         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
2377
2378 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
2379
2380         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
2381
2382 2003-04-15  Michael Shields  <shields@msrl.com>
2383
2384         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
2385         the broken-reply-to group parameter is set.  Idea from Vasily
2386         Korytov <deskpot@myrealbox.com>.
2387
2388 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2389
2390         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
2391         process.el in XEmacsen >= 21.5.
2392
2393 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2394
2395         * dgnushack.el: Add a whole swag of autoloads and defaliases to
2396         satisfy the byte-compiler when building with XEmacs.
2397
2398         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
2399         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
2400         W3 doesn't have these.
2401
2402         * mailcap.el: Maybe require 'lpr in XEmacs.
2403
2404 2003-04-16  Simon Josefsson  <jas@extundo.com>
2405
2406         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
2407         sender tag, if available.
2408
2409 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2410
2411         * gnus-registry.el (gnus-register-action)
2412         (gnus-register-spool-action, hashtable-to-alist)
2413         (gnus-registry-translate-from-alist, alist-to-hashtable)
2414         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
2415         new variables and function fixes
2416
2417         * gnus.el (gnus-registry-headers-alist): new variable to hold
2418         article header data
2419         (gnus-variable-list): save gnus-registry-headers-alist
2420
2421         * spam-report.el (Module): new module for spam reporting
2422
2423         * gnus.el (spam-process): added
2424         gnus-group-spam-exit-processor-report-gmane to the list of choices
2425         (gnus-install-group-spam-parameters): defined new spam exit processor
2426
2427         * spam.el (autoload): autoload spam-report-gmane when needed
2428         (spam-report-gmane-register-routine): glue for spam-report.el
2429         (spam-group-spam-processor-report-gmane-p): glue for the
2430         gnus-group-spam-exit-processor-report-gmane spam processor
2431         (spam-summary-prepare-exit): check the report-gmane spam processor
2432         and run spam-report-gmane-register-routine if it's active
2433
2434         From John Wiegley <johnw@gnu.org>
2435
2436         * spam.el (spam-bogofilter-score): check bogofilter headers before
2437         checking bogofilter itself
2438
2439 2003-04-16  Dave Love  <fx@gnu.org>
2440
2441         * gnus-agent.el: Wrap defsetf in eval-when-compile.
2442         (gnus-agent-cat-defaccessor): Don't use gensym.
2443
2444         * mml1991.el: Require cl, mm-util when compiling.
2445         (quoted-printable-decode-region, quoted-printable-encode-region):
2446         Autoload.
2447
2448         * pgg.el: Require cl when compiling.
2449
2450         * nnmail.el (gnus): Require.
2451
2452         * gnus-util.el: Move provide to end.
2453         (gnus-string-equal): Maybe use compare-strings.
2454         (gnus-merge): New.
2455
2456         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
2457         (gnus-summary-insert-articles): Use gnus-merge.
2458
2459         * gnus-fun.el: Require cl and mm-util when compiling.
2460
2461         * gnus-diary.el (gnus-diary-delay-format-french)
2462         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
2463
2464         * nndiary.el (nndiary-compute-reminders): Don't use setf with
2465         nthcdr.
2466
2467 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
2468
2469         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
2470         specify a predicate other than false.
2471         (gnus-category-read): Use the new feature to create a 'default'
2472         category with a 'short' predicate.
2473
2474 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * message.el (message-unique-id): Comment change.
2477
2478         * gnus-art.el (gnus-article-next-page-1): New function.
2479         (gnus-article-next-page): Use it.
2480
2481 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2482
2483         * spam.el (spam-split): added save-restriction to save-excursion
2484
2485 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
2486         From Julien Avarre <julien@avarre.com>
2487
2488         * gnus-fun.el: Fixed autoload cookie.
2489
2490 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
2491         From Remi Letot  <remi.letot@easynet.be>
2492
2493         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
2494         instead of remove-if.
2495
2496 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2497
2498         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
2499         copy-sequence instead of remove which is a cl run-time function in
2500         Emacs 20.
2501
2502 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
2503
2504         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
2505         local copy of gnus-discouraged-post-methods with the current
2506         method removed.
2507
2508 2003-04-14  Simon Josefsson  <jas@extundo.com>
2509
2510         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
2511
2512 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2513
2514         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
2515         of `mm-coding-system-priorities' to base coding system.
2516
2517         * gnus-sum.el: Added coding cookie ("middle dot" in
2518         gnus-summary-morse-message).
2519
2520 2003-04-13  Simon Josefsson  <jas@extundo.com>
2521
2522         * gnus-art.el (article-fill-long-lines)
2523         (article-verify-x-pgp-sig, article-decode-group-name)
2524         (gnus-mime-button-menu): Split >80 character lines.
2525
2526 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
2527
2528         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
2529         we're let-binding it.
2530
2531         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
2532
2533 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534
2535         * message.el (message-hide-headers): Don't do intangible.
2536
2537         * gnus.el (gnus-group-prefixed-name): Comment out the test for
2538         colon.
2539
2540         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
2541         to the ephemeral entry, but the prefixed name.
2542
2543         * gnus.el (gnus-group-prefixed-name): Clean up.
2544
2545 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2546
2547         * gnus-agent.el (gnus-agent-group-pathname): Bind
2548         gnus-command-method so that gnus-agent-directory will always
2549         return a valid directory.
2550         * gnus-cache.el (gnus-cache-enter-article): Remove article from
2551         gnus-newsgroup-undownloaded so that the summary will display the
2552         article as downloaded.
2553         (gnus-cache-remove-article): If the article isn't in the agent,
2554         remove it from gnus-newsgroup-undownloaded so that the summary
2555         will display the article as undownloaded.
2556
2557 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * gnus.el (gnus-version-number): Bump.
2560
2561 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2562
2563         * gnus.el: Oort Gnus v0.18 is released.
2564
2565 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566
2567         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers.
2568
2569 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570
2571         * gnus-art.el (gnus-article-next-page): Use
2572         gnus-article-over-scroll.
2573         (gnus-article-over-scroll): New variable.
2574
2575         * message.el (message-newline-and-reformat): Place a boundary
2576         before filling.
2577         (message-make-forward-subject-function): Changed default to
2578         message-forward-subject-name-subject.
2579         (message-forward-subject-name-subject): New function.
2580
2581         * nnimap.el (nnimap-split-fancy): Ditto.
2582
2583         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
2584
2585         * gnus-cus.el (gnus-group-parameters): Removed "which see".
2586
2587         * mml.el (mml-minibuffer-read-file): Bind
2588         completion-ignored-extensions to nil.
2589
2590         * message.el (message-fix-before-sending): Comment fix.
2591         (message-fix-before-sending): Make hidden headers visible.
2592         (message-hide-headers): Bind after-change-functions to nil.
2593         (message-forbidden-properties): Put invisible and intangible
2594         back.
2595         (message-strip-forbidden-properties): Ignore message-hidden text.
2596
2597         * gnus-msg.el: Hide headers.
2598
2599         * message.el (message-hidden-headers): New variable.
2600         (message-hide-headers): New function.
2601         (message-hide-header-p): New function.
2602         (message-hide-header-p): Change logic.
2603         (message-forbidden-properties): Remove intangible nil invisible
2604         nil.
2605         (message-hide-headers): Narrow to headers.
2606
2607         * lpath.el (featurep): Bind Info-directory, Info-menu.
2608
2609 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
2610
2611         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
2612         encoded.
2613         (mm-encode-body): Don't corrupt UTF-16.
2614         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
2615
2616 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
2617
2618         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
2619         the CACHE are now detected and handled the same as an article
2620         downloaded into the agent.
2621         (gnus-agent-group-path): Modified to match nnmail-group-pathname
2622         so that the agent front-end and back-end (nnagent) always use the
2623         same directory.
2624         (gnus-agent-group-pathname): New function. Wrapper for
2625         nnmail-group-pathname.
2626         (gnus-agent-expire-unagentized-dirs): New variable.  May be
2627         customized to disable gnus-agent-expire-unagentized-dirs.
2628         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
2629         as the directories in gnus-agent-expire-current-dirs were
2630         expanded.
2631
2632 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
2633
2634         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
2635         body" entry in read only groups.
2636
2637 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
2638
2639         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
2640         and "Create article" items in non-editable groups.
2641
2642 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
2643
2644         * gnus-agent.el (gnus-agent-write-active): Added option of
2645         replacing, rather than updating, the agent's active file.  Do NOT
2646         use the fully qualified group name as gnus-active-to-gnus-format
2647         blindly prefixes group names with server names.
2648         (gnus-agent-save-group-info): Merge BOTH min/max of current active
2649         range, was just merging min, with specified active range.
2650         (gnus-agent-expire): Save agent's active ranges after
2651         expiring all groups.
2652         (gnus-agent-expire-group-1): Update min of agent's active range to
2653         min article currently fetched.
2654         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
2655         same ancestor multiple times.
2656
2657         * gnus-async.el (gnus-asynchronous): Moved defcustom of
2658         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
2659         seems to fix an intermittant error in which loading gnus-async
2660         fails to define gnus-asynchronous (the variable).
2661
2662         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
2663         non-essential.  Removed on all platforms.
2664         (gnus-select-newsgroup): When the agent is active, expand the
2665         group's active range to include fetched articles that are no
2666         longer in the server's active range.
2667
2668         * gnus-util.el (gnus-with-output-to-file): Removed all of the
2669         print-* bindings as they should be handled by the function doing
2670         the printing.
2671
2672 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
2673
2674         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
2675         might be unbound in non-MULE XEmacsen.
2676
2677 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
2678
2679         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
2680         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
2681         recognize diffs.
2682
2683         * mm-bodies.el (mm-decode-body): Use the supplied charset
2684         unconditionally if `code-pages' hasn't been loaded.
2685
2686 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
2687
2688         * gnus-art.el (article-verify-x-pgp-sig): Don't use
2689         `insert-buffer', the docstring says "This function is meant for
2690         the user to run interactively.  Don't call it from programs!"
2691
2692         * mm-extern.el (mm-extern-mail-server): do.
2693
2694         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
2695         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
2696         (mml1991-pgg-encrypt): do.
2697
2698         * pgg.el (pgg-decrypt-region): do.
2699
2700         * mm-view.el (mm-view-pkcs7-decrypt): do.
2701
2702         * mml-smime.el (mml-smime-verify): do.
2703
2704         * mml.el (mml-insert-mime, mml-preview): do.
2705
2706         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
2707         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
2708         (mml2015-pgg-encrypt): do.
2709
2710 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
2713
2714 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
2715
2716         * mm-uu.el (mm-uu-copy-to-buffer): Copy
2717         `buffer-file-coding-system' to the new buffer.
2718         (mm-uu-pgp-signed-extract-1): Don't copy
2719         `buffer-file-coding-system' here.
2720
2721         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
2722         exist in XEmacs.
2723         (mm-decode-body): Add missing quote.
2724
2725         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
2726         buffer-file-coding-system.
2727
2728         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
2729         last-coding-system-used.
2730
2731         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
2732         according to buffer-file-coding-system.
2733
2734         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
2735
2736         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
2737         (pgg-pgp-snarf-keys-region): do.
2738
2739         * pgg-pgp5.el (pgg-pgp5-verify-region)
2740         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
2741
2742         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
2743
2744 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2745
2746         * spam.el (spam-split): (save-excursion) around (widen)
2747         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
2748         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
2749
2750 2003-04-05  Steve Youngs  <youngs@xemacs.org>
2751
2752         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
2753         don't use it when loading gnus-sum.el if we're in XEmacs.
2754
2755 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
2756
2757         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2758         print-escape-nonascii to fix more characters in compiled format
2759         specs.
2760
2761 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
2762
2763         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
2764         Fix customization type.
2765
2766 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
2767
2768         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2769         print-quoted, print-readably, print-escape-multibyte, and
2770         print-level to match original behavior of gnus-prin1.  This should
2771         repair the format of .newsrc.eld when using compiled format specs.
2772
2773 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
2774
2775         * gnus-group.el (tool-bar-map): defvar it.
2776
2777         * gnus-art.el (tool-bar-map): do.
2778
2779         * gnus-sum.el (tool-bar-map): do.
2780
2781 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
2782
2783         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
2784
2785 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2786
2787         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
2788         and value.
2789         (gnus-button-alist): Use it.
2790
2791 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
2792
2793         * pgg-gpg.el (pgg-gpg-process-region): do.
2794
2795         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
2796         (pgg-pgp-snarf-keys-region): do.
2797
2798         * pgg-pgp5.el (pgg-pgp5-verify-region)
2799         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
2800
2801         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
2802         unsafe.
2803         (pgg-temporary-file-directory): Remove.
2804
2805 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2806
2807         * lpath.el: Fbind Info-directory and Info-menu.
2808
2809 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
2810
2811         * gnus-util.el (gnus-message): Added doc-string.
2812
2813         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
2814         (gnus-score-edit-file-at-point): Goto first match when using `e'.
2815
2816 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
2817
2818         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
2819         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
2820
2821 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2824         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
2825
2826 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
2827
2828         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2829         print-escape-newlines to print escape sequences rather than
2830         literal newline characters.
2831
2832 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2833
2834         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
2835         `message-valid-fqdn-regexp' for initialization.
2836         (gnus-button-handle-info-url): Renamed and extended version of
2837         `gnus-button-handle-info'.
2838         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
2839         (gnus-button-handle-symbol, gnus-button-handle-library)
2840         (gnus-button-handle-info-keystrokes): New functions.
2841         (gnus-button-browse-level): New variable.
2842         (gnus-button-alist): Use them.  Added levels.
2843         (gnus-header-button-alist): Added levels.
2844
2845 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2846
2847         * gnus.el (gnus-version-number): Bump.
2848
2849 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2850
2851         * gnus.el: Oort Gnus v0.17 is released.
2852
2853 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854
2855         * gnus-start.el (gnus-unload): Removed.
2856
2857         * pop3.el (pop3-read-response): Use
2858         nnheader-accept-process-output.
2859         (pop3-retr): Ditto.
2860
2861         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
2862         (mm-text-html-washer-alist): Ditto.
2863
2864 2003-03-31  Simon Josefsson  <jas@extundo.com>
2865
2866         * imap.el (imap-gssapi-program): Also try GNU SASL.
2867         (imap-gssapi-open): Accept GNU SASL greeting.
2868         (imap-read-timeout): New.
2869         (imap-wait-for-tag): Use it.
2870
2871 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2872
2873         * nntp.el (nntp-accept-process-output): Use new function.
2874
2875         * nnheader.el (nnheader-read-timeout): New variable.
2876         (nnheader-accept-process-output): New function.
2877
2878         * nntp.el (nntp-read-timeout): Removed.
2879
2880         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
2881
2882 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2883
2884         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
2885
2886 2003-03-30  Simon Josefsson  <jas@extundo.com>
2887
2888         * message.el (message-idna-inside-rhs-p): Narrow to header before
2889         searching.
2890
2891         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
2892
2893 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
2896
2897 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
2898
2899         * message.el (message-make-in-reply-to): Use
2900         mail-extract-address-components to determine sender's
2901         name/address.
2902
2903 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904
2905         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead.
2906
2907         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
2908         valid lambda.
2909         (gnus-registry-translate-from-alist): Ditto.
2910
2911         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2912         print-length to nil.
2913
2914         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
2915
2916         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
2917         (gnus-grab-cam-face): Use it.
2918
2919 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
2920
2921         * nnmaildir.el (nnmaildir-request-set-mark)
2922         (nnmaildir-close-group): Allow each mark directory in a group to
2923         have its own inode for mark files, to accommodate AFS.
2924
2925 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
2926
2927         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
2928         gnus-read-newsrc-el-file
2929         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
2930
2931         * gnus-registry.el (gnus-registry-translate-to-alist)
2932         (gnus-registry-translate-from-alist, alist-to-hashtable)
2933         (hashtable-to-alist): new functions
2934         (gnus-register-spool-action): add a spool item to the registry
2935
2936         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
2937         list of saved variables
2938         (gnus-registry-alist): new variable
2939
2940 2003-03-27  Simon Josefsson  <jas@extundo.com>
2941
2942         * gnus-art.el (article-decode-group-name): Be correct instead of
2943         smart.
2944
2945 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
2946
2947         * lpath.el: Bind url-current-object for Emacs; bind
2948         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
2949         for both Emacsen.
2950
2951 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
2952
2953         * gnus-sum.el (gnus-article-loose-mime)
2954         (gnus-article-emulate-mime): Move to gnus-article-mime customize
2955         group.
2956
2957         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
2958         doc string.
2959
2960 2003-03-26  Kevin Ryde <user42@zip.com.au>
2961
2962         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
2963         gnus-summary-find-uncancelled, skip temporary articles inserted by
2964         "refer" functions.
2965
2966 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
2967
2968         * smiley.el (smiley-buffer): New function.
2969
2970 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
2971
2972         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
2973         gnus-summary-update-line (which updated the article's face) with
2974         gnus-summary-update-download-mark (which updates the article's
2975         face by calling gnus-summary-update-line AND updates the download
2976         mark to show that the article was fetched).
2977
2978 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
2979
2980         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
2981         option of deleting agent directories for groups/servers that are
2982         not currently agentized.
2983         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
2984
2985         * gnus-int.el (gnus-open-server): Report backend errors in
2986         condition handler.
2987
2988 2003-03-23  Simon Josefsson  <jas@extundo.com>
2989
2990         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
2991         header.
2992
2993         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
2994         same as Newsgroups.
2995
2996         * nntp.el (nntp-open-connection-function): Mention
2997         nntp-open-tls-stream.
2998         (nntp-open-tls-stream): New function.
2999
3000         * tls.el: New file.
3001
3002         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
3003         instead of SSL.
3004         (nnimap-stream): Add other streams, link to imap variables.
3005         (nnimap-authenticator): Add other authenticator, link to imap
3006         variables.
3007
3008         * imap.el: Autoload open-tls-stream.
3009         (imap-streams): Add tls in front of ssl.
3010         (imap-stream-alist): Add tls.
3011         (imap-default-tls-port): New variable.
3012         (imap-tls-p, imap-tls-open): New functions.
3013
3014 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3015
3016         * mm-url.el (mm-url-insert-file-contents): parse url only if
3017         results is a list.
3018
3019 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020
3021         * mail-source.el (mail-source-fetch-imap): Revert.
3022
3023 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
3024
3025         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
3026         less strict regexp.
3027
3028 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * mail-source.el (mail-source-fetch-imap): Use buffer name for
3031         more imap function.
3032
3033 2003-03-21  Simon Josefsson  <jas@extundo.com>
3034
3035         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
3036         Followup-To data inline.
3037
3038 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
3039
3040         * gnus-art.el (gnus-treat-display-xface): Don't enable if
3041         icontopbm isn't available.
3042
3043 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
3044
3045         * gnus-int.el (gnus-open-server): Catch errors in backend's
3046         open-server method.  Returns nil rather than crashing startup.
3047
3048         * gnus-sum.el (eval-when-compile): Modified to resolve
3049         compile-time warnings.
3050
3051         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
3052         Reports length of series so that the user can compare N with a
3053         subject that should, if the entire series is present, contain
3054         '(.../N)'.
3055         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
3056         of temp file (Win-XP may leave the temp file locked when the
3057         uudecode process fails).
3058
3059 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3060
3061         * message.el (message-split-line): Ignore error.
3062
3063         * lpath.el (split-line): Avoid split-line warning message.
3064
3065 2003-03-20  Kim F. Storm  <storm@cua.dk>
3066
3067         * message.el (message-split-line): New function.
3068         (message-mode-map): Remap split-line to message-split-line.
3069
3070 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
3071
3072         * message.el (message-make-overlay): Defalias it to make-overlay.
3073         (message-delete-overlay): Defalias it to delete-overlay.
3074         (message-overlay-put): Defalias it to overlay-put.
3075         (message-idna-to-ascii-rhs-1): Use them.
3076
3077         * messagexmas.el (message-xmas-redefine): Defalias some overlay
3078         functions to extent functions.
3079
3080 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3081
3082         * message.el (message-check-news-header-syntax): Fixed regexp.
3083
3084 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3085
3086         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
3087
3088         * mm-url.el (mm-url-insert): Move url-current-object stuff into
3089         mm-url-insert-file-contents.
3090
3091         * nnrss.el (nnrss-fetch): Fetch the local stuff.
3092         (nnrss-check-group): Use it.
3093
3094 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
3095
3096         * nnrss.el: Primitive XML Name-space support.  This means that RSS
3097         feeds like Kevin Burton's[1] can now be read in Gnus.
3098
3099         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
3100         means that if you want to read the RSS feed for example.com, all
3101         you have to do is hit "G R http://www.example.com/ RET" and
3102         nnrss.el will find and the feed listed on the site or (if you have
3103         loaded xml-rpc.el) look it up on syndic8.com.
3104
3105         Marked the message as HTML (by adding a Content-Type header) so
3106         that Gnus will render it as html if the user wants that.
3107
3108         Implemented the ability to save nnrss-group-alist so that any new
3109         feeds the you subscribe to will be found the next time you start
3110         up.
3111
3112         Implemented support for RSS 2.0 elements (author, pubDate).
3113
3114         Prefer for <content:encoded> over <description> where both
3115         elements exist.
3116
3117         * mm-url.el (mm-url-insert): Set url-current-object.
3118
3119         * gnus-group.el (gnus-group-make-rss-group): New function.
3120
3121 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
3122
3123         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
3124         for highlight overlays.
3125
3126 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
3129         a NOV.
3130
3131 2003-03-20  Simon Josefsson  <jas@extundo.com>
3132
3133         * message.el (message-use-idna): Disable if UTF-8 unavailable.
3134         (message-idna-to-ascii-rhs): Use it.
3135
3136         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
3137
3138 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
3139
3140         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
3141         (spam-group-ham-marks, spam-group-spam-marks): new functions
3142         (spam-spam-marks, spam-ham-marks): removed in favor of the
3143         spam-marks and ham-marks parameters
3144         (spam-generic-register-routine, spam-ham-move-routine): use the
3145         new spam-group-{spam,ham}-mark-p functions
3146
3147         * gnus.el (spam-marks, ham-marks): new group parameters with
3148         default values same as the old spam-spam-marks and spam-ham-marks
3149
3150 2003-03-19  Simon Josefsson  <jas@extundo.com>
3151
3152         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
3153         (gnus-use-idna): New variable.
3154         (article-decode-idna-rhs): New function.
3155
3156         * message.el (message-use-idna): New variable.
3157         (message-mode-field-menu): Add entry for IDNA.
3158         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
3159         (message-idna-to-ascii-rhs): New function.
3160         (message-generate-headers): Invoke IDNA code.
3161
3162 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
3163
3164         * nnmaildir.el (nnmaildir--system-name): New function.
3165         (nnmaildir-request-accept-article): Use it.
3166
3167 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * gnus-util.el (gnus-byte-compile): Make it work silently as the
3170         gnus-compile function does.
3171
3172         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
3173         bogus change.
3174
3175 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
3176
3177         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
3178         sort-coding-systems is defined.
3179
3180 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
3181
3182         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
3183         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
3184         Replace create-directory with target-prefix.
3185
3186 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3187
3188         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
3189         find-charset-string which is slooow in XEmacs.
3190
3191 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
3194         compiler under XEmacs.
3195
3196 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3197
3198         * gnus-art.el (gnus-treat-highlight-signature): Make the default
3199         work for multipart/signed where the message text isn't `last'.
3200
3201 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3202
3203         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
3204         the value of mm-inline-text-html-with-images.
3205         (mm-inline-text-html-render-with-w3m): Don't bind
3206         w3m-display-inline-images.
3207
3208         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
3209         w3m-display-inline-images.
3210
3211         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
3212         regardless of an Emacs flavor.
3213
3214 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * gnus.el (gnus-version-number): Bump.
3217
3218 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3219
3220         * gnus.el: Oort Gnus v0.16 is released.
3221
3222 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * lpath.el (featurep): Bind mm-w3m-mode-map.
3225
3226 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
3227
3228         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
3229         'respool-able backends define a global nnchoke-get-new-mail
3230         variable.
3231
3232 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
3233
3234         * gnus-art.el (gnus-mime-delete-part): New function.
3235         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
3236
3237 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * message.el (message-check-news-header-syntax): Don't push
3240         groups twice onto list of unknown groups.
3241
3242         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
3243         back.
3244
3245         * nnheader.el (nnheader-find-etc-directory): Doc fix.
3246
3247         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
3248         config unless the summary buffer exists.
3249
3250         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
3251         that target group is computed correctly when articles are marked
3252         as read by Xref handling.
3253
3254         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
3255         imap-open.
3256
3257         * message.el (message-send-mail): Add courtesy string to Bcc's,
3258         too.
3259
3260         * gnus-cite.el (gnus-cited-line-p): New function.
3261
3262 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
3263
3264         * mm-bodies.el (mm-decode-body): Add new optional parameter,
3265         force, to use the supplied charset unconditionally.
3266
3267         * gnus-art.el (article-decode-charset): Use it.
3268
3269 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
3270
3271         * mm-bodies.el (mm-decode-coding-region-safely): New function.
3272         (mm-decode-body): Use it.
3273
3274         * rfc2047.el (rfc2047-decode-region): do.
3275         (rfc2047-decode-string): Guess coding system if the default is
3276         invalid.
3277
3278 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3279
3280         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
3281         articles are marked 'read, so we get correct article counts.
3282
3283 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
3286         the button.
3287         (gnus-insert-prev-page-button): Ditto.
3288         (gnus-insert-next-page-button): Ditto.
3289         (gnus-insert-mime-security-button): Ditto.
3290
3291         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
3292         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
3293         (mm-inline-image-xemacs): Ditto.
3294
3295 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3296
3297         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
3298         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
3299         the recent filename uniqueness discussion.
3300
3301 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3302
3303         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
3304         newline next time.
3305         (mm-inline-image-xemacs): Ditto.
3306
3307 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
3308
3309         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
3310         kill-line.
3311
3312 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
3313
3314         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
3315         kill-line.
3316
3317 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3318
3319         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
3320         fixing the code to match the documentation.
3321         (gnus-agent-fetch-selected-article): Replaced
3322         gnus-summary-update-article-line with gnus-summary-update-line as
3323         the former did not correctly recalculate the thread indentation.
3324         (gnus-agent-find-parameter): The agent-predicate, if not found
3325         anywhere else, defaults to the value of gnus-agent-predicate.
3326         (gnus-agent-fetch-session): Fixed typo; now executes
3327         gnus-agent-fetched-hook rather than the undocumented
3328         gnus-agent-fetch-hook.
3329         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
3330         default agent predicate is now provided by
3331         gnus-agent-find-parameter.
3332         (gnus-agent-message): New macro.  This macro avoids potentially
3333         costly parameter evaluation when the message's level is too high
3334         to display.
3335         (gnus-agent-expire-group-1): Disabled undo tracking in temp
3336         overview buffer. Uses new gnus-agent-message macro to reduce
3337         overhead of optional messages. Reversed message levels to
3338         emphasize percent completion messages.  Detailed messages of
3339         little use except when debugging code.
3340
3341 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3342
3343         * spam.el (spam-ham-move-routine): use
3344         spam-mark-ham-unread-before-move-from-spam-group
3345         (spam-mark-ham-unread-before-move-from-spam-group): new variable
3346
3347 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3348
3349         * spam.el: load nnimap.el when compiling
3350         (spam-setup-widening): use
3351         nnimap-split-download-body-default instead of
3352         nnimap-split-download-body which is a user-customizable variable
3353
3354 2003-03-07  Simon Josefsson  <jas@extundo.com>
3355
3356         * nnimap.el (nnimap-split-download-body-default): New, holds
3357         default for n-s-d-b.
3358         (nnimap-split-download-body): Add new setting (symbol default),
3359         which uses contents of n-s-d-b-d, and made it the default.
3360
3361 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3362
3363         * spam.el (spam-use-hashcash): new variable
3364         (spam-list-of-checks): added spam-use-hashcash with associated
3365         spam-check-hashcash
3366         (spam-check-hashcash): new function, installed iff hashcash.el is
3367         loaded
3368         (spam-setup-widening): don't use (return)
3369
3370 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3371
3372         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
3373         predicate of `false' to avoid an error when a group defines no
3374         predicate. Fixed typo that disabled agent scoring (i.e. the
3375         low/high predicates should now work).
3376
3377 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3378
3379         * spam.el: add spam-maybe-spam-stat-load to
3380         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
3381         (spam-bogofilter-register-with-bogofilter): use
3382         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
3383         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
3384         custom variables to replace "-s" and "-n"
3385
3386         * gnus-group.el (gnus-group-get-new-news): call the new
3387         gnus-get-top-new-news-hook hook
3388
3389         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
3390         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
3391
3392 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
3395
3396 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
3399         a cl run-time function.
3400
3401 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3402
3403         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
3404         on gnus-agent-short-article.
3405         (gnus-category-read): Replaced CL function mapcar* with new macro:
3406         gnus-mapcar.
3407         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
3408         support functions that accept multiple parameters.  A separate
3409         sequence must be provided for each parameter in the function.
3410         Iteration stops when the end of the shortest list is reached.
3411
3412 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
3413
3414         * nnimap.el (nnimap-request-accept-article): Use delete-region.
3415
3416         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
3417         (html2text-delete-single-tag, html2text-clean-anchor)
3418         (html2text-remove-tags): Use delete-region.
3419         (html2text-fix-paragraphs): Simplify.
3420
3421         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
3422         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
3423         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
3424         kill-region.
3425
3426 2003-03-04  John Paul Wallington  <jpw@gnu.org>
3427
3428         * gnus-agent.el (gnus-agent-enable-expiration)
3429         (gnus-agent-article-alist, gnus-agent-article-alist)
3430         (gnus-agent-cat-defaccessor): Doc fixes.
3431
3432 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3433
3434         * gnus-agent.el (gnus-function-implies-unread-1): Grok
3435         byte-compiled functions.
3436
3437 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3438
3439         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
3440         customization between new maneuvering (which permits selecting
3441         undownloaded articles) and old maneuvering (which skipped over
3442         undownloaded articles) behaviors.
3443         (gnus-summary-find-next): Pass through the unread and subject
3444         parameters when calling gnus-summary-find-prev.
3445         (gnus-summary-find-next,gnus-summary-find-prev): Apply
3446         gnus-auto-goto-ignores to filter out unacceptable articles.
3447
3448 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
3449
3450         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
3451         exists in all supported Emacs versions, so we don't need this
3452         compatibility function.
3453         (mail-source-fetch-pop, mail-source-check-pop)
3454         (mail-source-fetch-webmail): Use read-passwd.
3455
3456         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
3457         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
3458         read-passwd.
3459
3460         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
3461
3462         * imap.el (imap-read-passwd): Remove.
3463         (imap-interactive-login): Use read-passwd.
3464
3465         * canlock.el (canlock-read-passwd): Remove.
3466         (canlock-insert-header, canlock-verify): Use read-passwd.
3467
3468         * sieve-manage.el (sieve-manage-read-passwd): Remove.
3469         (sieve-manage-interactive-login): Use read-passwd.
3470
3471         * pop3.el (pop3-read-passwd): Remove.
3472         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
3473         read-passwd.
3474
3475         * pgg.el (pgg-read-passphrase): Simplify.
3476
3477 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3478
3479         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
3480         'plugged' when actually 'unplugged' bug.
3481         (gnus-category-read): Ignore nil values when converting an
3482         old-format category so that the new-format category will default
3483         those attributes to the global variables.
3484
3485 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3486
3487         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
3488         doc-string.
3489
3490 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3491
3492         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
3493         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
3494         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
3495         * mm-url.el (mm-url-decode-entities-string): do.
3496         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
3497         * mm-decode.el (mm-find-raw-part-by-type): do.
3498         * message.el (message-send-mail-partially)
3499         (message-send-mail-with-sendmail): do.
3500         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
3501         * gnus-kill.el (gnus-pp-gnus-kill): do.
3502         * gnus-art.el (gnus-article-treat-unfold-headers)
3503         (gnus-article-encrypt-body): do.
3504
3505 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3506
3507         * mail-source.el (mail-source-delete-incoming): Allow integer value.
3508         (mail-source-delete-old-incoming-confirm): New variable.
3509         (mail-source-delete-old-incoming): Use it.  New function.
3510         (mail-source-callback): Call `mail-source-delete-old-incoming' if
3511         `mail-source-delete-incoming' is a nonnegative integer.
3512
3513 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3514
3515         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
3516         (gnus-user-agent): Fixed typo.
3517
3518 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3519
3520         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
3521         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
3522
3523 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
3526         (gnus-agent-fetch-session): Allow debugging to take place.
3527
3528 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3529
3530         * gnus-sum.el (gnus-highlight-selected-summary)
3531         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
3532         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
3533         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
3534         and makes it clear that we don't need the side effect.
3535         * gnus-util.el (gnus-delete-line): do.
3536         * gnus-xmas.el (gnus-group-add-icon): do.
3537         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
3538         * nntp.el (nntp-send-authinfo-from-file): do.
3539         * nnml.el (nnml-header-value): do.
3540         * nnheader.el (nnheader-insert-references): do.
3541         * gnus-cite.el (gnus-article-highlight-citation)
3542         (gnus-cite-parse): do.
3543         * gnus-score.el (gnus-score-followup): do.
3544         * gnus-draft.el (gnus-draft-send): do.
3545         * gnus-group.el (gnus-group-highlight-line): do.
3546         * gnus-cache.el (gnus-cache-braid-nov): do.
3547         * nnfolder.el (nnfolder-retrieve-headers)
3548         (nnfolder-request-article): do.
3549         * gnus-art.el (article-hide-boring-headers)
3550         (gnus-article-hide-header): do.
3551
3552         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
3553         * nnml.el (nnml-request-replace-article): do.
3554         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
3555         * nnfolder.el (nnfolder-request-move-article): do.
3556         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
3557         * gnus-art.el (gnus-mm-display-part): do.
3558
3559         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
3560
3561 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3562
3563         * nntp.el (nntp-possibly-change-group): Avoid calling
3564         process-buffer on nil (Which happened when you lost your
3565         connection while fetching); instead signal a "Server Closed
3566         Connection" error.
3567
3568 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3569
3570         * gnus-agent.el (gnus-agent-enable-expiration): New
3571         variable. Either ENABLE or DISABLE.  Sets default behavior for
3572         selecting which groups are expired.
3573         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
3574         gnus-agent-set-cat-groups): Provides abstract interface for
3575         accessing agent category.  Category now implemented by an alist.
3576         (gnus-agent-add-group, gnus-agent-remove-group,
3577         gnus-category-insert-line, gnus-category-edit-predicate,
3578         gnus-category-edit-score, gnus-category-edit-groups,
3579         gnus-category-copy, gnus-category-add, gnus-group-category): Use
3580         new agent category abstraction.
3581         (gnus-agent-find-parameter): New function. Search for agent
3582         configuration parameter first in the group's parameters, then its
3583         topics (if any), and then the group's category.  If not found
3584         anywhere, use the original defined constants.
3585         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
3586         gnus-agent-find-parameter.
3587         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
3588         gnus-agent-cache now blocks retrieving headers and articles from
3589         the local cache.  Fetched content is still added to the cache
3590         before being returned.
3591         (gnus-agent-fetch-session): Use error-message-string to generate
3592         displayed error message.
3593         (gnus-agent-customize-category): New Command. 'e' in category
3594         buffer opens category customization buffer.
3595         (gnus-category-read): Reads either positional or alist format;
3596         returns alist format.
3597         (gnus-category-write): Writes category file compatible with
3598         current, and previous, versions of gnus-agent.
3599         (gnus-category-make-function, gnus-category-make-function-1):
3600         Corrected documentation; parameter is predicate NOT category.
3601         (gnus-predicate-implies-unread): Now works in more cases per the
3602         todo comment.
3603         (gnus-function-implies-unread-1): New function. Supports
3604         gnus-predicate-implies-unread.
3605         (gnus-agent-expire-group): Command now provides default of group
3606         under point.
3607         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
3608         agent-days-until-old parameters. No longer supports
3609         gnus-agent-expire-days being set to an alist.
3610         (gnus-agent-request-article): Now performs its own checks of
3611         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
3612         assuming that the caller will do them correctly.
3613         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
3614         gnus-agent-expire-days is set to an alist.  Converts said alist
3615         into group parameter so that gnus-agent-expire-days will not be
3616         needed.
3617         * gnus-art.el (gnus-request-article-this-buffer): Conditional
3618         checks surrounding gnus-agent-request-article removed; now
3619         performed by gnus-agent-request-article.
3620         * gnus-cus.el (gnus-agent-parameters): New variable. List of
3621         customizable group/topic parameters that regulate the agent.
3622         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
3623         kill-buffer with gnus-kill-buffer to remove the killed buffer from
3624         the list of gnus buffers.
3625         (gnus-trim-whitespace): Removes leading and trailing whitespace
3626         from multiline strings.
3627         (gnus-agent-cat-prepare-category-field,
3628         gnus-agent-customize-category): Constructs a category
3629         customization buffer.
3630         * gnus-int.el (gnus-retrieve-headers,
3631         gnus-request-expire-articles): No longer checks gnus-agent-cache
3632         as it is handled internally by the agent.
3633         (gnus-request-head, gnus-request-body): Conditional checks
3634         surrounding gnus-agent-request-article removed; now performed by
3635         gnus-agent-request-article.
3636
3637         * gnus-start.el (): Added defvar statements to resolve compilation
3638         warnings.
3639         (gnus-long-file-names): New function. Isolates platform dependent
3640         msdos-long-file-names.
3641         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
3642         option of writing directly to file.  Avoids memory exhausted
3643         errors when .newsrc.eld is huge.
3644         (gnus-save-newsrc-file): Uses new
3645         gnus-save-startup-file-via-temp-buffer.
3646         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
3647         standard-output.
3648         (gnus-display-time-event-handler): Changed to alias from a defun
3649         to avoid a compile-time warning when display-time-event-handler is
3650         not defined.
3651         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
3652         standard-output such that prin1 and princ will write directly to a
3653         file.
3654
3655         * gnus.el (gnus-agent-cache): Expanded documentation.
3656         (gnus-summary-high-undownloaded-face): Removed second bold keyword
3657         so that this face is actually bold.
3658
3659         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
3660         gnus-use-cache has been set.
3661
3662 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
3663
3664         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
3665
3666 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
3667
3668         * gnus-art.el (gnus-article-refer-article): Be more permissive.
3669
3670 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3671
3672         * spam.el: Fix typo.
3673
3674 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
3675         (Trivial patch.)
3676
3677         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
3678         errors-buffer. This produces a nicer error message in case of
3679         problems.
3680
3681 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
3682
3683         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
3684         load stats iff spam-use-stat is on
3685
3686         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
3687         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
3688         instead of spam-stat-load and spam-stat-save in the
3689         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
3690
3691 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3692
3693         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
3694
3695 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696
3697         * message.el (message-make-fqdn): Protect against nil user-mail.
3698
3699 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
3700
3701         * gnus-art.el (gnus-boring-article-headers): New values:
3702         'to-list and 'cc-list.
3703
3704 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3705
3706         * spam.el (spam-setup-widening): new function to set
3707         nnimap-split-download-body, we add it to gnus-get-new-news-hook
3708         (spam-list-of-statistical-checks): list of statistical splitter
3709         checks
3710         (spam-split): added a widen call when a statistical check is
3711         enabled
3712
3713 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3714
3715         * gnus-msg.el (gnus-user-agent): Changed default to
3716         'emacs-gnus-type, renamed 'full.
3717
3718 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3719
3720         * nnfolder.el (nnfolder-request-accept-article): Don't use
3721         mail-header-unfold-field.
3722
3723 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3724
3725         * imap.el (imap-ssl-open): Don't depend on ssl.el.
3726         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
3727
3728 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3729
3730         * spam.el: add spam-stat-load to gnus-get-new-news-hook
3731         (spam-split): remove spam-stat-load call
3732
3733 2003-02-26  Simon Josefsson  <jas@extundo.com>
3734
3735         * gnus-sum.el (gnus-summary-toggle-header): Run
3736         gnus-article-decode-hook instead of calling a-decode-encoded-words
3737         directly (the latter is run as part of the former).
3738
3739 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3740
3741         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
3742
3743 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
3744
3745         * message.el (message-sendmail-envelope-from): New option.
3746         (message-sendmail-envelope-from): New function.
3747         (message-send-mail-with-sendmail): Use it.
3748
3749 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
3750
3751         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
3752         compensation for TDMA addresses.
3753
3754 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3755
3756         * gnus-msg.el (gnus-user-agent): New variable.
3757         (gnus-version-expose-system): Removed.  Obsoleted by
3758         `gnus-user-agent'.
3759         (gnus-extended-version): Use `gnus-user-agent'.
3760
3761 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3762
3763         * spam.el (spam-stat-register-spam-routine,
3764         spam-stat-register-ham-routine): remove spam-stat-save
3765         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
3766
3767 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3768
3769         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
3770         reference.
3771
3772 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3773
3774         * nnheader.el (nnheader-find-nov-line): Changed midpoint
3775         calculation to avoid integer overflow.
3776
3777 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3778
3779         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
3780
3781 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
3782         * spam.el: disabled spam-get-article-as-filename
3783
3784         From Michael Shields  <shields@msrl.com>
3785
3786         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
3787         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
3788         * gnus-sum.el (gnus-summary-expire-articles): Use it.
3789         * spam.el (spam-summary-prepare-exit): Use it.
3790         * gnus.el (gnus-install-group-spam-parameters): New.
3791         * spam.el (spam-group-ham-processor-copy-p): New.
3792         * spam.el (spam-summary-prepare-exit): Support for ham copying.
3793         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
3794         that would cause the current message to be moved if the group had
3795         no spam.
3796         * spam.el (spam-ham-move-routine): New `copy' argument.
3797
3798 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3799         From Martin Thornquist <martint@ifi.uio.no>
3800
3801         * gnus-topic.el (gnus-topic-select-group): Select last group if
3802         after last group.
3803         * gnus-group.el (gnus-group-select-group): Ditto.
3804
3805 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
3808         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
3809         point-at-(b|e)ol which aren't available in Emacs 20.
3810
3811         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
3812
3813 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3814
3815         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
3816         clause of the condition-case statement.  Errors connecting to a
3817         server no longer terminate gnus.
3818
3819         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
3820         make its use obvious.  Added no-nothing case to avoid
3821         opening(closing) servers when already open(closed).
3822         (gnus-agent-while-plugged): Added macro to facilitate internal use
3823         of gnus-agent-toggle-plugged.
3824         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
3825         temporarily open servers.
3826         (gnus-agent-get-undownloaded-list): Sort list of article numbers
3827         as sorting gnus-newsgroup-headers is wrong.
3828         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
3829         to temporarily open servers. Corrected logic to handle setting
3830         gnus-agent-mark-unread-after-downloaded.
3831         (gnus-agent-fetch-articles): Now handles headers with missing
3832         article sizes and/or missing article lengths.  Now clears the
3833         message buffer when finished.
3834         (gnus-agent-fetch-group-1): Position point before calling
3835         gnus-summary-set-agent-mark.
3836         (gnus-get-predicate): Corrected description, parameter is
3837         predicate not category.
3838         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
3839         provide a separate single group expiration function.
3840         (gnus-agent-regenerate-group): Now clears the message buffer when
3841         finished.
3842
3843 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3844
3845         * gnus.el (gnus-agent-target-move-group-header): New variable.
3846         * gnus-draft.el (gnus-draft-send): If special header
3847         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
3848         that group, instead of performing the regular sending functions.
3849
3850 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
3853
3854 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3855
3856         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
3857         variables.
3858         (message-make-fqdn): Use it.  Improved validity check.
3859
3860 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3861
3862         * message.el (message-user-mail-address): Check whether
3863         user-mail-address looks valid.
3864
3865         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
3866
3867         * gnus-util.el (gnus-fetch-original-field): New function.
3868
3869 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3870
3871         * message.el (message-mode): \\(...\\) around additional
3872         paragraph-separate alternative.
3873
3874 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
3875
3876         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
3877         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
3878         display key bindings.
3879         (gnus-mime-button-menu): Rewrite.
3880
3881 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3882
3883         * gnus-art.el (gnus-button-url-regexp): Removed `.
3884
3885 2003-02-23  Max Froumentin  <mf@w3.org>
3886
3887         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
3888
3889 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * gnus-art.el (gnus-mime-action-on-part): Require a match
3892         interactively.
3893
3894         * gnus-start.el (gnus-save-newsrc-file): Use
3895         gnus-backup-startup-file.
3896         (gnus-backup-startup-file): New variable.
3897
3898 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3899
3900         * gnus.el (gnus-summary-buffer-name): Moved function here.
3901
3902         * gnus-draft.el (defun): Remove debug.
3903
3904 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3905
3906         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
3907         can't open server.
3908
3909 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * gnus-draft.el (defun): Configure posting styles.
3912
3913         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
3914         the entry for the group exists before we alter it.
3915
3916 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3917
3918         * message.el (message-mode): MML tags separate paragraphs.  Small
3919         change from David S Goldberg <david.goldberg6@verizon.net>.
3920
3921         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
3922         `gnus-newsgroup-headers'.
3923
3924         * gnus-art.el (gnus-article-refer-article): Grok more message id
3925         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3926
3927 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3928
3929         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
3930         use "path name".
3931
3932 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
3933
3934         * gnus-sum.el (gnus-summary-move-article)
3935         (gnus-summary-expire-articles): send data header for article, not
3936         just article ID
3937
3938         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
3939         (gnus-register-spool-action): added hashtable of message ID keys
3940         with message motion data
3941
3942 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
3943         From Reiner Steib  <Reiner.Steib@gmx.de>.
3944
3945         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
3946         variable, used in `gnus-button-mid-or-mail-heuristic'.
3947         (gnus-button-mid-or-mail-heuristic): New function derived from
3948         Florian Weimer's Perl script.
3949         (gnus-button-handle-mid-or-mail): Allow a function instead of
3950         'guess.
3951         (gnus-button-guessed-mid-regexp): Removed.
3952
3953 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * message.el (message-resend): Bind message-setup-hook to nil;
3956         remove X-Draft-From header.
3957
3958 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
3959
3960         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
3961         (gnus-newsgroup-undownloaded)
3962         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
3963         Doc fixes.
3964
3965 2003-02-17  John Paul Wallington  <jpw@gnu.org>
3966
3967         * gnus.el (gnus-shell-command-separator, gnus-email-address)
3968         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
3969
3970 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
3971
3972         * gnus-spec.el (gnus-xmas-format): Use insert instead of
3973         insert-string which is obsolete in Emacs 21.4.
3974
3975         * message.el (message-cross-post-followup-to-header): do.
3976
3977         * spam.el (spam-ifile-register-with-ifile)
3978         (spam-stat-register-spam-routine)
3979         (spam-stat-register-ham-routine)
3980         (spam-bogofilter-register-with-bogofilter): do.
3981
3982         * mailcap.el (mailcap-mime-data): Fix typo.
3983
3984         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
3985
3986 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
3987
3988         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
3989         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
3990         `gnus-cite-unsightly-citation-regexp'.
3991
3992 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
3995         even if there's just a header.
3996
3997 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
3998
3999         * message.el (message-fix-before-sending): Fix highlighting of
4000         illegible and invisible text.
4001
4002         * gnus-util.el (gnus-multiple-choice): Separate choices with
4003         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
4004
4005 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
4006
4007         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
4008
4009 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         * spam.el (spam-ham-move-routine)
4012         (spam-mark-spam-as-expired-and-move-routine): use
4013         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
4014         around process-mark manipulation on the group
4015
4016 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4017
4018         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
4019         submenu.
4020
4021 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022
4023         * mail-source.el (mail-source-fetch): Reverse the return value of
4024         the continuation question.
4025
4026 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4027
4028         * nndraft.el (nndraft-request-move-article): Bind
4029         nnmh-allow-delete-final to t.
4030
4031 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4032
4033         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
4034
4035 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
4036
4037         * nntp.el (nntp-accept-process-output): Don't use point-max to get
4038         the buffer's size.
4039
4040 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
4041
4042         * nnheader.el: Added cygwin to system-type comparisons.
4043
4044 2003-01-27  Juanma Barranquero  <lektu@terra.es>
4045
4046         * imap.el (imap-mailbox-status): Fix typo.
4047
4048 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4049
4050         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
4051         online.
4052
4053 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4054
4055         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
4056         commands.
4057         * gnus-sum.el: Small change from Frank Weinberg
4058         <frank@usenet-rundfahrt.de>:
4059         (gnus-auto-center-group): New variable.
4060         (gnus-summary-read-group-1): Use it.
4061         (gnus-summary-next-group): Fix docstring.
4062
4063 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * gnus-util.el (gnus-faces-at): Simplify.
4066
4067 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4068
4069         * spam.el (spam-ham-move-routine)
4070         (spam-mark-spam-as-expired-and-move-routine): made the article
4071         move conditional, so it's not called even if there's nothing to move
4072
4073 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4074
4075         * message.el (message-unix-mail-delimiter): Accept any whitespace
4076         after the email address and before the date; do not require the
4077         space character.  From Kurt B. Kaiser <kbk@shore.net>.
4078
4079 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
4082         gnus-article-boring-faces variable is bound; use gnus-faces-at.
4083
4084         * gnus-util.el (gnus-faces-at): New macro.
4085
4086 2003-02-13  Michael Shields  <shields@msrl.com>
4087
4088         * gnus-cite.el
4089         (gnus-cite-attribution-suffix, gnus-cite-parse):
4090         Better handling for Microsoft citation styles.
4091         (gnus-unsightly-citation-regexp): New.
4092
4093 2003-02-12  Michael Shields  <shields@msrl.com>
4094
4095         * gnus-art.el (article-strip-banner): Strip both per-group and
4096         per-user-address banners.
4097         (article-really-strip-banner): New.
4098
4099 2003-02-12  Michael Shields  <shields@msrl.com>
4100
4101         * gnus-sum.el (gnus-article-goto-next-page,
4102         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
4103         relying on the summary bindings of `n' and `p'.
4104
4105 2003-02-12  Michael Shields  <shields@msrl.com>
4106
4107         * gnus-art.el (gnus-article-only-boring-p): New.
4108         (gnus-article-skip-boring): New.
4109         * gnus-cite.el (gnus-article-boring-faces): New.
4110         * gnus-sum.el (gnus-summary-next-page): Use
4111         gnus-article-only-boring-p.
4112
4113 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
4114
4115         * spam.el (spam-mark-spam-as-expired-and-move-routine)
4116         (spam-ham-move-routine): unmark all articles before marking those
4117         of interest and calling gnus-summary-move-article
4118
4119 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
4120
4121         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
4122         logically the complement of gnus-get-buffer-create and
4123         gnus-add-buffer.
4124
4125         * gnus-util.el (gnus-kill-buffer): do.
4126
4127         * nnmail.el: Autoload gnus-kill-buffer.
4128
4129 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4130
4131         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
4132         gnus-summary-goto-subject as gnus-summary-update-mark operates on
4133         the current LINE.
4134         (gnus-agent-summary-fetch-group): Minimized the number of times
4135         that the article is updated in the buffer.
4136
4137 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4138
4139         * spam.el (spam-ham-move-routine): use the process-mark instead of
4140         gnus-current-article when moving articles
4141         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
4142
4143 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144
4145         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
4146         (gnus-topic-catchup-articles): Ditto.
4147         (gnus-topic-mark-topic): Reverse recursive logic.
4148
4149 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
4150
4151         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
4152         gnus-refer-thread-limit is t.
4153
4154 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
4155
4156         * mm-util.el (mm-mule-charset-to-mime-charset): Use
4157         sort-coding-systems to prefer utf-8 over utf-16.
4158
4159 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4160
4161         * gnus-agent.el (gnus-agent-expire-days):
4162         gnus-request-move-article depends on gnus-agent-expire to clean up
4163         the cache after moving the article.  Therefore, g-a-e-d can NOT
4164         default to nil or can gnus-agent-expire be disabled by doing so.
4165         If you don't want to run gnus-agent-expire, don't call it.
4166         (gnus-agent-expire): The broken test to disable gnus-agent-expire
4167         when g-a-e-d was NOT nil was removed.
4168         (gnus-agent-article-name): Removed unnecessary input test as
4169         article IDs are always strings.
4170         (gnus-agent-regenerate-group): Added check to protect against
4171         servers that generate absurdly long article IDs.  Valid IDs are
4172         less than 10 digits to avoid overflow errors.  Fixed logic error
4173         when ensuring that the final article ID is present in the new
4174         alist.
4175
4176 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177
4178         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
4179         next line after finding the parent.
4180
4181 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4182
4183         * gnus.el (gnus-version-number): Bumped.
4184
4185 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4186
4187         * gnus.el: Oort Gnus v0.15 is released.
4188
4189 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4190
4191         * nnmail.el (nnmail-split-it): If a message ends up matching the
4192           same mailbox more than once, it will cause duplicates to appear
4193           in the mailbox.
4194
4195 2003-02-08  Simon Josefsson  <jas@extundo.com>
4196
4197         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
4198         code that only worked under Emacs.
4199
4200         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
4201         Das <satyaki@chicory.stanford.edu>.
4202
4203 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
4204
4205         * gnus-art.el (gnus-article-refer-article): Use
4206         gnus-replace-in-string.
4207
4208         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
4209         (gnus-remove-duplicates): do.
4210
4211 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4212
4213         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
4214         (gnus-request-scan): set
4215         gnus-internal-registry-spool-current-method to gnus-command-method
4216         before a request-scan operation
4217
4218         * gnus-registry.el (regtest-nnmail): use
4219         gnus-internal-registry-spool-current-method
4220
4221 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4222
4223         * mail-source.el (mail-source-fetch): Typo fix.
4224
4225 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4226
4227         * nnmail.el (nnmail-spool-hook): new hook
4228         (nnmail-cache-insert): call nnmail-spool-hook
4229
4230         * gnus-registry.el: new file with examples of using the hooks
4231
4232         * gnus.el (gnus-registry): added registry customization group
4233         (gnus-group-prefixed-name): improve function to return full group
4234         name optionally
4235         (gnus-group-guess-prefixed-name): shortcut to
4236         gnus-group-prefixed-name, using just the group name
4237         (gnus-group-full-name): always get a group's full name
4238         (gnus-group-guess-full-name): shortcut, using just the group name
4239
4240         * gnus-sum.el (gnus-summary-article-move-hook)
4241         (gnus-summary-article-delete-hook)
4242         (gnus-summary-article-expire-hook): new hooks
4243         (gnus-summary-move-article, gnus-summary-expire-articles)
4244         (gnus-summary-delete-article): invoke the new hooks
4245
4246 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
4247
4248         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
4249         from message-ID
4250
4251 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
4252
4253         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
4254
4255 2003-02-07  John Paul Wallington  <jpw@gnu.org>
4256
4257         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
4258         (mm-write-region, mm-detect-coding-region): Doc fixes.
4259
4260 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4261
4262         * mail-source.el (mail-source-fetch): Ignore errors.
4263         (mail-source-ignore-errors): New variable.
4264
4265         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
4266         articles.
4267
4268         * gnus-msg.el (gnus-version-expose-system): Change default.
4269
4270 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
4271
4272         * gnus-msg.el (gnus-version-expose-system): New variable.
4273
4274 2003-02-07  Simon Josefsson  <jas@extundo.com>
4275
4276         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
4277         patch from deskpot@myrealbox.com (Vasily Korytov).
4278
4279 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4280
4281         * gnus-art.el (article-display-face): Get the Face header from
4282         the current buffer.
4283
4284 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * gnus-art.el (gnus-mime-view-part-internally): Bind
4287         buffer-read-only to nil.
4288
4289 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
4292         from g-a-e-1 to g-a-e-2.
4293
4294 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
4295
4296         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
4297         of bbdb-search-simple, use spam-use-BBDB-exclusive
4298         (spam-check-whitelist): use spam-use-whitelist-exclusive
4299         (spam-use-whitelist-exclusive): new variable affecting
4300         spam-use-whitelist
4301         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
4302
4303 2003-02-05  Simon Josefsson  <jas@extundo.com>
4304
4305         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
4306         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
4307         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
4308         (gnus-agent-expire-1): New.
4309         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
4310         (gnus-agent-expire-2): New.
4311
4312 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
4313
4314         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
4315         "delete-if" is misleading because it isn't actually destructive.
4316
4317         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
4318
4319         * nnmail.el (nnmail-purge-split-history): do.
4320
4321         * gnus-win.el (gnus-get-buffer-window): do.
4322
4323         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
4324         let-binding.
4325         (gnus-simplify-all-whitespace): do.
4326
4327 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4328
4329         * gnus-delay.el (gnus-delay-article): Fix binding of the
4330         nndraft:delayed group.
4331
4332 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4333
4334         * gnus.el (spam group parameters): change 'other to 'const in
4335         the group parameter definitions to soothe XEmacs
4336
4337 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4338
4339         * gnus-delay.el (gnus-delay-article): Really create
4340         nndraft:delayed group if it doesn't exist.
4341
4342 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
4343
4344         * gnus-sum.el (gnus-summary-search-article): Speed up by
4345         disabling various visual features while searching.
4346         (gnus-summary-recenter): Test gnus-auto-center-summary first.
4347
4348 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
4349
4350         * spam.el (spam-list-of-checks): Don't quote nil and t in
4351         docstrings.  From the elisp manual:
4352
4353            When a documentation string refers to a Lisp symbol, write
4354            it [..] with single-quotes around it.  [..] There are two
4355            exceptions: write t and nil without single-quotes.
4356
4357         * messcompat.el (message-from-style): do.
4358
4359         * message.el (message-send-mail): do.
4360
4361         * gnus-util.el (gnus-use-byte-compile): do.
4362
4363         * gnus-score.el (gnus-score-lower-thread): do.
4364
4365         * gnus-int.el (gnus-server-unopen-status): do.
4366
4367         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
4368         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
4369
4370         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
4371         (gnus-group-parameters): do.
4372
4373         * gnus-art.el (gnus-article-mime-match-handle-function): do.
4374
4375         * mm-decode.el (mm-text-html-renderer): do.
4376
4377 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4378
4379         * nnheader.el (nnheader-directory-separator-character): Change the
4380         way to compute the dafault value.
4381
4382 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
4383
4384         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
4385         (gnus-button-alist): Fix regexp for describe-key.
4386         (gnus-button-handle-describe-function)
4387         (gnus-button-handle-describe-variable)
4388         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
4389         (gnus-button-handle-apropos-variable)
4390         (gnus-button-handle-apropos-documentation): Docstring fix.
4391
4392         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
4393
4394 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4395
4396         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
4397         to nil.
4398
4399         * nnmail.el: Removed gnus-util autoload.
4400
4401         * gnus.el: Use gnus-prin1-to-string throughout.
4402
4403         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
4404         print-level.
4405
4406         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
4407         (gnus-treat-display-grey-xface): Removed.
4408
4409         * gnus-fun.el (gnus-grab-cam-face): New.
4410         (gnus-convert-image-to-gray-x-face): Removed.
4411         (gnus-convert-gray-x-face-to-xpm): removed.
4412         (gnus-convert-gray-x-face-region): Removed.
4413         (gnus-grab-gray-x-face): Removed.
4414
4415         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
4416
4417 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
4418
4419         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
4420         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
4421         bound.
4422
4423         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
4424
4425 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
4426
4427         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
4428         Remove -- these are bogus options which are never used.
4429
4430 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
4431
4432         * gnus-art.el (gnus-article-mode): Use summary tool bar.
4433
4434 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
4435
4436         * spam.el (spam-check-blackholes)
4437         (spam-blackhole-good-server-regex): new variable to skip some IPs
4438         when checking blackholes; use it
4439         (spam-check-bogofilter-headers)
4440         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
4441         case more X-Bogosity is used than just "Yes/No"
4442         (spam-ham-move-routine): semi-fixed, only first article is
4443         properly moved now
4444
4445 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
4446
4447         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
4448         as well.
4449
4450         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
4451
4452         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
4453
4454         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
4455
4456         * gnus-bcklg.el (gnus-backlog-shutdown): do.
4457
4458         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
4459
4460 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4461
4462         * gnus-fun.el (gnus-face-encode): New function.
4463         (gnus-convert-png-to-face): Use it.
4464
4465         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
4466
4467 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
4468
4469         * mm-decode.el (mm-dissection-list): Remove.
4470         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
4471         only used in mm-remove-all-parts.
4472         (mm-remove-all-parts): Remove it, it's never called.
4473
4474 2003-01-25  Simon Josefsson  <jas@extundo.com>
4475
4476         * gnus-group.el (gnus-group-make-group): Report errors.
4477
4478         * nnimap.el (nnimap-request-create-group): Ditto.
4479
4480         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
4481
4482         * sieve.el (sieve-upload): Fix error printing.
4483
4484         * mm-encode.el (mm-qp-or-base64): Always QP iff
4485         mm-use-ultra-safe-encoding and cleartext PGP.
4486
4487         * gnus-sum.el (gnus-summary-select-article): Inhibit
4488         redisplay (mainly for secured messages).
4489
4490         * nnmail.el (nnmail-article-group): Copy body too (but don't
4491         process it).
4492
4493 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
4494
4495         * gnus-art.el (gnus-article-setup-buffer): Reset
4496         gnus-button-marker-list.
4497
4498 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499
4500         * nntp.el (nntp-read-timeout): Default to using a second delay
4501         under Microsoft Windows.
4502
4503 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4504
4505         * nnheader.el (nnheader-directory-separator-character): New
4506         variable.
4507
4508 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4509
4510         * gnus-agent.el (gnus-agent-max-fetch-size)
4511         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
4512         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
4513         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
4514         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
4515         (gnus-agent-braid-nov, gnus-agent-load-alist)
4516         (gnus-agent-article-alist-save-format)
4517         (gnus-agent-read-agentview, gnus-agent-save-alist)
4518         (gnus-agent-fetch-group-1, gnus-agent-expire)
4519         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
4520         (gnus-agent-regenerate-group): Reformat to keep under eighty
4521         columns.  Reword docstrings so that first line is under eighty
4522         chars and a complete sentence.  Still need to work on the rear
4523         end of the file, in particular gnus-agent-expire.
4524
4525 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4526
4527         * gnus-agent.el (gnus-agentize): Indent.
4528
4529         * gnus.el (gnus-version-number): Bumped.
4530
4531 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4532
4533         * gnus.el: Oort Gnus v0.14 is released.
4534
4535 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4536
4537         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
4538         before beginning.  Tiny patch from Mark Thomas
4539         <swoon@bellatlantic.net>.
4540
4541 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4542
4543         * spam.el (spam-check-blackholes, spam-split)
4544         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
4545         gnus-message calls to show to users what spam.el is doing
4546
4547 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
4548
4549         * gnus-msg.el (gnus-message-replysign)
4550         (gnus-message-replyencrypt): Fix typo.
4551
4552 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
4555         details.
4556
4557 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4558
4559         * gnus-art.el (gnus-article-press-button): let* -> let.
4560         (gnus-mime-security-show-details): Cleaned up.
4561         (gnus-mime-security-press-button): Save excursion.
4562         (gnus-insert-mime-security-button): Clean up.
4563
4564         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
4565
4566         * gnus-async.el (gnus-async-wait-for-article): Don't use a
4567         timeout.
4568
4569         * nntp.el (nntp-accept-process-output): Removed timeout.
4570         (nntp-read-timeout): New variable.
4571         (nntp-accept-process-output): Use it.
4572
4573         * gnus-sum.el (gnus-data-find-list): Remove *.
4574
4575 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4576
4577         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
4578         introduced on 2002-01-22.
4579         (gnus-summary-first-unseen-or-unread-subject): Ditto.
4580
4581 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
4582
4583         * spam.el (spam-check-regex-headers, spam-list-of-checks)
4584         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
4585         checks of incoming mail based on simple header regexp matching
4586
4587 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
4588
4589         * gnus-sum.el (gnus-spam-mark): set to `$'
4590
4591 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4592
4593         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
4594         gnus-newsgroup-unfetched, the list of articles whose headers have
4595         not been fetched from the server.
4596
4597         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
4598         parameter as it never worked due to a bug.  Added check to prevent
4599         selection of any article in the gnus-newsgroup-unfetched list.
4600         (gnus-summary-find-prev): Added check to prevent selection of any
4601         article in the gnus-newsgroup-unfetched list.
4602         (gnus-summary-first-subject): Documented API. Modified
4603         implementation so that constraints are handled independently.
4604         Added check to prevent selection of any article in the
4605         gnus-newsgroup-unfetched list.
4606         (gnus-summary-first-unseen-subject): Updated parameters in
4607         gnus-summary-first-subject call to match new API.
4608         (gnus-summary-first-unseen-or-unread-subject): Ditto.
4609         (gnus-summary-catchup): Do not mark unfetched articles as read.
4610
4611 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
4612
4613         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
4614         make-obsolete-variable allows only two arguments in XEmacs and
4615         Emacs 20.
4616
4617         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
4618         gnus-article-hide-pgp.
4619         (gnus-summary-make-menu-bar): do.
4620
4621         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
4622         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
4623         gnus-article-hide-pgp.
4624         (article-hide-pgp): Remove.
4625         (gnus-article-hide): Remove gnus-article-hide-pgp.
4626
4627         * gnus.el: Remove gnus-article-hide-pgp
4628
4629 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * message.el (message-required-headers): Doc fix.
4632
4633 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
4634
4635         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
4636         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
4637         option to make ifile a purely binary classifier
4638
4639 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
4642         (mml-secure-encrypt-pgpmime): Removed double.
4643
4644         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
4645         debugging statements.
4646
4647 2003-01-21  Andreas Fuchs  <asf@void.at>
4648
4649         * mml-sec.el (mml-sign-alist): Added pgpauto.
4650
4651 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * gnus.el (gnus-version-number): Bumped version number.
4654
4655 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4656
4657         * gnus.el: Oort Gnus v0.13 is released.
4658
4659 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4660
4661         * gnus-art.el (gnus-button-url-regexp): Removed |.
4662
4663         * message.el (message-send-hook): Doc fix.
4664
4665         * gnus-win.el (gnus-buffer-configuration): Display article
4666         instead of article-copy when `reply'.
4667
4668 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
4669
4670         * gnus.el (gnus-format): Change customize group to gnus.
4671         (gnus-cache): Add link.
4672         (gnus-group-charter-alist): Fix docstring.
4673
4674 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
4675
4676         * mailcap.el (mailcap-print-command): lpr-command might be
4677         unbound in XEmacs.
4678
4679 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4680
4681         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
4682
4683         * gnus-sum.el (gnus-summary-update-article-line): Fixed
4684         calculation of net characters added for use in the gnus-data
4685         structure.
4686
4687 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4688
4689         * nnmail.el (nnmail-process-unix-mail-format): Improve error
4690         message.  Suggested by Jari Aalto.
4691
4692 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693
4694         * gnus-art.el (gnus-article-followup-with-original): Clean up.
4695         (gnus-article-reply-with-original): Ditto.
4696
4697         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
4698         read articles don't become unread.
4699
4700 2003-01-17  Simon Josefsson  <jas@extundo.com>
4701
4702         * gnus-fun.el (gnus-x-face-from-file):
4703         (gnus-face-from-file): Suggest image format in minibuffer prompt.
4704
4705         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4706         (gnus-convert-image-to-face-command): Doc fix.
4707
4708 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4709
4710         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
4711
4712 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
4713
4714         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
4715         avoid encoding problems.
4716
4717         * mailcap.el (mailcap-ps-command): New variable.
4718         (mailcap-mime-data): Add print entry where applicable.  Use
4719         pdftotext on a tty.
4720
4721 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4722
4723         * gnus-sum.el (gnus-alter-header-function): Add type and group.
4724
4725 2003-01-16  Simon Josefsson  <jas@extundo.com>
4726
4727         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4728         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
4729         (gnus-face-from-file): Doc fix; don't mention image format.
4730
4731 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4732
4733         * spam.el (spam-get-article-as-filename): new function (unused for now)
4734         (spam-get-article-as-buffer): new function
4735         (spam-get-article-as-string): use spam-get-article-as-buffer
4736         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
4737
4738 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4739
4740         * gnus-agent.el: Don't use `path'.
4741         From the GNU coding standards:
4742
4743             Please do not use the term ``pathname'' that is used in Unix
4744             documentation; use ``file name'' (two words) instead.  We use
4745             the term ``path'' only for search paths, which are lists of
4746             directory names.
4747
4748         * nnsoup.el (nnsoup-file-name): Ditto.
4749
4750         * nnmail.el (nnmail-pathname-coding-system): Ditto.
4751         (nnmail-group-pathname): Ditto.
4752
4753         * nnimap.el (nnimap-group-overview-filename): Ditto.
4754
4755         * nnheader.el (nnheader-pathname-coding-system): Ditto.
4756         (nnheader-group-pathname): Ditto.
4757
4758         * nnfolder.el (nnfolder-group-pathname): Ditto.
4759
4760         * gnus.el (gnus-home-directory): Ditto.
4761
4762         * gnus-group.el (gnus-group-icon-list): Ditto.
4763
4764 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
4765
4766         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
4767
4768         * message.el (message-mode-menu): Use it.
4769         (message-mode-menu): Deactivate "Yank Original" if there's no
4770         reply buffer.
4771
4772         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
4773
4774         * message.el (message-mark-active-p): New function.
4775
4776 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
4777
4778         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
4779         (spam-bogofilter-database-directory): new variables
4780         (spam-check-bogofilter-headers, spam-check-bogofilter)
4781         (spam-bogofilter-register-with-bogofilter)
4782         (spam-bogofilter-register-spam-routine)
4783         (spam-bogofilter-register-ham-routine)
4784         (spam-group-ham-processor-bogofilter-p): new functions for the new
4785         Bogofilter interface
4786         (spam-summary-prepare-exit): use the new Bogofilter functions
4787         (spam-list-of-checks): added spam-use-bogofilter-headers
4788         (spam-bogofilter-score): rewrote function
4789         (spam-check-bogofilter): optional score parameter, uses
4790         spam-check-bogofilter-headers better
4791         (spam-check-bogofilter-headers): optional score parameter
4792
4793         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
4794         default, in the gnus-start customization group.  Used to disable
4795         the spam-*/ham-* parameters.
4796         (gnus-group-ham-exit-processor-bogofilter): new ham processor
4797
4798 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
4799
4800         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
4801         XEmacs.
4802
4803         * gnus-ems.el (gnus-mark-active-p): do.
4804
4805 2003-01-15  Kevin Ryde  <user42@zip.com.au>
4806
4807         * gnus.texi (Using MIME): Mention auto-compression-mode with
4808         gnus-mime-copy-part.
4809
4810 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4811
4812         * message.el (message-send): Don't warn about duplicates when
4813         superseding.
4814
4815 2003-01-15  Simon Josefsson  <jas@extundo.com>
4816
4817         * nnimap.el (nnimap-split-download-body): New variable.
4818         (nnimap-split-articles): Use it.
4819
4820 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4821
4822         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
4823         integrity checker was incorrectly flagging, and removing, articles
4824         whose article number was negative.
4825         (gnus-agent-fetch-group-1): When executed in the group's summary
4826         buffer, refresh each downloaded line to update the status flag and
4827         font.  Preserve the value of gnus-newsgroup-headers so that
4828         gnus-agent-fetch-articles can split the requests by size.
4829         (gnus-agent-expire): Corrected day calculation for when
4830         gnus-agent-expire-days contains a list.
4831
4832 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4833
4834         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
4835
4836 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
4837
4838         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
4839           /usr/bin/play as default player.
4840           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
4841
4842 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
4845         articles to be marked as well.
4846
4847 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4848         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
4849         fictious headers generated by nnagent (ie. Undownloaded Article
4850         ####) in the list of articles that have not been downloaded.
4851
4852         * gnus-int.el (): Added require declarations to resolve
4853         compile-time warnings.
4854         (gnus-open-server): If the server status is set to offline,
4855         recursively execute gnus-open-server to open the offline backend
4856         (e.g. nnagent).
4857
4858 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
4859
4860         * gnus-art.el (gnus-article-reply-with-original): Use
4861         gnus-mark-active-p.
4862         (gnus-article-followup-with-original): do.
4863
4864 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4865
4866         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
4867
4868 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4869
4870         * gnus-score.el (gnus-score-edit-file-at-point): New function.
4871         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
4872
4873 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
4874
4875         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
4876         (gnus-face-from-file): Ditto.
4877
4878 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879
4880         * gnus-sum.el (gnus-articles-to-read): Don't just apply
4881         gnus-alter-articles-to-read-function to the unread articles.
4882
4883 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4884
4885         * deuglify.el (gnus-article-outlook-unwrap-lines)
4886         (gnus-article-outlook-repair-attribution)
4887         (gnus-article-outlook-rearrange-citation): New function names,
4888         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
4889         doc-string.
4890
4891         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
4892         removed `W k' key binding (use `W Y f' instead).
4893         (gnus-summary-make-menu-bar): Use new function names.
4894
4895 2003-01-13  Simon Josefsson  <jas@extundo.com>
4896
4897         * gnus-fun.el (gnus-random-x-face): Doc fix.
4898         (gnus-insert-random-x-face-header): New function.
4899
4900 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
4901
4902         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
4903         mark is not active.
4904
4905         * gnus-msg.el (gnus-inews-do-gcc): Comment.
4906
4907         * gnus-ems.el (gnus-mark-active-p): New function.
4908
4909         * gnus-group.el (gnus-topic-mode-p): New function.
4910         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
4911         Deactivate items if mark is not active.
4912
4913 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4914
4915         * gnus.el (gnus-version-number): Bumped version.
4916         (gnus-summary-line-format): Doc fix.
4917
4918 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4919
4920         * gnus.el: Oort Gnus v0.12 is released.
4921
4922 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4923
4924         * mail-source.el (mail-sources): Removed autoload to make it
4925         compile under XEmacs.
4926
4927 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
4928
4929         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
4930         regexp or a function too.
4931         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
4932         confirmation even if the original article is mail.
4933
4934 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935
4936         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
4937         articles to be marked when not yanking.
4938
4939 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
4940
4941         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
4942
4943 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4944
4945         * gnus-fun.el (gnus-face-from-file): Autoload.
4946
4947         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
4948         errors.
4949
4950 2003-01-12  Simon Josefsson  <jas@extundo.com>
4951
4952         * sieve.el (sieve-upload-and-bury): New.  Suggested by
4953         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4954
4955         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
4956         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4957
4958 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4959
4960         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
4961         in every string.
4962
4963         * gnus.el (gnus-version-number): Bumped version number.
4964
4965 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4966
4967         * gnus.el: Oort Gnus v0.11 is released.
4968
4969 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
4970
4971         * message.el (message-fetch-reply-field): Narrow to headers.
4972
4973         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
4974         if Gnus isn't alive.
4975
4976 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4977
4978         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
4979         marks from articles that are already stored in the agent.
4980         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
4981         backup copy of an invalid .overview file for later analysis.
4982
4983 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
4984
4985         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
4986         exit work with two frames.
4987
4988 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
4989
4990         * message.el (message-forward-make-body): Use mule4.
4991
4992 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4993
4994         * message.el (message-mode-map): Move wide-reply command.
4995
4996 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4997
4998         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
4999         castellano.
5000         (gnus-outlook-display-hook): New variable.
5001         (gnus-outlook-display-article-buffer): New function.
5002         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
5003         (gnus-outlook-deuglify-article): Made them interactive and added
5004         optional arg.  Use `g-o-d-a-b'.
5005         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
5006
5007         * gnus-sum.el: Added autoloads.
5008         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
5009         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
5010
5011 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5012
5013         * gnus-art.el (gnus-display-mime): Use the mime emulation
5014         variable.
5015
5016         * gnus-sum.el (gnus-article-emulate-mime): New variable.
5017
5018         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
5019         newsrc-alist is initialized properly.
5020
5021         * mail-source.el (mail-sources): Autoload.
5022
5023         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
5024         nil.
5025
5026         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
5027         insert two newlines.
5028
5029         * message.el (message-check-news-header-syntax): Compute the
5030         header length correctly.
5031
5032 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5033
5034         * gnus-agent.el (gnus-agent-expire): Do not remove article from
5035         alist when keeping fetched article file.
5036         (gnus-agent-retrieve-headers): When parsing response for article
5037         numbers, use the same algorithm as gnus-agent-braid-nov to protect
5038         against garbage in the server's response.
5039
5040         * gnus-int.el (gnus-request-expire-articles,
5041         gnus-request-move-article): Only expire when the group's server
5042         has been agentized.
5043
5044 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5045
5046         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
5047         errors when deleting overlays.
5048
5049         * gnus-score.el (gnus-score-followup): Allow tracing.
5050
5051         * gnus-art.el (gnus-treat-display-face): New variable.
5052         (article-display-face): New command.
5053
5054         * gnus-fun.el (gnus-face-from-file): New function.
5055         (gnus-convert-face-to-png): Ditto.
5056
5057         * gnus-art.el (gnus-ignored-headers): Added Face.
5058
5059 2003-01-10  Simon Josefsson  <jas@extundo.com>
5060
5061         * nndraft.el (nndraft-request-group): Avoid crash in
5062         directory-files when draft directory doesn't exists.
5063
5064         * gnus-sum.el (gnus-select-article-hook): Add :option.
5065
5066 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5067
5068         * spam.el (spam-use-stat): new variable
5069         (spam-group-spam-processor-stat-p)
5070         (spam-group-ham-processor-stat-p): new convenience functions
5071         (spam-summary-prepare-exit): add spam/ham processors to sequence
5072         (spam-list-of-checks): add spam-use-stat to list of checks
5073         (spam-split): conditionally load the spam-stat tables
5074         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
5075         spam-check-ifile): new functions
5076
5077         * spam-stat.el (spam-stat): typo fix
5078         (spam-stat-install-hooks): new variable
5079         (spam-stat-split-fancy-spam-group): added documentation clarification
5080         (spam-stat-split-fancy-spam-threshhold): new variable
5081         (spam-stat-install-hooks): make hooks conditional
5082         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
5083
5084         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
5085         spam-stat ham/spam processor symbols
5086
5087 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
5090         file exists.
5091
5092 2003-01-10  Simon Josefsson  <jas@extundo.com>
5093
5094         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
5095         undownloaded/downloadable only when unplugged.
5096
5097 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
5098
5099         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
5100
5101 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5102
5103         * spam.el (spam-check-ifile): fixed call-process-region to use the
5104         db parameter only if it's set
5105         (spam-ifile-register-with-ifile): ditto
5106
5107 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
5108
5109         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
5110         spam-stat-nbad before creating the hash table.
5111         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
5112         Changed copyright statement to FSF.
5113
5114 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5115
5116         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
5117         processable articles as read.
5118         (gnus-agent-summary-fetch-series): Remove processable and
5119         downloadable marks on all downloaded articles in the series.
5120
5121         * nntp.el (nntp-report): Throw error after reporting the problem.
5122         (nntp-accept-process-output): Corrected error check to report an
5123         error when the process is nil.
5124
5125 2003-01-09  Simon Josefsson  <jas@extundo.com>
5126
5127         * message.el (message-tool-bar-map): Add preview.
5128
5129 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
5130
5131         * mml.el (mml-preview): Get rid of MIME handles and buffers after
5132         previewing.
5133
5134 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
5135
5136         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
5137         bug when the (n+1)th article to be added to a group has a smaller
5138         number than the n articles already added.
5139
5140 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5141
5142         * message.el (message-mode-field-menu): Use backquote.
5143
5144 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
5145
5146         * spam.el: fixed the BBDB autoloads again, using
5147         bbdb-search-simple now (which is not a macro, thank god)
5148
5149         * lpath.el (bbdb-search): removed function from maybe-fbind list
5150
5151         * gnus.el (ham-process-destination): added new parameter for
5152         destination of ham articles found in spam groups at summary exit
5153
5154         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
5155         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
5156         (spam-ifile-database-path): added new parameter for ifile's database
5157         (spam-move-spam-nonspam-groups-only): new parameter to determine
5158         if spam should be moved from all groups or only some
5159         (spam-summary-prepare-exit): fixed logic to use
5160         spam-move-spam-nonspam-groups-only when deciding to invoke
5161         spam-mark-spam-as-expired-and-move-routine; always invoke that
5162         routine after the spam has been expired-or-moved in case there's
5163         some spam left over; use spam-ham-move-routine in spam groups
5164         (spam-ham-move-routine): new function to move ham articles to the
5165         ham-process-destinations group parameter
5166
5167 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5168
5169         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
5170
5171         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5172         gnus-summary-update-article-line.
5173
5174 2003-01-08  Simon Josefsson  <jas@extundo.com>
5175
5176         * nnmail.el (nnmail-expiry-target-group): Request group, create it
5177         not successful.
5178
5179 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5180
5181         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
5182
5183 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5184
5185         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
5186         logic, finally
5187
5188 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * gnus-spec.el (gnus-parse-format): %C is a complex format.
5191         (gnus-parse-format): Change to %~.
5192
5193         * message.el (message-generate-headers): Don't generate optional
5194         empty headers.
5195
5196 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5197
5198         * message.el (message-cross-post-default)
5199         (message-cross-post-note-function, message-shoot-gnksa-feet)
5200         (message-strip-subject-trailing-was, message-change-subject)
5201         (message-mark-insert-file, message-cross-post-followup-to)
5202         (message-cross-post-followup-to, message-mode-map)
5203         (message-generate-unsubscribed-mail-followup-to)
5204         (message-make-mail-followup-to): Minor changes to doc-strings and
5205         error messages.  Updated copyright line.
5206
5207         * message.el (message-make-mail-followup-to,
5208         message-generate-unsubscribed-mail-followup-to): New function
5209         names.  Renamed functions: "-mft" -> "-mail-followup-to".
5210         (message-make-mft, message-gen-unsubscribed-mft): Removed function
5211         names.
5212
5213         * mml.el (mml-preview-insert-mail-followup-to): New function name.
5214         (mml-preview-insert-mft): Removed function name.
5215         (mml-preview): Use new function names.
5216
5217         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
5218
5219         * message.el (message-mode-field-menu): Moved header related
5220         commands from "Message" to "Field" menu.
5221
5222 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5223
5224         * message.el (message-generate-headers-first): Added customization
5225         if variable is a list.
5226
5227 2003-01-07  Michael Shields  <shields@msrl.com>
5228
5229         * gnus-art.el (gnus-article-next-page): Correctly handle the case
5230         where the last line of the article is the last line of the window.
5231
5232 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5233
5234         * gnus-msg.el (gnus-debug): Use ignore-errors.
5235
5236         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5237         `gnus-summary-update-line'.
5238
5239 2003-01-08  Simon Josefsson  <jas@extundo.com>
5240
5241         * gnus-art.el (gnus-unbuttonized-mime-types)
5242         (gnus-buttonized-mime-types): Doc fix.
5243
5244 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5245
5246         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
5247
5248 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5249
5250         * nnrss.el (nnrss-group-alist): Add and clear up.
5251
5252 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5253
5254         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
5255
5256         * lpath.el (bbdb-search): added BBDB functions for a better way to
5257         fix missing functions
5258
5259         * spam.el (spam-check-ifile): if should be an unless
5260
5261         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
5262         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
5263         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
5264
5265 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5266
5267         * gnus-sum.el (gnus-summary-make-menu-bar): Added
5268         gnus-summary-refer-thread to thread menu.
5269
5270 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5271
5272         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
5273         summary buffer, articles that cannot be fetched are marked as
5274         canceled.
5275
5276         * nntp.el (nntp-with-open-group): The quit signal handler must
5277         propagate the quit signal to the next outer handler so that the
5278         caller knows that the request aborted abnormally.
5279
5280 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5281
5282         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
5283         (spam-ifile-register-spam-routine)
5284         (spam-ifile-register-ham-routine): added ifile functionality that
5285         does not use ifile-gnus.el to classify and register articles
5286         (spam-get-article-as-string): convenience function
5287         (spam-summary-prepare-exit): added ifile spam and ham registration
5288         (spam-ifile-all-categories, spam-ifile-spam-category)
5289         (spam-ifile-path, spam-ifile): added customization options
5290
5291         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
5292         exit processor
5293         (spam-process): added gnus-group-ham-exit-processor-ifile to the
5294         list of choices
5295
5296 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5297
5298         * gnus-score.el (gnus-score-followup): Also score immediate
5299         followups.
5300
5301 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5302
5303         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
5304
5305 2003-01-07  Simon Josefsson  <jas@extundo.com>
5306
5307         * message.el (message-mode-menu): Fix receipt balloon help.
5308
5309 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
5310
5311         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
5312         always be interpreted as news.
5313
5314 2003-01-07  Simon Josefsson  <jas@extundo.com>
5315
5316         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
5317         gnus-sieve-script, instead of the global variable
5318         gnus-sieve-crosspost.  One-line patch from Steinar Bang
5319         <sb@dod.no>.
5320
5321 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5322
5323         * gnus.el: Renamed gnus-summary-*-uncached-face as
5324         gnus-summary-*-undownloaded-face to avoid confusing the agent with
5325         the cache.
5326
5327         * gnus-sum.el: Ditto.
5328
5329 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5330
5331         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
5332         in either the group or summary buffer.
5333         New command "JS", in summary buffer, will fetch articles per the
5334         group's category, predicate, and processable flags.
5335         (gnus-agent-summary-fetch-series): Rewritten to call
5336         gnus-agent-session-fetch-group once with all articles in the
5337         series.
5338         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
5339         return list of fetched articles.
5340         (gnus-agent-fetch-articles): Split fetch list into sublists such
5341         that the article buffer is only slightly larger than
5342         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
5343         the group's article alist is saved.
5344         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
5345         longer result in the agent trying to fetch an article.
5346         (gnus-agent-fetch-group-1): Can now be called in either the group
5347         or summary buffer.  Removed the max-fetch-size code that I added
5348         on 2002-12-13 as that capability is now part of
5349         gnus-agent-fetch-articles.  Added code to update summary buffer.
5350         When called in the group buffer, articles that can not be fetched
5351         are AUTOMATICALLY MARKED AS READ.
5352
5353         * gnus-sum.el (): Modified eval-when-compile to minimize
5354         misleading compilation warnings.
5355         (gnus-update-summary-mark-positions): Changed code to use
5356         gnus-undownloaded-mark rather than gnus-downloaded-mark.
5357
5358         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
5359         empty file as the parser assumes that the file isn't empty.
5360
5361         * nntp.el (nntp-send-string): The process-send-string call can,
5362         because it performs I/O on the process, change the process' state
5363         from open to closed.  If this happens, call nntp-report
5364         immediately to report the broken connection.
5365         (nntp-report): Rewritten to avoid needing a global variable to
5366         determine the appropriate course of action.  Instead, two function
5367         implementations are provided and the nntp-report function value is
5368         bound to the appropriate implementation.
5369         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
5370         (nntp-with-open-group): Now binds nntp-report's function cell
5371         rather than binding gnus-with-open-group-first-pass.  Added a
5372         condition-case to detect a quit during a nntp command.  When the
5373         quit occurs, the current connection is closed as a fetch articles
5374         request could have several megabytes queued up for reading.
5375         (nntp-retrieve-headers): Bind articles to itself.  If
5376         nntp-with-open-group repeats this command, I must have access to
5377         the original list of articles.
5378         (nntp-retrieve-groups): Ditto for groups.
5379         (nntp-retrieve-articles): Ditto for articles.
5380         (*): Replaced nntp-possibly-change-group calls to
5381         nntp-with-open-group forms in all, but one, occurrance.
5382         (nntp-accept-process-output): Bug fix. Detect when called with
5383         null process.
5384
5385 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
5386
5387         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
5388         if we don't need to.
5389         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
5390
5391 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * gnus-group.el (gnus-group-make-web-group): Pass the select
5394         method on to group-create.
5395         (gnus-group-line-format-alist): %U is an integer.
5396
5397         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
5398         ephemeral groups.
5399         (gnus-summary-read-group-1): Ditto.
5400         (gnus-group-make-articles-read): Ditto.
5401
5402         * mm-url.el (mm-url-program): Doc fix.
5403
5404         * message.el (message-mode-map): Rebound
5405         message-insert-wide-reply.
5406
5407 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
5410         color as `gnus-group-startup-message' does.
5411
5412 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
5413
5414         * spam.el: fixed line lengths to 80 chars or less
5415
5416         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
5417         "not-read" mark
5418         (gnus-summary-mark-forward): added the spam-mark to the list of
5419         marks not to be marked as "read" when viewed
5420
5421 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5422
5423         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
5424
5425         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
5426         Protect against unactive groups.
5427
5428         * message.el (message-check-news-header-syntax): Check long
5429         header lines.
5430         (message-check-news-header-syntax): Update `start'.
5431
5432         * gnus-group.el (gnus-group-expire-articles): Doc fix.
5433         (gnus-group-line-format): %U.
5434         (gnus-group-line-format-alist): ?U.
5435         (gnus-number-of-unseen-articles-in-group): New function.
5436
5437         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
5438
5439         * gnus.el (gnus-version-number): Bump version number.
5440
5441 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5442
5443         * gnus.el: Oort Gnus v0.10 is released.
5444
5445 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * gnus.el (gnus-version-number): Fix version number.
5448
5449 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5450
5451         * gnus.el: Oort Gnus v0.08 is released.
5452
5453 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
5454
5455         * mm-util.el: Add mm-string-make-unibyte.
5456
5457         * gnus-group.el (gnus-group-jump-to-group): Make it work for
5458         UTF-8 groups.
5459
5460 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
5463
5464         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
5465
5466 2003-01-04  Kevin Ryde  <user42@zip.com.au>
5467
5468         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
5469         function.
5470
5471 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5472
5473         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
5474         (gnus-summary-read-group-1): Update group line.
5475         (gnus-summary-exit-no-update): Update group on exit.
5476
5477         * gnus-group.el (gnus-group-line-format): Add %*.
5478         (gnus-group-line-format-alist): Ditto.
5479         (gnus-group-insert-group-line): Set it.
5480         (gnus-group-is-exiting-p): New variable.
5481         (gnus-group-insert-group-line): Use it.
5482
5483 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
5484
5485         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
5486         enable BBDB ham processing
5487         (spam-blacklist-register-routine): enable blacklist spam processing
5488         (spam-whitelist-register-routine): enable whitelist ham processing
5489         (spam-fetch-field-from-fast): fast fetching of the "from" field
5490         from (gnus-data-list)
5491         (spam-summary-prepare-exit): works completely now
5492         (spam-use-blacklist): oops, should be nil by default
5493         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
5494         split processing now; before it was for summary exit as
5495         well but that's done with the spam-contents and spam-process
5496         parameters now
5497
5498 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
5499
5500         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
5501         characters.
5502
5503 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
5504
5505         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
5506         (spam-group-processor-p, spam-group-processor-bogofilter-p)
5507         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
5508         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
5509         (spam-mark-spam-as-expired-and-move-routine)
5510         (spam-generic-register-routine, spam-BBDB-register-routine)
5511         (spam-ifile-register-routine, spam-blacklist-register-routine)
5512         (spam-whitelist-register-routine): new functions
5513         (spam-summary-prepare-exit): added summary exit processing (expire
5514         or move) of spam-marked articles for spam groups; added slots for
5515         all the spam-*-register-routine functions
5516
5517 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518
5519         * pop3.el (pop3-retr): Wait 500 msecs.
5520         (pop3-read-response): Ditto.
5521
5522         * gnus-msg.el (gnus-setup-message): Get the evaliation order
5523         right.
5524         (gnus-inews-make-draft): New function.
5525         (gnus-setup-message): Use it.
5526
5527         * message.el (message-required-headers): Add From.
5528
5529 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5530         Trivial patch from Norbert Koch <nk@viteno.net>.
5531
5532         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
5533
5534 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5535
5536         * message.el (message-generate-headers): Let header formatters do
5537         their work.
5538
5539 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
5540
5541         * deuglify.el (gnus-article-outlook-deuglify-article):
5542         Rehighlight, reapply treatments and call
5543         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
5544         (gnus-outlook-repair-attribution-block): Recognize cited
5545         attributions.  Suggested by Niklas Morberg.
5546
5547 2003-01-02  Pete Kazmier  <pete@kazmier.com>
5548
5549         * gnus-art.el (gnus-treat-predicate): Check condition first.
5550
5551 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
5552
5553         * lpath.el: Add url-http-file-exists-p.
5554
5555         * gnus-group.el (gnus-group-fetch-charter): Use
5556         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
5557
5558 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5559
5560         * message.el (message-draft-headers): Also generate From to get a
5561         nicer draft buffer summary.
5562
5563         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
5564         parameter.
5565
5566         * gnus-art.el (article-wash-html): Clean up.
5567         (article-wash-html): Typo fix.
5568
5569         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
5570         (gnus-summary-mail-forward): To many lists of lists.
5571
5572         * gnus-art.el (article-wash-html): Clean up.
5573
5574 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
5575
5576         * gnus-art.el (gnus-treat-wash-html): New variable.
5577
5578 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5579
5580         * message.el (message-check-news-header-syntax): Allow posting.
5581         (message-check-news-header-syntax): Fix logic for sure, this
5582         time.
5583
5584 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
5585
5586         * message.el (message-check-news-header-syntax): Check syntax of
5587         continuation headers.
5588
5589 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
5590
5591         * gnus-art.el (gnus-button-url-regexp,
5592         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
5593         (gnus-header-button-alist): Regexps are case insensitive here.
5594
5595 2003-01-02  Simon Josefsson  <jas@extundo.com>
5596
5597         * dig.el (query-dig): Doc fix.
5598
5599 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5600
5601         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
5602         summary buffer line, not just the download mark.
5603
5604 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5605
5606         * gnus-sum.el (gnus-summary-goto-subjects): New function.
5607         (gnus-summary-insert-dormant-articles): New command and
5608         keystroke.
5609
5610         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
5611         function for mass insertion of subjects.
5612
5613         * nndraft.el (nndraft-generate-headers): Don't move point.
5614
5615         * gnus.el (nnheader): Require nnheader.
5616
5617         * nndraft.el (nndraft-request-associate-buffer): Use
5618         make-local-variable.
5619
5620 2003-01-02  Michael Shields  <shields@msrl.com>
5621
5622         * nndraft.el (nndraft-request-associate-buffer): Make
5623         write-contents-hooks buffer-local before setting it.
5624
5625 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5626
5627         * gnus.el (gnus-group-parameter-value): Take an extra param.
5628         (gnus-group-fast-parameter): Let group param results be nil.
5629
5630         * gnus-art.el (gnus-article-forward-header): New function.
5631         (article-date-ut): Use it to remove continuation date headers.
5632
5633         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
5634         read-event.
5635         (gnus-summary-remove-bookmark): Clean up.
5636         (gnus-summary-set-bookmark): Clean up.
5637
5638         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
5639
5640         * gnus.el (gnus-group-startup-message): Bind data-directory to
5641         the Gnus etc directory.
5642
5643 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
5644
5645         * spam.el (spam-summary-prepare-exit): added slots for spam- and
5646         ham-processing of articles; use the new
5647         spam-group-(spam|ham)-contents-p functions
5648         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
5649         convenience functions
5650         (spam-mark-junk-as-spam-routine): use the new
5651         spam-group-spam-contents-p function
5652
5653         * gnus.el (spam-process, spam-contents, spam-process-destination):
5654         added new parameters with corresponding global variables
5655         (gnus-group-spam-exit-processor-ifile,
5656         gnus-group-spam-exit-processor-bogofilter,
5657         gnus-group-spam-exit-processor-blacklist,
5658         gnus-group-spam-exit-processor-whitelist,
5659         gnus-group-spam-exit-processor-BBDB,
5660         gnus-group-spam-classification-spam,
5661         gnus-group-spam-classification-ham): added new symbols for the
5662         spam-process and spam-contents parameters
5663
5664         * spam.el (spam-ham-marks, spam-spam-marks): changed list
5665         customization and list itself to store mark symbol rather than
5666         mark character.
5667         (spam-bogofilter-register-routine): added logic to generate mark
5668         values list from spam-ham-marks and spam-spam-marks, so (member)
5669         would work.
5670
5671 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * message.el (message-cross-post-followup-to): Fix comment.
5674
5675 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
5676
5677         * spam.el (spam-ham-marks, spam-spam-marks): changed list
5678         customization and list itself to store mark symbol rather than
5679         mark character.
5680         (spam-bogofilter-register-routine): added logic to generate mark
5681         values list from spam-ham-marks and spam-spam-marks, so (member)
5682         would work.
5683
5684 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
5685
5686         * message.el (message-signature-insert-empty-line): New variable.
5687
5688 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5689
5690         * message.el: Renamed functions and variables: "xpost" ->
5691         "cross-post", "-fup2" -> "-followup-to".
5692         (message-cross-post-old-target, message-cross-post-default,
5693         message-cross-post-note, message-followup-to-note,
5694         message-cross-post-note-function): New variables names.
5695         (message-xpost-old-target, message-xpost-default,
5696         message-xpost-note, message-fup2-note,
5697         message-xpost-note-function): Removed variable names.
5698         (message-cross-post-followup-to-header,
5699         message-cross-post-insert-note, message-cross-post-followup-to):
5700         New function names.
5701         (message-xpost-fup2-header, message-xpost-insert-note,
5702         message-xpost-fup2): Removed function names.
5703
5704 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5705
5706         * message.el (message-send-mail): Added message-cleanup-headers to
5707         prevent newlines in headers.
5708
5709 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5710
5711         * dns.el (dns-make-network-process): Comment.
5712
5713         * gnus-sum.el (gnus-summary-display-while-building): Default to
5714         nil.
5715
5716 2003-01-01  Wes Hardaker  <wes@hardakers.net>
5717
5718         * gnus-sum.el (gnus-summary-display-while-building): New
5719         variable.
5720
5721 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
5722
5723         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
5724         before rearranging the article.
5725
5726 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727
5728         * nndraft.el (nndraft-generate-headers): New function.
5729         (nndraft-request-associate-buffer): Use it to write headers on
5730         buffer save.
5731
5732         * message.el (message-generate-headers): Let the function be a
5733         lambda form.
5734         (message-draft-headers): New variable.
5735
5736         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
5737         function.
5738         (gnus-setup-message): Use it.
5739
5740         * message.el (message-generate-headers-first): Doc fix.
5741         (message-setup-1): Use new function for getting which headers to
5742         generate.
5743         (message-headers-to-generate): New function.
5744
5745 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5746
5747         * gnus-agent.el (gnus-agent-save-alist): Make directory.
5748
5749 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
5750
5751         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
5752         mention negatives.
5753
5754 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
5755
5756         * deuglify.el (gnus-outlook-rearrange-article): Use
5757         `transpose-regions' instead of tempering the kill-ring.
5758         (gnus-article-outlook-deuglify-article): Rehighlight article
5759         instead of a complete redisplay.
5760
5761 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
5762
5763         * spam.el: most defvars are defcustoms now
5764
5765         patches from Michael Shields  <shields@msrl.com>
5766
5767         * spam.el (spam-bogofilter-articles): Select the article
5768         body using gnus-summary-show-article t instead of
5769         gnus-summary-select-article; this presents the raw text
5770         without running any hooks.
5771
5772         * spam.el (spam-bogofilter-articles): Use message-remove-header
5773         to remove headers; the old way incorrectly removed just the first
5774         line of folded headers.
5775
5776 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
5779
5780 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5781
5782         * gnus-start.el (gnus-load): New function.
5783         (gnus-read-newsrc-el-file): Use it.
5784
5785 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5786
5787         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
5788         (gnus-button-handle-apropos-documentation): New function.
5789         (gnus-button-handle-ctan): New function.
5790         (gnus-button-alist): Use them.  Improve some regexps.
5791         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
5792
5793 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5794
5795         * message.el (message-subscribed-p): New function.
5796         (message-send-mail): Use it.
5797         * mml.el (mml-preview-insert-mft): New function.
5798         (mml-preview): Use it.
5799
5800 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5801
5802         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
5803         when sorting by date.
5804
5805         * gnus-art.el (gnus-article-edit-mode): New variable.
5806         (gnus-article-setup-buffer): Warn user about discarding edits.
5807
5808         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
5809         (gnus-summary-pipe-output): Take a symbolic prefix to save all
5810         headers.
5811
5812         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
5813
5814 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5815
5816         * message.el (message-completion-alist): Added "Mail-Followup-To"
5817         and "Mail-Copies-To".
5818
5819 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5820
5821         * gnus-group.el: Add key bindings for
5822         gnus-group-sort-groups-by-real-name and
5823         gnus-group-sort-selected-groups-by-real-name.
5824
5825 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5826
5827         * gnus.texi (Sorting Groups): Add key bindings for
5828         gnus-group-sort-groups-by-real-name and
5829         gnus-group-sort-selected-groups-by-real-name.
5830
5831 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5832
5833         * spam.el (spam-use-dig): new variable for blackhole checking
5834         through dig.el
5835         (spam-check-blackholes): added dig.el checking functionality and
5836         more verbose reporting; query-dig is autoloaded from dig.el
5837         (spam-use-blackholes): disabled by default
5838         (spam-blackhole-servers): removed rbl.maps.vix.com from the
5839         blackhole servers list
5840
5841 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5842
5843         * message.el (message-required-headers): New variable.
5844
5845 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5846
5847         * dig.el (query-dig): new function
5848
5849 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850
5851         * flow-fill.el (fill-flowed): Don't infloop on too long fill
5852         prefixes.
5853
5854         * dns.el (query-dns): Protect against errors.
5855
5856         * gnus-msg.el (gnus-article-yanked-articles): New variable.
5857         (gnus-inews-add-send-actions): Mark all answered messages as
5858         answered.
5859
5860 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
5861
5862         * nnmail.el (nnmail-split-it): Added tracing to
5863         `:' split rule
5864
5865 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5866
5867         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
5868         and "%s" so we don't overquote them.
5869
5870 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5871
5872         * (mm-display-external): Display the actual command that has been
5873         executed in the echo area.
5874
5875 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5876
5877         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
5878
5879         * message.el (message-with-reply-buffer): New macro.
5880         (message-fetch-reply-field): Use it.
5881         (message-insert-wide-reply): New command and keystroke.
5882         (message-carefully-insert-headers): New function.
5883         (message-insert-to): Use new function.
5884
5885         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
5886         (gnus-topic-goto-missing-group): Use it.
5887
5888         * message.el (message-required-news-headers): Removed Lines.
5889         (message-reply): Don't insert References first.
5890         (message-followup): Ditto.
5891         (message-make-references): New function.
5892         (message-followup): Set message-reply-headers before generating
5893         the buffer stuff.
5894
5895 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
5896
5897         * mml.el (mml-generate-mime-1): Reverse the order of
5898         encoding/flowing.
5899
5900 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5901
5902         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
5903         after moving them.
5904
5905         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
5906         fit with newer standard format.
5907         (gnus-summary-make-false-root-always): New variable.
5908         (gnus-gather-threads-by-subject): Use it.
5909
5910         * message.el (message-get-reply-headers): Take an address list
5911         optional argument.
5912
5913 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5914
5915         * gnus.el (gnus-keep-backlog): Change default to 20.
5916
5917         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
5918         start.
5919         (gnus-agent-check-overview-buffer): Remove negative article
5920         numbers.
5921
5922         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
5923         (nnmail-cache-ignore-groups): Doc fix.
5924
5925         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
5926         (nnimap-debug-buffer): New variable.
5927         (nnimap-debug): Use it.
5928
5929 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
5930
5931         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
5932
5933 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5934
5935         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
5936         they aren't already sorted.
5937
5938 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
5939
5940         * message.el (message-mode-menu): Add ellipses to menu items
5941         expecting user interaction.
5942         (message-mode-field-menu): do.
5943
5944 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
5945
5946         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
5947         it isn't used any more.
5948
5949 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
5950
5951         * binhex.el (binhex-decoder-program): Fix docstring.
5952
5953 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5954
5955         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
5956         special chars if the mailcap file uses single quotes around %s.
5957         From Laurent Martelli <laurent@bearteam.org>.
5958
5959 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
5960
5961         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
5962         return the info object.
5963
5964 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
5965
5966         * gnus-int.el (gnus-request-update-info): Artificially add
5967         (1 . (1- min)) to the read range, in case the backend doesn't
5968         store marks for nonexistent articles.
5969
5970 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * binhex.el (binhex-insert-char): Eval-and-compile.
5973
5974 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
5975
5976         * lpath.el: Add tool-bar-local-item-from-menu.
5977
5978         * message.el (message-tool-bar-local-item-from-menu): New function.
5979         (message-tool-bar-map): Use it.
5980
5981 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
5982
5983         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
5984
5985         * gnus-art.el (gnus-article-header-rank): Last header in
5986         gnus-sorted-header-list should have higher rank than non-members.
5987
5988 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5989
5990         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
5991         covered methods.
5992
5993 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5994
5995         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
5996         eval-when-compile.  Suggested by Kevin Greiner.
5997
5998 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
5999
6000         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
6001         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
6002         even though no headers may have been fetched
6003         (gnus-agent-fetch-group-1, and perhaps others, require this
6004         behavior).
6005         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
6006         server buffer is constrained by gnus-agent-max-fetch-size.
6007         Multiple chunks in the same group may perform arbitrarily large
6008         updates.
6009
6010 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
6011
6012         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
6013         gnus-summary-update-download-mark to update the article in the
6014         summary.
6015
6016 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
6017
6018         * gnus.el (gnus-summary-high-uncached-face,
6019         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
6020         New faces.
6021
6022         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
6023         added this on 2002-11-23 but it just wasn't working out as
6024         intended.  The idea isn't entirely dead, three new faces
6025         gnus-summary-*-uncached-face are being added to gnus.el to provide
6026         the basis for an improved implementation.
6027         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
6028         proper file to open is lib/servers.
6029         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
6030         (i.e. removing the article from gnus-newsgroup-downloadable) will
6031         now restore the article's default mark rather than simply setting
6032         no mark.
6033         (gnus-agent-get-undownloaded-list): Corrected documentation.
6034         Added code to set new summary local variable,
6035         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
6036         a temporary list.  No longer sets gnus-newsgroup-downloadable.
6037         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
6038         up to date.  Call new gnus-summary-update-download-mark to keep
6039         summary buffer up-to-date.
6040         (gnus-agent-fetch-selected-article): Keep
6041         gnus-newsgroup-undownloaded up to date.
6042         (gnus-agent-fetch-articles): Return list of articles that were
6043         successfully fetched.
6044         (gnus-agent-check-overview-buffer): No more thingatpt.
6045         (gnus-agent-expire): No longer deletes NOV entries of unread
6046         articles.
6047         (gnus-agent-unread-articles): New function.
6048         (gnus-agent-regenerate-group): The article number must be
6049         terminated by a tab character.  Added more messages to report
6050         repairs.  Inhibit quits while writing changes so it is now safe
6051         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
6052         downloaded to 1) resolve the unbound references and 2) avoid
6053         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
6054
6055         * gnus-art.el (gnus-article-prepare): The agent
6056         downloaded/undownloaded mark is no longer stored as the article's
6057         mark.
6058
6059         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
6060         gnus-summary-highlight may use it.  Added downloaded as
6061         gnus-summary-highlight was using it.
6062
6063         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
6064         the download mark now follows Kai's +/- convention.
6065         (gnus-downloaded-mark): Added ?+ mark.
6066         (gnus-summary-highlight): Added rules to select
6067         gnus-summary-high-uncached-face,
6068         gnus-summary-normal-uncached-face, and
6069         gnus-summary-low-uncached-face.  Removed the
6070         gnus-agent-downloaded-article-face.
6071         (gnus-summary-line-format-alist): Implemented the download flag
6072         format (?O) as named in the manual.  This implementation displays
6073         either gnus-undownloaded-mark, gnus-downloaded-mark, or
6074         gnus-no-mark.
6075         (gnus-newsgroup-agentized): New local variable that identifies
6076         which groups are agentized.  While the agent is now on by default,
6077         you don't have to agentize every server that you use.
6078         (gnus-update-summary-mark-positions): Completed support for the
6079         download type of mark.
6080         (gnus-summary-insert-line): Added undownloaded to the parameters.
6081         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
6082         reference by the gnus-summary-line-format-spec.
6083
6084         * nntp.el (nntp-with-open-group): This macro handles dropped or
6085         broken connections by opening a new connection and repeating the
6086         failed command.
6087         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
6088         XOVER commands preceeding the active articles with the nov entry
6089         of the first available article.  When gnus connected to such a
6090         server, the unexpected nov entry would result in duplicate lines
6091         in the agent's overview file.  This patch fixes the duplicate
6092         lines problem and improves performance by skipping over all
6093         articles IDs that preceed the first nov entry in the server's
6094         reply.
6095
6096 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
6099         (gnus-summary-highlight): Use it instead of `downloaded'.
6100         (gnus-summary-highlight-line): Ditto.
6101
6102         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
6103
6104 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6105
6106         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
6107
6108         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
6109         calls.
6110
6111         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
6112         downloaded variable if we're in an uncovered group.
6113
6114         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
6115         font to soemthing less noticeable.
6116         (gnus-agent-group-covered-p): New function.
6117
6118 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6119
6120         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
6121         Because of an unknown bug, the group buffer is saved in .overview
6122         file.
6123
6124 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6125
6126         * nntp.el (nntp-send-command): Braino in last commit.  Replace
6127         `and' with `or'.
6128
6129 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6130
6131         * nntp.el (nntp-send-command): Assume that echo does not happen
6132         when nntp-open-connection-function is nntp-open-network-stream.
6133         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
6134
6135 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6136
6137         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
6138
6139 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
6140
6141         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
6142         nntp-server-buffer if we aren't going to write to it.
6143
6144 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6145         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
6146
6147         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
6148
6149 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * rfc2047.el (rfc2047-decode-region): Remove newlines between
6152         decoded words.
6153
6154 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6155
6156         * gnus.el (fboundp): After loading mm-util, make sure it was the
6157         right one.
6158
6159 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6160
6161         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
6162         gnus-sum.  Made into a user option.
6163
6164         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6165         (gnus-summary-mark-article-as-unread)
6166
6167 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6168
6169         * time-date.el (date-to-time): Typo.
6170
6171         * parse-time.el: Typo.
6172
6173         * nnsoup.el (nnsoup-retrieve-headers): Typo.
6174
6175         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
6176
6177         * nnimap.el:
6178         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
6179
6180         * mm-encode.el (mm-safer-encoding): Typo.
6181
6182         * messcompat.el: Typo.
6183
6184         * message.el (message-face-alist): Typo.
6185
6186         * imap.el (imap-interactive-login, imap-open): Typos.
6187
6188         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
6189
6190         * gnus.el: Typo.
6191
6192         * gnus-win.el (gnus-configure-frame): Typo.
6193
6194         * gnus-util.el (gnus-atomic-progn-assign): Typo.
6195
6196         * gnus-topic.el (gnus-topic-sort-topics): Typo.
6197
6198         * gnus-sum.el (gnus-summary-article-number)
6199         (gnus-summary-read-group-1, gnus-summary-mark-article)
6200         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
6201
6202         * gnus-mule.el (gnus-mule-add-group): Typo.
6203
6204         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
6205
6206         * gnus-group.el (gnus-group-fetch-faq): Typo.
6207
6208         * gnus-art.el (gnus-decode-header-methods): Typo.
6209
6210         * flow-fill.el: Typo.
6211
6212 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6213
6214         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
6215
6216 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6217
6218         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6219         (gnus-summary-mark-article-as-unread)
6220         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
6221         Reformatting to avoid long lines.
6222         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
6223
6224 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
6225
6226         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
6227         be accessed through `mail-header-number'.
6228
6229 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6230
6231         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
6232         compressed range to gnus-summary-insert-articles.
6233
6234 2002-11-26  Kevin Ryde <user42@zip.com.au>
6235
6236         * gnus-art.el (gnus-mime-copy-part): Look for filename
6237         parameter under content-disposition, not content-type.
6238
6239         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
6240         (gnus-summary-reselect-current-group): Use it.
6241
6242 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6243
6244         * gnus-agent.el (gnus-agent-uncached-articles): if
6245         gnus-agent-load-alist fails, return ARTICLES.
6246
6247         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
6248
6249 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6250
6251         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
6252         superfluous function call.
6253         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
6254         Add warning to docstring.
6255
6256 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6257
6258         * gnus-agent.el: Autoload number-at-point instead.
6259         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
6260
6261 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6262
6263         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
6264         require thingatpt (for number-at-point) and protect against
6265         deactivate-mark being unbound (on XEmacs).
6266
6267 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6268
6269         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
6270         print message on entry.
6271
6272         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6273
6274         * gnus-range.el (gnus-range-difference): New function.
6275         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
6276
6277 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6278
6279         * gnus-sum.el (gnus-summary-insert-old-articles): Use
6280         gnus-remove-from-range instead of gnus-range-difference which
6281         doesn't exist.
6282
6283 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6284         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6285
6286         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
6287         used for showing which articles have been downloaded.
6288         (gnus-agent-article-alist): Format change.  Add documentation.
6289         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
6290         process-marked articles.
6291         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
6292         in the series are individually fetched to minimize lose of
6293         content due to an error/quit.
6294         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
6295         gnus-message instead of message.
6296         (gnus-agent-read-servers): Use file lib/methods instead of
6297         lib/servers.  TODO: Why?
6298         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
6299         (gnus-agent-get-undownloaded-list): Remove articles that appear to
6300         come from the agent.  This means that they are not downloaded.
6301         (gnus-agent-fetch-selected-article): Don't use history.
6302         (gnus-agent-save-history, gnus-agent-enter-history)
6303         (gnus-agent-article-in-history-p, gnus-agent-history-path):
6304         Removed function; history is not used anymore.
6305         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
6306         (gnus-agent-crosspost): Started rewrite then realized that a typo
6307         in gnus-agent-fetch-articles ensures that this function is never
6308         called.  This will need to be fixed later.
6309         (gnus-agent-check-overview-buffer): Some sanity checks on the
6310         agent overview buffer.  This is a safety net used during
6311         development.
6312         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
6313         changed, write a number to the file indicating this.
6314         (gnus-agent-fetch-headers): Rewrite to respect
6315         gnus-agent-consider-all-articles without relying on the
6316         `.fetched' files.  Make it fast.
6317         (gnus-agent-braid-nov): Change resulting from
6318         gnus-agent-fetch-headers change.
6319         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
6320         `.fetched' files.
6321         (gnus-agent-read-agentview): New function, used by
6322         gnus-agent-load-alist.
6323         (gnus-agent-load-fetched-headers): Remove.
6324         (gnus-agent-save-alist): Rewrite to accomodate new format.
6325         (gnus-agent-fetch-group-1): Make sure list of articles is in the
6326         same order as in gnus-newsgroup-headers.
6327         (gnus-agent-expire): Document and implement extra args ARTICLES,
6328         GROUP, FORCE.  Do not restrict usage.
6329         (gnus-agent-uncached-articles): New function.
6330         (gnus-agent-retrieve-headers): Use it.
6331         (gnus-agent-regenerate-group): No longer needs to be called from
6332         gnus-agent-regenerate.  Individual groups may be regenerated. The
6333         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
6334         The article fetch dates are validated in the article alist.  The
6335         article alist is pruned of entries that do not reference existing
6336         NOV entries.  All changes are computed then applied with
6337         inhibit-quit bound to t.  As a result, it is now safe to quit out of
6338         regeneration.  The optional clean parameter has been replaced with
6339         an optional reread parameter.  Clean is no longer necessary as
6340         regeneration gets the appropriate setting from
6341         gnus-agent-consider-all-articles.  The new reread parameter will
6342         result in fetched, or all, articles being marked as unread.
6343         (gnus-agent-regenerate): Removed code to regenerate the history
6344         file as it is no longer used.
6345
6346         * gnus-start.el (gnus-make-ascending-articles-unread): New
6347         function, for efficient mass-marking.
6348
6349         * gnus-sum.el (gnus-summary-highlight): Use new face for
6350         downloaded articles.
6351         (gnus-article-mark): Prefer to indicate read/unread status over
6352         downloaded status.
6353         (gnus-summary-highlight-line-0): New function, maybe rehighlights
6354         line.
6355         (gnus-summary-highlight-line): Use new face for downloaded
6356         articles.
6357         (gnus-summary-insert-old-articles): Improved performance by
6358         replacing the initial LIST of older articles with a compressed
6359         RANGE of older articles.  Some servers appear to lie about
6360         their active range so the original list could contain millions
6361         of article numbers.  The range is not expanded into a list
6362         until the optional ALL parameter has been applied.
6363
6364 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6365
6366         * gnus-agent.el (gnus-category-mode): Typo in doc string.
6367
6368 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
6369
6370         * spam.el:
6371         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
6372
6373         * spam.el: added `M s t' and `M s x' key mappings
6374
6375 2002-11-20  Simon Josefsson  <jas@extundo.com>
6376
6377         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
6378
6379 2002-11-19  Simon Josefsson  <jas@extundo.com>
6380
6381         * gnus-sum.el (gnus-summary-morse-message): Load
6382         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
6383         (unmorse-region): Autoload it instead.
6384
6385 2002-11-18  Simon Josefsson  <jas@extundo.com>
6386
6387         * gnus-sum.el (gnus-summary-morse-message): New function.
6388         (gnus-summary-wash-map): Bind to `W m'.
6389         (gnus-summary-make-menu-bar): Add.
6390
6391         * nnimap.el (nnimap-request-expire-articles): Compress sequence
6392         before storing \Deleted mark on expired articles.
6393
6394 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
6395         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
6396
6397         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
6398         parens in column 0.
6399
6400 2002-11-17  Juanma Barranquero  <lektu@terra.es>
6401
6402         * nnweb.el (nnweb-google-create-mapping): Fix typo.
6403
6404         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
6405
6406         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
6407
6408 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6409
6410         * message.el (message-set-auto-save-file-name): Use
6411         make-directory, to avoid the dependence on gnus-util.
6412
6413 2002-11-16  Simon Josefsson  <jas@extundo.com>
6414
6415         * nnimap.el (nnimap-callback-callback-function):
6416         (nnimap-callback-buffer): Removed, these cannot be global but must
6417         be embedded into the callback.
6418         (nnimap-make-callback): New.  Embedd article number, callback and
6419         buffer in function.
6420         (nnimap-callback, nnimap-request-article-part): Update.
6421
6422 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
6425
6426 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6427
6428         * gnus.el (gnus-summary-line-format): Document %C.
6429
6430 2002-11-11  Simon Josefsson  <jas@extundo.com>
6431
6432         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
6433         output when called interactively.
6434
6435 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
6438
6439         * message.el (message-draft-coding-system): Improve comment; use
6440         mm-auto-save-coding-system for the default value.
6441
6442         * nndraft.el (nndraft-request-article): Revert to the state before
6443         2002-10-29; regexp-quote mail-header-separator.
6444
6445 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
6446
6447         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
6448         allow editing of drafts from an nnvirtual group.
6449
6450 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * nndraft.el (nndraft-request-article): Replace emacs-mule with
6453         mm-auto-save-coding-system.
6454
6455         * message.el (message-draft-coding-system): Default to
6456         iso-2022-7bit.
6457
6458         * mm-util.el (mm-auto-save-coding-system): Undo last change to
6459         restore the default value to emacs-mule or escape-quoted.
6460
6461 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
6464         a delayed or a queued article as well as a draft.
6465
6466         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
6467         delayed or a queued article in the raw format; treat a delayed
6468         article as a raw article as well as a draft.
6469         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
6470         for the delayed group.
6471
6472         * nndraft.el (nndraft-request-article): Ignore auto save files for
6473         a delayed or a queued article; don't bother to decode a queued
6474         article; don't bind nnmail-file-coding-system for a queued article.
6475
6476         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
6477         and the queue group.
6478
6479 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
6480
6481         * gnus-group.el (gnus-group-delete-group):
6482         gnus-cache-active-hashtb might be void.
6483
6484 2002-11-02  Simon Josefsson  <jas@extundo.com>
6485
6486         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
6487         setting of the default user ID.  From Raymond Scholz
6488         <ray-2002@zonix.de>.
6489
6490 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
6491
6492         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
6493         charset.
6494
6495 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
6496         From Alex Schroeder <alex@emacswiki.org>
6497         * spam-stat.el (spam-stat-process-directory): add dir to message
6498         (spam-stat-reduce-size): No longer remove words
6499         with values close to 0.5, because the default value is 0.2.
6500
6501 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6502
6503         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
6504         documentation.
6505
6506 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6507
6508         * gnus-agent.el (gnus-agent-fetched-headers)
6509         (gnus-agent-load-fetched-headers)
6510         (gnus-agent-save-fetched-headers): Remove variable and two
6511         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
6512         works better.
6513         (gnus-agent-fetch-headers): New implementation from Kevin
6514         Greiner.  Uses gnus-agent-article-alist to store information
6515         about fetched messages which aren't on the server anymore.  The
6516         trick is to return a list of considered messages to the caller,
6517         but to only fetch those which haven't been fetched yet.
6518
6519 2002-10-30  Simon Josefsson  <jas@extundo.com>
6520
6521         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
6522
6523         * pgg.el (pgg-passphrase-cache-expiry): Removed.
6524
6525 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6526
6527         * mm-view.el (mm-w3m-local-map-property): Make it work with older
6528         versions of emacs-w3m than 1.3.3.
6529
6530         * lpath.el: Bind w3m-minor-mode-map.
6531
6532         * mm-view.el (mm-w3m-mode-command-alist)
6533         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
6534         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
6535         (mm-setup-w3m): Simplified.
6536         (mm-w3m-local-map-property): New function.
6537         (mm-inline-text-html-render-with-w3m): Use it.
6538
6539         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
6540         mm-w3m-local-map-property.
6541
6542 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6543
6544         * mm-util.el (mm-auto-save-coding-system): Default to
6545         iso-2022-7bit.
6546
6547         * nndraft.el (nndraft-request-article): Decode an article using
6548         the coding-system emacs-mule if it seems to have been saved using
6549         emacs-mule.
6550         (nndraft-request-replace-article): Use message-draft-coding-system
6551         instead of mm-auto-save-coding-system for the draft or delayed
6552         group.
6553
6554 2002-10-28  Josh  <huber@alum.wpi.edu>
6555
6556         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
6557         functions.
6558
6559 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6560         From mah@everybody.org (Mark A. Hershberger).
6561
6562         * mm-url.el (mm-url-insert-file-contents): Make it return the same
6563         type values ("url" size) regardless of the values of
6564         mm-url-use-external.
6565
6566 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6567
6568         * nnimap.el (nnimap-request-article-part): Try harder to show
6569         group name in debugging message.
6570
6571 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6572
6573         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
6574         directory if it doesn't exist.
6575         (gnus-agent-fetch-headers): Remove old cruft that tried to
6576         abstain from downloading articles more than once if
6577         gnus-agent-consider-all-articles was true.  This is now done
6578         properly via the .fetched files.
6579
6580 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * nndraft.el (nndraft-request-article): Treat delayed articles
6583         like drafts.
6584
6585 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
6588
6589 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6590
6591         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
6592         Remove unused optional arg DIR and corresponding code.
6593
6594         * nnimap.el (nnimap-request-article-part): Include group name in
6595         debugging output.
6596
6597 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
6598
6599         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
6600
6601 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6602
6603         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
6604         contains range of headers that have been fetched by the agent
6605         already.  Compare gnus-agent-article-alist.
6606         (gnus-agent-file-header-cache): Like
6607         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
6608         (gnus-agent-fetch-headers): Improve comment.  Revert to old
6609         seen/recent logic.
6610         Remember which headers have been fetched before and don't fetch
6611         them again the next time round.
6612         (gnus-agent-load-fetched-headers)
6613         (gnus-agent-save-fetched-headers): New functions, for remembering
6614         which headers have been fetched before.
6615
6616 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * lpath.el: Remove useless bindings.
6619
6620 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
6621
6622         * gnus-sum.el (gnus-summary-execute-command): Disable visual
6623         features while searching.
6624
6625 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6626
6627         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
6628
6629 2002-10-22  Simon Josefsson  <jas@extundo.com>
6630
6631         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
6632         (pgg-snarf-keys): Add.
6633
6634 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * lpath.el: Fbind bbdb-records.
6637
6638         * spam.el: Don't autoload bbdb-records.
6639
6640 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
6643         prevent inf-loop.
6644
6645 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6646
6647         * nnslashdot.el: Removed some test lines.
6648         More test.
6649
6650 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6651
6652         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
6653         are known to be downloaded already.
6654
6655 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6656
6657         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
6658         (mm-text-html-washer-alist): Ditto.
6659
6660 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6661
6662         * nnheader.el (nnheader-remove-body): Fix an error of detecting
6663         boundary between headers and body.
6664         * nnml.el (nnml-parse-head): Ditto.
6665
6666 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6667
6668         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
6669         entries.
6670
6671         * gnus-group.el (gnus-fetch-group): Allow an optional
6672         specification of the articles to select.
6673
6674         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
6675
6676 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6677
6678         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
6679         headers from the group, update variable `articles' to contain
6680         only those numbers where headers exist.  (When fetching all
6681         articles in a group, Gnus creates lots of numbers where there is
6682         no articles.)
6683
6684 2002-10-20  Steve Youngs  <youngs@xemacs.org>
6685
6686         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
6687         doesn't have the 'alist custom type, use cons cells instead.
6688         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
6689         (pgg-parse-hash-algorithm-alist): Ditto.
6690         (pgg-parse-compression-algorithm-alist): Ditto.
6691         (pgg-parse-signature-type-alist): Ditto.
6692
6693         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
6694
6695         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
6696
6697         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
6698
6699 2002-10-19  Simon Josefsson  <jas@extundo.com>
6700
6701         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
6702         buffer.
6703
6704 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6705
6706         * gnus-spec.el (gnus-make-format-preserve-properties)
6707         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
6708         properties also on XEmacs.  `gnus-xmas-format' is like format but
6709         preserves text properties on XEmacs (though it only understands
6710         simple format specs).  The variable
6711         `gnus-make-format-preserve-properties' controls whether the
6712         function is used, and is checked in `gnus-parse-simple-format'.
6713         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
6714
6715         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
6716         output.
6717         (gnus-agent-consider-all-articles): New variable.
6718         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
6719         (gnus-agent-fetch-headers): Depending on
6720         gnus-agent-consider-all-articles, maybe get all articles.
6721         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
6722         `read'.
6723         (gnus-predicate-imples-unread): New function.
6724         (gnus-agent-fetch-headers): Optimize to call
6725         gnus-list-of-unread-articles if that is sufficient.
6726         Check unseen and recent instead of seen and recent.
6727         (gnus-agent-fetch-headers): Abstain from calling
6728         gnus-list-range-intersection if range (a . b) would have (> a b).
6729
6730 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * message.el (message-send-mail): Make it possible to perform
6733         edebug-defun.
6734
6735 2002-10-18  Simon Josefsson  <jas@extundo.com>
6736
6737         * gnus-art.el (gnus-button-man-handler): Change default to
6738         `manual-entry' (defined in both emacsen).
6739         (gnus-button-man-handler): Remove emacsen difference and use
6740         `manual-entry'.
6741
6742 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * spam.el: Wrap autoload settings for bbdb-records,
6745         executable-find and ifile-spam-filter with eval-and-compile.
6746         (spam-display-buffer-contents): Remove.
6747         (spam-bogofilter-score): Merge spam-display-buffer-contents.
6748
6749 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
6750
6751         * spam.el (spam-display-buffer-contents): New function.
6752         (spam-bogofilter-score): use spam-display-buffer-contents, patch
6753         from Katsumi Yamaoka <yamaoka@jpl.org>.
6754
6755 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6756
6757         * nnheader.el (nnheader-parse-naked-head): New function.
6758         (nnheader-parse-head): Use the above function, in order to handle
6759         continuation lines properly.
6760         (nnheader-remove-body): New function.
6761         (nnheader-remove-cr-followed-by-lf): New function.
6762         (nnheader-ms-strip-cr): Use the above function.
6763
6764         * gnus-agent.el (gnus-agent-regenerate-group): Call
6765         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
6766         `nnheader-parse-head'.
6767         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
6768
6769         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
6770         continuation lines by itself; call `nnheader-parse-naked-head'
6771         instead of `nnheader-parse-head'.
6772         * nndiary.el (nndiary-parse-head): Ditto.
6773         * nnfolder.el (nnfolder-parse-head): Ditto.
6774         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
6775         * nnmaildir.el (nnmaildir--update-nov): Ditto.
6776         * nnml.el (nnml-parse-head): Ditto.
6777
6778 2002-10-17  Steve Youngs  <youngs@xemacs.org>
6779
6780         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
6781         XEmacs, default to it if featurep 'xemacs.
6782
6783 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * spam-stat.el: Check for the existence of hash functions instead
6786         of the Emacs version to decide whether to load cl.  Suggested by
6787         Kai Gro\e,A_\e(Bjohann.
6788
6789 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6790
6791         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
6792         if it isn't open yet.
6793
6794 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * gnus-group.el: Require mm-url only when compiling.
6797         (gnus-group-fetch-charter): Require mm-url.
6798
6799         * spam-stat.el: Require cl for the functions gethash,
6800         hash-table-count, make-hash-table and mapc for Emacs 20.
6801         (puthash): Alias to cl-puthash for Emacs 20.
6802         (with-syntax-table): New macro for Emacs 20.
6803
6804 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
6805
6806         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
6807
6808 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
6809
6810         * spam.el (spam-check-ifile): added ifile as a spam checking
6811         backend, and spam-use-ifle as the variable to toggle that check.
6812
6813 2002-10-12  Simon Josefsson  <jas@extundo.com>
6814
6815         * message.el (message-beginning-of-line): New variable.
6816         (message-beginning-of-line): Use it.
6817
6818 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
6819
6820         * spam.el: more compilation fixes for BBDB
6821
6822         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
6823         (spam-stat-reduce-size): Interactive.
6824         (spam-stat-reset): New function.
6825         (spam-stat-save): Interactive.
6826
6827 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus.el: Autoload gnus-delay-initialize.
6830
6831         * message.el: Autoload gnus-delay-article.
6832
6833 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
6834
6835         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
6836         text property in Emacs.
6837
6838 2002-10-11  Simon Josefsson  <jas@extundo.com>
6839
6840         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
6841         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
6842
6843         * mml1991.el (mml1991-pgg-sign): Remove CR.
6844
6845 2002-10-10  Simon Josefsson  <jas@extundo.com>
6846
6847         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
6848         decrypt failed.
6849         (mml2015-trust-boundaries-alist): Removed.
6850         (mml2015-gpg-extract-signature-details): Don't use it.
6851         (mml2015-unabbrev-trust-alist): New.
6852         (mml2015-gpg-extract-signature-details): Use it.
6853
6854 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
6855
6856         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
6857         BBDB installed
6858
6859         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
6860         statistical analysis of spam in Lisp only
6861
6862 2002-10-10  Simon Josefsson  <jas@extundo.com>
6863
6864         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
6865         auth, selected or examine state.
6866
6867         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
6868         buffer and error buffer depending on type of information.
6869
6870         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
6871         --status-fd stuff even if gpg.el is not used (revert earlier
6872         change).
6873         (mml2015-pgg-{clear-,}verify): Store both output and errors as
6874         gnus details.
6875         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
6876         buffer.
6877
6878         * pgg.el (pgg-verify-region): Use it.
6879
6880         * pgg-def.el (pgg-query-keyserver): New variable.
6881
6882         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
6883         key-identifier in packet.  Is this a good idea?
6884
6885         * mml.el (mml-mode-map): Add security commands that operates on
6886         MIME parts.
6887         (mml-menu): And menu items for them.
6888
6889         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
6890
6891         * mml.el (mml-parse-1): Support sender in #secure tags.
6892
6893         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
6894         defined.
6895
6896         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
6897         (mml-pgp-encrypt-buffer): Support combined signing.
6898
6899         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
6900         (mml1991-gpg-encrypt): Ditto.
6901         (mml1991-pgg-encrypt): Ditto.
6902         (mml1991-encrypt): Pass sign parameter.
6903
6904         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
6905         (mml-signencrypt-style): Mention the variable.
6906
6907 2002-10-09  Simon Josefsson  <jas@extundo.com>
6908
6909         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
6910         pgg-gpg-user-id.
6911
6912         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
6913         (pgg-fetch-key-function): Nil if w3 is not installed.
6914
6915 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6916
6917         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
6918         gnus-agent-current-history.
6919
6920 2002-10-06  Simon Josefsson  <jas@extundo.com>
6921
6922         * imap.el (imap-parse-status): Don't use read to read token.
6923
6924 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6925
6926         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
6927         for methods not covered by the agent, and when unplugged.
6928
6929 2002-10-05  Simon Josefsson  <jas@extundo.com>
6930
6931         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
6932         signing.
6933
6934         * gnus-agent.el (gnus-agent-read-servers): If getting method from
6935         a named server fails, ignore the server.
6936
6937         * mml1991.el (mml1991-pgg-sign): Do QP.
6938
6939         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
6940         work.
6941
6942 2002-10-04  Simon Josefsson  <jas@extundo.com>
6943
6944         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
6945
6946         * pgg-pgp.el (pgg-pgp-verify-region): Inline
6947         binary-write-decoded-region from MEL.
6948
6949         * pgg.el (pgg-encrypt-region): Support sign.
6950
6951         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
6952
6953         * mml2015.el (mml2015-pgg-encrypt): Ditto.
6954
6955         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
6956         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
6957         branch where PGG was taken from in the ChangeLog entries below.
6958
6959 2002-10-01  Simon Josefsson  <jas@extundo.com>
6960
6961         * pgg-pgp.el: Don't require mel.  Don't use luna.
6962         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
6963         (pgg-pgp-process-region): Use expand-file-name instead of concat.
6964         (pgg-pgp-process-region): Don't use binary-funcall.
6965
6966         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
6967
6968         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
6969         instead of concat.
6970
6971         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6972
6973 2002-09-29  Simon Josefsson  <jas@extundo.com>
6974
6975         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
6976         compile warnings.
6977
6978         * pgg.el (pgg-decrypt-region): Don't parse packet.
6979
6980         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
6981
6982 2002-09-29  Daiki Ueno <ueno@unixuser.org>
6983
6984         * pgg.el: Remove dependency on calist.el.
6985
6986 2002-09-28  Simon Josefsson  <jas@extundo.com>
6987
6988         * pgg.el (pgg-temporary-file-directory): New variable.
6989         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
6990
6991         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
6992         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
6993
6994         * pgg-parse.el (pgg-char-int): Defalias.
6995         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
6996         (pgg-read-bytes, pgg-read-body): Use it.
6997         (pgg-decode-packets): Don't use MEL, use base64-*.
6998         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
6999         (pgg-string-as-unibyte): Defalias.
7000         (pgg-parse-armor-region): Use it.
7001
7002         * pgg-gpg.el (pgg-gpg-process-region): Use
7003         pgg-temporary-file-directory.
7004
7005         * luna.el: Don't def-edebug.
7006
7007         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
7008         binary-write-decoded-region from MEL.
7009
7010         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
7011
7012         * alist.el, calist.el: Don't require product/APEL.
7013
7014         * pgg-parse.el (top-level): Remove dependency on static.el,
7015         pccl.el, mel.el.
7016         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
7017         `define-ccl-program' is boundp, instead of using broken.
7018
7019 2002-10-01  Simon Josefsson  <jas@extundo.com>
7020
7021         * message.el (message-required-mail-headers): Remove Lines:.
7022
7023 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7024         From Jesper Harder.
7025
7026         * gnus-group.el (gnus-group-fetch-charter,
7027         gnus-group-fetch-control): Prompt for group if given a prefix
7028         argument.
7029         * gnus-sum.el (t): Add gnus-group-fetch-charter and
7030         gnus-group-fetch-control to summary key map and menu.
7031
7032 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
7033
7034         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
7035         number when there are no articles.
7036
7037 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7038
7039         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
7040         arg ALL means to fetch all articles, not only downloadable ones.
7041         (gnus-agent-fetch-selected-article): New function for
7042         gnus-select-article-hook or gnus-mark-article-hook.
7043
7044 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7045         From Peter von der Ahe <nospam2159@daimi.au.dk>.
7046
7047         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
7048         raw-text.
7049
7050 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
7051
7052         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
7053         Pinard).
7054         Major revamp of the code, documentation is in comments in the file
7055         for now.
7056
7057 2002-09-30  Simon Josefsson  <jas@extundo.com>
7058
7059         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
7060         buffer seem to be needed?
7061
7062 2002-09-29  Simon Josefsson  <jas@extundo.com>
7063
7064         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
7065         compile warnings.
7066
7067         * mml1991.el (mml1991-function-alist): Add pgg.
7068         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
7069         (mml1991-pgg-encrypt): Fix recipients querying.
7070
7071 2002-09-28  Simon Josefsson  <jas@extundo.com>
7072
7073         * mml2015.el (autoload): Autoload correct files.  Trivial patch
7074         from dme@dme.org.
7075         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
7076         handle is returned.
7077
7078 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7081         Protect against non-existent of `nnimap-mailbox-info'.
7082
7083 2002-09-27  Simon Josefsson  <jas@extundo.com>
7084
7085         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
7086         (gnus-setup-news-hook): Use it.
7087         (gnus-after-getting-new-news-hook): Ditto.
7088
7089         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
7090
7091 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7092         From Mats Lidell <matsl@contactor.se>.
7093
7094         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
7095
7096 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7097
7098         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
7099         the part to decode encoded words, use raw words instead of decoded
7100         words.
7101
7102 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7103
7104         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
7105
7106         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
7107         (mm-setup-w3m): Use it.
7108
7109 2002-09-27  Simon Josefsson  <jas@extundo.com>
7110
7111         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
7112         article buffers.
7113
7114         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
7115         it just in case.
7116         (nnimap-update-unseen): New function; update unseen count in
7117         `n-m-info'.
7118         (nnimap-close-group): Call it.
7119
7120         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
7121         (gnus-after-getting-new-news-hook): Ditto.
7122
7123         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
7124         message into verboselevel 9.  Change slow mail check message.
7125         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
7126         (nnimap-fixup-unread-after-getting-new-news): New function, to be
7127         used as a hook after getting new mail.
7128
7129 2002-09-26  Simon Josefsson  <jas@extundo.com>
7130
7131         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
7132         SELECT/EXAMINE is first unseen article, not number of unseen
7133         articles.  Make them distinct by renaming the former to
7134         `first-unseen' instead of `unseen'.
7135
7136         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
7137         too.
7138         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
7139         changed.
7140         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
7141
7142         * gnus-int.el (gnus-server-unopen-status): Defcustom.
7143
7144         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
7145         better.
7146
7147         * mml2015.el (mml2015-pgg-decrypt): Only add security information
7148         if dissecting resulting buffer actually had any information.
7149
7150 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
7153         because the function `string<' allows symbols.
7154
7155         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
7156
7157 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7158
7159         * message.el (message-forward-make-body): Revert an early change
7160         because 8-bit utf-8 emails.
7161
7162 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7163
7164         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
7165         links to Info)
7166         * gnus-art.el (gnus-treat-highlight-signature):
7167         * gnus-art.el (gnus-treat-buttonize):
7168         * gnus-art.el (gnus-treat-buttonize-head):
7169         * gnus-art.el (gnus-treat-emphasize):
7170         * gnus-art.el (gnus-treat-strip-cr):
7171         * gnus-art.el (gnus-treat-unsplit-urls):
7172         * gnus-art.el (gnus-treat-leading-whitespace):
7173         * gnus-art.el (gnus-treat-hide-headers):
7174         * gnus-art.el (gnus-treat-hide-boring-headers):
7175         * gnus-art.el (gnus-treat-hide-signature):
7176         * gnus-art.el (gnus-treat-fill-article):
7177         * gnus-art.el (gnus-treat-hide-citation):
7178         * gnus-art.el (gnus-treat-hide-citation-maybe):
7179         * gnus-art.el (gnus-treat-strip-list-identifiers):
7180         * gnus-art.el (gnus-treat-strip-pgp):
7181         * gnus-art.el (gnus-treat-strip-pem):
7182         * gnus-art.el (gnus-treat-strip-banner):
7183         * gnus-art.el (gnus-treat-highlight-headers):
7184         * gnus-art.el (gnus-treat-highlight-citation):
7185         * gnus-art.el (gnus-treat-date-ut):
7186         * gnus-art.el (gnus-treat-date-local):
7187         * gnus-art.el (gnus-treat-date-english):
7188         * gnus-art.el (gnus-treat-date-lapsed):
7189         * gnus-art.el (gnus-treat-date-original):
7190         * gnus-art.el (gnus-treat-date-iso8601):
7191         * gnus-art.el (gnus-treat-date-user-defined):
7192         * gnus-art.el (gnus-treat-strip-headers-in-body):
7193         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
7194         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
7195         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
7196         * gnus-art.el (gnus-treat-unfold-headers):
7197         * gnus-art.el (gnus-treat-fold-headers):
7198         * gnus-art.el (gnus-treat-fold-newsgroups):
7199         * gnus-art.el (gnus-treat-overstrike):
7200         * gnus-art.el (gnus-treat-display-xface):
7201         * gnus-art.el (gnus-treat-display-smileys):
7202         * gnus-art.el (gnus-treat-from-picon):
7203         * gnus-art.el (gnus-treat-mail-picon):
7204         * gnus-art.el (gnus-treat-newsgroups-picon):
7205         * gnus-art.el (gnus-treat-body-boundary):
7206         * gnus-art.el (gnus-treat-capitalize-sentences):
7207         * gnus-art.el (gnus-treat-fill-long-lines):
7208         * gnus-art.el (gnus-treat-play-sounds):
7209         * gnus-art.el (gnus-treat-translate):
7210         * gnus-art.el (gnus-treat-x-pgp-sig):
7211         * gnus-art.el (gnus-mime-button-line-format):
7212         * gnus-art.el (gnus-button-man-level):
7213         * gnus-art.el (gnus-button-emacs-level):
7214         * gnus-cus.el (gnus-group-parameters):
7215         * gnus-gl.el (bbb-build-mid-scores-alist):
7216         * gnus-group.el (gnus-group-line-format):
7217         * gnus-mlspl.el (gnus-group-split-setup):
7218         * gnus-mlspl.el (gnus-group-split):
7219         * gnus-msg.el (gnus-mailing-list-groups):
7220         * gnus-msg.el (gnus-posting-styles):
7221         * gnus-nocem.el (gnus-nocem-issuers):
7222         * gnus-score.el (gnus-score-regexp-bad-p):
7223         * gnus-srvr.el (gnus-server-line-format):
7224         * gnus-topic.el (gnus-topic-line-format):
7225         * gnus.el (gnus-summary-line-format):
7226         * mail-source.el (mail-sources):
7227         * message.el (message-subscribed-address-file):
7228         * nnmail.el (nnmail-split-fancy):
7229
7230 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
7231
7232         * mail-source.el(mail-source-run-script): use `functionp' to test
7233         whether the argument `script' is in fact a function.
7234         (mail-sources): adjust the defcustom to allow users to specify a
7235         function or a string as the value of the `:prescript' and
7236         `:postscript' arguments of the `file' and `pop3' mail sources.
7237
7238 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
7239
7240         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
7241         number when article 1 does not exist.
7242
7243 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7244
7245         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
7246         apropos if apropos-variable does not exist.
7247         (gnus-button-guessed-mid-regexp)
7248         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
7249         regexes.  From Reiner Steib.
7250         (gnus-button-handle-describe-function)
7251         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
7252         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
7253         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
7254
7255 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
7256         Trivial patch.
7257
7258         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
7259         the file.
7260
7261 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7262
7263         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
7264
7265 2002-09-24  Simon Josefsson  <jas@extundo.com>
7266
7267         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
7268         (mml2015-use): Prefer PGG if installed.
7269         (mml2015-function-alist): Add PGG wrappers.
7270         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
7271         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
7272         prefix, make regexp optionally skip it.
7273         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
7274         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
7275         (mml2015-pgg-encrypt): New functions.
7276         (defvar, autoload): Prevent byte-compile warnings.
7277
7278 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7279         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7280
7281         * gnus-art.el (article-strip-banner): Check for the existence of
7282         from header.
7283
7284 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7285
7286         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
7287         (gnus-button-alist): Improved regexp for
7288         gnus-button-handle-mid-or-mail (false positives), fixed
7289         gnus-button-handle-man entries.
7290         From Reiner Steib.
7291
7292 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7293         From Josh Huber.
7294
7295         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
7296         nnmail-extra-headers is non-nil.
7297
7298 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7299
7300         * nnmaildir.el: Store article numbers persistently.  General
7301         revision.
7302         (nnmaildir-request-expire-articles): handle 'immediate and 'never
7303         for nnmail-expiry-wait; delete instead of moving if 'force is
7304         given.
7305
7306 2002-09-23  Simon Josefsson  <jas@extundo.com>
7307         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
7308
7309         * smime.el (smime-sign-buffer): Get key and extra certs.
7310         (smime-get-key-with-certs-by-email): Utility function.
7311
7312 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7313         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
7314
7315         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
7316         article exists.
7317
7318 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7319
7320         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
7321
7322 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7323         From Reiner Steib.
7324
7325         * gnus-art.el (gnus-button-handle-custom,
7326         gnus-button-handle-mid-or-mail,
7327         gnus-button-handle-describe-{function,variable,key},
7328         gnus-button-handle-apropos{,command,variable}): New functions.
7329         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
7330         gnus-button-{man,emacs,mail}-level): New variables.
7331         (gnus-button-alist): Use the above to buttonize emacs and mail
7332         related links.
7333
7334 2002-09-18  Juanma Barranquero  <lektu@terra.es>
7335
7336         * gnus-int.el (gnus-status-message): Fix spacing.
7337
7338         * imap.el (imap-continuation): Fix typos.
7339
7340 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7341
7342         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
7343
7344         * gnus-art.el (gnus-article-reply-with-original): Correct
7345         with-current-buffer scope.
7346
7347         * message.el (message-completion-alist): Add Reply-To, From, etc.
7348
7349 2002-09-18  Simon Josefsson  <jas@extundo.com>
7350
7351         * nnimap.el (nnimap-request-expire-articles): Make flag setting
7352         conditional.  From Nevin Kapur <nevin@jhu.edu>.
7353
7354 2002-09-17  Simon Josefsson  <jas@extundo.com>
7355
7356         * nnimap.el (nnimap-expiry-target): Don't search for which
7357         articles exists here.
7358         (nnimap-request-expire-articles): Do it here instead.  Only expire
7359         when articles are found.  Suggested by Nevin Kapur
7360         <nevin@jhu.edu>.
7361
7362 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7363         From Reiner Steib <reiner.steib@gmx.de>.
7364
7365         * message.el (message-strip-subject-trailing-was)
7366         (message-change-subject, message-add-archive-header)
7367         (message-xpost-fup2-header, message-xpost-insert-note)
7368         (message-xpost-fup2, message-reduce-to-to-cc): New functions
7369         adopted from message-utils.el.  Add functions to the keymap, mode
7370         describtion and menu.
7371         (message-change-subject,message-xpost-fup2): Signal error if
7372         current header is empty.
7373         (message-xpost-insert-note): Changed insert position.
7374         (message-archive-note): Ensure to insert note in message body (not
7375         in head).
7376         (message-archive-header, message-archive-note)
7377         (message-xpost-default, message-xpost-note, message-fup2-note)
7378         (message-xpost-note-function): New variables adopted from
7379         message-utils.el.  Changed some doc-strings.
7380         (message-mark-insert-{begin,end}): Rename from
7381         message-{begin,end}-inserted-text-mark (message-utils.el), changed
7382         values.
7383         (message-subject-trailing-was-query)
7384         (message-subject-trailing-was-ask-regexp)
7385         (message-subject-trailing-was-regexp): New variables.
7386         (message-to-list-only): Added doc-string and menu entry.
7387
7388         * message-utils.el: Removed.  Functions are now in message.el.
7389
7390 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7391
7392         * gnus-art.el (gnus-article-reply-with-original,
7393         gnus-article-followup-with-original): Switch to
7394         gnus-summary-buffer before reply/followup.
7395
7396 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
7397
7398         * gnus-sum.el (gnus-summary-toggle-header): The article window may
7399         not exist. Toggle it anyway.
7400
7401 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7402
7403         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
7404
7405         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
7406         Trivial patch from Urban Engberg <ue@ccieurope.com>.
7407
7408         * rfc2047.el (message-posting-charset): Defvar it.
7409         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
7410         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
7411
7412         * mail-source.el (mail-source-fetch): Hide password.
7413
7414         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
7415
7416 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7417         From John Paul Wallington <jpw@shootybangbang.com>.
7418
7419         * gnus.el (gnus-visual, gnus-meta): Fix typo.
7420
7421 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7422
7423         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
7424
7425 2002-09-11  Simon Josefsson  <jas@extundo.com>
7426
7427         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
7428         (nnimap-split-rule): Doc fix.
7429         (nnimap-request-expire-articles): Cleanup code.
7430
7431 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7432         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7433
7434         * gnus-art.el (gnus-article-address-banner-alist): New option.
7435         (article-strip-banner): Refer the above option to split banners of
7436         free mail servers, when no group parameter is specified.
7437
7438 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * nntp.el (nntp-wait-for-string): Check for a process in the
7441         current buffer instead of `nntp-server-buffer'.
7442
7443 2002-09-09  Simon Josefsson  <jas@extundo.com>
7444
7445         * gnus-art.el (gnus-button-man-handler): New variable.
7446         (gnus-button-alist): Use g-b-handle-man.
7447         (gnus-button-handle-man): New, call g-b-man-handler.
7448
7449 2002-09-08  Simon Josefsson  <jas@extundo.com>
7450
7451         * gnus-art.el (gnus-button-alist): Buttonize man page links.
7452
7453 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454
7455         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
7456
7457 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7458
7459         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
7460
7461         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
7462         keystroke.
7463
7464         * gnus-srvr.el (gnus-browse-describe-group): New command and
7465         keystroke.
7466
7467 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
7470         value for gnus-decoration property.
7471
7472 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7473
7474         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
7475         string) as group name in case we have a CRLF in the file.
7476
7477 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
7478
7479         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
7480         group.
7481         (rfc1843-decode-hzp): do.
7482         (rfc1843-newsgroups-regexp): do.
7483
7484 2002-09-04  Simon Josefsson  <jas@extundo.com>
7485
7486         * message.el (message-canlock-generate): Make sure sha1 doesn't
7487         call external programs.
7488
7489 2002-09-03  Simon Josefsson  <jas@extundo.com>
7490
7491         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
7492
7493         * gnus-agent.el (gnus-agent-batch): Add doc.
7494
7495 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
7496
7497         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
7498         check for signed and encrypted parts.
7499         * mml.el (mml-parse-1): Correct small typo which preventing
7500         setting recipients in a secure tag.
7501
7502 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * mm-util.el (mm-coding-system-priorities): Default to a list of
7505         iso-2022-jp and others for the Japanese environment.
7506
7507 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
7510         invalid display names.
7511
7512 2002-08-30  Simon Josefsson  <jas@extundo.com>
7513
7514         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
7515         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
7516
7517 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
7518
7519         * gnus.el (gnus-group-charter-alist): New option.
7520         (gnus-group-fetch-control-use-browse-url): New option.
7521
7522         * gnus-group.el (gnus-group-fetch-charter): New function.
7523         (gnus-group-fetch-control): New function.
7524         Add them to the keymap and menu. Require mm-url.
7525
7526 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
7529         From Alex Schroeder <alex@emacswiki.org>.
7530
7531 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
7532
7533         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
7534         items expecting user interaction.
7535
7536         * gnus-topic.el (gnus-topic-make-menu-bar): do.
7537
7538         * gnus-sum.el (gnus-summary-make-menu-bar): do.
7539
7540         * gnus-srvr.el (gnus-server-make-menu-bar): do.
7541
7542         * mml.el (mml-menu): do.
7543
7544 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * mail-source.el (mail-source-touch-pop): New function.
7547
7548         * message.el (message-smtpmail-send-it): New function.
7549         (message-send-mail-function): Add it for a candidate.
7550
7551 2002-08-27  Simon Josefsson  <jas@extundo.com>
7552
7553         * gnus-msg.el (posting-charset-alist): Use
7554         gnus-define-group-parameter instead of defcustom.
7555         (gnus-put-message): Handle SPC in GCC.
7556         (gnus-inews-insert-gcc): Ditto.
7557         (gnus-inews-insert-archive-gcc): Ditto.
7558
7559 2002-08-26  Simon Josefsson  <jas@extundo.com>
7560
7561         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
7562         (gnus-agentize): Auto agentize all nntp and nnimap groups.
7563         (gnus-agent-possibly-save-gcc): Autoload.
7564         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
7565
7566 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus.el (gnus-other-frame-function): New user option.
7569         (gnus-other-frame): Use it; add a doc-string; make it work with
7570         the gnuclient program.
7571
7572         * gnus-util.el (gnus-frame-or-window-display-name): New function.
7573
7574         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
7575         `device-connection' and `dfw-device'.
7576
7577 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7578
7579         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
7580         positives, make it stricter.  From Jochen Hein (trivial change).
7581
7582 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus.el (gnus-other-frame): Trivial fix.
7585
7586 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * gnus.el (gnus-other-frame-parameters): New user option.
7589         (gnus-other-frame-object): New variable.
7590         (gnus-other-frame): Make it search for existing Gnus frame; don't
7591         read new news; delete frame on exit.
7592
7593         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
7594
7595         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
7596
7597 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7598         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
7599
7600         * message.el (message-set-auto-save-file-name): Add support for
7601         the Cygwin Emacs; the system-type is `cygwin'.
7602         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
7603
7604 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7605
7606         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
7607
7608         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
7609         avoid arithmetic errors.
7610
7611 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
7614
7615 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
7618         (message-ignored-resent-headers): Add envelope From.
7619
7620 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7621
7622         * gnus.el (gnus-summary-line-format): Document %k specifier.
7623
7624 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7625
7626         * gnus-sum.el (gnus-summary-line-message-size): New function.
7627         (gnus-summary-line-format-alist): Use it.
7628
7629 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * gnus-art.el (article-make-date-line): Refer to the value for
7632         `gnus-article-time-format' in the summary buffer.
7633
7634         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
7635
7636 2002-08-14  Simon Josefsson  <jas@extundo.com>
7637
7638         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
7639         quoting.
7640         (gnus-button-alist): Fix doc.
7641         (gnus-header-button-alist): Use ' not ` for default value quoting.
7642         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
7643         rationale similar to 2002-05-01 change.
7644         (gnus-article-add-buttons-to-head): Evaluate expression.
7645
7646         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
7647
7648 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * message.el (message-font-lock-keywords): Refer to the value for
7651         `message-cite-prefix-regexp' dynamically.
7652
7653 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-art.el (gnus-decode-header-methods): Doc fix.
7656
7657 2002-08-12  Simon Josefsson  <jas@extundo.com>
7658
7659         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
7660         (imap-shell-open): Skip initial junk before IMAP greeting.
7661
7662 2002-08-11  Simon Josefsson  <jas@extundo.com>
7663
7664         * message-utils.el (message-xpost-default,
7665         message-xpost-fup2-header, message-xpost-fup2): Fixed
7666         Typos.  Trivial changes from Reiner Steib
7667         <4uce.02.r.steib@gmx.net>.
7668
7669 2002-08-09  Simon Josefsson  <jas@extundo.com>
7670
7671         * message.el (message-canlock-password): Set
7672         canlock-password-for-verify to newly generated canlock-password.
7673         When Emacs is restarted, Custom makes sure this is set, but during
7674         the same session we must set it manually.
7675
7676 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
7677
7678         * yenc.el: New file.
7679
7680         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
7681         (mm-uu-type-alist): Add yenc.
7682         (mm-uu-yenc-filename): New function.
7683         (mm-uu-yenc-extract): New function.
7684
7685         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
7686
7687 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7688
7689         * dgnushack.el (merge): Don't use coerce.
7690
7691 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
7692
7693         * mailcap.el (mailcap-mime-data): Test window-system rather than
7694         mm-device-type.
7695         (mailcap-mime-data): Call xdvi and gv with "-safer".
7696
7697         * mm-util.el: Don't define mm-device-type.
7698
7699 2002-08-05  Simon Josefsson  <jas@extundo.com>
7700
7701         * mm-util.el (mm-coding-system-priorities): coding-system type not
7702         supported everywhere.
7703
7704 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7705
7706         * gnus.el (gnus-version-number): Bumped version number.
7707
7708 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7709
7710         * gnus.el: Oort Gnus v0.07 is released.
7711
7712 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
7715         (gnus-article-sort-functions): Doc fix.
7716         (t): New keystroke.
7717         (gnus-article-sort-by-random): New function.
7718         (gnus-thread-sort-by-random): New function.
7719
7720 2002-08-02  Simon Josefsson  <jas@extundo.com>
7721
7722         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
7723         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
7724
7725 2002-07-31  Danny Siu  <dsiu@adobe.com>
7726
7727         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
7728         when splitting malformed messages without message-id
7729
7730 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7731         From Niklas Morberg <niklas.morberg@axis.com>.
7732
7733         * nnweb.el (nnweb-type, nnweb-type-definition)
7734         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
7735         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
7736         functionality.
7737         * nnweb.el: Removed old non-functioning search engines.
7738
7739 2002-07-27  Simon Josefsson  <jas@extundo.com>
7740
7741         * message.el (message-forward-make-body): Don't use
7742         `message-forward-ignored-headers' when doing a "raw" followup (it
7743         is important to preserve e.g. CTE).
7744
7745         * flow-fill.el (fill-flowed): Disable filladapt-mode.
7746
7747         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
7748         regexp-quote, Cyrus Sieve is fixed.
7749
7750         * sieve-manage.el (sieve-manage-deletescript): New function.
7751
7752         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
7753         (sieve-manage-mode): Fix menubar.
7754         (sieve-activate): Change some messages.
7755         (sieve-deactivate-all): New function.
7756         (sieve-deactivate): New alias.
7757         (sieve-remove): New function.
7758         (sieve-help): Fix help.
7759         All suggested by Ned Ludd.
7760
7761 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
7764         (mm-w3m-safe-url-regexp): New user option.
7765
7766         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
7767         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
7768
7769 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
7770
7771         * gnus-sum.el (gnus-summary-delete-article): Force
7772         nnmail-expiry-target to 'delete, so that absolute deletion
7773         happens when absolute deletion is requested.
7774
7775 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7776         From Nevin Kapur <nevin@jhu.edu>.
7777
7778         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
7779         headers as empty headers.
7780
7781 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7782         From Jochen Hein <jochen@jochen.org>.
7783
7784         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
7785         correct typo.
7786         (gnus-emphasis-strikethru): New face.
7787
7788 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7789         From Jason Merrill <jason@redhat.com>.
7790
7791         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
7792         entire file for each of a sequence of missing articles.
7793
7794         * gnus-salt.el (gnus-binary-display-article): Respect an existing
7795         value for gnus-view-pseudos.
7796
7797         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
7798         avoid nreverse.
7799
7800 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7801         From Ted Zlatanov <teodor.zlatanov@divine.com>.
7802
7803         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
7804         (gnus-summary-mode-line-format-alist): Add %h for number of
7805         spams.
7806         (gnus-newsgroup-spam-marked): New variable.
7807         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
7808         (gnus-article-read-p, gnus-article-mark)
7809         (gnus-set-global-variables, gnus-set-global-variables)
7810         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
7811         (gnus-summary-mark-article-as-unread)
7812         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
7813         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
7814         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
7815
7816 2002-07-10  Simon Josefsson  <jas@extundo.com>
7817
7818         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
7819         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
7820
7821 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
7822
7823         * gnus-sum.el (gnus-summary-delete-article): Respect group
7824         parameters while expiring.
7825
7826 2002-07-08  Simon Josefsson  <jas@extundo.com>
7827
7828         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
7829         Enberg.
7830
7831 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7832
7833         * gnus-art.el (article-unsplit-urls): Only display MIME when this
7834         function is called interactively.  From Niklas Morberg.
7835
7836 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7837
7838         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
7839         cdaar to cdar and car.
7840
7841         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
7842         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
7843
7844 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
7847         don't break a narrowed article.
7848
7849         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
7850         (nntp-open-via-rlogin-and-telnet): Ditto.
7851
7852 2002-07-02  Didier Verna  <didier@xemacs.org>
7853
7854         * nnmail.el (nnmail-split-methods): fix custom type.
7855
7856 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7857
7858         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
7859         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
7860
7861 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7862
7863         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
7864         (gnus-summary-resend-message): Use it.
7865
7866 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * nntp.el (nntp-via-rlogin-command-switches): New variable.
7869         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
7870
7871 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7872
7873         * message.el (message-font-lock-keywords): Don't fontify
7874         headers in the message body, only in the header.
7875         (message-font-lock-make-header-matcher): New function, used by
7876         message-font-lock-keywords.
7877         From Katsumi Yamaoka <yamaoka@jpl.org>.
7878
7879 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
7882
7883 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
7886
7887 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7888
7889         * message.el (message-font-lock-keywords): Revert 2002-06-22
7890         change.
7891
7892 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7893
7894         * message.el (message-font-lock-keywords): Put colon in header
7895         name match.
7896
7897 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7898
7899         * message.el (message-font-lock-keywords): Don't use header faces
7900         in the body.  Thanks to Stefan Monnier for the hint on the
7901         implementation.
7902
7903 2002-05-09  Miles Bader  <miles@gnu.org>
7904
7905         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
7906         (gnus-article-hide-citation): Respect it.
7907
7908 2002-04-12  Juanma Barranquero  <lektu@terra.es>
7909
7910         * pop3.el (pop3-open-server): Fix typo.
7911
7912 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
7913
7914         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
7915         instead of push to ignore duplicate to-(list|address) values.
7916         * nnmail.el (nnmail-cache-ignore-groups): New.
7917         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
7918
7919 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7920
7921         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
7922         before sending.  Suggested by Jan Rychter.
7923
7924 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * dgnushack.el (remove): New compiler macro.
7927         (last, coerce, subseq): Remove compiler macros for those built-in
7928         or unused functions.
7929
7930 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7931
7932         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
7933         sure to write byte-compiled versions of gnus-*-format-alist to
7934         .newsrc.eld.  From Simon Josefsson.
7935
7936 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7937
7938         * gnus-agent.el (gnus-agent-read-servers)
7939         (gnus-agent-write-servers): Put server name (string like
7940         "nnchoke:frumple") in the file instead of a server specification
7941         (Lisp expression like (nnchoke "frumple" ...parameters...)).
7942         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
7943
7944 2002-06-16  Simon Josefsson  <jas@extundo.com>
7945
7946         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
7947         Reiner Steib <4uce.02.r.steib@gmx.net>.
7948
7949 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7950
7951         * nnheader.el (nnheader-file-name-translation-alist): Set the
7952         default value for MS Windows systems.
7953
7954         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
7955
7956 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * message.el (message-beginning-of-line): Keep the region active
7959         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
7960
7961 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
7962
7963         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
7964         * gnus-msg.el (gnus-summary-reply): Ditto.
7965         * gnus-msg.el (gnus-summary-handle-replysign): New.
7966
7967 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * message.el (message-send-mail-with-sendmail): Kill errbuf even
7970         if sending failed.
7971
7972 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
7973
7974         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
7975         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
7976         to sign while encrypting.
7977
7978 2002-06-11  Simon Josefsson  <jas@extundo.com>
7979
7980         * gnus-int.el (gnus-request-move-article): Agent expire article if
7981         successfuly moved.
7982
7983         * nnweb.el (nnweb-google-create-mapping): Honors the value of
7984         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
7985
7986 2002-06-10  Simon Josefsson  <jas@extundo.com>
7987
7988         * gnus-int.el (gnus-request-expire-articles): Fix last change?
7989
7990 2002-06-09  Simon Josefsson  <jas@extundo.com>
7991
7992         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
7993
7994         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
7995
7996 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7997
7998         * flow-fill.el (fill-flowed): Ignore errors.
7999
8000 2002-06-06  Simon Josefsson  <jas@extundo.com>
8001
8002         * message.el (message-send-mail-with-sendmail): Improve error message.
8003
8004 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8005
8006         * message.el (message-interactive): Change default from nil to t.
8007         Better to be safe than to be fast.
8008
8009 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8010
8011         * message.el (message-send-mail-with-sendmail): Check return value
8012         from call-process-region.
8013
8014 2002-06-04  Simon Josefsson  <jas@extundo.com>
8015
8016         * gnus-msg.el (gnus-group-mail, gnus-group-news)
8017         (gnus-group-post-news, gnus-summary-mail-other-window)
8018         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
8019         gnus-article-copy to nil, thereby inhibiting the `header' posting
8020         style match to use data from last viewed article.
8021         Suggested by Hrvoje Niksic.
8022
8023 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * spam.el (spam-point-at-eol): New alias.
8026         (spam-parse-whitelist): Use it.
8027
8028 2002-06-03  Simon Josefsson  <jas@extundo.com>
8029
8030         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
8031         (nnmail-article-group): Use it.
8032
8033 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8034
8035         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
8036         so that code reading them won't be surprised.  From Jesper Harder
8037         <harder@ifa.au.dk>.
8038
8039 2002-05-29  Simon Josefsson  <jas@extundo.com>
8040
8041         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
8042         articles.
8043
8044         * gnus.el (gnus-agent-cache): Doc fix.
8045         (gnus-agent): Change default to t.
8046
8047         * gnus-agent.el (gnus-agent-expire): Make it accept optional
8048         ARTICLES, GROUP and FORCE parameters.
8049
8050 2002-05-28  Simon Josefsson  <jas@extundo.com>
8051
8052         * gnus-group.el (gnus-group-line-format): Doc fix.
8053
8054 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8055
8056         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
8057         original article before yanking.  From Jesper Harder
8058         <harder@ifa.au.dk>.
8059
8060 2002-05-26  Simon Josefsson  <jas@extundo.com>
8061
8062         * gnus-sum.el (gnus-summary-menu-split): New function.
8063         (gnus-summary-make-menu-bar): Split charset submenu.
8064         (gnus-summary-menu-maxlen): New variable.
8065         (gnus-summary-menu-split): Use it.
8066
8067 2002-05-25  Simon Josefsson  <jas@extundo.com>
8068
8069         * mml.el (mml-preview): Generate some headers.
8070
8071         * gnus.el (gnus-large-newsgroup): Fix :type.
8072
8073         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
8074         Agent cache NOV's by default now).
8075         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
8076
8077 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
8078
8079         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
8080         call to gnus-parent-id when we check for References loops.
8081         (gnus-summary-prepare-threads): Avoid simplifying every Subject
8082         twice by saving the simplified subject string in simp-subject.
8083
8084 2002-05-23  Simon Josefsson  <jas@extundo.com>
8085
8086         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
8087         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
8088
8089         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
8090         Niklas Morberg <niklas.morberg@axis.com>.
8091
8092 2002-05-22  Simon Josefsson  <jas@extundo.com>
8093
8094         * sieve.el (sieve-change-region): Define it before it is used.
8095
8096         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
8097         (gnus-summary-reply): Ask for confirmation when replying to news.
8098         Defaults to not ask.  From Benjamin Rutt
8099         <rutt+news@cis.ohio-state.edu>.
8100
8101         * nnimap.el (nnimap-nov-is-evil): Improve doc.
8102
8103 2002-05-21  Simon Josefsson  <jas@extundo.com>
8104
8105         * sieve-mode.el (sieve-manage): Fix autoloads.
8106
8107         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
8108         name (makes it work with recent Cyrus timsieved).
8109
8110 2002-05-20  Jason  <jbaker@cs.utah.edu>
8111         Trivial patch.
8112
8113         * gnus-art.el (gnus-request-article-this-buffer): Try
8114         reconnecting if you don't get the message.
8115
8116 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8117
8118         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
8119         Reply-To headers from the headers.
8120
8121 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8122
8123         * mm-url.el (mm-url-insert): Remove junk message.
8124
8125 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8126
8127         * nnslashdot.el (nnslashdot-request-list): Parse new html.
8128         (nnslashdot-use-front-page): New variable.
8129         (nnslashdot-request-list): Use it.
8130
8131         * mm-url.el (mm-url-timeout): New variable.
8132         (mm-url-retries): Ditto.
8133         (mm-url-insert): Use it.
8134
8135 2002-05-16  Simon Josefsson  <jas@extundo.com>
8136
8137         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
8138         (gnus-simplify-subject-functions): Mention g-s-a-w.
8139
8140 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
8141
8142         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
8143         nnmail-cache-insert.
8144         * nndiary.el (nndiary-request-accept-article): Ditto.
8145         * nnfolder.el (nnfolder-request-accept-article): Ditto.
8146         * nnimap.el (nnimap-request-accept-article): Ditto.
8147         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
8148         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
8149         * nnmbox.el (nnmbox-request-accept-article): Ditto.
8150         * nnmh.el (nnmh-request-accept-article): Ditto.
8151         * nnmail.el (nnmail-cache-insert): Change group to required,
8152         removed code which tried to figure out the group.
8153
8154 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
8155
8156         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
8157         messages. From Hans de Graaff <hans@degraaff.org>.
8158         * nnml.el (nnml-request-accept-article): Pass in the group name to
8159         nnmail-cache-insert, since it's available.
8160
8161 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8162
8163         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
8164
8165 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8166         From Florian Weimer <fw@deneb.enyo.de>.
8167
8168         * gnus.el (subscribed): New group parameter.
8169         (gnus-find-subscribed-addresses): Use it.
8170
8171 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
8172
8173         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
8174         the default for pgpmime to support pgp v2.
8175         * mml-sec.el (mml-signencrypt-style): New accessor function to
8176         allow users to get/set the signencrypt style more easily without
8177         frobbing the alist directly.
8178         * mml.el (mml-generate-mime-1): Use accessor function.
8179
8180 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8181
8182         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
8183         parenthesis for "<" and ">".  Suggested by Andreas Schwab
8184         <schwab@suse.de>.
8185
8186 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8187
8188         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
8189         when intuiting the group the message is written to.  From Josh
8190         Huber <huber@alum.wpi.edu>.
8191
8192 2002-05-06  Simon Josefsson  <jas@extundo.com>
8193
8194         * gnus-topic.el (gnus-group-topic-parameters): Work when group
8195         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
8196
8197 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
8198
8199         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
8200         argument, and fixed compiler warning. (added autoload for
8201         gpg-encrypt).
8202
8203 2002-05-04  Simon Josefsson  <jas@extundo.com>
8204
8205         * mml1991.el (mml1991-function-alist): Doc fix.
8206
8207         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
8208         doesn't exist (for previewing messages without having Gnus
8209         started).
8210
8211         * mm-util.el (mm-coding-system-priorities): Defcustom.
8212
8213         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
8214
8215 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
8216
8217         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
8218         default.
8219         * mml-sec.el:
8220         * mml-sec.el (mml-signencrypt-style): New.
8221         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
8222         argument `sign'.
8223         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
8224         signencrypt.
8225         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
8226         * mml.el (mml-generate-mime-1): Changed logic so a part which is
8227         both signed & encryped is processed in one operation. (rather than
8228         two separate ops: sign, then encrypt)
8229         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
8230         indication if a message is signed by an expired key.
8231         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
8232         enables combined sign & encrypt operation. (this was always on
8233         before).
8234         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
8235
8236 2002-05-01  Simon Josefsson  <jas@extundo.com>
8237
8238         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
8239         server.
8240         (nnimap-mailbox-info): defvar instead of defvoo.
8241
8242 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8243
8244         * gnus.el: Oort Gnus v0.06 is released.
8245
8246 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8247
8248         * lpath.el: Bind url-package-version.
8249
8250 2002-05-01  Simon Josefsson  <jas@extundo.com>
8251
8252         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
8253         filename before deleting the group itself, because the presence of
8254         a group filename decides if long filenames are used or not.
8255
8256         * gnus-art.el (gnus-button-alist): Don't inline
8257         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
8258         without also modifying g-button-alist.
8259         (gnus-button-alist): Fix type to allow variable as well as regexp.
8260         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
8261         themselves, variables to its contents.
8262         (gnus-button-entry): Ditto.
8263
8264 2002-05-01  Simon Josefsson  <jas@extundo.com>
8265
8266         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
8267         UIDNEXT as a string.
8268
8269         * nnimap.el (nnimap-string-lessp-numerical): New function.
8270         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
8271         integers.
8272
8273 2002-04-29  Simon Josefsson  <jas@extundo.com>
8274
8275         * nnmail.el (nnmail-cache-insert): Accept optional group
8276         parameter.
8277
8278         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
8279         n-r-g-a is disabled.
8280
8281 2002-04-29  Simon Josefsson  <jas@extundo.com>
8282
8283         * nnimap.el (nnimap-split-fancy): Fix doc.
8284         (nnimap-split-fancy): Fix doc.
8285
8286         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
8287         (nnimap-mailbox-info): New internal variable.
8288         (nnimap-retrieve-groups): Implement faster new mail check.
8289
8290         * nnimap.el (nnimap-split-articles): Support
8291         nnmail-cache-accepted-message-ids.
8292         (nnimap-request-accept-article): Ditto.
8293
8294         * imap.el (imap-mailbox-status-asynch): New command.
8295
8296 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
8297
8298         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
8299         are no subscribed mail groups.
8300         - Strip quoted names when comparing addresses
8301
8302 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
8303
8304         * mm-decode.el (mm-text-html-renderer): Change customize type to
8305         const.
8306
8307         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
8308         (gnus-debug-exclude-variables): do.
8309
8310 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8311
8312         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
8313         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
8314
8315 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * dns.el (dns-make-network-process): New macro.
8318         (query-dns): Use it.
8319
8320 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8321
8322         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
8323         article-buffer.
8324
8325         * mm-url.el (mm-url-package-name): New variable.
8326         (mm-url-package-version): New variable.
8327         (mm-url-insert-file-contents): Bind url-package-name and
8328         url-package-version here.
8329         * nnrss.el (nnrss-insert-w3): Move the bindings.
8330
8331         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
8332         url-package-version. Trivial change from Andrew J Cosgriff
8333         <ajc@polydistortion.net>
8334
8335         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
8336         attachments. Trivial change from Peter 'Luna' Runestig
8337         <peter@runestig.com>.
8338
8339 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
8340
8341         * nnkiboze.el (nnkiboze-request-scan): Call
8342         nnkiboze-possibly-change-group.
8343         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
8344         problems.
8345         (nnkiboze-generate-group): Set newsrc to the *highest* article
8346         number kibozed, not the lowest.
8347
8348 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
8349
8350         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
8351
8352 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8353         From Dan Christensen <jdc+news@uwo.ca>.
8354
8355         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8356         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8357         Recognize math postings.  Extract Date (now ignores "(15kb)").
8358         Extract email address using gnus-extract-address-components
8359         instead of just taking the first word.  Create Date and From
8360         headers for message which are missing these headers.  Get rid
8361         of spurious \\ lines (purely cosmetic).  Extend body-end and
8362         file-end regexps, to exclude more garbage from the message.
8363         Make URL rephrasing regexp more flexible, to match current
8364         format.
8365
8366 2002-04-23  Simon Josefsson  <jas@extundo.com>
8367
8368         * netrc.el: New file, functions copied from gnus-util.el by Ted
8369         Zlatanov <tzz@lifelogs.com>.
8370
8371         * gnus-util.el: Require netrc.
8372         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
8373         new code in netrc.el.
8374
8375 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8376
8377         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
8378         message-ignored-resent-headers, too.  From Matthieu Moy
8379         <Matthieu.Moy@imag.fr>.
8380
8381 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8382
8383         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
8384         boolean not a string
8385         * gnus-group.el (gnus-group-line-format): add description of %C
8386         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
8387           as %C
8388         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
8389
8390 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
8391
8392         * nnmaildir.el (nnmaildir-request-scan): typo: set
8393         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
8394         nnmail-get-new-mail for 'find-new-groups.
8395
8396 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
8397
8398         * nnmaildir.el (nnmaildir-request-update-info,
8399         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
8400         unnecessary calls to nnmaildir-request-scan.
8401
8402 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8403
8404         * gnus-msg.el:
8405         * gnus-msg.el (gnus-message-replysign): New.
8406         * gnus-msg.el (gnus-message-replyencrypt): New.
8407         * gnus-msg.el (gnus-message-replysignencrypted): New.
8408         * gnus-msg.el (gnus-summary-reply): Use the three new variables
8409         (above) to automatically encrypt/sign to encrypted/signed
8410         messages.
8411         * message.el:
8412         * message.el (message-mode-map): Add keybinding for
8413         `message-to-list-only'
8414         * message.el (message-mode): Add description for
8415         `message-to-list-only'
8416         * message.el (message-to-list-only): New.
8417         * message.el (message-make-mft): Changed to use the cl loop macro,
8418         and added optional flag to return only the matched list. (for use
8419         in new message-to-list-only function)
8420
8421 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8422
8423         * gnus-msg.el:
8424         * gnus-msg.el (gnus-message-replysign):
8425         * gnus-msg.el (gnus-replysign): New.
8426         * gnus-msg.el (gnus-replyencrypt): New.
8427         * gnus-msg.el (gnus-replysignencrypted): New.
8428         * gnus-msg.el (gnus-summary-reply):
8429         * message.el:
8430         * message.el (message-mode-map):
8431         * message.el (message-mode):
8432         * message.el (message-to-list-only): New.
8433         * message.el (message-make-mft):
8434
8435 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8436
8437         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
8438
8439 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
8440
8441         * message.el (message-gen-unsubscribed-mft): accept a prefix
8442         argument so CC can be included with C-u C-c C-f C-a
8443
8444 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8445         From Ted Zlatanov <teodor.zlatanov@divine.com>.
8446
8447         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
8448         Improve docstring.
8449         (spam-enter-blacklist): New command.
8450
8451         * gnus-sum.el (gnus-spam-mark): New mark.
8452         (gnus-auto-expirable-marks): Add gnus-spam-mark.
8453         (gnus-summary-make-tool-bar): Correct conditional.
8454         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
8455         (gnus-summary-mark-as-spam): New command.
8456
8457 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
8458
8459         * mml-sec.el (mml-secure-message): changed to support arbritrary
8460         modes.
8461         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
8462         changed to support "signencrypt" mode.
8463         * mml.el (mml-parse-1): changed to support different secure modes
8464         more easily. (for signencrypt)
8465
8466 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
8467
8468         * gnus-sum.el (gnus-update-summary-mark-positions)
8469         (gnus-summary-toggle-header):
8470         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
8471         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
8472         (gnus-uu-post-encoded):
8473         * nnfolder.el (nnfolder-possibly-change-group):
8474         * nnimap.el (nnimap-retrieve-headers):
8475         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
8476
8477 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
8478
8479         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
8480         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
8481
8482 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus-srvr.el (gnus-server-set-info): Clear
8485         `gnus-server-method-cache' when `gnus-server-alist' is changed.
8486         From Daiki Ueno <ueno@unixuser.org>.
8487
8488 2002-04-11  Simon Josefsson  <jas@extundo.com>
8489
8490         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
8491         viewing of security buttons.  Thanks to Nicolas Kowalski
8492         <Nicolas.Kowalski@imag.fr>.
8493
8494         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
8495         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
8496         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
8497         <Nicolas.Kowalski@imag.fr>.
8498         (smime-decrypt-buffer): Ditto.
8499
8500 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8501
8502         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
8503         header line.
8504
8505 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
8506
8507         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
8508
8509 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8510
8511         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
8512
8513 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8514
8515         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
8516         errors when debug.
8517
8518 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
8519
8520         * message.el (message-make-mft): Changed MFT code from using
8521         message-recipients (which included Bcc) to use only the To and CC
8522         headers.
8523
8524 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8525
8526         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
8527         add link.
8528         (gnus-treat-mail-picon): Ditto.
8529         (gnus-treat-newsgroups-picon): Ditto.
8530         (gnus-picon-databases): Fix custom type.
8531         (gnus-picon-databases): Add link.
8532         (gnus-article-x-face-command): Add to gnus-picon group.
8533
8534 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
8535
8536         * message.el (message-buffer-naming-style): Remove.
8537
8538 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8539
8540         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
8541
8542         * message.el (message-tool-bar-map): Ditto.
8543
8544         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8545
8546 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8547
8548         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
8549
8550 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
8551
8552         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
8553
8554 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
8555         Trivial patch.
8556
8557         * dns.el: open-network-stream under XEmacs does udp.
8558
8559 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
8560
8561         * spam.el (spam-enter-whitelist): New function.
8562         (spam-parse-whitelist): Ditto.
8563         (spam-refresh-list-cache): Ditto.
8564         (spam-address-whitelisted-p): New function.
8565
8566         * dns.el (query-dns): Use TCP when make-network-process isn't
8567         available.
8568         (dns-servers): New variable.
8569         (dns-parse-resolv-conf): New function.
8570         (query-dns): Use it.
8571
8572         * spam.el: New file.
8573
8574         * dns.el (query-dns): Test.
8575
8576 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8577
8578         * lpath.el (featurep): Bind make-network-process.
8579
8580 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
8581
8582         * nnmaildir.el: Use defstruct.  Use a single copy of
8583         nnmail-extra-headers to save memory.  Store server's group name
8584         prefix instead of each group's prefixed name.
8585         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
8586         nntp-server-buffer.
8587
8588 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8589
8590         * dns.el: New file.
8591
8592 2002-03-28  Simon Josefsson  <jas@extundo.com>
8593
8594         * gnus-sum.el (gnus-summary-dummy-line-format):
8595         * gnus.el (gnus-summary-line-format): Fixing links to Info.
8596         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
8597
8598 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8599
8600         * gnus-sum.el (gnus-summary-move-article)
8601         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
8602         the doc string.
8603
8604 2002-03-28  Simon Josefsson  <jas@extundo.com>
8605
8606         * mml-sec.el (mml-secure-message): Search after
8607         mail-header-separator from top of message.
8608
8609 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
8610
8611         * nnmaildir.el: Cosmetic changes.
8612         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
8613         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
8614         nnmaildir--group-ls): New macros/functions.  Use them.
8615         (nnmaildir--unlink): Evalutate argument only once.
8616
8617 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
8618
8619         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
8620         symbols.
8621         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
8622         `gnus-point-at-eol'.
8623
8624 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
8625
8626         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
8627         nnmaildir--marks-dir): New macros.  Use them.
8628         Use inhibit-quit for atomicity instead of in-memory journaling.
8629         (nnmaildir--edit-prep): New function.
8630         (Local Variables): Use it.
8631
8632 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8633
8634         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8635
8636 2002-03-25  Simon Josefsson  <jas@extundo.com>
8637
8638         * message.el (message-mode): Fix doc.
8639
8640 2002-03-25  Simon Josefsson  <jas@extundo.com>
8641
8642         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
8643         Matthieu Moy <Matthieu.Moy@imag.fr>.
8644
8645 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
8646
8647         * mml-sec.el (mml-unsecure-message): Add docstring.
8648
8649 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8650
8651         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
8652         value.
8653         Trivial change from andre@slamdunknetworks.com
8654
8655 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
8656
8657         * mml.el (mml-mode-map): Added a keybinding for
8658         `mml-unsecure-message'.  Also, added a menu entry for said
8659         function in the Attachments menu.
8660
8661 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * canlock.el (canlock-version): Remove.
8664         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
8665         here; simplify \x insertions.
8666         (canlock-sha1): New function, always return a unibyte string.
8667         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
8668         of a password.
8669         (canlock-insert-header): Use `canlock-sha1'.
8670         (canlock-verify): Ditto.
8671
8672 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8673
8674         * message.el (message-fix-before-sending): Add an option that
8675         ignores illegible text.
8676         Trivial change from Mark Milhollan <mlm@attglobal.net>
8677
8678         * message.el (message-font-lock-keywords): Support multi-line MML
8679         tags.
8680
8681         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
8682         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
8683
8684 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
8687         symbols for "View as different encoding" submenu.
8688
8689 2002-03-19  Simon Josefsson  <jas@extundo.com>
8690
8691         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
8692         encoding" submenu.
8693
8694 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8695
8696         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
8697
8698 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8699
8700         * gnus-sum.el (gnus-sum-thread-tree-root)
8701         (gnus-sum-thread-tree-single-indent)
8702         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8703         (gnus-sum-thread-tree-leaf-with-other)
8704         (gnus-sum-thread-tree-single-leaf): Make customizable.
8705
8706 2002-03-16  Simon Josefsson  <jas@extundo.com>
8707
8708         * gnus-util.el (gnus-extract-address-components): Don't break on
8709         names such as James "Kibo" Parry.  From Francis Litterio
8710         <franl@world.std.com>.
8711
8712 2002-03-13  Simon Josefsson  <jas@extundo.com>
8713
8714         * pop3.el (pop3-open-server): Revert multibyte change.  From
8715         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8716
8717         * message.el (message-send-mail-with-qmail): Make it work.  From
8718         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8719
8720 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
8721
8722         * message.el (message-make-mft): Set case-fold-search while
8723         generating the MFT.  Also, a little cleanup in the MFT code.
8724
8725 2002-03-12  Simon Josefsson  <jas@extundo.com>
8726
8727         * message.el (message-qmail-inject-args): May be function.
8728         (message-send-mail-with-qmail): Call function if m-q-i-a is
8729         function.  From fn@hungry.org (Faried Nawaz).
8730
8731 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8732
8733         * message.el (message-abbrevs-loaded): Remove.
8734         (mailabbrev): Require it.
8735
8736         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
8737
8738 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * pop3.el (pop3-open-server): Set process buffer unibyte.
8741
8742 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8743
8744         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
8745
8746 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8747
8748         * nnslashdot.el (nnslashdot-request-article): Remove javascript
8749         too.
8750
8751 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8752
8753         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
8754         duplication.
8755         (gnus-summary-save-parts-type-history): Ditto.
8756         (gnus-summary-save-parts-last-directory): Ditto.
8757         Trivial change from andre@slamdunknetworks.com
8758
8759 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
8760
8761         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
8762
8763 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8764
8765         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
8766         -->" as the end of the first article.
8767
8768         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
8769         From Matthieu Moy <Matthieu.Moy@imag.fr>
8770
8771         * message.el (message-add-action): Use add-to-list.
8772         (message-delete-action): New function.
8773
8774         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
8775         pieces.
8776
8777 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
8778
8779         * nnnil.el: New file.
8780         * gnus.el (gnus-valid-select-methods): Include nnnil.
8781
8782 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8783
8784         * message.el (message-syntax-checks): Because canlock is
8785         supported, we disable sender syntax check.
8786         (message-shoot-gnksa-feet): Add cancel-messages option doc.
8787
8788         * gnus-draft.el (gnus-draft-send): If interactive, use its default
8789         value of message-syntax-checks.
8790
8791         * qp.el (quoted-printable-decode-region): Doc addition.
8792         From: Eli Zaretskii <eliz@is.elta.co.il>
8793
8794         * mail-source.el (make-source-make-complex-temp-name): Use
8795         make-temp-file.
8796
8797         * mm-util.el (mm-make-temp-file): New function.
8798         * nneething.el (nneething-file-name): Use it.
8799         * mml-smime.el (mml-smime-encrypt): Ditto.
8800         * mm-view.el (mm-inline-wash-with-file): Ditto.
8801         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
8802         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
8803         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
8804         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
8805         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
8806         * gnus-art.el (gnus-mime-print-part): Ditto.
8807
8808 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8809
8810         * message.el (nnmaildir-article-number-to-base-name): New
8811         function.
8812         (nnmaildir-base-name-to-article-number): New function.
8813
8814 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * smime.el (smime-make-temp-file): Don't quote
8817         `temporary-file-directory'.
8818
8819 2002-03-04  Simon Josefsson  <jas@extundo.com>
8820
8821         * smime.el (smime-sign-region): Rename argument keyfiles to
8822         keyfile. You only sign something with one key.
8823         (smime-sign-buffer): Better completing-read prompt.
8824         (smime-decrypt-buffer): Ditto.
8825
8826         * smime.el (smime-make-temp-file): Make it work under XEmacs.
8827
8828         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
8829         completing-read.
8830         (mm-view-pkcs7-decrypt): CRLF->LF.
8831
8832 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8833
8834         * message.el (message-hierarchical-addresses): New variable.
8835         (message-get-reply-headers): Use it.
8836         From Ted Zlatanov <teodor.zlatanov@divine.com>
8837
8838 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8839
8840         * message.el (message-mode): If buffer-file-name, don't set auto
8841         save file name.
8842         Trivial change from Geoff Greene <ggreene@wpi.edu>
8843
8844 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8845
8846         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
8847         takes one argument in read-char.
8848
8849         * message.el (message-fix-before-sending): Forward a char.
8850         Check mmu-multibyte-p, add control-1.
8851
8852 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8853
8854         * gnus-start.el (gnus-read-init-file): Ditto.
8855
8856         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
8857
8858         * dgnushack.el (dgnushack-make-load): Ditto.
8859
8860         * mail-source.el (mail-source-fetch): Extract the right error
8861         code.
8862
8863         * message.el (message-fix-before-sending): Check illegible text.
8864
8865         * gnus-util.el (gnus-multiple-choice): New function.
8866
8867         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
8868         also defined in gnus-score.el.
8869
8870 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
8871
8872         * message.el (message-get-reply-headers): downcase email addresses
8873         for comaparisons for duplicate removal.
8874
8875 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8876
8877         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
8878         implementation of PKCS#7, which just allows users read the
8879         message.
8880         (mm-view-pkcs7): Use it.
8881
8882 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8883
8884         * gnus.el (large-newsgroup-initial): New parameter.
8885
8886         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
8887         (gnus-summary-insert-old-articles): Ditto.
8888
8889 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8890
8891         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
8892         used as the default answer of the question, "How many articles?".
8893         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8894
8895         * nnagent.el (nnagent-retrieve-headers): Remove articles with
8896         small numbers.
8897
8898 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8899
8900         * deuglify.el: Fix comments.
8901
8902 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8903
8904         * html2text.el (html2text-clean-anchor): If there is no HREF,
8905         insert nothing.
8906
8907         * mml.el (mml-generate-mime-1): Add cdr.
8908         From: andre@slamdunknetworks.com
8909
8910         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
8911         (mm-text-html-washer-alist): Ditto.
8912
8913         * mm-decode.el (mm-text-html-renderer): Add html2text.
8914
8915         * html2text.el: Face lift.
8916
8917         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
8918
8919 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
8920
8921         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
8922
8923         * deuglify.el: Change copy right. Add autoload. Add coding-system.
8924
8925         * deuglify.el: New file. The original file name is
8926         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
8927
8928         * mm-decode.el (mm-display-external): Use
8929         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
8930
8931 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
8932
8933         * nnmaildir.el (nnmaildir-request-list): Report the highest
8934         article number, not the total number of articles.
8935
8936 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8937
8938         * gnus-sum.el: Move uu key map here.
8939         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
8940
8941 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
8942
8943         * nnmaildir.el (nnmaildir-request-expire-articles): Use
8944         nnmail-expiry-wait* if expire-age parameter is not set.
8945
8946 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8947
8948         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
8949         function.
8950         (gnus-group-sort-selected-groups-by-real-name): New function.
8951         (gnus-group-make-menu-bar): Add sort by real name.
8952
8953         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
8954         rebuild.
8955         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
8956         nil as dependencies as well.
8957
8958 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8959
8960         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
8961         for mime-parts.
8962
8963         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
8964
8965         * gnus-group.el (gnus-group-name-decode): Don't test
8966         multibyte-string, because it breaks XEmacs.
8967         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
8968
8969         * message.el (message-send-mail): Be talkative.
8970
8971         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
8972         (mm-automatic-display): Ditto.
8973
8974         * mailcap.el (mailcap-mime-data): Ditto.
8975         From: Reiner Steib <4uce.02.r.steib@gmx.net>
8976
8977 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * many files: Remove trailing whitespaces, replace spc+tab with
8980         tab, replace leading whitespaces with tabs.
8981
8982 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
8983
8984         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
8985         articles with no body and no blank line after the header.
8986
8987 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8988
8989         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
8990         parts.
8991
8992         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
8993         non-ascii chars.
8994
8995         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8996
8997         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
8998         w3-delay-image-loads.
8999         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
9000         (mm-w3-prepare-buffer): Ditto.
9001
9002         * mail-source.el (mail-source-fetch-directory): Run scripts.
9003
9004 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9005
9006         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
9007         for Majordomo confirmations.
9008
9009 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9010
9011         * gnus-fun.el (gnus-respond-to-confirmation): New command.
9012
9013 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9014
9015         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9016
9017 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
9018
9019         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
9020         References header field.  From Mark Thomas <mthomas@cmu.edu>.
9021
9022 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9023
9024         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
9025         (mm-inline-render-with-stdin): Ditto.
9026         (mm-inline-render-with-function): Ditto.
9027         (mm-inline-wash-with-file): Bind coding-system-for-write.
9028         (mm-inline-wash-with-stdin): Ditto.
9029
9030 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9031
9032         Suggested by Felix Natter <fnatter@gmx.net>
9033
9034         * gnus-art.el (gnus-mime-view-part-externally): Rename from
9035         gnus-mime-externalize-view.
9036         (gnus-mime-view-part-internally): Rename from
9037         gnus-mime-internalize-view.
9038         (gnus-article-view-part-externally): Rename from
9039         gnus-article-externalize-part.
9040         (gnus-mime-action-alist): Change correspondingly.
9041         (gnus-mime-button-commands): Ditto.
9042         (gnus-mime-action-alist): Remove duplication.
9043
9044         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
9045
9046 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9047
9048         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
9049
9050         * gnus-art.el (gnus-display-mime): Use it.
9051
9052         * mm-partial.el (mm-partial-find-parts): Use it.
9053
9054         * gnus-sum.el (gnus-article-loose-mime): Rename from
9055         gnus-article-no-strict-mime.
9056         (gnus-summary-save-parts): Use it.
9057
9058 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
9061         local variable.
9062
9063         * gnus-art.el (article-display-x-face): Don't sort multiple
9064         X-Faces.
9065
9066 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
9069         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
9070
9071         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
9072
9073 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9074
9075         Some ideas is inspired by code from Hrvoje Niksic
9076         <hniksic@arsdigita.com>
9077
9078         * gnus-art.el (gnus-article-wash-function): Set the default to
9079         nil, so that we use mm-text-html-renderer instead.
9080         (article-wash-html): Use mm-text-html-renderer.
9081
9082         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
9083         (mm-text-html-renderer): New variable.
9084         (mm-inline-text-html-renderer): Set the default to nil, so that we
9085         use mm-text-html-renderer instead.
9086
9087         * mm-view.el (mm-inline-text-html): New function.
9088         (mm-text-html-renderer-alist): New variable.
9089         (mm-inline-text-vcard): New function.
9090         (mm-inline-text): Split.
9091         (mm-links-remove-leading-blank): New function.
9092         (mm-inline-render-with-file): New function.
9093         (mm-inline-render-with-stdin): New function.
9094         (mm-inline-render-with-function): New function.
9095         (mm-text-html-washer-alist): New variable.
9096         (mm-inline-wash-with-file): New function.
9097         (mm-inline-wash-with-stdin): New function.
9098
9099 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9100
9101         * message-utils.el: Fix installation doc.
9102         From: Reiner Steib <4uce.02.r.steib@gmx.net>
9103
9104 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
9105
9106         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
9107         (gnus-post-method): Use it.
9108         (gnus-summary-cancel-article): Find the correct post-method.
9109
9110         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
9111         * message.el (message-send-news): Ditto.
9112         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
9113         <ipmonger@delamancha.org>
9114
9115         * gnus.el (gnus-select-method): Fix doc.
9116         (gnus-server-string): Use 'using nntp'.
9117
9118         * gnus-agent.el (gnus-slave-unplugged): New command.
9119         From: Felix Natter <fnatter@gmx.net>
9120
9121 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9122
9123         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
9124         Call edit-done-function first, then change the window
9125         configuration.
9126         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
9127         (gnus-article-edit-mode): mml-mode.
9128
9129         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
9130         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
9131
9132         * message-utils.el: Adopt the file.
9133
9134         * message-utils.el: New file.
9135         From Holger Schauer <Holger.Schauer@gmx.de>
9136
9137 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9138
9139         * gnus-sum.el (gnus-summary-move-article): Select-article only
9140         when gnus-move-split-methods is non-nil. And we don't render or
9141         mark the article.
9142
9143         * gnus-fun.el (gnus-shell-command-to-string): New function.
9144         (gnus-shell-command-on-region): New function.
9145         (gnus-random-x-face): Use them.
9146         (gnus-x-face-from-file): Ditto.
9147         (gnus-convert-image-to-gray-x-face): Ditto.
9148         (gnus-convert-gray-x-face-to-xpm): Ditto.
9149         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
9150
9151 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * gnus-art.el (gnus-treat-display-xface): Don't use
9154         `shell-command-to-string' when compiling.
9155         (gnus-treat-display-grey-xface): Ditto.
9156
9157 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
9158
9159         * nnmaildir.el (nnmaildir--article-count): If the group is
9160         completely empty, report minimum article number as 1 instead of 0.
9161
9162 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
9163
9164         * gnus-agent.el (gnus-get-predicate): Use nconc.
9165
9166         * gnus-sum.el (gnus-summary-display-make-predicate): Use
9167         gnus-summary-display-cache as cache.
9168
9169         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
9170         (nndoc-mail-in-mail-type-p): New function.
9171         (nndoc-mail-in-mail-article-begin): New function.
9172
9173 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9174
9175         * mailcap.el (mailcap-mime-data): Use enriched-decode.
9176
9177         * gnus-cite.el (gnus-article-fill-cited-article): Bind
9178         use-hard-newlines to nil.
9179
9180         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
9181         image is not available if window-system is not available.
9182
9183         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
9184
9185 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9186
9187         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
9188         bookmark, because update-mark doesn't handle it correctly.
9189
9190 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9191
9192         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
9193         directly instead of calling message-send-mail.
9194
9195         * gnus-start.el (gnus-read-descriptions-file): Use
9196         gnus-default-charset.
9197
9198         * mm-util.el (mm-guess-mime-charset): New function.
9199
9200         * gnus.el (gnus-default-charset): Use it.
9201         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
9202         the default.
9203
9204 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9205
9206         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
9207         (article-display-x-face): Use it.  Disable grey xface, if
9208         uncompface is not found.
9209
9210         * message.el (message-mode): Don't enable multibyte on an indirect
9211         buffer.
9212
9213         * nnrss.el (nnrss-content-function): New variable.
9214         (nnrss-request-article): Use it.
9215
9216 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9217
9218         * gnus.el: Add article-unsplit-urls.
9219         * gnus-sum.el: Ditto.
9220         * gnus-art.el (gnus-treat-strip-cr): New variable.
9221         (gnus-treatment-function-alist): Use it.
9222         (article-unsplit-urls): New function.
9223         (gnus-article-make-menu-bar): Use it.
9224         From: Michael Cook <michael.cook@cisco.com>
9225
9226 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9227
9228         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
9229         copy.
9230
9231 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
9232
9233         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
9234         with internal whitespace.
9235         (gnus-parent-id): Ditto.
9236
9237 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9238
9239         * gnus-art.el (gnus-article-treat-body-boundary): Add
9240         gnus-decoration property.
9241         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
9242
9243         * message.el (message-mode): Set local-abbrev-table.
9244         From Matt Armstrong <matt@lickey.com>.
9245
9246         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
9247         too many spaces.
9248
9249         * rfc2047.el (rfc2047-unfold-region): Ditto.
9250         (rfc2047-decode-region): Don't unfold. Let
9251         gnus-article-treat-unfold-headers do it.
9252
9253         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
9254         From: Jesper Harder <harder@ifa.au.dk>
9255
9256 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9257
9258         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
9259         (gnus-configure-posting-styles): Use it.
9260         (gnus-configure-posting-styles): Remove trailing newspaces.
9261
9262 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9263
9264         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
9265         is non-nil.
9266
9267         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
9268
9269         * gnus.el (gnus-server-to-method): Switch position with
9270         gnus-server-get-method.
9271         (gnus-agent): Add doc.
9272
9273         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
9274         (gnus-summary-save-parts): Use it.
9275
9276         * gnus-art.el (gnus-display-mime): Use it.
9277         * mm-partial.el (mm-partial-find-parts): Use it.
9278
9279         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
9280
9281         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
9282         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
9283
9284         * nnagent.el (nnagent-request-expire-articles): Don't delete
9285         files.
9286
9287 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9288
9289         * message.el (message-gen-unsubscribed-mft): New function.
9290         From Sriram Karra <karra@cs.utah.edu>.
9291
9292         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
9293         open parenthesis.
9294
9295         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
9296         (mm-inline-text-html-render-with-w3): Ditto.
9297         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
9298         Suggested by Dave Love  <d.love@dl.ac.uk>.
9299
9300         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
9301
9302         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
9303         * nntp.el (nntp-send-command): Ditto.
9304         * nntp.el (nntp-send-command-nodelete): Ditto.
9305
9306 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9307
9308         * mm-url.el (mm-url-load-url): New function.
9309         (mm-url-insert-file-contents): Use it.
9310
9311         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
9312
9313         * message.el (message-forward-make-body): Correctly copy
9314         forward-buffer.
9315
9316         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
9317
9318 2002-02-04  Simon Josefsson  <jas@extundo.com>
9319
9320         * gnus-art.el (gnus-article-followup-with-original): Mark with
9321         force, prevent errors when following up from article buffer.
9322         (gnus-article-reply-with-original): Ditto.
9323
9324         * binhex.el (binhex-decoder-switches): Fix doc.  From
9325         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9326
9327 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9328
9329         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
9330         highlight-citation after emphasize.
9331
9332 2002-02-04  Simon Josefsson  <jas@extundo.com>
9333
9334         * nnfolder.el (nnfolder-open-marks):
9335
9336         * nnml.el (nnml-open-marks): Message when done.  From David
9337         Edmondson <dme@sun.com>.
9338
9339 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9340
9341         * imap.el (imap-anonymous-auth): Fix typo.
9342         From: Steinar Bang <sb@dod.no>
9343
9344         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
9345         save-excursion.
9346         (gnus-cache-braid-heads): Ditto.
9347
9348         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
9349         line, because there are extra articles in the overview buffer.
9350
9351         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
9352
9353         * message.el (message-forward-rmail-make-body): Directly use
9354         rmail-msg-restore-non-pruned-header to avoid calling
9355         vertical-motion.
9356
9357 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9358
9359         * gnus-cache.el (gnus-summary-insert-cached-articles):
9360         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
9361
9362         * gnus-group.el (gnus-group-mark-article-read): Nreverse
9363         gnus-newsgroups-unselected.
9364
9365         * gnus-agent.el (gnus-summary-set-agent-mark): Use
9366         gnus-add-to-sorted-list.
9367
9368         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
9369         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
9370         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
9371         (gnus-update-read-articles): UNREAD is sorted.
9372         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
9373         (gnus-newsgroup-marked, gnus-newsgroup-cached)
9374         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
9375         (gnus-newsgroup-dormant): Require sorted.
9376
9377         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
9378         directories.
9379         (gnus-dired-print): New function.
9380
9381         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
9382         ps-despool.
9383
9384 2002-02-02  Simon Josefsson  <jas@extundo.com>
9385
9386         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
9387
9388 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9389
9390         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
9391         t. This makes gnus-agent customizable without putting
9392         gnus-agentize into .gnus.
9393
9394         * gnus.el (gnus-agent): Make it customizable.
9395
9396         * gnus-dired.el: New file.
9397         From Benjamin Rutt <brutt@bloomington.in.us>
9398
9399         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
9400         if no article.
9401         (gnus-cache-possibly-remove-article): Ditto.
9402         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
9403
9404 2002-02-01  Simon Josefsson  <jas@extundo.com>
9405
9406         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
9407
9408 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
9411         (mm-setup-w3m): Don't bind keys listed in the above.
9412
9413 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
9416         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
9417         is non-nil; bind `w3m-force-redisplay' with nil.
9418
9419         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9420
9421         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
9422
9423 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9424
9425         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
9426         use mail-header-unfold-field.
9427
9428         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
9429         gnus-summary-limit.
9430
9431         * gnus-range.el (gnus-add-to-sorted-list): New function.
9432         * gnus-sum.el (gnus-mark-article-as-read): Use it.
9433         (gnus-mark-article-as-unread): Ditto.
9434         (gnus-summary-mark-article-as-unread): Ditto.
9435         (gnus-build-get-header): Ditto.
9436         (gnus-summary-prepare-threads): Ditto.
9437         (gnus-summary-insert-pseudos): Ditto.
9438         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
9439         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
9440         (gnus-summary-insert-old-articles): Ditto.
9441
9442         * gnus-msg.el (gnus-posting-styles): Add new format of header.
9443         (gnus-configure-posting-styles): Support the new format.
9444
9445         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
9446         edebug-form-spec to (sexp body).
9447         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
9448
9449         * message.el (message-reply-headers): Add doc.
9450
9451 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9452
9453         * gnus-group.el (gnus-group-delete-group): Nix the entry in
9454         gnus-cache-active-hashtb.
9455
9456         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
9457         (gnus-agent-summary-fetch-group): Use it.
9458
9459         * gnus-msg.el (gnus-debug-files): New variable.
9460         (gnus-debug-exclude-variables): New variable.
9461         (gnus-debug): Use them.
9462
9463         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
9464
9465 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9466
9467         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
9468         (message-mode-syntax-table): Move back the previous position.
9469
9470         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
9471
9472         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9473         gnus-sorted-difference.
9474
9475         * nnsoup.el (nnsoup-request-expire-articles): Use
9476         gnus-sorted-difference.
9477
9478         * nnheader.el: Autoload gnus-sorted-difference.
9479
9480         * nnfolder.el (nnfolder-request-expire-articles): Use
9481         gnus-sorted-difference.
9482
9483         * gnus-cache.el (gnus-cache-retrieve-headers): Use
9484         gnus-sorted-difference.
9485
9486         * gnus-range.el: Autoload cookies.
9487         (gnus-sorted-difference): New function.
9488         (gnus-sorted-ndifference): New function.
9489         (gnus-sorted-nintersection): Rename from
9490         gnus-set-sorted-intersection.
9491         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
9492         (gnus-list-range-difference): Rename from
9493         gnus-inverse-list-range-intersection.
9494         (gnus-inverse-list-range-intersection): Use defalias.
9495
9496         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
9497         gnus-sorted-ndifference, and gnus-sorted-nintersection.
9498         (gnus-articles-to-read): Use gnus-sorted-difference.
9499         (gnus-summary-limit-mark-excluded-as-read): Use
9500         gnus-sorted-intersection and gnus-sorted-ndifference.
9501         (gnus-list-of-read-articles): Use gnus-list-range-difference.
9502         (gnus-summary-insert-articles): Use gnus-sorted-difference.
9503
9504         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
9505
9506 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
9509         property to the buffer for using emacs-w3m command keys.
9510
9511         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
9512         option.
9513
9514         * mm-view.el (mm-w3m-mode-map): New variable.
9515         (mm-w3m-mode-command-alist): New variable.
9516         (mm-w3m-minor-mode): Removed.
9517         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
9518         (mm-inline-text-html-render-with-w3m): Add keymap property to the
9519         buffer for using emacs-w3m command keys.
9520
9521 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9522
9523         * message.el (message-mode-syntax-table): Move forward.
9524         (message-cite-prefix-regexp): Auto detect non word constituents.
9525         (message-cite-prefix-regexp): Don't use with-syntax-table.
9526
9527         * gnus-sum.el (gnus-summary-update-info): Use
9528         gnus-list-range-intersection.
9529
9530         * gnus-agent.el (gnus-agent-fetch-headers): Use
9531         gnus-list-range-intersection.
9532
9533         * gnus-range.el (gnus-range-normalize): Use correct predicate.
9534         (gnus-list-range-intersection): Use it.
9535         (gnus-inverse-list-range-intersection): Ditto.
9536         (gnus-sorted-intersection): Add doc.
9537         (gnus-set-sorted-intersection): Add doc.
9538         (gnus-sorted-union): New function.
9539         (gnus-set-sorted-union): New function.
9540
9541         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
9542         (gnus-inverse-list-range-intersection): Ditto.
9543
9544 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
9545
9546         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
9547
9548         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
9549         and permit `:' and `\' in order to handle full Windows pathnames.
9550         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
9551         technically not correct per standard, but seems to have common use.
9552
9553 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9554
9555         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
9556         replacing numbers.
9557
9558 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
9559
9560         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
9561
9562         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
9563         Don't split when the window is small, e.g. when a small *BBDB*
9564         window is the lowest one.
9565
9566         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9567         nnheader-find-nov-line to speed up. Use nreverse, because it is
9568         sorted. Use nnheader-insert-nov-file.
9569
9570 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * mm-decode.el (mm-inline-text-html-with-images): New user option.
9573
9574         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
9575         of `w3m-display-inline-images' with the value of
9576         `mm-inline-text-html-with-images'.
9577         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
9578
9579         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9580
9581 2002-01-27  Richard M. Stallman  <rms@gnu.org>
9582
9583         * time-date.el: Add autoload cookies.  Many doc fixes.
9584         (time-add): New function.
9585         (time-subtract): Renamed from subtract-time.
9586         (subtract-time): New alias for time-subtract.
9587
9588 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9589
9590         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
9591         emacs-w3m in doc-string.
9592
9593         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
9594         `w3m-current-buffer'.
9595
9596 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9597
9598         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
9599
9600         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
9601         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
9602         (mm-w3m-cid-retrieve): New function.
9603         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
9604
9605 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9606
9607         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
9608
9609 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9610
9611         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
9612
9613 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9614
9615         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
9616         32K.
9617
9618         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
9619
9620         * nnmail.el (nnmail-article-group): Decode headers before running
9621         split rules over them.
9622         (nnmail-mail-splitting-charset): New variable.
9623
9624         * smiley.el: Replaced with smiley-ems.el.
9625
9626 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9627
9628         * mm-url.el (mm-url-predefined-programs): Add w3m.
9629         (mm-url-program): Ditto.
9630
9631 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9632
9633         * nnml.el (nnml-use-compressed-files): New variable.
9634         (nnml-filenames-are-evil): Removed.
9635         (nnml-current-group-article-to-file-alist): Don't use.
9636         (nnml-update-file-alist): Inhibit.
9637         (nnml-article-to-file): Use new var.
9638
9639 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9640
9641         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
9642
9643         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
9644
9645 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9646
9647         * gnus-agent.el (gnus-agent-load-alist): Use new caching
9648         function.
9649
9650         * gnus-util.el (gnus-cache-file-contents): New function.
9651
9652         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
9653         (gnus-agent-load-alist): Use it.
9654
9655         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
9656
9657         * nnheader.el (nnheader-insert-nov-file): New function.
9658
9659         * gnus-util.el (gnus-parse-without-error): Correct the loop.
9660
9661         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
9662         there are no references.
9663         (gnus-extract-message-id-from-in-reply-to): New function.
9664         (gnus-nov-parse-line): Use in-reply-to if there are no
9665         references.
9666
9667 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * nnagent.el (nnagent-retrieve-headers): Use new macro.
9670
9671         * gnus-util.el (gnus-parse-without-error): New macro.
9672
9673 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
9674
9675         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
9676         (gnus-article-wash-function): use locate-library to decide which
9677         to use.
9678
9679 2002-01-25  Simon Josefsson  <jas@extundo.com>
9680
9681         * pop3.el (pop3-munge-message-separator): Work if no date.
9682         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
9683
9684 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9685
9686         * gnus-agent.el (gnus-agent-save-alist): Fix.
9687
9688         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
9689         mistake.  Reinstated lost code.
9690
9691 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
9692
9693         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
9694         one exists in the case of an encrypted message with an internal
9695         signature.
9696
9697 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9698
9699         * gnus-agent.el (gnus-agent-save-alist): Optimized.
9700
9701 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * dgnushack.el: Commented out the experimental code.
9704
9705 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9706
9707         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
9708         error.
9709
9710         * gnus.el (gnus-server-to-method): Made into subst.
9711         (gnus-server-method-cache): New variable.
9712         (gnus-server-to-method): Use it.
9713         (gnus-group-method-cache): New variable.
9714         (gnus-find-method-for-group-1): Renamed.
9715         (gnus-find-method-for-group): New function.
9716         (gnus-group-method-cache): Removed.
9717
9718         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
9719         function.
9720
9721         * gnus-range.el (gnus-members-of-range): New function.
9722         (gnus-list-range-intersection): Renamed.
9723         (gnus-inverse-list-range-intersection): New function.
9724
9725         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
9726
9727         * nnagent.el (nnagent-retrieve-headers): New implementation.
9728
9729         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
9730         implementation.
9731
9732 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
9735         `w3m-meta-content-type-charset-regexp'.
9736
9737         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
9738         charset-encoded html contents.
9739
9740 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9741
9742         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
9743         an empty file.
9744
9745         * nnweb.el (url): Ignore errors when request url.
9746
9747         * nnrss.el: Clean up the comments.
9748
9749 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
9752
9753         * mm-decode.el (mm-inline-text-html-renderer): New user option.
9754         (mm-inline-media-tests): Test whether the value of
9755         `mm-inline-text-html-renderer' is a function for text/html.
9756
9757         * mm-view.el (mm-inline-text-html-render-with-w3): New function
9758         separated from `mm-inline-text'.
9759         (mm-w3m-minor-mode): New variable.
9760         (mm-w3m-setup): New variable.
9761         (mm-setup-w3m): New function.
9762         (mm-inline-text-html-render-with-w3m): New function.
9763         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
9764         text/html.
9765
9766 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
9767
9768         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
9769
9770 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
9773         and `gnus-xmas-completing-read'.
9774
9775 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9776
9777         * nneething.el (nneething-message-id-number): Abolished.
9778         (nneething-encode-file-name): Not encode numerical characters.
9779         (nneething-make-head): `nneething-message-id-number' is not
9780         used to generate message IDs.
9781
9782 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783
9784         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
9785         characters.
9786
9787 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9788
9789         * gnus-xmas.el (gnus-xmas-completing-read): New function.
9790         (gnus-xmas-redefine): Redefine conditionally.
9791
9792 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
9793
9794         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
9795         tag.
9796
9797 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
9798
9799         * message.el (message-font-lock-keywords): Added the secure tag.
9800         * mml-sec.el: Added functions to generate/modify/remove the secure
9801         tag while in message mode.
9802         * mml-sec.el (mml-secure-message): New.
9803         * mml-sec.el (mml-unsecure-message): New.
9804         * mml-sec.el (mml-secure-message-sign-smime): New.
9805         * mml-sec.el (mml-secure-message-sign-pgp): New.
9806         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
9807         * mml-sec.el (mml-secure-message-encrypt-smime): New.
9808         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
9809         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
9810         * mml.el (mml-parse-1): Added code to recognise the secure tag and
9811         convert it to either a part or multipart depending on if there are
9812         other parts in the message.
9813         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
9814         to use the secure tag, rather than the part tag.
9815         * mml.el (mml-preview): Added a save-excursion to keep cursor
9816         position after doing an MML preview.
9817
9818 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * nnheader.el (nnheader-parse-overview-file): New function.
9821         (nnheader-write-overview-file): New function.
9822
9823 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824
9825         * gnus.el (gnus-group-fast-parameter): Check better if expansion
9826         in wanted.
9827
9828         * nnweb.el (nnweb-type-definition): Clean up.
9829
9830 2002-01-21  Alastair Burt  <burt@dfki.de>
9831         Trivial patch.
9832
9833         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
9834         buffer exists before jumping to it.
9835
9836 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9837
9838         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
9839         function.
9840         (article-wash-html): Use it.
9841         (gnus-article-wash-function): New variable.
9842         (gnus-article-wash-html-with-w3m): New function.
9843
9844 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9845
9846         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
9847         XEmacs.
9848
9849 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
9850
9851         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
9852         command line.
9853
9854 2002-01-21  Simon Josefsson  <jas@extundo.com>
9855
9856         * canlock.el (base64-encode-string): Autoload it from base64.
9857         (canlock-make-cancel-key): Base64 encode unibyte string.
9858
9859 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9860
9861         * nnfolder.el (nnfolder-request-accept-article): Unfold
9862         x-from-line.
9863         (nnfolder-request-replace-article): Ditto.
9864
9865 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
9866
9867         * gnus-group.el (gnus-group-best-unread-group): Use the right
9868         positioning function.
9869
9870 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9871
9872         * smiley-ems.el (smiley-region): Use new function.
9873         (smiley-update-cache): Use general image functions.
9874         (smiley-region): Use general functions.
9875
9876         * gnus-util.el (gnus-graphic-display-p): New function.
9877
9878         * nnmail.el (nnmail-article-group): Allow outputting traces of
9879         non-strings.
9880
9881         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
9882         (nndoc-exim-bounce-type-p): New function.
9883
9884         * message.el (message-dont-send): Doc fix.
9885
9886         * gnus-util.el (gnus-completing-read): Remove
9887         inherit-input-method.
9888
9889         * gnus-art.el (gnus-treat-smiley): Doc fix.
9890
9891         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
9892         articles.
9893
9894 2002-01-19  Simon Josefsson  <jas@extundo.com>
9895
9896         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
9897         (imap-kerberos4-open): Ditto.
9898         (imap-open): Set port correctly, don't set auth.
9899
9900 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9901
9902         * gnus.el (gnus-version-number): Bump version number.
9903
9904 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9905
9906         * gnus.el: Oort Gnus v0.05 is released.
9907
9908 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9909
9910         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
9911         exists.
9912
9913         * gnus-spec.el (gnus-string-width-function): New function.
9914         (gnus-tilde-cut-form): Use it.
9915         (gnus-tilde-max-form): Ditto.
9916         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
9917         (gnus-substring-function): Use it.
9918         (gnus-tilde-cut-form): Ditto.
9919         (gnus-substring-function): New function.
9920
9921         * message.el (message-check-news-header-syntax): New message.
9922
9923         * gnus.el (gnus-slave-no-server): Doc fix.
9924
9925         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
9926
9927 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
9930         `seen' if it looks like (seen NUM1 . NUM2).  It should be
9931         (seen (NUM1 . NUM2)).
9932
9933 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9934
9935         * gnus-topic.el (gnus-topic-catchup-articles): Update article
9936         number in closed topics.
9937
9938 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
9939
9940         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
9941         functions.
9942
9943 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9944
9945         * gnus.el (gnus-group-find-parameter): Clean up.
9946
9947         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
9948         articles.
9949
9950         * gnus-util.el (gnus-completing-read-with-default): Renamed.
9951
9952         * nnmail.el (nnmail-article-group): Clean up.
9953
9954 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
9955
9956         * gnus-agent.el (gnus-category-name): Intern the category name.
9957
9958 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959
9960         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
9961
9962         * gnus-util.el (gnus-completing-read): New function.
9963
9964 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9965
9966         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
9967
9968         * smiley-ems.el (smiley-region): Register smiley.
9969         (smiley-toggle-buffer): Rewrite the function.
9970         (smiley-active): Removed.
9971
9972 2002-01-19  Simon Josefsson  <jas@extundo.com>
9973
9974         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
9975         Jesper Harder <harder@ifa.au.dk>.
9976
9977 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9978
9979         * gnus-art.el (gnus-request-article-this-buffer): Call
9980         `nneething-get-file-name' to extract the file name from the
9981         message id.
9982
9983         * nneething.el (nneething-encode-file-name): New function.
9984         (nneething-decode-file-name): Ditto.
9985         (nneething-get-file-name): Ditto.
9986         (nneething-make-head): Encode the file name and encapsulate it
9987         into the field of the message id.
9988
9989 2002-01-18  Simon Josefsson  <jas@extundo.com>
9990
9991         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
9992         stored in .marks.
9993
9994         * nnfolder.el (nnfolder-request-update-info): Ditto.
9995
9996 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9997
9998         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
9999
10000 2002-01-18  Simon Josefsson  <jas@extundo.com>
10001
10002         * imap.el (imap-starttls-p): Don't check for binary.
10003         (imap-gssapi-auth-p): Ditto.
10004         (imap-kerberos4-auth-p): Ditto.
10005         (imap-open): Change logic.  Iterate through all possible streams,
10006         instead of bailing out after first failure.  Move authenticator
10007         decision to `imap-authenticate'.
10008         (imap-authenticate): Change logic, now finds the authenticator to
10009         use, was previously in `imap-open'.
10010         (imap-open): Return nil on failure.
10011         (imap-open): Setup temp buffer correctly.
10012         (imap-open): Return buffer only on success.
10013         (imap-interactive-login, imap-interactive-login): Tell the user
10014         which stream/authenticator is used for the queried
10015         username/password.
10016         (imap-open, imap-authenticate): Set variables.
10017         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
10018         (imap-open): Don't assume how `with-temp-buffer' is implemented.
10019
10020 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10021
10022         * gnus-fun.el (gnus-grab-cam-x-face): New function.
10023
10024 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10025
10026         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
10027
10028 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
10029
10030         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
10031         (gnus-agent-group-mode-map): Bind it to "Jo".
10032         (gnus-agent-group-make-menu-bar): Add it into menu bar.
10033
10034 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
10035
10036         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
10037         (gnus-summary-mail-toolbar): Add mail article deletion button.
10038
10039         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
10040         false positives for lines of "^^^^".
10041
10042         * gnus-picon.el (gnus-picon-find-face): faces database is all
10043         lowercase.
10044
10045 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
10046
10047         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
10048         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
10049         duplications.
10050         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
10051
10052 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10053
10054         * gnus-sum.el (gnus-summary-initial-limit): Inline
10055         gnus-summary-limit-children.
10056         (gnus-summary-initial-limit): Don't limit if
10057         gnus-newsgroup-display is nil.
10058         (gnus-summary-initial-limit): No, don't.
10059
10060         * gnus-util.el
10061         (gnus-put-text-property-excluding-characters-with-faces): Inline
10062         gnus-put-text-property.
10063
10064         * gnus-spec.el (gnus-default-format-specs): New variable.
10065
10066         * gnus-start.el (gnus-read-newsrc-file): Don't clear
10067         gnus-format-specs.
10068         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
10069
10070         * gnus-spec.el (gnus-update-format-specifications): Really check
10071         the Gnus version of the .newsrc.eld file.
10072         (gnus-format-specs): Save the new default summary format.
10073
10074         * gnus-util.el (gnus-parent-id): Check whether references is empty
10075         before splitting.
10076
10077         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
10078         functions.
10079         (gnus-gather-threads-by-references): Inline
10080         `gnus-split-references'.
10081
10082         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
10083         default value of gnus-summary-line-format-spec.
10084
10085 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10086
10087         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
10088         message.
10089         (nnslashdot-request-list): Ditto.
10090         (nnslashdot-sid-strip): Removed.
10091
10092 2002-01-15  Simon Josefsson  <jas@extundo.com>
10093
10094         * nnimap.el (nnimap-close-asynchronous): Enable.
10095         (nnimap-close-group): Expunge.
10096
10097 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10098
10099         * gnus-util.el (gnus-user-date-format-alist): Typo.
10100         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
10101
10102 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10103
10104         * nneething.el (nneething-request-article): Set
10105         `nnmail-file-coding-system' to `binary' locally, in order to read
10106         files without any conversion.
10107
10108 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10109
10110         * gnus-agent.el (gnus-agent-retrieve-headers): Use
10111         nnheader-file-coding-system and nnmail-active-file-coding-system.
10112         (gnus-agent-regenerate-group): Ditto.
10113         (gnus-agent-regenerate): Ditto.
10114         (gnus-agent-write-active): Ditto.
10115         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
10116
10117 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10118
10119         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
10120         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
10121
10122 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10123
10124         * gnus.el: We don't need gnus-article-show-all-headers.
10125
10126         * gnus-art.el (article-show-all, gnus-article-show-all-header):
10127         Ditto.
10128
10129         * gnus-sum.el (gnus-summary-select-article): Don't call
10130         show-all-headers, because hidden headers are not hidden text any
10131         more.
10132
10133 2002-01-13  Simon Josefsson  <jas@extundo.com>
10134
10135         * message.el (message-newline-and-reformat): Use `newline' instead
10136         of inserting \n, so that the newline is marked as hard.
10137
10138         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
10139         From Jesper Harder <harder@ifa.au.dk>.
10140
10141 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10142
10143         * imap.el (imap-close): Keep going if quit.
10144
10145         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
10146         nntp-server-buffer.
10147
10148 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10149
10150         * mm-view.el (mm-display-inline-fontify): Require font-lock to
10151         avoid unbinding shadowed variables.
10152
10153         * gnus-art.el (gnus-picon-databases): Moved here.
10154         (gnus-picons-installed-p): Moved here.
10155         (gnus-article-reply-with-original): Use `mark'.
10156
10157         * gnus.el (gnus-picon): Moved here and renamed.
10158
10159         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
10160         installed.
10161         (gnus-treat-mail-picon): Ditto.
10162         (gnus-treat-newsgroups-picon): Ditto.
10163
10164         * gnus-picon.el (gnus-picons-installed-p): New function.
10165
10166 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10167
10168         * gnus-agent.el (gnus-agent-go-online): Fix doc.
10169
10170 2002-01-12  Simon Josefsson  <jas@extundo.com>
10171
10172         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
10173         (nnimap-before-find-minmax-bugworkaround): Use it.
10174         (nnimap-find-minmax-uid): Don't reselect current mailbox.
10175         (nnimap-dont-close): New variable.
10176         (nnimap-close-group): Use it.
10177
10178 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10179
10180         * gnus-art.el (gnus-article-reply-with-original): Use
10181         `mark-active'.
10182
10183         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
10184
10185         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
10186         (gnus-score-advanced): Clean up.
10187         (gnus-score-advanced): Accept a multiple of the score.
10188
10189 2002-01-12  Simon Josefsson  <jas@extundo.com>
10190
10191         * flow-fill.el (fill-flowed-display-column)
10192         (fill-flowed-encode-columnq): New variables.  Suggested by
10193         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10194         (fill-flowed-encode, fill-flowed): Use them.
10195
10196         * message.el (message-send-news, message-send-mail): Use
10197         m-b-s-n-p-e-h-n.
10198
10199         * mml.el (autoload): Autoload fill-flowed-encode.
10200         (mml-buffer-substring-no-properties-except-hard-newlines): New
10201         function.
10202         (mml-read-part): Use it.
10203         (mml-generate-mime-1): Encode format=flowed if appropriate.
10204         (mml-insert-mime-headers): Insert format=flowed.
10205
10206         * flow-fill.el (fill-flowed-encode): New function.
10207         (fill-flowed): Bind fill-column to window width.
10208
10209 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10210
10211         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
10212         it exists.
10213         (gnus-summary-setup-buffer): Wake up dead summary buffers.
10214         (gnus-summary-buffer-name): Don't return the dead name after all.
10215         (gnus-summary-setup-buffer): Kill the dead buffer.
10216
10217         * gnus-art.el (gnus-article-followup-with-original): Store the
10218         value of the mark before deactivating it.
10219
10220 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10221
10222         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
10223         From: Karl Kleinpaste <karl@charcoal.com>
10224
10225         * gnus-art.el (article-display-x-face): Ditto.
10226         (gnus-article-reply-with-original): Use gnus-region-active-p.
10227         (gnus-article-followup-with-original): Ditto.
10228
10229         * gnus-sum.el (gnus-summary-read-group-1): Don't select
10230         downloadable article either.
10231
10232 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10233
10234         * gnus-art.el (article-display-x-face): Insert From:.
10235
10236         * gnus-sum.el (gnus-summary-move-article): Don't draw the
10237         article. Bind gnus-display-mime-function and
10238         gnus-article-prepare-hook.
10239
10240         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
10241         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
10242         gnus-agent-possibly-synchronize-flags to the last.
10243         (gnus-agent-go-online): New function. New variable.
10244
10245 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10246
10247         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
10248         (gnus-agent-regenerate): Ditto.
10249
10250 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10251
10252         * message.el (message-ignored-news-headers)
10253         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
10254         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
10255
10256         * gnus.el (gnus-gethash-safe): New macro.
10257
10258         * gnus-agent.el (gnus-agent-regenerate-history): New function.
10259         (gnus-agent-regenerate): Show messages.
10260
10261 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10262
10263         * gnus-agent.el (gnus-agent-regenerate-group): New function.
10264         (gnus-agent-regenerate): New function.
10265         (gnus-agent-save-alist): Sort.
10266         (gnus-agent-copy-nov-line): Test eobp.
10267         (gnus-agent-retrieve-headers): Erase buffer.
10268
10269 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10270
10271         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
10272         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
10273
10274         * gnus.el (gnus-agent-covered-methods): Move here.
10275         (gnus-online): New function.
10276         (gnus-agent-method-p): Move here.
10277
10278         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
10279         nil. Remove articles-alist.
10280
10281         * gnus-start.el (gnus-get-unread-articles): Check online.
10282         (gnus-groups-to-gnus-format): Ditto.
10283         (gnus-active-to-gnus-format): Ditto.
10284
10285         * gnus-agent.el (gnus-agent-get-function): Use it.
10286         (gnus-agent-get-undownloaded-list): Ditto.
10287         (gnus-agent-fetch-session): Only fetch online methods.
10288
10289         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
10290         (gnus-server-mode-map): Ditto.
10291         (gnus-server-offline-face): New face.
10292         (gnus-server-offline-face): New variable.
10293         (gnus-server-font-lock-keywords): Add offline.
10294         (gnus-server-insert-server-line): Ditto.
10295         (gnus-server-offline-server): New function.
10296
10297         * gnus-int.el (gnus-open-server): Turn to offline.
10298         (gnus-server-unopen-status): New variable.
10299
10300 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10301
10302         * nnkiboze.el (nnkiboze-request-article): Use
10303         gnus-agent-request-article.
10304
10305         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
10306         function. Insert undownloaded NOV.
10307
10308         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
10309         (gnus-agent-request-article): New function.
10310
10311         * gnus.el (gnus-agent-cache): New variable.
10312
10313         * gnus-int.el (gnus-retrieve-headers): Use
10314         gnus-agent-retrieve-headers.
10315         (gnus-request-head): Use gnus-agent-request-article.
10316         (gnus-request-body): Ditto.
10317
10318         * gnus-art.el (gnus-request-article-this-buffer): Use
10319         gnus-agent-request-article.
10320
10321         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
10322         article if it is undownloaded.
10323
10324 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
10327
10328 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * canlock.el (canlock-string-as-unibyte): New macro.
10331         (canlock-sha1-with-openssl): Return a unibyte string.
10332         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
10333
10334 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10335
10336         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
10337
10338 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10339
10340         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
10341         application/x-emacs-lisp.
10342
10343         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
10344
10345         * nntp.el (nntp-request-article): Add group parameter.
10346         (nntp-request-head): Ditto.
10347         (nntp-find-group-and-number): Add parameter group. Figure out
10348         number if the status line doesn't give (e.g. quimby.gnus.org).
10349
10350 2002-01-08  Simon Josefsson  <jas@extundo.com>
10351
10352         * mml.el (mml-generate-mime-1): Set recipient correctly.
10353
10354 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10355
10356         * message.el (message-read-from-minibuffer): Add parameter
10357         initial-contents.
10358         * gnus-msg.el (gnus-summary-resend-message): Use it.
10359
10360         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
10361         behavior of quit-config.
10362
10363         * message.el (message-make-from): Don't quote fullname.
10364         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
10365
10366         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
10367         From: <andre@slamdunknetworks.com>
10368
10369 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
10370
10371         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
10372
10373         * gnus-art.el (gnus-header-button-alist): Handle mailto.
10374
10375         * mml.el (mml-preview): Bind gnus-original-article-buffer because
10376         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
10377         because bbdb may use it.
10378
10379 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10380
10381         * nneething.el (nneething-request-article): When a non-text file
10382         is converted to an article, its data is encoded in base64.  Call
10383         `nneething-make-head' with options to specify MIME types.
10384         (nneething-make-head): Add optional arguments to specify MIME
10385         types.
10386
10387 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10388
10389         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
10390         header if there is not.
10391
10392         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
10393
10394         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
10395         (gnus-inews-mark-gcc-as-read): Obsolete variable.
10396         (gnus-inews-do-gcc): Use them.
10397
10398         * gnus-group.el (gnus-group-mark-article-read): Put holes into
10399         gnus-newsgroup-unselected.
10400
10401 2002-01-06  Simon Josefsson  <jas@extundo.com>
10402
10403         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
10404         condition-case, not ignore-errors.
10405
10406 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10407
10408         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
10409         gnus-fetch-old-headers.
10410
10411         * gnus-art.el (article-display-x-face): Use the current buffer
10412         unless `W f'. Otherwise, X-Face may be shown in the header of a
10413         forwarded part.
10414         (gnus-treatment-function-alist): Treat xface before hiding
10415         headers.
10416
10417 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10418
10419         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
10420         parameters.
10421
10422 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10423
10424         * mm-util.el (mm-multibyte-p): Define conditionally when load.
10425         (mm-guess-charset): New function.
10426         (mm-charset-after): Use it.
10427         (mm-detect-coding-region): New function.
10428         (mm-detect-mime-charset-region): New function.
10429
10430         * gnus-sum.el (gnus-summary-show-article): Use
10431         mm-detect-coding-region.
10432
10433 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10434
10435         * message.el (message-make-fqdn): Be less violent.
10436
10437         * gnus.el (gnus-logo-color-style): Compute custom form
10438         automatically.
10439
10440         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
10441         score file of the parent to the document group.
10442
10443         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
10444         parameters parameter.
10445
10446         * gnus-score.el (gnus-score-load-file): Clean up.
10447
10448 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10449
10450         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
10451         From: Damien Wyart <damien.wyart@free.fr>
10452
10453         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
10454
10455 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10456
10457         * gnus-sum.el (gnus-select-group-hook): Typo.
10458
10459         * rfc2047.el (rfc2047-decode-string): Return immediately if there
10460         is no quoted-printable-encoded STRING.
10461         From: Jesper Harder <harder@ifa.au.dk>
10462
10463         (rfc2047-decode-string): Decode it.
10464
10465 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10466
10467         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
10468
10469 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
10470         Trivial patch.
10471
10472         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
10473         buffer to get rid of junk line.
10474
10475 2002-01-05  Simon Josefsson  <jas@extundo.com>
10476
10477         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
10478         C-o.
10479         (message-mode-map): Bind message-insert-or-toggle-importance to
10480         C-c C-u.
10481         (message-mode-map): Bind message-disposition-notification-to to
10482         C-c M-n.
10483         (message-mode-menu): Add m-d-n-t.
10484         (message-mode-field-menu): Add m-goto-from.
10485         (message-mode): Doc fix.
10486         (message-goto-from): New function.
10487         (message-insert-disposition-notification-to): New function.
10488         (message-tool-bar-map): Add receipt button.
10489
10490 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10491
10492         * gnus-sum.el (gnus-thread-latest-date): New function.
10493         (gnus-thread-sort-by-most-recent-number): Renamed.
10494         (gnus-thread-sort-functions): Doc fix.
10495         (gnus-select-group-hook): Don't use setq on a hook.
10496         (gnus-thread-latest-date): Use date, not number
10497
10498         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
10499         (gnus-agent-expire): Allow regexp of expire-days.
10500
10501         * gnus-art.el (gnus-article-reply-with-original): Deactivate
10502         region.
10503         (gnus-article-followup-with-original): Ditto.
10504
10505         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
10506
10507         * gnus-art.el (gnus-mime-display-alternative): Use
10508         gnus-local-map-property.
10509         (gnus-mime-display-alternative): Ditto.
10510         (gnus-insert-mime-security-button): Ditto.
10511         (gnus-insert-next-page-button): Ditto.
10512         (gnus-button-prev-page): Take optional args.
10513         (gnus-insert-prev-page-button): widget-convert.
10514
10515         * gnus-util.el (gnus-local-map-property): New function.
10516
10517         * gnus-art.el (gnus-prev-page-map): Use parent map.
10518         (gnus-next-page-map): Ditto.
10519
10520         * gnus-spec.el (gnus-parse-format): Clean up.
10521         (gnus-parse-format): Do complex formatting for %=.
10522
10523         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
10524         "X-Face: " to the data in the built-in scenario.
10525
10526         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
10527         (gnus-correct-pad-form): Renamed.
10528         (gnus-tilde-max-form): Clean up.
10529         (gnus-pad-form): Use gnus-use-correct-string-widths.
10530
10531         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
10532         support if that is available.
10533
10534         * gnus-sum.el (gnus-thread-highest-number): New function.
10535         (gnus-thread-sort-by-most-recent-thread): New function.
10536         (gnus-thread-sort-functions): Doc fix.
10537
10538 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10539
10540         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
10541         all cases.
10542         (gnus-summary-mode): Enable it in all cases.
10543         (gnus-summary-display-article): Ditto.
10544         (gnus-summary-edit-article): Ditto.
10545
10546         * gnus-ems.el (gnus-put-image): Really return glyph.
10547
10548         * gnus-art.el (gnus-article-x-face-command): Fix :type.
10549         (gnus-treat-smiley): Don't take "P" in the interactive form.
10550
10551 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10552
10553         * compface.el (uncompface): XEmacs and Emacs have differing
10554         capabilities.
10555
10556         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
10557
10558         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
10559         (gnus-article-xface-ring-size): Removed.
10560         (gnus-article-display-xface): Removed.
10561         (gnus-remove-image): Cleaned up.
10562
10563         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
10564         (gnus-xmas-create-image): Take pbm files.
10565         (gnus-x-face): Removed.
10566         (gnus-xmas-article-display-xface): Removed.
10567
10568         * gnus-fun.el (gnus-display-x-face-in-from): Bind
10569         default-enable-multibyte-characters.
10570
10571         * compface.el (uncompface): Doc fix.
10572
10573         * gnus-art.el (gnus-article-x-face-command): Use
10574         gnus-display-x-face-in-from.
10575
10576         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
10577
10578         * gnus-ems.el (gnus-put-image): Return the image.
10579
10580         * gnus-fun.el (gnus-display-x-face-in-from): New function.
10581         (gnus-x-face): Moved here.
10582
10583 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10584
10585         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
10586         invisible if string is nil.
10587         (gnus-xmas-article-display-xface): Use it.
10588
10589         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
10590         property when string is nil.
10591         (gnus-article-display-xface): Use it.
10592
10593 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10594
10595         * gnus-art.el (article-display-x-face): Check whether valid grey
10596         face was returned.
10597         (article-display-x-face): Place image in the right spot.
10598
10599         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
10600         stderr.
10601         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
10602
10603 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10604
10605         * gnus-xmas.el (gnus-xmas-create-image): Take optional
10606         parameters.
10607         (gnus-xmas-put-image): Allow non-strings to be passed.
10608
10609         * gnus-art.el (article-display-x-face): Use optional parameters.
10610
10611         * gnus-ems.el (gnus-create-image): Take optional parameters.
10612
10613         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
10614
10615         * compface.el (compface-xbm-p): Removed.
10616
10617         * gnus-ems.el (gnus-article-compface-xbm): Removed.
10618         (gnus-article-display-xface): Use compface.
10619
10620         * compface.el: New file.
10621
10622         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
10623         (gnus-convert-image-to-x-face-command): Ditto.
10624         (gnus-random-x-face): Quote argument.
10625         (gnus-x-face-from-file): Ditto.
10626
10627 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
10628
10629         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
10630         the expire-group parameter once per article rather than once
10631         per group; bind `nnmaildir-article-file-name' and `article'
10632         for convenience.  Leave article alone when expire-group
10633         specifies the current group.
10634         (nnmaildir--update-nov): be more concurrency-friendly with
10635         temp file names.
10636
10637 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10638
10639         * gnus-start.el (gnus-read-init-file): Cleaned up.
10640
10641 2002-01-03  Dave Love  <d.love@dl.ac.uk>
10642
10643         * gnus-start.el (gnus-startup-file-coding-system): Removed.
10644         (gnus-read-init-file): Don't use it.
10645
10646 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10647
10648         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
10649
10650 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10651
10652         * gnus-start.el (gnus-read-init-file): Don't force coding system
10653         for ~/.gnus.  From Dave Love <fx@gnu.org>.
10654
10655 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10656
10657         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
10658         * nnspool.el (nnspool-request-post): Ditto.
10659
10660         * mm-util.el (mm-use-find-coding-systems-region): New variable.
10661         (mm-find-mime-charset-region): Use it.
10662
10663 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10664
10665         * gnus.el (gnus-summary-line-format): Added :link.
10666         * gnus-topic.el (gnus-topic-line-format): Ditto.
10667         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
10668         * gnus-srvr.el (gnus-server-line-format): Ditto.
10669         * gnus-group.el (gnus-group-line-format): Ditto.
10670
10671         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
10672         :keys, it works on both Emacsen.
10673
10674 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10675
10676         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
10677
10678 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679
10680         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
10681
10682 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
10683
10684         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
10685         very wide reply.
10686
10687 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10688
10689         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
10690         (gnus-picon-cache): New variable.
10691         (gnus-picon-transform-newsgroups): Cache stuff.
10692
10693         * gnus-art.el (gnus-article-reply-with-original): New command.
10694         (gnus-article-followup-with-original): New command.
10695
10696         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
10697         END parameters.
10698         (gnus-summary-followup): Take a list of list of articles.
10699         (gnus-inews-yank-articles): Allow lists of article/regions.
10700
10701         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
10702         longer the usual commands.
10703
10704         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
10705         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
10706         shell-command-on-region.
10707
10708 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10709
10710         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
10711           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
10712
10713 2002-01-03  Steve Youngs  <youngs@xemacs.org>
10714
10715         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
10716         understand ':keys', wrap it in an featurep 'xemacs.
10717
10718 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10719
10720         * gnus-ems.el (gnus-article-display-xface): Show xface in the
10721         order of headers (Actually, it is called in a reversed order). Add
10722         'gnus-image-text-deletable property.
10723         (gnus-remove-image): Remove text with such a property.
10724
10725         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
10726         gnus-put-image.
10727
10728         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
10729         with ", "
10730
10731 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10732
10733         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
10734
10735         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
10736         (article-display-x-face): Display grey X-Faces.
10737
10738         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
10739         (gnus-convert-gray-x-face-to-ppm): Ditto.
10740         (gnus-convert-image-to-gray-x-face): Ditto.
10741
10742         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
10743         gnus-summary-show-raw-article.
10744
10745 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10746
10747         Display picons in XEmacs without showing text.
10748
10749         * gnus-xmas.el (gnus-xmas-create-image): Don't use
10750         mm-create-image-xemacs to create xbm glyph, because it deletes
10751         temporary files.
10752         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
10753         (gnus-xmas-remove-image): Make text visible, remove glyph.
10754
10755         * gnus-picon.el (gnus-picon-transform-newsgroups)
10756         (gnus-picon-transform-address): Insert spec backward, due to the
10757         incompatibility of gnus-xmas-put-image.
10758
10759 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10760
10761         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
10762
10763 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10764
10765         * gnus.el: Doc fix.
10766
10767         * gnus-art.el: Doc fix.
10768
10769         * gnus-agent.el: Doc fix.
10770
10771 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10772
10773         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
10774
10775 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
10776
10777         * nnmaildir.el (nnmaildir--update-nov): automatically parse
10778         NOV data out of the message again if nnmail-extra-headers has
10779         changed.
10780
10781 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10782
10783         * gnus-fun.el: New file.
10784         (gnus-convert-image-to-x-face-command): New variable.
10785         (gnus-insert-x-face): New function.
10786         (gnus-random-x-face): Renamed.
10787         (gnus-x-face-from-file): Renamed.
10788
10789         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
10790         "_".
10791         (gnus-body-boundary-delimiter): Typo fix.
10792
10793 2002-01-02  Simon Josefsson  <jas@extundo.com>
10794
10795         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
10796         (gnus-body-boundary-delimiter): Fix type.
10797
10798 2002-01-01  Simon Josefsson  <jas@extundo.com>
10799
10800         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
10801         (gnus-treat-emphasize, gnus-treat-strip-cr)
10802         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
10803         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
10804         (gnus-treat-fill-article, gnus-treat-hide-citation)
10805         (gnus-treat-hide-citation-maybe)
10806         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
10807         (gnus-treat-strip-pem, gnus-treat-strip-banner)
10808         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
10809         (gnus-treat-date-ut, gnus-treat-date-local)
10810         (gnus-treat-date-english, gnus-treat-date-lapsed)
10811         (gnus-treat-date-original, gnus-treat-date-iso8601)
10812         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
10813         (gnus-treat-strip-trailing-blank-lines)
10814         (gnus-treat-strip-leading-blank-lines)
10815         (gnus-treat-strip-multiple-blank-lines)
10816         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
10817         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
10818         (gnus-treat-display-xface, gnus-treat-display-smileys)
10819         (gnus-treat-from-picon, gnus-treat-mail-picon)
10820         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
10821         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
10822         (gnus-treat-play-sounds, gnus-treat-translate)
10823         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
10824
10825         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
10826         (gnus-article-treat-body-boundary): Use it.
10827
10828         * message.el (message-mode): Fix doc.
10829         (message-mode-menu): Fix names.
10830
10831 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10832
10833         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
10834         articles.
10835
10836         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
10837         (gnus-picon-transform-address): Search for unknown faces as well.
10838         (gnus-picon-find-face): Don't search "news" for MISC.
10839         (gnus-picon-user-directories): Changed default back to exclude
10840         "unknown".
10841
10842         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
10843
10844         * gnus-picon.el (gnus-picon-find-face): Search through all
10845         databases.
10846         (gnus-picon-find-face): New implementation.
10847
10848         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
10849         keystroke.
10850         (gnus-topic-goto-next-topic): Ditto.
10851
10852         * gnus.el (gnus-summary-line-format): Changed default.
10853
10854         * nnmail.el (nnmail-extra-headers): Change default.
10855
10856         * gnus-sum.el (gnus-extra-headers): Change default.
10857
10858         * message.el (message-news-other-window): Changed "news" to
10859         "posting".
10860         (message-news-other-frame): Ditto.
10861         (message-do-send-housekeeping): Ditto.
10862
10863         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
10864         function.
10865         (gnus-article-unread-p): New function.
10866         (gnus-article-unseen-p): New function.
10867         (gnus-dead-summary-mode-map): Typo.
10868
10869         * gnus-util.el (gnus-make-predicate): New function.
10870         (gnus-make-predicate-1): New function.
10871
10872         * gnus-sum.el: New function.
10873         (gnus-map-articles): New function.
10874
10875         * gnus-art.el (gnus-treat-fold-headers): New variable.
10876         (gnus-article-treat-fold-headers): New command and keystroke.
10877
10878         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
10879         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
10880
10881 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10882
10883         * message.el (message-fcc-externalize-attachments): New variable.
10884         (message-do-fcc): Use it.
10885
10886         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
10887         (gnus-inews-do-gcc): Use it.
10888
10889         * mml.el (mml-tweak-sexp-alist): New variable.
10890         (mml-externalize-attachments): New variable.
10891         (mml-tweak-part): Use mml-tweak-sexp-alist.
10892         (mml-tweak-externalize-attachments): New function.
10893
10894 2002-01-01  Steve Youngs  <youngs@xemacs.org>
10895
10896         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
10897         'set-glyph-face' so x-face back/foreground can be set.
10898
10899 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10900
10901         * message.el (message-fix-before-sending): Fix a typo.
10902
10903 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904
10905         * gnus-art.el (gnus-treat-smiley): Renamed command.
10906         (gnus-article-remove-images): New command and keystroke.
10907
10908         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
10909
10910         * smiley-ems.el (gnus-smiley-display): Removed.
10911
10912         * gnus.el (gnus-version-number): Update version.
10913
10914         * message.el (message-text-with-property): Renamed and moved
10915         here.
10916         (message-fix-before-sending): Highlight invisible text and place
10917         point there.
10918
10919 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10920
10921         * gnus.el: Oort Gnus v0.04 is released.
10922
10923 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10924
10925         * gnus-delay.el (gnus-delay-send-queue): Renamed.
10926
10927         * gnus-art.el (gnus-ignored-headers): More headers,
10928
10929         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
10930         of `scan-error', since XEmacs doesn't seem to support that.
10931
10932 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10933
10934         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
10935         arg.
10936         (gnus-summary-best-unread-subject): Ditto.
10937         (gnus-summary-best-unread-subject): No, don't.
10938         (gnus-summary-better-unread-subject): New command.
10939
10940         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
10941
10942         * lpath.el ((featurep 'xemacs)): fbind url function.
10943
10944         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
10945         buffer.
10946         (gnus-xmas-remove-image): Implementation that does something.
10947         (gnus-xmas-article-display-xface): Mark images properly.
10948
10949         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
10950
10951 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
10952
10953         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
10954
10955 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10956
10957         * gnus-group.el (gnus-group-line-format): Added %O to the default
10958         value.
10959
10960         * gnus-util.el (gnus-text-with-property): The smallest point is
10961         point-min.
10962
10963         * smiley-ems.el (smiley-region): Return images.
10964         (gnus-smiley-display): Allow toggling.
10965         (smiley-region): Use text properties, not overlays.
10966
10967         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
10968         implemented yet.
10969
10970         * smiley-ems.el (smiley-update-cache): Check for valid types.
10971
10972         * gnus-art.el (gnus-with-article-buffer): New macro.
10973
10974         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
10975         strings as well as the glyphs.
10976         (gnus-picon-transform-address): Ditto.
10977         (gnus-picon-insert-glyph): Ditto.
10978         (gnus-picon-transform-newsgroups): Toggle.
10979         (gnus-picon-transform-address): Toggle.
10980
10981         * gnus-ems.el (gnus-remove-image): New function.
10982         (gnus-put-image): Take an optional string.
10983
10984         * gnus-util.el (gnus-text-with-property): New function.
10985
10986         * gnus-art.el (gnus-delete-images): New function.
10987
10988         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
10989
10990         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
10991         (gnus-article-wash-status): Use it.
10992         (gnus-signature-toggle): Clean up.
10993         (gnus-add-wash-status): New function.
10994         (gnus-delete-wash-status): New function.
10995         (gnus-article-hide-text-type): Use them throughout.
10996         (gnus-add-image): New function.
10997
10998         * gnus-ems.el (gnus-article-display-xface): Use new interface.
10999
11000         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
11001         interface.
11002
11003         * gnus-art.el (article-display-x-face): Cleaned up.
11004
11005         * rfc2047.el (rfc2047-field-value): New function.
11006
11007         * mail-parse.el (mail-header-field-value): New alias.
11008
11009         * gnus-art.el (gnus-mime-print-part): Fix typos.
11010
11011         * smiley-ems.el (gnus-smiley-file-types): New variable.
11012         (smiley-update-cache): Use it.
11013         (smiley-regexp-alist): Suffix-less smiley names.
11014         (smiley-regexp-alist): Added more smileys.
11015
11016         * gnus-sum.el (gnus-print-buffer): Made into own function.
11017         (gnus-summary-print-article): Use it.
11018
11019         * mailcap.el (mailcap-mime-info): Actually return the bit that we
11020         looked for when REQUEST is a string.
11021
11022         * gnus-art.el (gnus-mime-button-commands): Add printing
11023         keystroke.
11024         (gnus-mime-copy-part): Doc fix.
11025         (gnus-mime-print-part): New command.
11026
11027 2001-12-31  Simon Josefsson  <jas@extundo.com>
11028
11029         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
11030         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
11031
11032 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11033
11034         * gnus-picon.el (gnus-treat-from-picon): Autoload.
11035         (picon): Fix doc.
11036
11037         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
11038         longer exists. Remove those codes.
11039         * gnus.el (gnus-use-picons): Ditto.
11040
11041 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11042
11043         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
11044         infloop.
11045
11046         * gnus-sum.el (t): New `W D' map.
11047
11048         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
11049         (gnus-article-treat-body-boundary): Clean up.
11050         (gnus-body-boundary-face): Removed.
11051         (gnus-article-goto-header): Moved here.
11052         (gnus-article-goto-header): Allow better regexps.
11053         (gnus-article-treat-fold-newsgroups): New command.
11054
11055         * gnus-sum.el (gnus-summary-move-article): We have to select an
11056         article to give `gnus-read-move-group-name' an opportunity to
11057         suggest an appropriate default.
11058
11059         * rfc2047.el (rfc2047-fold-line): New function.
11060         (rfc2047-unfold-line): Ditto.
11061         (rfc2047-fold-region): Don't fold just after the header name.
11062
11063         * mail-parse.el (mail-header-fold-line): New alias.
11064         (mail-header-unfold-line): Ditto.
11065
11066         * gnus-art.el (gnus-body-boundary-face): Renamed.
11067         (gnus-article-treat-body-boundary): Use it.
11068         (gnus-article-treat-body-boundary): Use an invisible header and a
11069         line of underline characters.
11070
11071 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11072
11073         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
11074
11075         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
11076         (gnus-picon-split-address): New function.
11077         (gnus-picon-find-face): Use it.
11078         (gnus-picon-transform-address): Use it. Set first to t for each
11079         address.
11080
11081         * gnus-art.el (gnus-with-article-headers): Move to here. Define
11082         the macro then use it.
11083         (gnus-treatment-function-alist): Treat picons earlier.
11084
11085 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11086
11087         * gnus-art.el (gnus-body-separator-face): New variable.
11088         (gnus-article-treat-body-boundary): Use a blank, colored line.
11089
11090         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
11091         well.
11092
11093         * gnus-art.el (gnus-treat-body-boundary): New variable.
11094         (gnus-article-treat-unfold-headers): Use helper macro.
11095         (gnus-article-treat-body-boundary): New command.
11096
11097         * gnus.el (gnus-logo-color-style): Change the default color.
11098         (gnus-splash-face): Gray, gray.
11099
11100         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
11101         colors.
11102
11103         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
11104         (gnus-logo-color-style): Ditto.
11105         (gnus-logo-colors): Ditto.
11106
11107         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
11108
11109         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
11110
11111         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
11112         (gnus-picon-transform-newsgroups): New function.
11113
11114         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
11115         string.
11116
11117         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
11118
11119         * gnus-art.el (gnus-treat-cc-picon): New variable.
11120         (gnus-treat-mail-picon): Renamed.
11121
11122         * gnus-picon.el: New implementation.
11123         (gnus-picon-find-face): Renamed.
11124         (gnus-treat-from-picon): Use it.
11125         (gnus-picon-transform-address): Renamed.
11126         (gnus-treat-from-picon): Use it.
11127         (gnus-picon-create-glyph): Renamed.
11128         (gnus-picon-transform-address): Use it.
11129         (gnus-treat-cc-picon): New command.
11130
11131         * mm-decode.el (mm-create-image-xemacs): Separated out into
11132         function.
11133         (mm-get-image): Use it.
11134
11135         * gnus-art.el (gnus-treat-display-picons): Simplify.
11136         (gnus-treat-from-picon): Renamed.
11137
11138         * gnus-ems.el (gnus-create-image): New function.
11139         (gnus-put-image): New function.
11140
11141         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
11142         (gnus-with-article-headers): New macro.
11143         (gnus-article-goto-header): New function.
11144
11145         * gnus-xmas.el (gnus-image-type-available-p): New function.
11146
11147         * gnus-ems.el (gnus-image-type-available-p): New function.
11148
11149 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11150
11151         * nnrss.el (nnrss-check-group): Find the correct tag, because
11152         xml.el is changed.
11153
11154 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11155
11156         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
11157         lines are shorter than the window width.
11158         (gnus-ignored-headers): More headers.
11159
11160 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11161
11162         * gnus-art.el (gnus-treat-unfold-lines): New variable.
11163         (gnus-treat-unfold-headers): Renamed.
11164         (gnus-article-treat-unfold-headers): New command and keystroke.
11165
11166         * rfc2047.el (rfc2047-encode-message-header): Clean up.
11167
11168         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
11169
11170 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11171
11172         * sha1-el.el (sha1-use-external): New variable.
11173         (sha1-region): Use it.
11174         (sha1-string): Ditto.
11175
11176         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
11177         * gnus-picon.el: Less warnings when compile.
11178
11179 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11180
11181         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
11182         alias.
11183         (gnus-picons-database): Default to list.
11184         (gnus-picons-lookup-internal): Use it.
11185
11186         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
11187         to "bogus".
11188
11189         * gnus-win.el (gnus-configure-windows-hook): New hook.
11190
11191 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
11192
11193         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
11194
11195 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11196
11197         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
11198         lists.
11199         (gnus-select-newsgroup): Don't append; push.
11200         (gnus-adjust-marked-articles): Remove obsolete ranges from
11201         `seen'.
11202         (gnus-update-marks): Clean up.
11203         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
11204
11205 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
11206
11207         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
11208
11209 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11210
11211         * gnus-sum.el (gnus-auto-select-subject): New variable.
11212         (gnus-summary-best-unread-subject): New function.
11213         (gnus-summary-best-unread-article): Use it.
11214         (gnus-summary-first-unseen-subject): New function and command.
11215
11216         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
11217         other treatments.
11218
11219         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
11220         function.
11221
11222         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
11223         from the list of hidden types.
11224
11225         * mm-view.el (mm-inline-text): Ditto.
11226         (mm-inline-text): Ditto.
11227         (mm-w3-prepare-buffer): Ditto.
11228
11229         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
11230
11231 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11232
11233         * gnus-art.el (gnus-ignored-headers): Added more headers.
11234
11235 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
11236
11237         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
11238         once.
11239
11240 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11241
11242         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
11243
11244 2001-12-28  Simon Josefsson  <jas@extundo.com>
11245
11246         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
11247         Jesper Harder <harder@ifa.au.dk>.
11248
11249 2001-12-27  Simon Josefsson  <jas@extundo.com>
11250
11251         * gnus-sum.el (gnus-select-newsgroup): Make
11252         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
11253         contain all articles (instead of none) when no seen marks have
11254         been set for the group.
11255         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
11256         instead, it seems to result in shorter ranges.
11257
11258 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11259
11260         * mm-util.el (mm-iso-8859-x-to-15-region): Use
11261         insert-before-markers.
11262         From Jesper Harder <harder@ifa.au.dk>
11263
11264 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
11265
11266         * nnmaildir.el (nnmaildir-save-mail): create the destination
11267         groups if they do not exist.
11268
11269 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
11272
11273 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11274
11275         * gnus-group.el (gnus-group-read-ephemeral-group): Call
11276         gnus-group-real-name.
11277
11278         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
11279         (gnus-newsgroup-variables): Ditto.
11280
11281         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
11282         return it.
11283
11284 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
11285
11286         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
11287         * nnmaildir.el (top-level): Add commentary.
11288         (nnmaildir-version): Indicate that nnmaildir is now a standard
11289         part of Gnus, not separately released.
11290
11291 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11292
11293         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
11294         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
11295         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
11296         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11297
11298 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11299
11300         * nnmaildir.el: Copyright changes. Require cl only at compile time.
11301
11302 2001-12-20  Simon Josefsson  <jas@extundo.com>
11303
11304         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
11305         ZHU <zsh@cs.rochester.edu>.
11306         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
11307         Brian P Templeton <bpt@tunes.org>.
11308
11309 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11310
11311         * nnmaildir.el: New file.
11312         From Paul Jarc <prj@po.cwru.edu>.
11313
11314 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11315
11316         * nndoc.el (nndoc-type-alist): Move forward to the end.
11317
11318 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
11321         `dolist'.
11322
11323 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11324
11325         * gnus-win.el (gnus-frames-on-display-list): New function.
11326         (gnus-get-buffer-window): Use it.
11327
11328 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11329
11330         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
11331
11332 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11333
11334         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
11335
11336 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11337            From Harald Meland <Harald.Meland@usit.uio.no>
11338
11339         * gnus-win.el (gnus-get-buffer-window): New function.
11340         (gnus-all-windows-visible-p): Use it.
11341
11342         * gnus-util.el (gnus-horizontal-recenter)
11343         (gnus-horizontal-recenter, gnus-horizontal-recenter)
11344         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
11345
11346         * gnus-score.el (gnus-score-insert-help): Use it.
11347
11348         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
11349         (gnus-generate-tree, gnus-highlight-selected-tree)
11350         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
11351         it.
11352
11353         * gnus-art.el (gnus-article-set-window-start)
11354         (gnus-mm-display-part, gnus-request-article-this-buffer)
11355         (gnus-button-next-page, gnus-button-prev-page)
11356         (gnus-article-button-next-page, gnus-article-button-prev-page):
11357         Use it.
11358
11359 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
11360
11361         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
11362         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
11363         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
11364
11365 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11366
11367         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
11368         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
11369         * mml1991.el, nnultimate.el: Add `coding'.
11370
11371 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
11372
11373         * ChangeLog: changed coding to buffer-file-coding-system
11374         * ChangeLog.1: same
11375         * nnwfm.el: same
11376         * gnus-smiley.el: same
11377         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
11378         * gnus-delay.el: same
11379         * gnus-spec.el: same
11380         * message.el: same
11381         * mml1991.el: same
11382         * nnultimate.el: same
11383
11384 2001-12-16  Simon Josefsson  <jas@extundo.com>
11385         Inspired by code by Dirk Meyer <dischi@tzi.de>.
11386
11387         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
11388         (gnus-summary-save-map): Add muttprint.
11389         (gnus-summary-make-menu-bar): Ditto.
11390         (gnus-summary-muttprint): New function.
11391
11392         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
11393
11394 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11395
11396         * uudecode.el (uudecode-decode-region-internal): Speedup by using
11397         temporary list instead of buffer.
11398
11399         * mm-url.el (executable-find): autoload.
11400
11401 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11402
11403         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
11404         to variable, follow doc-string conventions).
11405
11406 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
11407
11408         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
11409         subscribe-level
11410         * gnus-topic.el (gnus-subscribe-topics): use it.
11411
11412 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11413
11414         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
11415         messages. (A small patch with indentation)
11416         From Sean Neakums <sneakums@zork.net>.
11417
11418         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
11419         nil after shooting down the gnus-original-article-buffer.
11420
11421 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11422
11423         * uudecode.el (uudecode-use-external): New variable.
11424         (uudecode-decode-region): Automatically detect external program.
11425
11426         * binhex.el (binhex-use-external): New variable.
11427         (binhex-decode-region-internal): New function.
11428         (binhex-decode-region): Automatically detect external program.
11429
11430         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
11431         Use them.
11432
11433 2001-12-12  Simon Josefsson  <jas@extundo.com>
11434
11435         * nnvirtual.el (nnvirtual-always-rescan)
11436         (nnvirtual-component-regexp): Fix doc.
11437
11438         * nnoo.el (defvoo): Add doc to defvoo variables.
11439
11440         * nnml.el (nnml-directory, nnml-active-file)
11441         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
11442         (nnml-marks-is-evil, nnml-filenames-are-evil)
11443         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
11444
11445         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
11446         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
11447         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
11448         `error'.
11449
11450         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
11451         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
11452
11453         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
11454         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
11455         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
11456         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
11457
11458         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
11459         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
11460
11461         * imap.el, nnimap.el: Fix indentation.
11462
11463         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
11464
11465 2001-12-12  Didier Verna  <didier@xemacs.org>
11466
11467         * gnus-msg.el (gnus-group-news): New function.
11468         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
11469         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
11470         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
11471         for it.
11472         * gnus-msg.el (gnus-summary-news-other-window): New function.
11473         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
11474         bind it to `i'.
11475         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
11476         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
11477         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
11478         for it (called with a prefix).
11479         * gnus-msg.el (gnus-configure-posting-styles): add an optional
11480         group-name argument.
11481         * gnus-msg.el (gnus-setup-message): use it.
11482
11483 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11484
11485         * gnus-sum.el (gnus-summary-show-article): Fix doc.
11486
11487 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11488
11489         * mml.el (mime-to-mml): Remove Content-Disposition too.
11490
11491 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11492
11493         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
11494         * gnus-group.el (gnus-group-name-decode): Decode unibyte
11495         strings only.
11496         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11497
11498 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
11499
11500         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
11501         (nnmail-fancy-expiry-target): Use it.
11502         Suggestions from Simon Josefsson <jas@extundo.com>.
11503
11504 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11505
11506         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
11507
11508 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11509
11510         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
11511
11512         * gnus-util.el (gnus-url-unhex-string): Move here.
11513
11514 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11515
11516         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
11517         mm-url-decode-entities-nbsp.
11518
11519         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
11520         * webmail.el, nnwfm.el: Use mm-url.
11521
11522         * mm-url.el (mm-url-fetch-form): Move from nnweb.
11523         (mm-url-remove-markup): Move from nnweb.
11524         (mm-url-fetch-simple): Move from webmail.
11525
11526         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
11527
11528 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11529
11530         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
11531         (gnus-summary-print-article): Use it.
11532
11533         * gnus-util.el (gnus-replace-in-string): Typo.
11534
11535 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11536
11537         * nnweb.el (nnweb-replace-in-string): Removed.
11538
11539         * gnus-util.el (gnus-replace-in-string): New function.
11540         (gnus-mode-string-quote): Use it.
11541
11542         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
11543         * nnwfm.el (nnwfm-create-mapping): Ditto.
11544
11545 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11546
11547         * dgnushack.el (dgnushack-compile): nnrss.el and
11548         nnslashdot.el don't depend on nnweb, url, w3.
11549
11550         * nnrss.el: Use mm-url.
11551
11552 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11553
11554         * mm-url.el (mm-url-insert-file-contents): Support file:.
11555
11556 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11557
11558         * mm-view.el: Lower case for the description line. Sync from the
11559         Emacs CVS.
11560
11561 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11562
11563         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
11564         From:  Stefan Monnier  <monnier@cs.yale.edu>
11565
11566 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
11569
11570 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11571
11572         * mm-url.el: Require executable.
11573         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11574
11575 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11576
11577         * pop3.el (pop3-munge-message-separator): Only use valid date.
11578         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
11579
11580         * Makefile.in: gnus-load.elc may not be generated.
11581
11582 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11583
11584         * mm-url.el: New file.
11585         * nnslashdot.el: Use it.
11586         * mm-extern.el (mm-extern-url): Use it.
11587
11588 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11589
11590         * gnus-sum.el (gnus-summary-save-article): Nix
11591         gnus-display-mime-function and gnus-article-prepare-hook.
11592
11593         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
11594         the beginning of lines.
11595         (gnus-complex-form-to-spec): Ditto.
11596
11597 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11598
11599         * message.el (message-make-mft): Fix the m-s-a-file regexp.
11600         From Paul Jarc <prj@po.cwru.edu>.
11601
11602 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11603
11604         * message.el: New variable message-subscribed-address-file;
11605         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
11606
11607 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11608
11609         * message.el (message-tab-body-function): Set to nil.
11610         (message-tab): Use text-mode-map or global-map.
11611         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11612
11613 2001-11-30  Simon Josefsson  <jas@extundo.com>
11614
11615         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
11616         instead of gnus-union, for speed.  Suggested by Christoph Conrad
11617         <christoph.conrad@gmx.de>.
11618         (gnus-agent-fetch-group-1): Add verbose message.
11619
11620 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11621
11622         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
11623         of integers.
11624
11625 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11626
11627         * message.el (message-newgroups-header-regexp)
11628         (message-completion-alist, message-tab-body-function): Use
11629         defcustom rather than defvar.
11630         (message-tab): Mention `message-tab-body-function' in doc.
11631         Suggested by Karl Eichwalder.
11632
11633 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11634
11635         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
11636
11637 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11638
11639         * nnheader.el (nnheader-find-nov-line): Don't use macro
11640         gnus-delete-line.
11641
11642         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
11643         (gnus-group-name-charset): Ditto.
11644
11645         * gnus-util.el (gnus-buffer-live-p): Ditto.
11646
11647 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11648
11649         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
11650         open parenthesis in doc.
11651         (sieve-manage-authenticator-alist): Typo in doc.
11652         * imap.el (imap-authenticator-alist): Typo in doc.
11653         (imap-stream-alist): Backslash.
11654
11655         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
11656           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
11657
11658 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11659
11660         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
11661
11662         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
11663
11664         * gnus-msg.el (gnus-configure-posting-styles): use
11665         make-local-hook. Add LOCAL for add-hook.
11666
11667 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
11668
11669         * message.el (message-mode): Use `make-local-hook' unless
11670         obsolete.
11671         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
11672
11673 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * canlock.el: Remove sha1.el and base64.el stuff.
11676
11677 2001-11-26  Didier Verna  <didier@xemacs.org>
11678
11679         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
11680         if needed.
11681
11682 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * message.el (message-tamago-not-in-use-p): New function.
11685         (message-strip-forbidden-properties): Use it.
11686
11687 2001-11-26  Didier Verna  <didier@xemacs.org>
11688
11689         * gnus-start.el (gnus-check-first-time-used): only check for
11690         existence of .el[d] files.
11691
11692 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11693
11694         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
11695
11696         * message.el (message-setup-1): Clean up mc-*.
11697
11698 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11699
11700         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
11701         * gnus-score.el (gnus-score-find-bnews): Use it.
11702
11703         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
11704         (gnus-summary-limit-to-author): Ditto.
11705         (gnus-summary-limit-to-extra): Ditto.
11706         (gnus-summary-find-matching): Support not-matching argument.
11707
11708 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11709
11710         * message.el (message-wash-subject): Use `insert' rather than
11711         `insert-string', which is deprecated.
11712
11713 2001-11-24  Simon Josefsson  <jas@extundo.com>
11714
11715         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
11716         message. (Gnus does not "default" to using 8bit for the message,
11717         it default to use 8bit encoding and the user-supplied CTE
11718         value. Calling this behaviour "treating it as 8bit" is perhaps
11719         better.)
11720
11721         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
11722         (compare mm-charset-to-coding-system).
11723
11724 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11725
11726         * canlock.el (canlock-sha1-with-openssl): Use unibyte
11727         buffer. Correctly decode hex.
11728
11729 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11730
11731         * gnus-agent.el (gnus-category-insert-line): Convert category
11732         names to strings.
11733
11734 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11735
11736         * message.el (sha1): eval-and-compile.
11737
11738 2001-11-20  Simon Josefsson  <jas@extundo.com>
11739
11740         * message.el (message-allow-no-recipients): New variable.
11741         (message-send): Use it, customize the prompting when posting to
11742         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
11743
11744 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11745
11746         * mm-util.el (mm-coding-system-priorities): New variable.
11747         (mm-sort-coding-systems-predicate): New function.
11748         (mm-find-mime-charset-region): Resort coding systems if needed.
11749         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11750
11751 2001-11-20  Didier Verna  <didier@xemacs.org>
11752
11753         * gnus-group.el (gnus-group-make-help-group): new optional
11754         argument to control the error behavior.
11755         * gnus-start.el (gnus-check-first-time-used): use it to avoid
11756         erroring.
11757
11758 2001-11-19  Simon Josefsson  <jas@extundo.com>
11759
11760         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
11761         instead of C-c C-u.  Suggested by Per Abrahamsen
11762         <abraham@dina.kvl.dk>.
11763
11764 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11765
11766         * nnfolder.el (nnfolder-read-folder): Use group instead of
11767         nnfolder-current-group.
11768         Suggested by Lorentey Karoly <lorentey@elte.hu>.
11769
11770 2001-11-17  Simon Josefsson  <jas@extundo.com>
11771
11772         * message.el (message-send): Ask user if Fcc/Gcc should be
11773         performed when no other sender was specified.
11774         Suggested by prj@po.cwru.edu (Paul Jarc).
11775
11776 2001-11-17  Simon Josefsson  <jas@extundo.com>
11777
11778         * message.el (message-mode, message-mode-map): Use C-c C-u for
11779         Importance: instead of C-c C-p (used by SC).
11780
11781 2001-11-16  Simon Josefsson  <jas@extundo.com>
11782
11783         * message.el (message-insert-importance-high)
11784         (message-insert-importance-low): Save point.
11785
11786         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
11787         value.
11788
11789 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
11790
11791         * message.el (message-strip-special-text-properties): New option.
11792         (message-strip-forbidden-properties): Obey it.
11793
11794 2001-11-14  Sam Steingold  <sds@gnu.org>
11795
11796         * gnus-score.el: Fixed some doc strings to properly quote symbols.
11797
11798 2001-11-15  Simon Josefsson  <jas@extundo.com>
11799
11800         Support "Importance:" header in Message.
11801
11802         * message.el (message-mode-map): Bind C-c C-p to
11803         `message-insert-or-toggle-importance'
11804         (message-mode-menu): Add message-insert-importance-{high,low}.
11805         (message-insert-importance-high, message-insert-importance-low)
11806         (message-insert-or-toggle-importance): New functions.
11807         (message-tool-bar-map): Add {un,}important.
11808         (message-mode): Doc fix.
11809
11810 2001-11-15  Simon Josefsson  <jas@extundo.com>
11811
11812         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
11813
11814         * mml.el (mml-menu): Fix toolbar tooltip.
11815
11816 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11817
11818         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
11819         * nnml.el (nnml-save-marks): Ditto.
11820
11821         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
11822
11823 2001-11-15  Simon Josefsson  <jas@extundo.com>
11824
11825         * nnml.el (nnml-save-marks):
11826         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
11827         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
11828
11829 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11830
11831         * gnus-art.el (gnus-article-wash-status-strings): Use
11832         `copy-sequence', not `copy-seq'.
11833
11834 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11835
11836         * gnus-art.el (gnus-article-wash-status-strings): New constant.
11837         (gnus-gnus-article-wash-status-entry): New function.
11838         (gnus-article-wash-status): Use it.
11839
11840 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11841
11842         * mml1991.el: Add coding header.
11843
11844 2001-11-12  Simon Josefsson  <jas@extundo.com>
11845
11846         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
11847         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
11848         `mml1991-sign' and `mml1991-encrypt'.
11849         (mml1991-encrypt, mml1991-sign): New glue functions.
11850         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
11851
11852         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
11853         (mml-menu): Add PGP to menu.
11854
11855         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
11856         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
11857         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
11858         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
11859
11860         * mml2015.el: Mention RFC 3156.
11861
11862         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
11863
11864 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11865
11866         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
11867
11868         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
11869           From <Michael.Cook@cisco.com>
11870
11871 2001-11-11  Simon Josefsson  <jas@extundo.com>
11872
11873         * message.el (top-level): Autoload sha1.
11874         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
11875         canlock, no need to require two different hash algs).  Suggested
11876         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
11877
11878 2001-11-09  Simon Josefsson  <jas@extundo.com>
11879
11880         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
11881         <Pavel@Janik.cz>.
11882
11883 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11884
11885         * message.el (message-point-in-header-p): New function.
11886         (message-do-auto-fill): Use it.
11887         (message-beginning-of-line): New function.  Goes to beginning of
11888         header value (i.e., end of header name), or to beginning of line
11889         if already at beginning of value.  Behaves like
11890         `beginning-of-line' when in message body.
11891         (message-mode-map): Bind it.
11892
11893 2001-11-08  Simon Josefsson  <jas@extundo.com>
11894
11895         * gnus-msg.el (gnus-posting-styles): Add doc.
11896
11897 2001-11-07  Simon Josefsson  <jas@extundo.com>
11898
11899         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
11900
11901         * sieve-mode.el (sieve-control-commands-face)
11902         (sieve-control-commands-face, sieve-action-commands-face)
11903         (sieve-test-commands-face, sieve-tagged-arguments-face): New
11904         faces.
11905         (sieve-font-lock-keywords): Use them.
11906         (sieve-mode): Only set font-lock-defaults in emacs.
11907
11908         * gnus-art.el (gnus-default-article-saver): Add
11909         gnus-summary-save-body-in-file.
11910         (gnus-summary-write-to-file): Fix doc.
11911
11912 2001-11-07  Simon Josefsson  <jas@extundo.com>
11913
11914         * gnus-art.el (gnus-treat-highlight-signature): Add cross
11915         reference to the correct chapter in the manual.
11916
11917         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
11918         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
11919
11920 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11921
11922         * mml.el (mml-preview): Bind mail-header-separator.
11923
11924 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * message.el: Always require canlock.
11927         (message-ignored-supersedes-headers): Include Cancel-Lock and
11928         Cancel-Key.
11929         (message-insert-canlock): Don't require canlock.
11930         (message-cancel-news): Don't check whether canlock is available.
11931         (message-supersede): Support cancel-locks.
11932
11933         * gnus-art.el: Don't autoload canlock.
11934
11935 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11936
11937         * mail-source.el (mail-source-fetch-imap): ASYNC param.
11938         From: <andre@slamdunknetworks.com>
11939
11940 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11941
11942         * many files: Fix copyright lines.
11943
11944 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11945
11946         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
11947         Suggested by Dave Love  <fx@gnu.org>.
11948
11949 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11950
11951         * message.el (message-kill-buffer): Remove auto-save file after
11952         confirm.
11953
11954         * message.el (message-send-mail): Call message-generate-headers
11955         once.  Suggested by Matt Armstrong <matt@lickey.com>.
11956
11957         * gnus-topic.el (gnus-topic-rename): Initial-input.
11958         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
11959
11960 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11961
11962         * message.el (message-forbidden-properties): New constant.
11963         (message-strip-forbidden-properties): New function.
11964         (message-mode): Activate it.
11965
11966 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11967
11968         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
11969         (mm-hack-charsets): Fix doc.
11970
11971 2001-11-02  Simon Josefsson  <jas@extundo.com>
11972
11973         * gnus-int.el (gnus-check-server): Message "...done" when done.
11974
11975         * imap.el (imap-close): Don't message (imap-send-command-wait
11976         returns if the connection is dropped).
11977         (imap-wait-for-tag): Nix out message only when necessary.
11978
11979         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
11980         for non-crossposting.
11981         (gnus-sieve-crosspost): Default to t to be consistent with other
11982         parts of Gnus.
11983
11984 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11985
11986         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
11987         (mm-iso-8859-x-to-15-table): Ditto.
11988         (mm-iso-8859-x-to-15-region): Ditto.
11989         (mm-find-mime-charset-region): Ditto.
11990
11991 2001-11-01  Simon Josefsson  <jas@extundo.com>
11992
11993         * nnimap.el (nnimap-close-asynchronous): New variable.
11994         (nnimap-close-group): Use it.
11995         (nnimap-expunge): Don't use it.
11996
11997         * imap.el (imap-callbacks): New variable.
11998         (imap-remassoc): Copied from `gnus-remassoc'.
11999         (imap-add-callback): New function.
12000         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
12001         behaviour.
12002         (imap-parse-response): Call the callback.
12003
12004         * message.el (message-insert-canlock): New variable.
12005         (message-canlock-generate, message-canlock-password)
12006         (message-insert-canlock): New functions.
12007         (message-send-news): Call `message-insert-canlock'.
12008         (top-level): Require canlock when compiling.
12009         (message-insert-canlock): Require canlock before we need it.
12010
12011 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12012
12013         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
12014
12015 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12016
12017         * dgnushack.el (dgnushack-make-load): A workaround for
12018         custom-add-loads bug in some versions of XEmacs.
12019
12020 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12021
12022         * mm-util.el (mm-charset-synonym-alist): Revert (some).
12023
12024 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12025
12026         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
12027         (mm-hack-charsets): New variable.
12028         (mm-iso-8859-15-compatible): New variable.
12029         (mm-iso-8859-x-to-15-table): New variable.
12030         (mm-find-mime-charset-region): Add parameter hack-charsets.
12031
12032         * mm-bodies.el (mm-encode-body): Use it.
12033         * mml.el (mml-parse-1): Ditto.
12034
12035 2001-11-01  Simon Josefsson  <jas@extundo.com>
12036
12037         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
12038
12039 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12040
12041         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
12042         is nil.
12043
12044 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12045
12046         * smiley-ems.el (smiley-update-cache): Auto detect file type.
12047
12048         * message.el (message-forward-rmail-make-body): Use
12049         save-window-excursion.
12050         (message-encode-message-body): Search with noerror.
12051         (message-setup-1): Convert compose-mail send-actions to
12052         message-send-actions.
12053
12054 2001-11-01  Simon Josefsson  <jas@extundo.com>
12055
12056         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
12057         <yamaoka@jpl.org>.
12058
12059 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12060
12061         * sieve-manage.el (sieve-string-bytes): No complain.
12062
12063 2001-11-01  Simon Josefsson  <jas@extundo.com>
12064
12065         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
12066         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
12067         has autoload cookies, so no `require' should be necessary.)
12068
12069         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
12070         files.
12071
12072 2001-10-31  Simon Josefsson  <jas@extundo.com>
12073
12074         * gnus-cus.el (gnus-group-parameters): Support integer `display'
12075         parameter.
12076
12077         * gnus-sum.el (gnus-select-newsgroup): If group parameter
12078         `display' is a number (and C-u wasn't used to enter group), only
12079         fetch that number of articles.
12080
12081 2001-10-31  Matt Armstrong  <matt@lickey.com>
12082
12083         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
12084         not-subscribed -> subscribed.
12085
12086 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12087         From: Josh Huber <huber@alum.wpi.edu>
12088
12089         * message.el (message-subscribed-address-functions): New variable.
12090         (message-subscribed-addresses): New variable.
12091         (message-subscribed-regexps): New variable.
12092         (message-goto-mail-followup-to): New function.
12093         (message-send-mail): Add Mail-Followup-To.
12094         (message-make-mft): New function.
12095
12096         * gnus.el (gnus-find-subscribed-addresses): New function.
12097
12098 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12099
12100         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
12101         (mail-source-fetch-pop): Ditto.
12102         (mail-source-check-pop): Ditto.
12103
12104         * gnus-start.el (gnus-read-init-file): Ditto.
12105         (gnus-activate-group): Ditto.
12106         (gnus-read-newsrc-el-file): Ditto.
12107
12108 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12109
12110         * message.el (message-get-reply-headers): Make sure there is ", ".
12111
12112         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
12113         mm-coding-system-p. Don't correct it only in XEmacs.
12114         (mm-charset-to-coding-system): Use mm-coding-system-p and
12115         mm-get-coding-system-list.
12116         (mm-emacs-mule, mm-mule4-p): New variables.
12117         (mm-enable-multibyte, mm-disable-multibyte,
12118         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
12119         mm-with-unibyte-current-buffer,
12120         mm-with-unibyte-current-buffer-mule4): Use them.
12121         (mm-find-mime-charset-region): Treat iso-2022-jp.
12122
12123         From  Dave Love  <fx@gnu.org>:
12124
12125         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
12126         construction.
12127         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
12128         entries conditional on not having a coding system defined for
12129         them.
12130         (mm-mule-charset-to-mime-charset): Use
12131         find-coding-systems-for-charsets if defined.
12132         (mm-charset-to-coding-system): Don't use
12133         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
12134         later.  Add last resort search of coding systems.
12135         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
12136         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
12137         Mule 4.
12138         (mm-find-mime-charset-region): Re-write.
12139         (mm-with-unibyte-current-buffer): Restore buffer as well as
12140         multibyteness.
12141
12142 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12143
12144         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
12145         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
12146         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
12147
12148 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12149
12150         * gnus-art.el (article-display-x-face): Nix buffer-read-only
12151         again.
12152
12153         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
12154
12155 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12156
12157         * gnus-spec.el (gnus-parse-simple-format): Use
12158           buffer-substring-no-properties.
12159
12160 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * gnus-art.el (article-verify-cancel-lock): New function.
12163
12164         * nnheader.el (nntp-process-response): New variable.
12165         (nnheader-init-server-buffer): Make `nntp-process-response'
12166         buffer-local in `nntp-server-buffer'.
12167
12168         * nntp.el (nntp-prepare-post-hook): New hook.
12169         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
12170         (nntp-async-trigger): Ditto.
12171         (nntp-request-post): Insert a server's ID if there's no Message-ID
12172         header; run `nntp-prepare-post-hook'.
12173
12174 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12175
12176         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
12177         instead.
12178
12179         * message.el (message-forward-subject-author-subject): Don't use
12180         message-news-p, which widens the buffer.
12181         (message-forward-make-body): New function.
12182         (message-forward): Use it.
12183         (message-insinuate-rmail): New function.
12184         (message-forward-rmail-make-body): New function.
12185
12186 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12187
12188         * mm-extern.el (mm-extern): Provide it.
12189
12190         * mm-partial.el (mm-partial): Provide it.
12191
12192 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12193
12194         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
12195
12196 2001-10-29  Simon Josefsson  <jas@extundo.com>
12197
12198         * mml.el (mml-preview): Bind message-this-is-news if it is
12199         news. From Jesper Harder <harder@myrealbox.com>.
12200
12201 2001-10-28  Simon Josefsson  <jas@extundo.com>
12202
12203         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
12204
12205 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
12206
12207         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
12208         ironic smilies.
12209
12210 2001-10-27  Simon Josefsson  <jas@extundo.com>
12211
12212         * message.el (message-indent-citation): Don't add trailing
12213         whitespace when citing text.
12214
12215         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
12216         <harder@ifa.au.dk>.
12217
12218 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12219
12220         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
12221         not available.
12222         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
12223         (nnweb-type-definition): Add google as alias of dejanews.
12224         (nnweb-google-parse-1): Forward 1 line.
12225
12226 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12227
12228         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
12229         variable `message-forward-ignored-headers'.
12230
12231 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
12232
12233         * gnus.el (gnus-expand-group-parameter): New function.
12234         (gnus-expand-group-parameters): Call it.
12235         (gnus-group-fast-parameter): New function.
12236         (gnus-group-find-parameter): Call it.
12237
12238 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12239
12240         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
12241         vector (it didn't before because of a bug).
12242         * gnus-msg.el (gnus-post-news): Use header vector directly, if
12243         available.  Before it converted it to an article number.
12244
12245         This makes followup to news articles with negative numbers in
12246         nnvirtual groups use news instead of mail.
12247
12248 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12249
12250         * gnus.el (post-method): Use `native' instead of `nil'.
12251
12252         * gnus-msg.el (gnus-post-method): Ditto.
12253
12254 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12255
12256         * gnus.el (gnus-define-group-parameter): Grammar fix.
12257
12258 2001-10-22  Simon Josefsson  <jas@extundo.com>
12259
12260         * gnus-msg.el (gnus-extended-version): Include
12261         system-configuration.
12262         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
12263
12264 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12265
12266         * gnus.el (post-method): Customization fix: `native' is not a
12267         valid value.
12268         * gnus-msg.el (gnus-post-method): Doc and customization fix:
12269         `native' is not a valid value.
12270
12271 2001-10-21  Simon Josefsson  <jas@extundo.com>
12272
12273         * nnimap.el (nnimap): Defgroup
12274         (nnimap-strict-function, nnimap-strict-function-match): New
12275         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
12276         (nnimap-split-crosspost, nnimap-split-inbox)
12277         (nnimap-split-rule, nnimap-split-predicate)
12278         (nnimap-split-predicate): Defcustom.
12279         (nnimap-split-inbox, nnimap-expunge-search-string)
12280         (nnimap-importantize-dormant): Remove "*" from doc.
12281
12282 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12283
12284         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
12285         not supplied via prefix arg.  From Lisp, make arg mandatory.
12286         Suggested by Frank Schmitt.
12287
12288 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12289
12290         * message.el (message-do-auto-fill): Avoid calling
12291         'rfc822-goto-eoh'.
12292
12293 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12294         From Paul Jarc <prj@po.cwru.edu>.
12295
12296         * message.el (message-get-reply-headers): Restructure the logic
12297         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
12298
12299 2001-10-20  Simon Josefsson  <jas@extundo.com>
12300
12301         * message.el (message-cancel-news): Support cancel-locks.
12302         Suggested by Per Abrahamsson.
12303
12304         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
12305         conses.  From David Z Maze <dmaze@MIT.EDU>.
12306
12307         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
12308
12309 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12310
12311         * mm-decode.el (mm-default-directory): Fix customize type.
12312
12313         * message.el (message-setup-fill-variables): Kludge to use
12314         normal-auto-fill-function even if auto fill is already activated.
12315
12316 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12317
12318         * message.el (message-do-auto-fill): New version that does not
12319         rely on text properties, by Simon Josefsson <jas@extundo.com>.
12320         (message-setup-1): Removed the `message-field' property.
12321
12322         * gnus-draft.el (gnus-draft-edit-message): Removed the
12323         `message-field' property.
12324
12325 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12326
12327         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
12328         `message-field'.  The `field' property has a special significance in
12329         Emacs 21.
12330
12331         * message.el (message-send, message-setup-1): Ditto.
12332
12333 2001-10-18  Simon Josefsson  <jas@extundo.com>
12334
12335         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
12336         when undoing.
12337
12338 2001-10-18  Simon Josefsson  <jas@extundo.com>
12339         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
12340
12341         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
12342         (gnus-summary-make-menu-bar): Ditto.
12343
12344 2001-10-17  Simon Josefsson  <jas@extundo.com>
12345
12346         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
12347         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
12348
12349 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12350
12351         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
12352         * gnus-util.el (gnus-user-date): New function.
12353         From Frank Schmitt <usenet@Frank-Schmitt.net>.
12354
12355 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12356
12357         * message.el (message-check-news-header-syntax): Special case
12358         nnvirtual groups.
12359
12360         * gnus-sum.el (gnus-summary-respool-default-method): Changed
12361         customize type to `symbol'.
12362
12363 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12364
12365         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
12366         %&foo;.
12367         (gnus-parse-simple-format): Support user extended spec too.
12368         %u&foo; invokes gnus-user-format-function-foo.
12369
12370 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12371
12372         * nnml.el (nnml-request-expire-articles): Make sure it is back to
12373         the server.
12374         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12375         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12376         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12377         * nndiary.el (nndiary-request-expire-articles): Ditto.
12378         (nndiary-schedule): Defsubst it before use it.
12379         (nndiary-error): eval-and-compile.
12380
12381 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12382
12383         * gnus-msg.el (gnus-post-method): Changed two instances of
12384         `active' to `current' and one `null' to `not'.
12385
12386 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12387         From Katsumi Yamaoka <yamaoka@jpl.org>.
12388
12389         * message.el (message-setup-fill-variables): Use
12390         `normal-auto-fill-function' instead of `auto-fill-function'.
12391
12392 2001-10-16  Simon Josefsson  <jas@extundo.com>
12393
12394         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
12395         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
12396         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
12397
12398 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12399         Patch by Oliver Scholz <oscholz@my.gnus.org>.
12400
12401         * gnus-draft.el (gnus-draft-edit-message): Add text property
12402         `field' with value `header' to message headers.
12403         * message.el (message-setup-1): Really add text property to all of
12404         the header, not just part of it.
12405
12406 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12407
12408         * gnus-group.el (gnus-group-sort-by-server): Use it.
12409
12410         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
12411
12412         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
12413         and keystroke.
12414
12415 2001-10-14  Simon Josefsson  <jas@extundo.com>
12416
12417         * dig.el: Doc fix.
12418
12419         * smime.el: Doc fix.
12420
12421         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
12422         charset magic from message.el.
12423
12424 2001-10-12  Simon Josefsson  <jas@extundo.com>
12425         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
12426
12427         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
12428         'cite from g-a-wash-types.
12429         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
12430         (gnus-article-hide-citation): Fix.
12431
12432         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
12433         character.
12434         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
12435
12436         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
12437         definition.
12438         (gnus-signature-toggle): Toggle `s' mode line character.
12439
12440         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
12441         doing stuff that clears it.
12442
12443 2001-10-12  Simon Josefsson  <jas@extundo.com>
12444
12445         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
12446         From Eric Marsden <emarsden@laas.fr>.
12447
12448 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12449
12450         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
12451         (autoload): Add some autoloads.
12452
12453 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12454         Suggested by Oliver Scholz <epameinondas@gmx.de>.
12455
12456         * message.el (message-do-auto-fill): New function.  Like
12457         `do-auto-fill' but don't fill when in the message header.
12458         (message-setup-1): Put a text property on the message header.
12459         (message-setup-fill-variables): Use `message-do-auto-fill'.
12460
12461 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12462
12463         * message.el (message-send-mail-partially): Insert an empty line
12464         first, because of the change of message-make-lines.
12465
12466 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
12467
12468         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
12469         iso-8859-15, make it an alias for iso-8859-1.
12470
12471 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * message.el (message-send-news): Don't modify the value of
12474         `message-syntax-checks' if it is not a list (possibly it is
12475         `dont-check-for-anything-just-trust-me').
12476
12477 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * gnus-group.el (gnus-group-name-charset-group-alist): Use
12480         `find-coding-system' for XEmacs to check whether the coding-system
12481         `utf-8' is available.
12482
12483 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12484
12485         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
12486
12487 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12488
12489         * message.el (message-send-news): Oops, missed case with no
12490         "Followup-To" header...
12491
12492 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12493
12494         * message.el (message-send-news): Allow
12495         `gnus-group-name-charset-group-alist' to affect encoding of the
12496         "Newsgroups" and "Followup-To" headers.
12497
12498 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12499
12500         * Makefile.in (install-el): Depend on gnus-load.el.
12501
12502 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12503
12504         * Makefile.in (install-el): Use -f.
12505         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
12506
12507 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
12508
12509         * message.el (message-send-news): Don't encode Followups-To when
12510         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
12511
12512         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
12513         header.
12514
12515         * gnus-art.el (article-decode-group-name): Also decode
12516         "Followup-To".
12517
12518         * rfc2047.el (rfc2047-encode-message-header): Encode without
12519         asking for null methods.
12520
12521         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
12522         default charset for newsgroup names in accordance with USEFOR.
12523
12524         * gnus-group.el (gnus-group-name-charset-method-alist,
12525         gnus-group-name-charset-group-alist): Removed "*" from doc
12526         strings, "*" should not be used for complex variables.
12527
12528 2001-10-06  Simon Josefsson  <jas@extundo.com>
12529
12530         Support UTF-8 group names better.
12531
12532         * message.el (message-check-news-header-syntax): Encode group
12533         names before comparison.
12534
12535         * gnus-msg.el (gnus-copy-article-buffer): Run all
12536         `gnus-article-decode-hook's except `article-decode-charset'
12537         instead of hardcoding call to one of them.
12538
12539         * gnus-art.el (gnus-article-decode-hook): Add
12540         `article-decode-group-name'.
12541         (article-decode-group-name): New function, use `g-d-n'.
12542
12543         * gnus-group.el (gnus-group-insert-group-line): Decode
12544         gnus-tmp-group using `g-d-n'.
12545
12546         * gnus-util.el (gnus-decode-newsgroups): New function.
12547
12548 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12549
12550         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
12551         `gnus-group-name-charset-group-alist'.
12552
12553 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12554
12555         * Makefile.in: Install el in install. Add uninstall.
12556
12557 2001-10-05  Simon Josefsson  <jas@extundo.com>
12558
12559         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
12560
12561         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
12562
12563         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
12564         empty folders.
12565
12566         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
12567         limiting if read-all (C-u RET) was used.
12568
12569 2001-10-04  Simon Josefsson  <jas@extundo.com>
12570
12571         * mail-source.el (mail-source-movemail-program): New variable.
12572         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
12573         <thutt@thutt.vmware.com>.
12574
12575 2001-10-03  Simon Josefsson  <jas@extundo.com>
12576
12577         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
12578         (gnus-summary-line-format-alist): Fix param.
12579
12580 2001-10-02  Simon Josefsson  <jas@extundo.com>
12581
12582         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
12583         don't go through `nnimap-request-expire-articles' to delete the
12584         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
12585
12586 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12587
12588         * gnus-agent.el (gnus-agent-write-active): The min in the
12589         agent/active may be larger than that in the server/active.
12590
12591 2001-10-01  Simon Josefsson  <jas@extundo.com>
12592
12593         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
12594         is IMAP4rev1.
12595
12596         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
12597
12598         * nnfolder.el: Ditto.
12599
12600 2001-09-30  Dan Christensen  <jdc@uwo.ca>
12601
12602         * gnus-sum.el (gnus-summary-extract-address-component): New function.
12603         (gnus-summary-from-or-to-or-newsgroups): Optimize.
12604
12605 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12606
12607         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
12608         (message-mode-menu): Menu item for same.
12609
12610         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
12611         delayed articles.
12612
12613         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
12614         nndraft:delayed does not exist.
12615         (gnus-delay-initialize): Don't set up keymap, that's done from
12616         message.el now.
12617         (gnus-delay, gnus-delay-group, gnus-delay-header)
12618         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
12619
12620 2001-09-29  Simon Josefsson  <jas@extundo.com>
12621
12622         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
12623         utf-8, not eight-bit-control.
12624
12625         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
12626         (imap-log, imap-debug): Custom.
12627         (imap-log-buffer, imap-debug-buffer): New constants.
12628         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
12629         (imap-network-open, imap-shell-open, imap-starttls-open)
12630         (imap-send-command-1, imap-send-command, imap-arrival-filter)
12631         (imap-debug): Use imap-*-buffer.
12632
12633         * nndoc.el (nndoc-article-type): Add mailman.
12634         (nndoc-type-alist): Ditto.
12635         (nndoc-mailman-type-p): New function.
12636
12637 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12638
12639         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
12640         gnus-art.el.
12641
12642 2001-09-27  Simon Josefsson  <jas@extundo.com>
12643
12644         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
12645         (gnus-topic-catchup-articles): New function. Suggested by Robin
12646         S. Socha <robin-dated-1001857693.185e29@socha.net>.
12647
12648 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12649         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
12650
12651         * gnus-ems.el (gnus-article-display-xface): Insert xface after
12652         previous ones.
12653
12654 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12655         From Daiki Ueno  <ueno@unixuser.org>
12656
12657         * gnus-sum.el (gnus-summary-show-article): The arglist of
12658         detect-coding-region is incompatible.
12659
12660 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12661         From Katsuhiro Hermit Endo <hermit@koka-in.org>
12662
12663         * gnus-group.el (gnus-group-delete-group): Typo.
12664
12665 2001-09-26  Simon Josefsson  <jas@extundo.com>
12666
12667         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
12668
12669         * nnimap.el (nnimap-expiry-target): Use temp buffer.
12670
12671 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12672
12673         * gnus-cus.el (gnus-group-parameters): Display as sexp.
12674
12675 2001-09-22  Simon Josefsson  <jas@extundo.com>
12676
12677         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
12678
12679         * nnfolder.el (nnfolder-open-marks): Ditto.
12680
12681         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
12682         (gnus-update-marks): Use it.
12683         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
12684         hardcoded list.
12685
12686         * gnus.el (gnus-article-special-mark-lists): Add killed.
12687         (gnus-article-unpropagated-mark-lists): New constant.
12688
12689 2001-09-22  Simon Josefsson  <jas@extundo.com>
12690
12691         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
12692         custom option.
12693
12694 2001-09-23  Simon Josefsson  <jas@extundo.com>
12695
12696         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
12697
12698 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12699
12700         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
12701
12702 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12703
12704         * gnus-group.el (gnus-group-sort-function): Fix customize type to
12705         accept lists of functions.
12706
12707 2001-09-20  Simon Josefsson  <jas@extundo.com>
12708
12709         * gnus-group.el (gnus-group-catchup): Update expire marks in
12710         backend.  Also, if ALL also set expire marks on tick/dormant.
12711
12712 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12713
12714         * message.el (message-tab-body-function): New variable.
12715         * message.el (message-tab): Use it.
12716
12717 2001-09-19  Sam Steingold  <sds@gnu.org>
12718
12719         * gnus-win.el (gnus-buffer-configuration): Respect
12720         `gnus-bug-create-help-buffer'.
12721
12722 2001-09-18  Simon Josefsson  <jas@extundo.com>
12723
12724         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
12725         (gnus-parse-simple-format): Re-revert.
12726
12727 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
12728         Trivial patch.
12729
12730         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
12731         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
12732
12733 2001-09-18  Simon Josefsson  <jas@extundo.com>
12734
12735         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
12736         signed.
12737         (gnus-parse-simple-format): Don't use it.
12738
12739 2001-09-17  Miles Bader  <miles@gnu.org>
12740
12741         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
12742         error querying a backend abort the whole process.
12743
12744 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12745
12746         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
12747         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
12748
12749 2001-09-17  Didier Verna  <didier@xemacs.org>
12750
12751         * nndiary.el: version 0.2-b14.
12752         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
12753         compatibility problem with XEmacs 21.1.
12754
12755 2001-09-15  Simon Josefsson  <jas@extundo.com>
12756
12757         * gnus-group.el (gnus-group-line-format): Document %c.
12758
12759         * nnml.el (nnml-parse-head): Handle CRLF files.
12760         (nnml-generate-nov-file): Ditto.
12761         (nnml-retrieve-headers): Ditto.
12762
12763 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
12764
12765         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
12766
12767 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
12768
12769         * gnus-spec.el (gnus-correct-substring): Still stopped one
12770         character before we wanted (never included last character).
12771         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
12772         add missing "," (once per function)
12773
12774 2001-09-14  Simon Josefsson  <jas@extundo.com>
12775
12776         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
12777         (otherwise e.g. gnus-agentize in .gnus overrides the customized
12778         default before gnus-group is loaded and the variable set.)
12779
12780         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
12781         killed or unsent marks.
12782
12783         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
12784         isn't an article to set it on (e.g. when you `a' in a group).
12785
12786 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12787
12788         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
12789         can read e-mails from Microsoft Outlook users not using ISO
12790         8859-2 character set.
12791
12792 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12793
12794         * gnus-diary.el: Minor modifications to avoid warnings.
12795         (gnus-summary-misc-menu): defvar.
12796         (gnus-diary-check-message): Use gnus-point-at-eol.
12797         (gnus-diary-kill-entire-line): eval-and-compile.
12798
12799 2001-09-12  Didier Verna  <didier@xemacs.org>
12800
12801         * nndiary.el: new version (0.2-b13).
12802         * nndiary.el (nndiary-mail-sources): doc update.
12803         * nndiary.el (nndiary-split-methods): ditto.
12804         * nndiary.el (nndiary-request-accept-article-hooks): New.
12805         * nndiary.el (nndiary-request-accept-article): use it, check
12806         message validity.
12807         * nndiary.el (nndiary-get-new-mail): changed default to nil.
12808         * nndiary.el (nndiary-schedule): fix bug (misplaced
12809         condition-case): it didn't return nil on error.
12810         * gnus-diary.el: new version.
12811         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
12812         * gnus-diary.el (gnus-diary-header-value-history): New.
12813         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
12814         * gnus-diary.el (gnus-diary-add-header): New.
12815         * gnus-diary.el (gnus-diary-check-message): New.
12816         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
12817         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
12818
12819 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12820
12821         * gnus-sum.el (gnus-select-newsgroup): Make
12822         `gnus-current-select-method' buffer-local.
12823
12824         * gnus-art.el (gnus-request-article-this-buffer): Refer
12825         `gnus-current-select-method' in the current summary buffer.
12826
12827 2001-09-10  Simon Josefsson  <jas@extundo.com>
12828         From Daniel Pittman <daniel@rimspace.net>
12829
12830         * gnus-spec.el (gnus-correct-pad-form): Fix.
12831
12832 2001-09-09  Simon Josefsson  <jas@extundo.com>
12833
12834         * mm-decode.el (mm-inline-media-tests): Add
12835         application/x-emacs-lisp.
12836         (mm-attachment-override-types): Add
12837         application/{x-,}pkcs7-signature.
12838
12839         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
12840         (gnus-server-line-format, gnus-server-mode-line-format)
12841         (gnus-server-browse-in-group-buffer): Customize.
12842
12843 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12844
12845         * nnml.el (nnml-marks-changed-p): Typo.
12846         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
12847         (nnml-marks-changed-p): Use gnus-gethash.
12848         (nnml-marks-modtime): Use gnus-make-hashtable.
12849
12850         * nnfolder.el (nnfolder-marks-changed-p): Typo.
12851         (nnfolder-request-expire-articles, nnfolder-save-marks)
12852         (nnfolder-open-marks): Typo.
12853         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
12854         (nnfolder-marks-changed-p): Use gnus-gethash.
12855         (nnfolder-marks-modtime): Use gnus-make-hashtable.
12856
12857 2001-09-08  Simon Josefsson  <jas@extundo.com>
12858
12859         * nnfolder.el (nnfolder-marks-modtime): New variable.
12860         (nnfolder-marks-changed-p): New function.
12861         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
12862         (nnfolder-request-update-info): Don't update if marks didn't change.
12863
12864         * nnml.el (nnml-marks-modtime): New variable.
12865         (nnml-marks-changed-p): New function.
12866         (nnml-save-marks, nnml-open-marks): Save modtime.
12867         (nnml-request-update-info): Don't update if marks didn't change.
12868
12869         * gnus-agent.el (gnus-agent-any-covered-gcc)
12870         (gnus-agent-add-server, gnus-agent-remove-server): Use
12871         gnus-agent-method-p.
12872
12873         * gnus-art.el (gnus-buttonized-mime-types): New variable.
12874         (gnus-unbuttonized-mime-type-p): Use it.
12875
12876         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
12877         fetch group.
12878
12879 2001-09-08  Simon Josefsson  <jas@extundo.com>
12880         From Daniel Pittman <daniel@rimspace.net>
12881
12882         * gnus-spec.el (gnus-correct-pad-form): New function.
12883         (gnus-parse-simple-format): Use it.
12884
12885 2001-09-07  Simon Josefsson  <jas@extundo.com>
12886
12887         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
12888         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
12889         Putnam <reader@newsguy.com>.
12890         (gnus-group-sort-selected-groups): Touch dribble file.
12891
12892 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
12893
12894         * nnml.el (nnml-filenames-are-evil): New variable.
12895         (nnml-article-to-file-alist): Rename to ...
12896         (nnml-current-group-article-to-file-alist): ... this.
12897         Respect `nnml-filenames-are-evil'.
12898         (nnml-active-number): Update.
12899         (nnml-update-file-alist): Update.
12900         (nnml-request-article): Use nnheader-article-to-file-alist.
12901         (nnml-request-rename-group): Likewise.
12902
12903 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * gnus-sum.el (gnus-summary-insert-line): Fix.
12906
12907 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
12908
12909         * gnus-sum.el: Bind g-s-t-s to "W g".
12910         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
12911         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
12912         display of graphical smilies.
12913
12914 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12915
12916         * gnus-start.el (gnus-setup-news): A typo.
12917         From Bill White <billw@wolfram.com>.
12918
12919 2001-09-06  Simon Josefsson  <jas@extundo.com>
12920
12921         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
12922         and unseen marks.
12923
12924 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12925
12926         * nnmail.el (nnmail-split-fancy): Document `junk'.
12927
12928 2001-09-04  Simon Josefsson  <jas@extundo.com>
12929
12930         * imap.el (imap-search): Don't error if server is broken.
12931
12932 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
12933
12934         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
12935         searching for an article that isn't in the mbox.
12936
12937 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12938
12939         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
12940         right, and get all the comments.
12941
12942 2001-09-02  Simon Josefsson  <jas@extundo.com>
12943         Suggested by Dan Christensen <jdc+news@uwo.ca>
12944
12945         * nnfolder.el (nnfolder-request-update-info): Fix message.
12946
12947         * nnml.el (nnml-request-update-info): Ditto.
12948
12949 2001-09-01  Simon Josefsson  <jas@extundo.com>
12950
12951         * nnml.el (nnml-request-expire-articles): Also bind
12952         `nnml-current-group' and `nnml-article-file-alist' when using
12953         expiry-target. (Otherwise nnml will be in a inconsistent internal
12954         state causing all kind of problems.)
12955         (nnml-request-expire-articles): If `nnml-article-to-file' or
12956         `file-attributes' failes, return article as un-expirable instead
12957         of treating it as expired.
12958
12959 2001-08-31  Sam Steingold  <sds@gnu.org>
12960
12961         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
12962         typo: `exmine' --> `examine'.
12963
12964 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12965
12966         * nndoc.el (nndoc-forward-type-p): It is not a digest.
12967
12968 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12969
12970         * nnml.el (nnml-check-directory-twice): Remove.
12971         (nnml-retrieve-headers): Ditto.
12972         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
12973
12974 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12975
12976         * nnheader.el (nnheader-directory-files-is-safe): No need to read
12977         directory twice on Windows, or on GNU Emacs-21.
12978
12979 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12980
12981         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
12982         (nnml-request-rename-group): Ditto.
12983         (nnml-active-number): Ditto.
12984         (nnml-request-create-group): Use nnml-directory-articles.
12985         (nnml-request-expire-articles): Use nnml-directory-articles, which
12986         gets list from nov database if available.
12987         (nnml-get-nov-buffer): New function.
12988         (nnml-open-nov): Use it.
12989         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
12990         gets alist from nov database if available.
12991         (nnml-directory-articles): New function.
12992         (nnml-article-to-file-alist): New function.
12993
12994 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12995
12996         * mm-decode.el (mm-display-external): Use `name' as filename, if
12997         `filename' attribute is not present.
12998
12999 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13000
13001         * mail-source.el (mail-source-flash): New defcustom.
13002         (mail-source-new-mail-p): Ring visible bell if appropriate.
13003         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
13004         timer is cleared even if mail check signals an error.
13005
13006 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13007
13008         * gnus-sum.el (gnus-summary-move-article): Only update marks of
13009         type 'list.
13010
13011 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13012
13013         * flow-fill.el (fill-flowed): eol might be point-max.
13014
13015 2001-08-27  Simon Josefsson  <jas@extundo.com>
13016
13017         * nnml.el (nnml-request-update-info): Fix message.
13018         (nnml-open-marks): Ditto.
13019
13020         * nnfolder.el (nnfolder-request-update-info):
13021         (nnfolder-open-marks): Fix message.
13022
13023 2001-08-25  Simon Josefsson  <jas@extundo.com>
13024
13025         * nnfolder.el (nnfolder-save-marks): Don't create directory named
13026         after group in ~/.
13027
13028 2001-08-25  Simon Josefsson  <jas@extundo.com>
13029         From Andreas Jaeger  <aj@suse.de>
13030
13031         * nnfolder.el (nnfolder-open-marks): Fix typo.
13032         * nnml.el (nnml-open-marks): Likewise.
13033
13034 2001-08-25  Simon Josefsson  <jas@extundo.com>
13035
13036         Make nnfolder groups self-contained as far as marks are concerned.
13037
13038         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
13039         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
13040         (nnfolder-open-server): Make marks directory.
13041         (nnfolder-request-delete-group): Delete marks file.
13042         (nnfolder-request-delete-group): Check of nov/marks file exist
13043         before deleting.
13044         (nnfolder-request-rename-group): Rename marks file.
13045         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
13046         (nnfolder-request-set-mark, nnfolder-request-update-info)
13047         (nnfolder-group-marks-pathname, nnfolder-save-marks)
13048         (nnfolder-open-marks): New functions.
13049         (top-level): Require gnus.
13050
13051 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13052
13053         * nnweb.el (nnweb-type-definition): Use google raw file.
13054         (nnweb-google-parse-1): Ditto.
13055         (nnweb-google-identity): Ditto.
13056         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
13057         (nnweb-altavista-wash-article): Ditto.
13058         (nnweb-request-article): Remove nnweb-decode-entities.
13059
13060         * nnml.el: Require 'gnus.
13061
13062 2001-08-25  Simon Josefsson  <jas@extundo.com>
13063
13064         * nnml.el (nnml-marks-is-evil): Add doc.
13065
13066 2001-08-25  Simon Josefsson  <jas@extundo.com>
13067
13068         * nnml.el (nnml-save-marks): Wrap saving marks in a
13069         condition-case, to allow user to start Gnus if saving marks failed
13070         for some reason.
13071
13072 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13073
13074         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
13075
13076         * gnus-group.el (gnus-update-group-mark-positions): Bind
13077         gnus-group-update-hook to nil.
13078
13079 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13080
13081         * mml.el (mml-generate-mime-1): Force as multibyte string.
13082
13083 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13084
13085         * gnus-sum.el (gnus-summary-insert-line)
13086         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
13087         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
13088
13089         * gnus-spec.el (gnus-correct-substring): Take optional END.
13090
13091         * nnrss.el (nnrss-request-article): Remove \n.
13092         (nnrss-retrieve-headers): Lines number is -1.
13093
13094 2001-08-24  Simon Josefsson  <jas@extundo.com>
13095
13096         * gnus-group.el (gnus-info-clear-data): Call
13097         nnfoo-request-set-mark to propagate marks.  Fix bug:
13098         `gnus-group-update-line' doesn't update read range unless we call
13099         `gnus-get-unread-articles-in-group' first.
13100
13101         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
13102         to server.
13103
13104 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13105
13106         * gnus-util.el (gnus-create-info-command): Return an interactive
13107         function.
13108
13109 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13110         From Katsumi Yamaoka <yamaoka@jpl.org>
13111
13112         * gnus-spec.el (gnus-parse-complex-format): Use equal.
13113
13114 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13115
13116         * gnus-sum.el (gnus-select-newsgroup): Use it.
13117
13118         * gnus-util.el (gnus-not-ignore): New function.
13119
13120         * lpath.el (featurep): Don't fbind char-int.
13121
13122         * gnus-util.el (gnus-create-info-command): New function.
13123
13124         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
13125         right node.
13126
13127         * gnus-sum.el (gnus-select-newsgroup): Clean up.
13128         (gnus-summary-limit-children): Use 'identity instead of `all'.
13129         (gnus-summary-limit-to-display-predicate): New command and
13130         keystroke.
13131
13132 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13133
13134         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
13135
13136         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
13137
13138 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13139
13140         * gnus-spec.el: Add the Gnus version.
13141         (gnus-update-format-specifications): If the Gnus version changes,
13142         nix out the format spec cache.
13143
13144         * gnus.el (gnus-continuum-version): Made into a command and
13145         optionalize the VERSION.
13146
13147         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
13148         the start of the lines.
13149
13150 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13151
13152         * gnus.el (gnus-visual-p): Define function before use of
13153         function.
13154
13155 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13156
13157         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
13158         (gnus-article-mark-to-type): New function.
13159         (gnus-update-missing-marks): Only update marks of type 'list.
13160
13161         * gnus.el (gnus-article-special-mark-lists): New variable.
13162
13163 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13164
13165         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
13166         (gnus-select-newsgroup): Still use 'all.
13167         (gnus-summary-initial-limit): Comparing with 'all.
13168
13169 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13170
13171         * gnus-start.el (gnus-activate-group): If dont-check, don't update
13172         active.
13173
13174 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13175
13176         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
13177         nnslashdot-*-retrieve-headers.
13178         (nnslashdot-request-article): Fix for slashcode 2.2.
13179         (nnslashdot-make-tuple): New function.
13180         (nnslashdot-read-groups): Use it.
13181
13182 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13183
13184         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
13185         list.
13186
13187         * gnus-sum.el (gnus-summary-move-article): Don't select article.
13188
13189 2001-08-20  Simon Josefsson  <jas@extundo.com>
13190
13191         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
13192         opened, error instead of continuing (and exploding later).
13193
13194 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13195
13196         * gnus.el (gnus-expand-group-parameters): Return the parameter
13197         list.
13198
13199         * gnus-sum.el (gnus-summary-show-article): Doc fix.
13200         (gnus-summary-show-article): Guess at charset if required.
13201
13202         * gnus-spec.el (gnus-correct-substring): Stopped one character
13203         before we wanted.
13204
13205 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13206
13207         * earcon.el (earcon-auto-play): Remove unused option.
13208
13209 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13210
13211         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
13212         message down in levels, since it happens very fast.
13213
13214         * smiley-ems.el (smiley-update-cache): Respect the symbol version
13215         of smiley-regexp-alist.
13216
13217         * mm-view.el (mm-inline-text): Ignore vcard errors.
13218
13219         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
13220
13221         * gnus-score.el (gnus-all-score-files): Use append instead of
13222         nconc.
13223
13224         * gnus.el (gnus-splash-face): Doc fix.
13225
13226         * mm-decode.el (mm-mailcap-command): Use
13227         mm-path-name-rewrite-functions.
13228         (mm-path-name-rewrite-functions): New variable.
13229
13230         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
13231         (gnus-complex-form-to-spec): Insert tab.
13232         (gnus-spec-tab): New function.
13233
13234         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
13235         entering the group.
13236
13237         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
13238         the positional spec.
13239         (gnus-parse-complex-format): React to %C.
13240
13241         * gnus-ems.el (gnus-char-width): Moved here.
13242
13243         * gnus-sum.el (gnus-select-newsgroup): Set
13244         gnus-newsgroup-articles.
13245         (gnus-unseen-mark): New variable.
13246         (gnus-newsgroup-unseen): Ditto.
13247         (gnus-newsgroup-seen): Ditto.
13248         (gnus-adjust-marked-articles): Use them.
13249         (gnus-update-marks): Use them.
13250         (gnus-summary-update-secondary-mark): Display.
13251         (gnus-summary-prepare-threads): Display.
13252
13253         * gnus-msg.el (gnus-inews-group-method): Use and return the
13254         method, not the server.
13255
13256 2001-08-19  Simon Josefsson  <jas@extundo.com>
13257
13258         * gnus-srvr.el (gnus-server-agent-face): New.
13259         (gnus-server-agent-face): New.
13260         (gnus-server-mode): Turn on font-lock-mode.
13261
13262         * gnus.el (gnus-server-visual): Add defgroup.
13263
13264 2001-08-19  Simon Josefsson  <jas@extundo.com>
13265         From Joe Casadonte <jcasadonte@northbound-train.com>
13266
13267         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
13268         gnus-server-denied-face): New.
13269         (gnus-server-opened-face, gnus-server-closed-face,
13270         gnus-server-denied-face): New.
13271         (gnus-server-font-lock-keywords): Add.
13272
13273 2001-08-19  Simon Josefsson  <jas@extundo.com>
13274
13275         * nnml.el (nnml-request-set-mark): Return nil.
13276         (nnml-save-marks): Use nnml-possibly-create-directory.
13277         (nnml-open-marks): Only work in temp buffer when inserting/reading
13278         .marks file.
13279
13280 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13281
13282         * gnus.el (gnus-expand-group-parameters): Fix.
13283
13284         * gnus-spec.el (gnus-char-width): New function.
13285         (gnus-correct-substring, gnus-correct-length): Use it.
13286
13287         * message.el (message-required-mail-headers): Fix doc.
13288
13289 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13290
13291         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
13292
13293         * mm-decode.el (mm-save-part-to-file): Insert the handle.
13294
13295 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13296
13297         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
13298         slashdot 2.2 (not fully fixed yet).
13299         (nnslashdot-request-article): Ditto.
13300
13301 2001-08-18  Simon Josefsson  <jas@extundo.com>
13302
13303         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
13304         nnimap.
13305
13306         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
13307         gnus-util.
13308         (nnimap-request-update-info-internal): Use new functions.
13309
13310         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
13311         new functions.
13312
13313 2001-08-18  Simon Josefsson  <jas@extundo.com>
13314
13315         Make nnml groups self-contained as far as marks are concerned.
13316
13317         * nnml.el (nnml-request-delete-group): Delete marks file.
13318         (nnml-request-rename-group): Move marks file.
13319         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
13320         variables.
13321         (nnml-request-set-mark, nnml-request-update-info): New server
13322         functions.
13323         (nnml-save-marks, nnml-open-marks): New functions.
13324
13325 2001-08-18  Simon Josefsson  <jas@extundo.com>
13326
13327         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
13328         `set' when setting marks.
13329
13330 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13331
13332         * gnus.el (gnus-info-find-node): Take an argument.
13333
13334         * gnus-art.el (gnus-button-handle-info): New function.
13335         (gnus-url-unhex-string): Replace "+" with " ".
13336
13337 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13338
13339         * message.el (message-check-news-header-syntax): Check bad From.
13340
13341 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13342
13343         * gnus-spec.el (gnus-correct-length): New function.
13344         (gnus-correct-substring): New function.
13345         (gnus-tilde-max-form): Use it.
13346
13347 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
13348
13349         * nnmh.el: Docstring changes as below.
13350
13351         * nnml.el: Docstring changes as below.
13352
13353         * nnbabyl.el: Docstring changes as below.
13354
13355         * nnmbox.el: Docstring changes as below.
13356
13357         * nnfolder.el: Added docstrings identifying each virtual server
13358         parameter.
13359
13360 2001-08-18  Simon Josefsson  <jas@extundo.com>
13361
13362         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
13363
13364 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
13365
13366         * message.el: rename "Abort Message" to "Postpone Message".
13367         Remove "Attach file as MIME" from Message menu, it's already in
13368         the MIME menu.
13369
13370 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13371
13372         * smime.el (smime-point-at-eol): eval-and-compile.
13373         (smime-make-temp-file): New function.
13374         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
13375         Use it.
13376
13377 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13378
13379         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
13380         (gnus-agent-summary-fetch-group): New command and keystroke.
13381
13382         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
13383         (gnus-mime-display-security): Make it respect
13384         gnus-unbuttonized-mime-type-p.
13385
13386         * gnus-sum.el (gnus-articles-to-read): Comments.
13387         (gnus-article-marked-p): New function.
13388         (gnus-summary-display-make-predicate): New function.
13389         (gnus-select-newsgroup): Use them.
13390
13391         * mm-decode.el (mm-save-part-to-file): Made it not error.
13392
13393 2001-08-17  Simon Josefsson  <jas@extundo.com>
13394
13395         * imap.el (imap-wait-for-tag): If process-status isn't open or
13396         run, return nil instead of sit-for looping.
13397
13398 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13399
13400         * lpath.el (featurep): fbind xml-parse-region.
13401
13402         * gnus.el (gnus-message-archive-method): Default to "archive".
13403         (gnus-message-archive-method): Doc fix.
13404         (gnus-parameters-get-parameter): Cleaned up.
13405         (gnus-expand-group-parameter): New function.
13406
13407         * gnus-start.el (gnus-setup-news): Push the archive server only
13408         the server list.
13409
13410         * mml.el (mml-menu): Changed name to "Attachments".
13411
13412         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
13413         when there is something to detroy.
13414
13415 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13416
13417         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
13418         nil.
13419
13420 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13421
13422         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
13423         which specifies a time today or tomorrow.
13424
13425 2001-08-15  Simon Josefsson  <jas@extundo.com>
13426         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
13427
13428         * gnus-agent.el (gnus-agent-make-mode-line-string)
13429         (gnus-agent-toggle-plugged): Use new API.
13430
13431 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13432
13433         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
13434         deadline has expired.
13435
13436 2001-08-12  Simon Josefsson  <jas@extundo.com>
13437         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
13438
13439         Support `recent' mark indicating newly arrived messages (to
13440         separate from old but unread messages).
13441
13442         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
13443         `nnmail-split-history' if recent is > 0.
13444         (nnimap-request-update-info-internal): Update `recent' marks.
13445         (nnimap-request-set-mark): Never set `recent' marks.
13446         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
13447         recent.
13448
13449         * gnus-sum.el (gnus-recent-mark): New mark.
13450         (gnus-newsgroup-recent): New variable.
13451         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
13452         (gnus-summary-prepare-threads): Mark recent articles.
13453         (gnus-summary-add-mark): Support recent.
13454         (gnus-summary-update-secondary-mark): Support recent.
13455
13456         * gnus.el (gnus-article-mark-lists): Add recent.
13457
13458 2001-08-12  Simon Josefsson  <jas@extundo.com>
13459
13460         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
13461         whether successful decoding took place.  Add doc.
13462
13463 2001-08-12  Simon Josefsson  <jas@extundo.com>
13464         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
13465
13466         * gnus.el (gnus-summary-line-format, gnus-parameters):
13467         * gnus-gl.el (gnus-summary-grouplens-line-format):
13468         * gnus-salt.el (gnus-summary-pick-line-format):
13469         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
13470
13471 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
13472         Committed by Kai Gro\e,b_\e(Bjohann.
13473
13474         * gnus-score.el (gnus-score-string): Fix `match' regexp
13475         for `extra' header case.
13476
13477 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13478
13479         * nnmbox.el (nnmbox-read-mbox): No warning.
13480
13481 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13482
13483         * nndoc.el (nndoc-article-type): Fix doc.
13484         (nndoc-generate-article-function): New variable.
13485         (nndoc-dissection-function): New variable.
13486         (nndoc-type-alist): Add oe-dbx.
13487         (nndoc-oe-dbx-type-p): New function.
13488         (nndoc-oe-dbx-dissection): New function.
13489         (nndoc-oe-dbx-generate-article): New function.
13490
13491 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13492
13493         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
13494         whether deadline has been reached.  Patch from Dan Nicolaescu
13495         <dann@godzilla.ics.uci.edu>.
13496
13497 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13498
13499         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
13500         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
13501         <rintaman@cs.Helsinki.FI>.
13502
13503         * mail-source.el (mail-source-movemail): The error buffer is
13504         modified, but nothing in it.
13505
13506 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13507
13508         * message.el (message-bogus-system-names): New variable.
13509         (message-make-fqdn): Use it.
13510
13511 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13512
13513         * nndraft.el (nndraft-request-group): Use
13514         nndraft-auto-save-file-name.
13515
13516 2001-08-09  Simon Josefsson  <jas@extundo.com>
13517
13518         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
13519         Don't ask whether to decrypt.  Just leave result in buffer (don't
13520         call mm).
13521
13522         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
13523         parts as well.
13524         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
13525         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
13526
13527 2001-08-09  Simon Josefsson  <jas@extundo.com>
13528
13529         * mm-decode.el (mm-insert-part): Return decoding success status.
13530         (mm-save-part-to-file): Error if decoding failed.
13531
13532 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13533
13534         * message.el (message-tab): Use indent-relative.
13535         (message-mode): Don't bind indent-line-function to indent-relative.
13536
13537 2001-08-09  Simon Josefsson  <jas@extundo.com>
13538
13539         * message.el (message-get-reply-headers): Fix string. Suggested by
13540         Christoph Conrad <cc@cli.de>.
13541
13542 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13543
13544         * message.el (message-tab): Use the current value of
13545         indent-line-function.
13546         (message-mode): Bind indent-line-function to indent-relative.
13547
13548 2001-08-08  Simon Josefsson  <jas@extundo.com>
13549
13550         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
13551         whether `imtest' is installed.
13552
13553 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13554         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13555
13556         * gnus-sum.el (gnus-summary-show-article): Call
13557         gnus-summary-update-secondary-secondary-mark.
13558         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
13559         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
13560
13561 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13562
13563         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
13564
13565         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13566
13567         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
13568         <gerd@gnu.org>.
13569
13570         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
13571
13572         * gnus-util.el (gnus-output-to-rmail): Ditto.
13573         (gnus-output-to-mail): Ditto.
13574
13575         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
13576
13577 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
13578
13579         * message.el (message-indent-citation): Use
13580         `message-yank-cited-prefix' for empty lines.
13581
13582 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
13583
13584         * message.el (message-indent-citation): Quote only lines starting
13585         with ">" using `message-yank-cited-prefix'.
13586
13587 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13588         Trivial patch.
13589
13590         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
13591         gnus-cache-fully-p.
13592
13593 2001-08-04  Simon Josefsson  <jas@extundo.com>
13594
13595         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
13596         file if it doesn't exist (by calling gnus-cache-read-active).
13597
13598 2001-08-04  Simon Josefsson  <jas@extundo.com>
13599
13600         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
13601         (gnus-cache-passively-or-fully-p): Removed.
13602         (gnus-cache-fully-p): Fix it.
13603
13604         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
13605
13606 2001-08-04  Simon Josefsson  <jas@extundo.com>
13607
13608         * gnus-cache.el (gnus-cache-fully-p)
13609         (gnus-cache-passively-or-fully-p): New functions.
13610         (gnus-cache-possibly-enter-article): Cosmetic change, use
13611         `g-c-p-o-f-p'.
13612         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
13613         was bogus (`g-c-p-a-a' does not change active info, just change
13614         the functions parameters).
13615         (gnus-cache-possibly-remove-articles-1): Make sure articles are
13616         not removed in groups that match `gnus-uncacheable-groups'.
13617
13618         Reported and modifications based on discussions with Nuutti
13619         Kotivuori <nuutti.kotivuori@smarttrust.com>.
13620
13621 2001-08-04  Simon Josefsson  <jas@extundo.com>
13622         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13623
13624         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
13625         calls `gnus-cache-update-active' if bounds has been extended.
13626
13627 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13628
13629         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
13630         before remove.
13631         (gnus-mime-security-show-details): Ditto.
13632
13633 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13634
13635         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
13636         syntax.  Protect string-match against nil string and regexp.
13637
13638 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13639
13640         * mm-util.el (mm-find-charset-region): Remove control-1.
13641
13642 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13643
13644         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
13645
13646 2001-08-04  Simon Josefsson  <jas@extundo.com>
13647
13648         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
13649         buffer.  Delete MIME-Version header.
13650
13651 2001-08-03  Simon Josefsson  <jas@extundo.com>
13652
13653         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
13654         that is entered does not necessarily have the highest article
13655         number in the group, so use `gnus-cache-possibly-alter-active'
13656         instead of `gnus-cache-update-active'.
13657
13658 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13659
13660         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
13661
13662 2001-08-03  Simon Josefsson  <jas@extundo.com>
13663
13664         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
13665         menu.
13666
13667 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * gnus.el (post-method): New group parameter.  It also provides
13670         the user option `gnus-post-method-alist' and the internal function
13671         `gnus-parameter-post-method'.
13672
13673         * gnus-msg.el (gnus-post-method): Bind the value of
13674         `gnus-post-method' to the group parameter if it is defined.
13675
13676 2001-08-02  Simon Josefsson  <jas@extundo.com>
13677
13678         * smime.el (smime-extra-arguments): Removed.
13679         (smime-call-openssl-region): Don't use it.
13680
13681 2001-08-02  Simon Josefsson  <jas@extundo.com>
13682
13683         * smime.el (smime-sign-region): Handle stderr.
13684         (smime-encrypt-region): Ditto.
13685
13686         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
13687         match the ASN.1 length bytes.
13688         (mm-pkcs7-enveloped-magic): Ditto.
13689         (mm-view-pkcs7-get-type): Don't regexp quote.
13690
13691 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13692         From Andreas Fuchs <asf@void.at>
13693
13694         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
13695
13696 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13697
13698         * gnus-art.el (gnus-header-button-alist): References regexp.
13699
13700 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
13701
13702         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
13703         already fboundp.  Add INTERACTIVE arg to autoload form.
13704
13705 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13706
13707         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
13708
13709         * nnmail.el (nnmail-cache-open): Ditto.
13710
13711 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13712
13713         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
13714
13715 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
13718
13719 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13720         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13721
13722         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
13723         (gnus-agent-toggle-plugged): Use it.
13724
13725 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13726
13727         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
13728         (gnus-ding-file-coding-system): New variable.
13729         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
13730         (gnus-slave-save-newsrc): Use it.
13731
13732 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13733
13734         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
13735         syntax.
13736
13737 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13738         Originally from Andreas Fuchs <asf@void.at>
13739
13740         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
13741         (mml2015-gpg-pretty-print-fpr): New function.
13742         (mml2015-gpg-extract-signature-details): More details, rename from
13743         `m-g-e-from'.
13744         (mml2015-gpg-verify): Use them.
13745         (mml2015-gpg-clear-verify): Use them.
13746
13747 2001-07-31  Simon Josefsson  <jas@extundo.com>
13748
13749         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
13750         buffer when done.
13751
13752 2001-07-30  Simon Josefsson  <jas@extundo.com>
13753
13754         * smime.el (smime-call-openssl-region): Revert previous change,
13755         just pass on buf to `call-process-region'.
13756         (smime-verify-region): Doc fix.  Don't message stuff.  Use
13757         `smime-new-details-buffer'.  Inserts error messages into buffer.
13758         (smime-noverify-region): Ditto.
13759         (smime-decrypt-region): Ditto.  Handles stderr separately.
13760         (smime-verify-buffer, smime-noverify-buffer)
13761         (smime-decrypt-buffer): Doc fix.
13762         (smime-new-details-buffer): New function.
13763         (smime-pkcs7-region, smime-pkcs7-certificates-region)
13764         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
13765         (smime-sign-region, smime-encrypt-region): Don't use
13766         `insert-buffer'.
13767
13768         * mml-smime.el (mml-smime-verify): Fix security button strings.
13769
13770 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13771
13772         * gnus-art.el (gnus-mime-save-part-and-strip): Save
13773         gnus-article-mime-handles.
13774
13775 2001-07-29  Simon Josefsson  <jas@extundo.com>
13776
13777         * mail-source.el (top-level): Require message for message-directory.
13778         (mail-source-directory): Change default to message-directory.
13779
13780         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
13781         (smime-certificate-directory, smime-openssl-program)
13782         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
13783         (smime-extra-arguments): New variable.
13784         (smime-dns-server): Fix customize group.
13785         (smime-call-openssl-region): Use `smime-extra-arguments'.
13786
13787 2001-07-29  Simon Josefsson  <jas@extundo.com>
13788         From Vladimir Volovich <vvv@vsu.ru>
13789
13790         * smime.el (smime-call-openssl-region): Ignore stderr.
13791
13792 2001-07-29  Simon Josefsson  <jas@extundo.com>
13793         From Christoph Conrad <christoph.conrad@gmx.de>
13794
13795         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
13796         file.
13797
13798 2001-07-29  Simon Josefsson  <jas@extundo.com>
13799
13800         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
13801
13802         Support S/MIME decryption.
13803
13804         * mm-decode.el (mm-inline-media-tests):
13805         (mm-inlined-types):
13806         (mm-automatic-display):
13807         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
13808
13809         * mm-view.el (mm-pkcs7-signed-magic):
13810         (mm-pkcs7-enveloped-magic): New variables.
13811         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
13812         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
13813         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
13814         PKCS#7 blobs.
13815
13816         * smime.el (smime-decrypt-region): Expand keyfile.
13817
13818 2001-07-29  Simon Josefsson  <jas@extundo.com>
13819
13820         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
13821         `ssl.el' variables.
13822
13823         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
13824         but line instead of narrowing to it, because `nnmail-parse-active'
13825         calls widen.  Thanks to Christoph Conrad
13826         <christoph.conrad@gmx.de>.
13827
13828 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13829
13830         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
13831         for %B spec.
13832
13833         * gnus-sum.el (gnus-summary-prepare-threads): If
13834         gnus-sum-thread-tree-root is nil, use subject instead.
13835         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
13836         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13837         (gnus-sum-thread-tree-leaf-with-other)
13838         (gnus-sum-thread-tree-single-leaf): Documentation.
13839         (gnus-sum-thread-tree-single-indent): Allow nil.
13840
13841 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13842
13843         * message.el (message-fill-paragraph): Do nothing if the user
13844         wants filladapt-mode.
13845
13846 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13847
13848         * mm-decode.el (mm-image-type-from-buffer): New function.
13849         (mm-get-image): Use it.
13850
13851 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13852
13853         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
13854
13855         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
13856         mm-display-parts too.
13857
13858 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13859
13860         * nnfolder.el (nnfolder-request-accept-article): Bind
13861         nntp-server-buffer.
13862
13863         * nnmail.el (nnmail-parse-active): Read from buffer instead of
13864         nntp-server-buffer.
13865
13866 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13867
13868         * message.el (message-check-news-header-syntax): Use
13869         message-post-method.
13870         (message-send-news): Bind message-post-method.
13871
13872 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13873
13874         * mml.el (mml-tweak-type-alist): New variable.
13875         (mml-tweak-function-alist): New variable.
13876         (mml-tweak-part): New function.
13877         (mml-generate-mime-1): Use it.
13878
13879 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13880
13881         * nnfolder.el (nnfolder-request-accept-article): Replace
13882         nnfolder-request-list.
13883
13884 2001-07-27  Simon Josefsson  <jas@extundo.com>
13885
13886         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
13887         nnoo-change-server failed to do it.
13888
13889 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13890
13891         * gnus.el (gnus-parameters): Make it customizable.
13892
13893 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13894
13895         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
13896
13897         * message.el (message-set-auto-save-file-name): More
13898         poor-system-types.
13899
13900         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
13901
13902         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
13903         supports +.
13904
13905 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13906
13907         * mm-decode.el (mm-readable-p): New function.
13908         (mm-inline-media-tests): Fix the default testers.
13909
13910 2001-07-26  Simon Josefsson  <jas@extundo.com>
13911
13912         * nnimap.el (nnimap-version): Bump version number.
13913
13914 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13915         From Steven E. Harris <seh@speakeasy.org>
13916
13917         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
13918         in M$Windows too.
13919
13920 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13921
13922         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
13923
13924 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13925
13926         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
13927
13928         * mm-decode.el (mm-get-image): Guess then use the type.
13929
13930         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
13931
13932 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
13933
13934         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
13935         display (%B) for threads if threading is off.
13936
13937 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13938         From Henrik Enberg <henrik@enberg.org>
13939
13940         * gnus-msg.el: Customization patch.
13941
13942 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
13943
13944         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
13945         variable.
13946         (nnmail-split-fancy-with-parent): Ignore certain groups.
13947
13948 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13949
13950         * gnus-util.el (gnus-byte-compile): New function.
13951         (gnus-use-byte-compile): New variable.
13952         (gnus-make-sort-function): Use it.
13953
13954         * nnmail.el (nnmail-get-new-mail): Use it.
13955
13956         * gnus-agent.el (gnus-category-make-function): Simple function or
13957         compiled function.
13958         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
13959
13960         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
13961         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
13962         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
13963
13964         * message.el (message-check-news-header-syntax): Remove quote.
13965
13966 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13967
13968         * message.el (message-use-mail-followup-to): `t' is not a
13969         documented value.
13970
13971 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13972
13973         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
13974
13975 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13976
13977         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
13978         there are long lines.
13979
13980 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * dgnushack.el (copy-list): New compiler macro.
13983
13984 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13985
13986         * message.el (message-bounce): If no Return-Path, the whole
13987         content is considered as the original message.
13988
13989         * nnml.el (nnml-check-directory-twice): New variable.
13990         (nnml-article-to-file): Use it.
13991         (nnml-retrieve-headers): Hack it.
13992
13993 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13994
13995         * gnus-win.el (gnus-buffer-configuration): New configure.
13996
13997         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
13998         not alive.
13999
14000         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
14001         (mm-display-external): Use display-term configure.
14002
14003 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14004
14005         * gnus-delay.el (gnus-delay-default-hour): New variable.
14006         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
14007
14008 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14009         From Karl Kleinpaste <karl@charcoal.com>
14010
14011         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
14012         (gnus-summary-prepare-threads): Ditto.
14013
14014         * gnus.el (gnus-summary-line-format): Add %B.
14015
14016 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14017
14018         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
14019
14020         * mm-util.el (mm-string-as-multibyte): New function.
14021
14022         * nnmh.el (nnmh-request-list-1): Encode, not decode!
14023
14024 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14025
14026         * mm-util.el (mm-universal-coding-system): New variable.
14027
14028         * gnus-start.el (gnus-startup-file-coding-system): Use it.
14029
14030         * score-mode.el (score-mode-coding-system): Use it.
14031
14032 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * gnus-start.el (gnus-setup-news): Call
14035         `gnus-check-bogus-newsgroups' just after the native server is
14036         opened.
14037
14038 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14039
14040         * nnmail.el (nnmail-do-request-post): Util function to be used by
14041         `nnchoke-request-post' for all nnmail-derived backends.
14042
14043         * nnml.el (nnml-request-post): Use it.
14044
14045         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
14046         backend, for it groks nnml-request-post.
14047
14048         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
14049         Treat `mail-post' backends like `mail' backends, not like `news'
14050         backends.
14051
14052 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14053
14054         * gnus-msg.el (gnus-setup-message): make-local-hook.
14055
14056 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14057
14058         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
14059         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
14060         <karl@charcoal.com>, slightly changed by Kai.
14061
14062         * message.el (message-check-news-header-syntax): When checking
14063         whether the groups exist, check the right server based on
14064         `gnus-post-method'.
14065
14066 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14067
14068         * gnus-delay.el: New file.
14069
14070 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14071
14072         * mm-util.el (mm-read-coding-system): Take two arguments.
14073
14074         * gnus-sum.el (gnus-summary-show-article): Use
14075         mm-read-coding-system.
14076
14077         * gnus-art.el (article-de-quoted-unreadable):
14078         (article-de-base64-unreadable, article-wash-html):
14079         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
14080
14081 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14082
14083         * nnml.el (nnml-request-post): New function.  Can be used for
14084         annotations in nnml groups.
14085
14086 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
14089         command.
14090
14091         * gnus-start.el (gnus-find-new-newsgroups): Use
14092         `message-make-date' instead of `current-time-string'.
14093         (gnus-ask-server-for-new-groups): Ditto.
14094         (gnus-check-first-time-used): Ditto.
14095
14096 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14097
14098         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
14099
14100 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
14101
14102         * message.el (message-shorten-references): Change `maxcount' and
14103         `cut' to obey USEFOR draft 5.
14104
14105 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
14106
14107         * gnus-sum.el (gnus-summary-display-arrow): New variable.
14108         (gnus-summary-set-article-display-arrow): New function.
14109         (gnus-summary-goto-subject): Use it.
14110
14111 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14112
14113         * gnus-sum.el (gnus-summary-import-article): Insert date if
14114         doesn't exist.
14115
14116 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14117
14118         * mml.el (mml-content-type-parameters): New variable.
14119         (mml-content-disposition-parameters): New variable.
14120         (mml-insert-mime-headers): Use them.
14121         (mml-parse-1): Accept charset.
14122
14123 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14124
14125         * gnus-group.el (gnus-group-select-group): Doc fix.
14126
14127         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
14128
14129 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
14132         to handle `define-derived-mode'.
14133
14134 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14135         From:  Stefan Monnier  <monnier@cs.yale.edu>
14136
14137         * message.el (message-mode): Use define-derived-mode.
14138         (message-tab): message-completion-alist.
14139
14140         * imap.el (imap-interactive-login): Use make-local-variable.
14141         (imap-open): Ditto.
14142         (imap-authenticate): Ditto.
14143
14144         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
14145
14146         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
14147
14148 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14149
14150         * message.el (message-citation-line-function): Refer to
14151         gnus-cite-attribution-suffix.
14152
14153 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14154
14155         * gnus-art.el,...: Error convention changes.
14156
14157 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14158
14159         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
14160
14161 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14162
14163         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
14164         (nnrss-read-server-data): Ditto.
14165
14166 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14167
14168         * gnus-setup.el (gnus-use-installed-gnus): Typo.
14169         * Cleanup files.
14170         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
14171
14172 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14173
14174         * gnus.el (gnus-summary-line-format): Add %o.
14175
14176         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
14177         unless shell outputs something.
14178
14179 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14180
14181         * gnus-art.el (gnus-boring-article-headers): Better doc.
14182         (article-hide-headers): Better regexp.
14183         Suggested by Matt Swift <swift@alum.mit.edu>.
14184
14185         * nnheader.el (nnheader-max-head-length): Better doc.
14186         (nnheader-header-value): Skip spaces.
14187         (nnheader-parse-head): Remove space.
14188         Suggested by Matt Swift <swift@alum.mit.edu>.
14189
14190         * gnus-sum.el (gnus-summary-show-raw-article): New function.
14191         (gnus-get-newsgroup-headers): Remove space.
14192
14193 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14194
14195         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
14196         (gnus-summary-reply): Use it.
14197         (gnus-summary-reply-broken-reply-to): New function.
14198         (gnus-msg-force-broken-reply-to): New function.
14199
14200         * mm-view.el (mm-inline-text): Showing as text/plain when error.
14201
14202 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14203
14204         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
14205
14206 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14207
14208         * mm-decode.el (mm-external-terminal-program): New variable.
14209         (mm-display-external): Use it. Use term to display when no
14210         window-system.
14211
14212 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
14213
14214         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
14215         Browse->Next entries to Browse->Prev
14216
14217 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14218
14219         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
14220
14221 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14222
14223         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
14224         for the default encoding.
14225
14226         * nnrss.el (nnrss-url-field): New field.
14227         (nnrss-request-article): Add newsgroups.
14228
14229         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
14230
14231 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14232
14233         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
14234
14235         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
14236         (gnus-draft-setup): Remove backlog.
14237
14238 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14239
14240         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
14241         Cleanup.
14242
14243 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14244
14245         * gnus-msg.el (gnus-bug): Erase buffer.
14246
14247         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
14248
14249 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14250
14251         * mm-decode.el (mm-attachment-override-p): Fix typo.
14252
14253 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * gnus-kill.el (gnus-execute): Work with the extra headers.
14256         * gnus-sum.el (gnus-summary-execute-command): Ditto.
14257
14258 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14259
14260         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
14261         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
14262
14263         * message.el (message-send-mail-real-function): New variable.
14264         (message-send-mail-partially, message-send-mail):
14265
14266         * nngateway.el (nngateway-request-post): Use it.
14267
14268         * gnus-agent.el (gnus-agentize): Use it.
14269
14270         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
14271         (nnsoup-revert-variables): Use it.
14272
14273 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
14274
14275         * mm-decode.el (mm-inline-media-tests): Default to displaying as
14276         text/plain if the type doesn't match any other media types.
14277         (mm-inlined-types): Doc fix.
14278         (mm-display-inline): Revert previous change (now handled by a
14279         default type in `mm-inline-media-tests'.
14280         (mm-inlinable-p): Revive.
14281         (mm-display-part): Call `mm-inlinable-p'.
14282         (mm-attachment-override-p): Ditto.
14283         (mm-inlined-p): Doc fix.
14284
14285         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
14286         well as `mm-inlined-p'.
14287
14288 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14289
14290         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
14291         (nntp-send-command-and-decode): Use gnus-point-at-bol.
14292
14293 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14294         From  Paul Jarc <prj@po.cwru.edu>
14295
14296         * message.el (message-use-mail-followup-to): New variable.
14297         (message-get-reply-headers): Use it.
14298
14299 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
14300
14301         * nnheader.el (nnheader-init-server-buffer): Make sure the
14302         *nntpd* buffer is made multibyte instead of a random buffer.
14303
14304 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14305
14306         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
14307         when it returns headers.
14308
14309 2001-07-07  Simon Josefsson  <jas@extundo.com>
14310
14311         * rfc2047.el (rfc2047-encode-message-header): Skip header when
14312         trying to fold. Thanks to Colin Walters
14313         <walters@cis.ohio-state.edu>
14314
14315 2001-07-06  Simon Josefsson  <jas@extundo.com>
14316
14317         * imap.el (imap-parse-address-list, imap-parse-flag-list)
14318         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
14319         Add information in `assert's.
14320
14321         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
14322         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
14323         and `nnimap-group-overview-filename', should handle all
14324         change-of-uidvalidity related issues.  But there may be other
14325         problems.)
14326
14327 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14328
14329         * rfc2047.el (rfc2047-encode-message-header): Don't include the
14330         header name when folding.
14331
14332 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14333
14334         * mm-decode.el (mm-inlined-types): Document relationship with
14335         `mm-inline-media-tests'.
14336         (mm-display-inline): Default to displaying as plain text if no
14337         inlining handler is available.
14338         (mm-inlinable-p): Remove.
14339         (mm-inlined-p): Don't call `mm-inlinable-p'.
14340         (mm-automatic-display-p): Ditto.
14341         (mm-attachment-override-p): Ditto.
14342
14343 2001-07-04  Simon Josefsson  <jas@extundo.com>
14344
14345         * nnimap.el (nnimap-importantize-dormant): New variable.
14346         (nnimap-request-update-info-internal): Use it.
14347         (nnimap-request-set-mark): Ditto.
14348
14349 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14350
14351         * nntp.el (nntp-send-command): don't pass a buffer argument to
14352         `point'. Only XEmacs accepts this.
14353         * nntp.el (nntp-send-command-nodelete): ditto.
14354         * nntp.el (nntp-send-command-and-decode): ditto.
14355
14356 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14357
14358         * nntp.el (nntp-open-connection-function): doc update.
14359         * nntp.el (nntp-pre-command): New.
14360         * nntp.el (nntp-via-rlogin-command): New.
14361         * nntp.el (nntp-via-telnet-command): New.
14362         * nntp.el (nntp-via-telnet-switches): New.
14363         * nntp.el (nntp-via-user-name): New.
14364         * nntp.el (nntp-via-user-password): New.
14365         * nntp.el (nntp-via-address): New.
14366         * nntp.el (nntp-via-envuser): New.
14367         * nntp.el (nntp-via-shell-prompt): New.
14368         * nntp.el (nntp-open-telnet-stream): New.
14369         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
14370         * nntp.el (nntp-open-via-telnet-and-telnet): New.
14371         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
14372         * nntp.el (nntp-send-command): ditto.
14373         * nntp.el (nntp-send-command-nodelete): ditto.
14374         * nntp.el (nntp-send-command-and-decode): ditto.
14375
14376 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
14377         Trivial patch.
14378
14379         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
14380         `when'.
14381
14382 2001-07-03  Simon Josefsson  <jas@extundo.com>
14383         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
14384
14385         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
14386
14387 2001-07-03  Simon Josefsson  <jas@extundo.com>
14388
14389         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
14390         remove it (workaround XEmacs `fill-region' bug).
14391
14392 2001-07-01  Simon Josefsson  <jas@extundo.com>
14393
14394         * nnimap.el (nnimap-date-days-ago): Defeat locale.
14395
14396 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14397
14398         * mml2015.el (mml2015-format-error): New function.
14399         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
14400         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
14401         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
14402
14403 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14404
14405         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
14406         Suggested by Christoph Conrad <C.Conrad@cli.de>.
14407
14408         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
14409         group variables.
14410
14411 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14412
14413         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
14414
14415         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
14416         (nnrss-save-group-data): Ditto.
14417
14418         * gnus-agent.el (gnus-agent-save-alist): Ditto.
14419
14420 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * message.el (message-do-send-housekeeping): Narrow to headers.
14423
14424 2001-06-24  Simon Josefsson  <jas@extundo.com>
14425
14426         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
14427         insertion when breaking lines looked for " \t" instead of "[ \t]".
14428         (rfc2047-encode-message-header): Fold lines even if
14429         no QP encoding is done.
14430
14431 2001-06-23  Simon Josefsson  <jas@extundo.com>
14432         From Samuel Tardieu <sam@inf.enst.fr>
14433
14434         * smime.el (smime-keys): Support additional certificates.
14435         (smime-make-certfiles): New function.
14436         (smime-sign-region): Use previous variables.
14437         (smime-get-certfiles): New function.
14438         (smime-sign-buffer): Use it.
14439         (smime-verify-region): Support both CAfile and CApath.
14440
14441 2001-06-23  Simon Josefsson  <jas@extundo.com>
14442
14443         * smime.el (smime-decrypt-region): Perhaps work.
14444
14445 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14446
14447         * gnus-msg.el (gnus-copy-article-buffer): Typo.
14448
14449 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14450
14451         * mm-decode.el (mm-save-part): Rewrite file name.
14452         (mm-file-name-rewrite-functions): New variable.
14453         (mm-file-name-delete-whitespace): New function.
14454         (mm-file-name-trim-whitespace): New function.
14455         (mm-file-name-collapse-whitespace): New function.
14456         (mm-file-name-replace-whitespace): New variable and function.
14457
14458 2001-06-22  Simon Josefsson  <jas@extundo.com>
14459
14460         * message.el (message-make-date): Workaround locale for weekdays.
14461
14462 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14463
14464         * message.el (message-goto-body): Return nil if not found. (revert!)
14465
14466 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14467         From Fremlin <chief@bandits.org>
14468
14469         * message.el (message-goto-body): Some messages have no header.
14470
14471         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14472
14473 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14474
14475         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
14476
14477 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14478
14479         * message.el (message-make-date): Add week day.
14480         Suggested by Jason R. Mastaler <jason@mastaler.com>.
14481
14482 2001-06-19  Simon Josefsson  <jas@extundo.com>
14483
14484         * message.el (message-yank-prefix): Doc fix.
14485         (message-yank-cited-prefix): Ditto.
14486         (message-delete-not-region): Keep citation prefix on first line,
14487         if possible and appropriate.
14488
14489 2001-06-19  Simon Josefsson  <jas@extundo.com>
14490
14491         * imap.el (imap-process-connection-type): New variable.
14492         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
14493         recent `imtest's work completely (no line length issues), while
14494         making making old `imtest's unusable.  Thanks to NAGY Andras
14495         <nagya@inf.elte.hu> for his work.
14496
14497 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
14498
14499         * imap.el (imap-ssl-program): Add -quiet to shut up
14500         OpenSSL/SSLeay's internal debug talk.
14501
14502 2001-06-19  Matt Armstrong  <matt@lickey.com>
14503
14504         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
14505         server.
14506
14507 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14508
14509         * nnmail.el (nnmail-article-buffer): New variable.
14510         (nnmail-split-incoming): Use it.
14511
14512 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
14513
14514         * qp.el (quoted-printable-decode-region): If called interactively,
14515         use coding-system-for-read.
14516
14517 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14518
14519         * message.el (message-check-news-header-syntax): Check Reply-To.
14520
14521 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14522
14523         * mml.el (mml-parse-1): Use message options.
14524
14525         * message.el (message-do-fcc): Don't do anything if there is no
14526         FCC.
14527
14528 2001-06-16  Simon Josefsson  <jas@extundo.com>
14529
14530         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
14531         (nnimap-expunge-search-string): New variable.
14532         (nnimap-request-expire-articles): Use it.
14533
14534 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14535
14536         * message.el (message-send-mail-with-qmail): wrong exit status is
14537         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
14538
14539 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14540
14541         * gnus-art.el (article-strip-multiple-blank-lines): Use
14542         delete-region instead of replace-match.
14543
14544 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14545
14546         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
14547         (nnweb-google-wash-article): Ditto.
14548
14549 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
14550
14551         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
14552
14553 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
14556         specs.
14557
14558 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14559
14560         * gnus.el (gnus-email-address): Move it here.
14561
14562         * gnus-art.el (article-de-quoted-unreadable): Read charset if
14563         requested.
14564         (article-de-base64-unreadable): Ditto.
14565         (article-wash-html): Ditto.
14566
14567 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14568
14569         * message.el (message-options-set-recipient): Don't add ", "
14570         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
14571
14572 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14573
14574         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
14575
14576 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14577
14578         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
14579         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
14580
14581         * nnrss.el (nnrss-node-text): Node might be nil.
14582
14583 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14584
14585         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
14586         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
14587
14588         * nnrss.el (nnrss-group-alist): More items.
14589
14590 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14591
14592         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
14593
14594 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14595         Trivial patch from Dale Hagglund  <rdh@best.com>
14596
14597         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
14598         restrict clauses.
14599
14600 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14601
14602         From Benjamin Rutt <brutt+news@bloomington.in.us>
14603
14604         * message.el (message-wide-reply-confirm-recipients): New variable.
14605
14606 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
14607         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
14608
14609         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
14610         fix so it works with XEmacs.
14611
14612 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14613
14614         * nnrss.el (nnrss-retrieve-headers): Support description as extra
14615         headers.
14616
14617 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14618
14619         * nnrss.el: Fix a few bugs.
14620
14621 2001-06-05  Simon Josefsson  <jas@extundo.com>
14622
14623         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
14624         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
14625
14626 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
14627
14628         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
14629         binary so that we don't transmit ISO 2022 garbage to the process.
14630         This is needed under XEmacs.
14631
14632 2001-06-03  Simon Josefsson  <simon@josefsson.org>
14633
14634         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
14635         autoloaded incorrectly below because ssl-program-* is bound.)
14636         Thanks to Amos Gouaux for report.
14637
14638 2001-06-02  Simon Josefsson  <simon@josefsson.org>
14639
14640         * imap.el (imap-kerberos4-open):
14641         (imap-gssapi-open):
14642         (imap-ssl-open):
14643         (imap-network-open):
14644         (imap-shell-open):
14645         (imap-starttls-open): Set buffer to workaround spurious
14646         `accept-process-output' buffer changes.  Thanks to Mats Lidell
14647         <Mats.Lidell@contactor.se> for report and partial patch and Jake
14648         Colman <colman@ppllc.com> for report.
14649
14650 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14651
14652         * gnus-sum.el (gnus-summary-catchup): New argument.
14653         (gnus-summary-catchup-from-here): New function.
14654
14655 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14656
14657         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
14658         back, then insert glyph.  (Before, the glyph was inserted first,
14659         then the newline.)  This works around a behavior in XEmacs where
14660         it is not possible to insert a character after a glyph which is at
14661         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
14662
14663 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14664
14665         From Jaap-Henk Hoepman (jhh@xs4all.nl).
14666
14667         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
14668         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
14669         mm-destroy-postponed-undisplay-list): New functions.
14670         (mm-display-external): Use them.
14671
14672 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14673
14674         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
14675         `default-low' when evaluating `gnus-summary-highlight'.
14676         From Raja R Harinath <harinath@cs.umn.edu>.
14677
14678 2001-05-27  Simon Josefsson  <simon@josefsson.org>
14679
14680         * message.el (message-yank-cited-prefix): New variable.
14681         (message-indent-citation): Use it.
14682
14683         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
14684         as details.
14685         (mml2015-mailcrypt-clear-verify): Ditto.
14686
14687 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14688         From Nevin Kapur <nevin@jhu.edu>.
14689
14690         * gnus-sum.el (gnus-summary-default-high-score,
14691         gnus-summary-default-low-score): New variables.
14692         (gnus-summary-highlight): Use them.
14693
14694 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
14695
14696         * message.el (message-mail): pass the 'send-actions argument to
14697         `message-setup'.
14698
14699 2001-05-16  Simon Josefsson  <simon@josefsson.org>
14700         From Raymond Scholz <ray-2001@zonix.de>
14701
14702         * gnus-art.el (gnus-mime-view-part-as-charset):
14703         (gnus-mime-internalize-part): Doc fixes.
14704
14705 2001-05-11  Simon Josefsson  <simon@josefsson.org>
14706
14707         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
14708         status lines without any text ("^215$").
14709
14710 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14711
14712         * nnrss.el (nnrss-check-group): Reverse.
14713
14714 2001-05-07  Simon Josefsson  <simon@josefsson.org>
14715
14716         * message.el (message-get-reply-headers):
14717         (message-followup): Fix typo, suggested by David Green
14718         <dgreen@uab.edu>
14719
14720 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14721
14722         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
14723
14724         * nnrss.el (nnrss-open-server): Read server data when it is called.
14725         (nnrss-request-expire-articles): Fix.
14726
14727 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14728
14729         * message.el (message-do-send-housekeeping): mail-abbrevs may
14730         rename buffer behind Gnus.
14731
14732 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14733
14734         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
14735         (nnrss-group-alist): Add more resources.
14736         (nnrss-check-group): Ignore errors.
14737
14738 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14739
14740         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
14741
14742         * nnslashdot.el (nnslashdot-request-list): Add time.
14743         (nnslashdot-request-expire-articles): New function.
14744
14745         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
14746         secondary methods too.
14747
14748 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14749
14750         * message.el (message-use-followup-to): Set default value to t.
14751
14752 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
14753
14754         * message.el (message-dont-reply-to-names): Fix documentation.
14755         (message-get-reply-headers): Use Mail-Followup-To only for wide
14756         replies.
14757
14758 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14759
14760         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
14761         correctly.
14762         (nnrss-check-group): Use time.
14763
14764 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14765
14766         * gnus.el: Oort Gnus v0.03 is released.
14767
14768 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14769
14770         * nnultimate.el (nnultimate-topic-article-to-article): Use the
14771         group.
14772
14773 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14774
14775         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
14776
14777 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14778
14779         * nnultimate.el (nnultimate-retrieve-headers): Return all
14780         available headers.
14781
14782         * gnus-sum.el (gnus-read-all-available-headers): New variable.
14783         (gnus-get-newsgroup-headers-xover): Use it.
14784
14785 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14786
14787         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
14788
14789 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14790
14791         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
14792
14793 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14794
14795         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
14796         disable it.
14797
14798         * gnus.el (gnus-info-nodes): Remove a few The's.
14799
14800 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14801
14802         * mail-source.el (mail-source-movemail): Call-process may return a
14803         signal description string.
14804
14805         * gnus-start.el (gnus-read-newsrc-el-file):
14806         gnus-newsrc-file-version may be nil.
14807
14808         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
14809         Suggested by Michael Sperber [Mr. Preprocessor]
14810         <sperber@informatik.uni-tuebingen.de>.
14811
14812 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
14813
14814         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
14815
14816 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
14817
14818         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
14819         fontify HANDLE.
14820
14821 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14822
14823         * smime.el (smime-ask-passphrase): Rework to return value.
14824         (smime-sign-region): Rework to bind value and use it.
14825         (smime-decrypt-region): Ditto.
14826
14827 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14828         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
14829
14830         * smime.el (smime-ask-passphrase): New function.
14831         (smime-sign-region): Use it.
14832         (smime-encrypt-cipher): New variable.
14833         (smime-decrypt-region): Ditto.
14834
14835 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
14836         Committed by Simon Josefsson  <simon@josefsson.org>
14837
14838         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
14839         the log.
14840
14841 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14842
14843         * gnus.el: Oort Gnus v0.02 is released.
14844
14845 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
14846
14847         * gnus.el: Oort Gnus v0.01 is released.
14848
14849 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14850
14851         * gnus-sum.el (gnus-summary-highlight): Highlight read
14852         undownloaded articles as read articles.
14853
14854         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
14855         (gnus-agent-get-undownloaded-list): Mark all undownloaded
14856         articles, even read ones, as such.
14857
14858         * gnus-sum.el (gnus-summary-find-matching): Clean up.
14859         (gnus-find-matching-articles): New function.
14860         (gnus-summary-limit-include-matching-articles): New command.
14861         (gnus-summary-limit-include-thread): Include articles that have
14862         matching subjects.
14863         (gnus-offer-save-summaries): Clean up.
14864
14865 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14866
14867         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
14868
14869 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14870         From Jason Merrill <jason_merrill@redhat.com>
14871
14872         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
14873
14874 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
14875         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14876
14877         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
14878         newsgroup names when the original article is a news message.
14879
14880 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14881
14882         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
14883         supported. Suggest by Jim Meyering <jim@meyering.net>.
14884
14885 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
14886         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
14887
14888         * nnmail.el (nnmail-split-it): Added check for .* at the end of
14889         regexp in nnmail-split-fancy.
14890
14891 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14892
14893         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
14894
14895 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
14896
14897         * message.el (message-send-mail): Improve the interaction with the
14898         user.
14899
14900 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14901
14902         * imap.el (imap-message-copy): Work around buggy servers that
14903         doesn't send TRYCREATE tags.
14904
14905 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
14908
14909 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14910
14911         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
14912         date.
14913
14914 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14915
14916         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
14917         lives.
14918
14919 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14920
14921         * gnus-art.el (gnus-parse-news-url): New function.
14922         (gnus-button-handle-news): New function.
14923         (gnus-button-alist): Point to new functions.
14924
14925         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
14926
14927         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
14928         gnus-format-specs.
14929
14930         * message.el (message-check-news-header-syntax): Question even
14931         when Gnus doesn't know the group names.
14932         (message-send-news): Clean up.
14933
14934         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
14935         exited on purpose without saving.
14936
14937         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
14938
14939 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14940
14941         * gnus-score.el (gnus-score-orphans): Clean up.
14942
14943         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
14944
14945         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
14946         later.
14947
14948         * gnus-start.el (gnus-close-all-servers): Find the right items to
14949         close.
14950
14951         * qp.el (quoted-printable-decode-region): Just message
14952         malformation; don't quit.
14953
14954 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14955         From Gerd Moellmann <gerd@gnu.org>.
14956
14957         * gnus.el (gnus-interactive): A typo.
14958
14959 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
14960         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14961
14962         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
14963         `assq-delete-all', if that function exists; otherwise use the old
14964         definition. Documentation changed to match the one in
14965         `assq-delete-all'.
14966
14967 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14968
14969         * gnus-start.el (gnus-close-all-servers): New function.
14970
14971         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
14972         (gnus-server-remove-denials): Clean up.
14973
14974         * gnus-sum.el (gnus-summary-sort-by-original): New command and
14975         keystroke.
14976
14977 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14978
14979         * message.el (message-send-news): Message where we are sending.
14980         (message-send-mail): Ditto.
14981
14982         * gnus.el (gnus-server-string): New function.
14983
14984         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
14985
14986         * mm-decode.el (mm-default-directory): Customized.
14987         (mm-tmp-directory): Ditto.
14988
14989         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
14990         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
14991         or Chars.
14992         (gnus-summary-line-format-alist): ?l is now a string.
14993         (gnus-summary-prepare-threads): Output ? for unknown lines.
14994         (gnus-summary-insert-line): Ditto.
14995         (gnus-summary-print-article): Unbalanced parentheses.
14996
14997         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
14998         out whether new stuff has arrived.
14999
15000 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
15001
15002         * gnus-sum.el: Let printing work on ttys on Emacs.
15003
15004 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15005
15006         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
15007         when forcing news.
15008
15009         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
15010         command.
15011
15012 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
15013
15014         * message.el (message-set-auto-save-file-name): Don't use
15015         asterisks under nt.
15016
15017 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15018
15019         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
15020         lists of articles.
15021
15022         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
15023
15024         * gnus-msg.el (gnus-put-message): Clean up.
15025         (gnus-summary-reply): Mark all replied-to articles as replied to.
15026         (gnus-inews-add-send-actions): Also mark as forwarded.
15027         (gnus-summary-mail-forward): Mark as forwarded.
15028
15029         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
15030         of articles.
15031         (gnus-summary-mark-article-as-forwarded): Ditto.
15032
15033         * gnus-msg.el (gnus-summary-resend-message): Mark article as
15034         forwarded.
15035         (gnus-summary-mail-forward): Clean up.
15036
15037         * gnus.el (gnus-article-mark-lists): Added forward.
15038
15039         * gnus-sum.el (gnus-forwarded-mark): New variable.
15040         (gnus-summary-prepare-threads): Use it.
15041         (gnus-summary-update-secondary-mark): Ditto.
15042         (gnus-newsgroup-forwarded): New variable.
15043
15044 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15045
15046         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
15047         (gnus-summary-very-wide-reply): New command and keystroke.
15048         (gnus-summary-very-wide-reply-with-original): Ditto.
15049
15050         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
15051         (gnus-score-adaptive): Use it.
15052
15053         * gnus-start.el (gnus-get-unread-articles): Clean up.
15054
15055 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15056
15057         * nnultimate.el (nnultimate-retrieve-headers): Work for other
15058         boards.
15059
15060 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
15061
15062         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
15063         * gnus-start.el (gnus-subscribe-newsgroup): use it.
15064
15065 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15066
15067         * nnultimate.el (nnultimate-retrieve-headers): Understand
15068         long-form month names.
15069
15070 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15071
15072         * gnus-sum.el (gnus-summary-show-all-headers):
15073         gnus-article-show-all-headers is broken. Use
15074         gnus-summary-toggle-header instead.
15075
15076         * mml2015.el (mml2015-gpg-extract-from): No error.
15077
15078 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15079         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
15080
15081         * mml2015.el (mml2015-gpg-extract-from): New function.
15082         (mml2015-gpg-verify): Use it.
15083         (mml2015-gpg-clear-verify): Use it.
15084
15085 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15086
15087         * message.el (message-setup-fill-variables): Use
15088         fill-paragraph-function.
15089         (message-fill-paragraph): Take an argument.
15090         (message-newline-and-reformat): Take another argument.
15091
15092 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15093
15094         * message.el (rmail-output): It is in rmailout.el not rmail.el.
15095
15096 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15097
15098         * message.el (message-forward): local-variable-p takes an extra
15099         argument in XEmacs.
15100
15101 2001-03-16  Simon Josefsson  <simon@josefsson.org>
15102
15103         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
15104         `nnimap-use-nov-p' (it really tested the negative).
15105         (nnimap-retrieve-headers): Use it.
15106
15107 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15108
15109         * message.el (message-generate-headers-first): Update doc.
15110
15111 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
15112         Trivial patch.
15113
15114         * gnus.el (gnus-summary-line-format): Typo.
15115
15116 2001-03-11  Simon Josefsson  <simon@josefsson.org>
15117
15118         * mailcap.el (mailcap-mime-data): Add application/sieve.
15119         (mailcap-mime-extensions): Add .siv, .xls.
15120
15121 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15122         From Christoph Conrad <christoph.conrad@gmx.de>
15123
15124         * gnus-score.el (gnus-summary-lower-thread): Typo.
15125
15126 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15127
15128         * message.el (message-forward-decoded-p): New variable.
15129         (message-forward-subject-author-subject): Use it.
15130         (message-make-forward-subject): Use it.
15131         (message-forward): Use it.
15132
15133         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
15134
15135         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
15136         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
15137
15138 ;;Has been fixed -- zsh.
15139 ;;2001-03-05  Dave Love  <fx@gnu.org>
15140 ;;
15141 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
15142 ;;      Move it after definition of mm-coding-system-p.
15143 ;;
15144 2001-03-01  Dave Love  <fx@gnu.org>
15145
15146         * mm-util.el (mm-inhibit-file-name-handlers): Add
15147         image-file-handler.
15148
15149 2001-02-11  Dave Love  <fx@gnu.org>
15150
15151         * message.el (message-signature-file): Fix doc, :type.
15152
15153 2001-02-08  Dave Love  <fx@gnu.org>
15154
15155         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
15156         (message-posting-charset): Defvar when compiling again.
15157         (rfc2047-encodable-p): Require message.
15158
15159         * gnus-sum.el (gnus-alter-articles-to-read-function):
15160         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
15161
15162 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15163
15164         * nnrss.el: New file.
15165
15166 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
15167         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15168
15169         * rfc2047.el (rfc2047-unfold-region): Fix arg of
15170         `skip-chars-forward'.
15171
15172 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15173
15174         * nndraft.el (nndraft-request-group): Restore auto save files if
15175         the original files do not exist.
15176
15177 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15178
15179         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
15180         SCORE paths.
15181
15182         * mm-decode.el (mm-dissect-buffer): Call
15183         mail-extract-address-components only if necessary.
15184
15185 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15186
15187         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
15188         directory part.
15189         (gnus-score-search-global-directories): Use file-directory-p.
15190
15191         * gnus-score.el (gnus-score-score-files-1): Use
15192         gnus-kill-files-directory.
15193         From Adrian Aichner <adrian@xemacs.org>.
15194
15195 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15196
15197         * gnus.el (charset): Move here from gnus-sum.el.
15198
15199 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15200
15201         * mml.el (mml-preview): Disable local map.
15202
15203         * gnus-sum.el (gnus-summary-make-menu-bar): Make
15204         gnus-article-post-menu here.
15205
15206         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
15207         if it has not been made.
15208
15209 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15210
15211         * gnus-art.el (gnus-article-describe-key): Map key to event.
15212         (gnus-article-describe-key-briefly): Ditto
15213
15214 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15215
15216         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
15217
15218 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15219         From Katsumi Yamaoka <yamaoka@jpl.org>.
15220
15221         * dgnushack.el (coerce, merge, subseq): defmacro.
15222
15223 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15224
15225         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
15226         A fake defalias in nndraft.el results a not-activated bug in
15227         uncompiled versions.
15228
15229 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
15230         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15231
15232         * gnus-util.el (gnus-split-references): Handle malformed References:.
15233
15234 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15235
15236         * gnus-art.el (gnus-article-mime-part-status): 1 part.
15237
15238 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15239         From NAGY Andras <nagya@inf.elte.hu>.
15240
15241         * gnus.el (gnus-parameters): Typo.
15242
15243 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15244
15245         * gnus.el (gnus-read-method): Remove redundancy.
15246
15247 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15248
15249         * nnslashdot.el (nnslashdot-backslash-url): New variable.
15250         (nnslashdot-request-list): Use it.
15251
15252 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15253
15254         * nnml.el (nnml-generate-active-info): Fix the case when there is
15255         no file.
15256
15257         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
15258         (gnus-summary-create-article): New function.
15259
15260         * gnus-group.el (gnus-group-mark-article-read): New function.
15261
15262         * gnus-msg.el (gnus-inews-do-gcc): Use it.
15263
15264         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
15265
15266 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15267
15268         * gnus-art.el (gnus-article-edit-done): Don't use
15269         gnus-article-edit-exit.
15270         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
15271
15272         * gnus.el (gnus-parameters): New variable.
15273         Suggested by NAGY Andras <nagya@inf.elte.hu>.
15274         (gnus-parameters-get-parameter): New function.
15275         (gnus-group-find-parameter): Use it.
15276
15277 2001-02-23  Simon Josefsson  <simon@josefsson.org>
15278
15279         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
15280         change of default value to `current'.
15281
15282 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15283
15284         * nneething.el (nneething-get-head): Insert unreadable file too.
15285
15286 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15287
15288         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
15289
15290         * webmail.el (webmail-type-definition): Deja is bought by google.
15291
15292 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15293
15294         * gnus-sum.el (gnus-fetch-headers): New function.
15295         (gnus-select-newsgroup): Use it.
15296         (gnus-summary-insert-articles): New function.
15297         (gnus-summary-insert-old-articles): New function.
15298         (gnus-summary-insert-new-articles): New function.
15299
15300         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
15301         (gnus-group-list-active): Ditto.
15302         * gnus-sum.el (gnus-set-mode-line): Ditto.
15303         (gnus-summary-read-group-1): Ditto.
15304
15305 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15306
15307         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
15308         current topic.
15309
15310 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15311
15312         * smiley.el (gnus-smiley-display): Don't do widening.
15313
15314         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
15315         within body.
15316
15317         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
15318
15319         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
15320         New variable.
15321         (gnus-mime-display-multipart-related-as-mixed): New variable.
15322         (gnus-mime-display-part): Use them.
15323
15324 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15325
15326         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
15327         something special.
15328
15329 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15330
15331         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
15332         (nnweb-request-article): Call reference if exists.
15333         (nnweb-type-definition): Dejanews is bought by google.com.
15334         Beta!
15335
15336 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15337
15338         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
15339
15340 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15341
15342         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
15343         gnus-article-sort-functions.
15344         (gnus-article-sort-functions): Doc fix.  Refer to
15345         gnus-thread-sort-functions.
15346
15347 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15348         From Paul Jarc <prj@po.cwru.edu>.
15349
15350         * message.el (message-get-reply-headers): More fixes.
15351
15352 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
15353         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15354
15355         * message.el (message-get-reply-headers): Fix bug with
15356         Mail-Followup-To/to-address interaction.
15357
15358 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15359
15360         * gnus-msg.el (gnus-configure-posting-styles): Match header in
15361         gnus-article-copy.
15362
15363 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15364
15365         * message.el (message-do-send-housekeeping): Rename to a better
15366         name.
15367
15368 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15369
15370         * message.el (message-cancel-news): Check article first, then ask
15371         yes or no.
15372
15373 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15374
15375         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
15376
15377 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15378
15379         * gnus-range.el (gnus-range-normalize): New function.
15380
15381 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
15382
15383         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
15384
15385 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15386
15387         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
15388
15389         * nnagent.el (nnagent-request-regenerate): New function.
15390
15391         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
15392
15393         * nnml.el (nnml-generate-nov-databases): Accept argument
15394         server. Don't open server if it is opened.
15395         (nnml-request-regenerate): Use it. Change to deffoo.
15396
15397 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15398         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15399
15400         * gnus.el (gnus-define-group-parameter): Fix.
15401
15402 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15403
15404         * gnus.el (gnus-define-group-parameter): Improved.
15405
15406         * gnus-sum.el (charset): Define parameter.
15407         (ignored-charsets): Ditto.
15408         (gnus-summary-setup-default-charset): Use them.
15409
15410         * gnus-start.el (gnus-read-descriptions-file): Use them.
15411
15412         * gnus-cus.el (gnus-group-parameters): Remove them.
15413
15414 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15415
15416         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
15417
15418 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15419
15420         * gnus-sum.el (gnus-summary-read-group-1): Remove
15421         gnus-summary-set-local-parameters.
15422         (gnus-summary-setup-buffer): Put it here.
15423
15424 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15425
15426         * gnus.el (to-address): Define parameter.
15427         (to-list): Ditto.
15428         * gnus-art.el (article-hide-boring-headers): Use them.
15429         * gnus-msg.el (gnus-post-news): Ditto.
15430         * gnus-cus.el (gnus-group-parameters): Remove them.
15431
15432 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15433
15434         * gnus-draft.el (gnus-draft-reminder): New function.
15435
15436         * gnus-art.el (gnus-sender-save-name): New function.
15437
15438 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15439
15440         * mm-util.el (mm-mime-charset): Error message.
15441
15442 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15443
15444         * message.el (message-check-news-body-syntax): Don't check mml lines.
15445
15446 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15447
15448         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
15449         subscribe.
15450
15451         * gnus-start.el (gnus-call-subscribe-functions): New function.
15452         (gnus-find-new-newsgroups): Use it.
15453         (gnus-ask-server-for-new-groups): Use it.
15454         (gnus-check-first-time-used): Use it.
15455         (gnus-subscribe-newsgroup-method): Grok a list of functions.
15456         (gnus-subscribe-options-newsgroup-method): Ditto.
15457         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
15458         return .
15459
15460 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15461
15462         * gnus-cus.el (gnus-score-customize): Doc fix.
15463
15464 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
15465
15466         * dgnushack.el (my-getenv): Typo.
15467
15468 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15469
15470         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
15471
15472 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15473
15474         * gnus-group.el (gnus-group-suspend): Offer save summaries.
15475
15476         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
15477         (gnus-treatment-function-alist): Use it.
15478         (article-remove-leading-whitespace): New function.
15479         (gnus-article-make-menu-bar): Use it.
15480
15481         * gnus-sum.el (gnus-summary-wash-empty-map): Add
15482         remove-leading-whitespace.
15483         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
15484         because of conflict.
15485
15486 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15487
15488         * Makefile.in: Hack generating gnus-load.el.
15489         * dgnushack.el: Ditto.
15490         * gnus-load.el: Remove it.
15491
15492 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15493
15494         * dgnushack.el : Add URLDIR.
15495
15496         * Makefile.in (EMACS_COMP): Ditto.
15497
15498 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15499
15500         * gnus-cus.el (gnus-score-customize): Error on no score file.
15501
15502 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15503
15504         * mm-decode.el (mm-merge-handles): New function.
15505
15506         * mm-view.el (mm-inline-message): Use it.
15507         (mm-view-message): Ditto.
15508
15509         * mm-partial.el (mm-inline-partial): Ditto.
15510
15511         * mm-extern.el (mm-inline-external-body): Ditto.
15512
15513         * gnus-art.el (gnus-mime-view-part): Ditto.
15514         (gnus-mime-view-part-as-type): Ditto.
15515         (gnus-mime-save-part-and-strip): Prevent users to strip in some
15516         cases.
15517
15518 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15519
15520         * message.el (message-cancel-news): Allow to shoot foot.
15521         (message-supersede): Ditto.
15522
15523 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
15524         Trivial patch.
15525
15526         * gnus-sum.el (gnus-simplify-subject-re): Use
15527         message-subject-re-regexp.
15528
15529 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15530
15531         * nnmail.el (nnmail-expiry-target-group): Bind
15532         nnmail-cache-accepted-message-ids to nil.
15533
15534         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
15535         coding system.
15536
15537 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15538
15539         * qp.el (quoted-printable-encode-region): Make sure characters are
15540         between 00 and FF.  Don't check charset.
15541
15542         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
15543         in Emacs 20.
15544         * rfc2047.el (rfc2047-q-encode-region): Ditto.
15545
15546 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15547
15548         * message.el (message-make-forward-subject): Argument decoded.
15549         (message-forward): Use it when digest.
15550
15551         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
15552         buffer.
15553
15554 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15555
15556         * message.el (message-generate-headers-first): Doc fix.
15557
15558 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15559
15560         * gnus-art.el (article-make-date-line): Error proof.
15561
15562 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15563
15564         * gnus-group.el (gnus-group-listing-limit): New variable.
15565         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
15566
15567         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
15568
15569 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15570
15571         * message.el (message-newline-and-reformat): Special case for
15572         breaking at BOL.
15573
15574 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
15575
15576         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
15577         message/rfc822.
15578
15579 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15580
15581         * message.el (message-encode-message-body): Don't insert
15582         Content-Type if it is inside a mail.
15583
15584 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15585
15586         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
15587         gnus-article-commands-menu.
15588
15589         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
15590         in Emacs.
15591
15592         * gnus-start.el (gnus-read-descriptions-file): Use
15593         gnus-group-name-charset and gnus-group-charset-alist.
15594
15595 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15596
15597         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
15598         active region.
15599
15600         * gnus-start.el (gnus-group-change-level): Remove from both
15601         gnus-zombie-list and gnus-killed-list.
15602
15603 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15604
15605         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
15606         gnus-subscribe-topics.
15607
15608         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
15609
15610 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15611
15612         * gnus-art.el (gnus-article-make-menu-bar): Make
15613         gnus-article-post-menu.
15614
15615         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
15616
15617         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
15618
15619         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
15620
15621         * message.el (message-mode-menu): Ditto.
15622
15623         * gnus-art.el (defvar): eval-when-compile.
15624
15625 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15626
15627         * gnus-agent.el (gnus-agentize): Fix doc.
15628
15629 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
15630
15631         * mml.el (mml-preview): Bind `q'.
15632
15633 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15634
15635         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
15636
15637 2001-01-31  Dave Love  <fx@gnu.org>
15638
15639         * mm-util.el (mm-mime-mule-charset-alist)
15640         (mm-find-mime-charset-region): Consider mule-utf-8.
15641
15642 2001-01-31  Dave Love  <fx@gnu.org>
15643
15644         * gnus-art.el (gnus-article-x-face-command)
15645         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
15646         :version.
15647
15648 2001-01-26  Dave Love  <fx@gnu.org>
15649
15650         * mm-util.el (mm-multibyte-string-p): New.
15651
15652 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
15653 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
15654 ;;      string-as-multibyte on class.  Clarify line-folding.
15655         (quoted-printable-encode-string): Make temp buffer inherit
15656         string's multibyteness.
15657
15658 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
15659
15660         * nnheader.el (toplevel): Don't require `gnus-util' at
15661         compile-time; this creates a circular dependency, and prevents
15662         a bootstrap.
15663
15664 2001-01-22  Andreas Schwab  <schwab@suse.de>
15665
15666         * nnheader.el (gnus-delete-line): Autoload it as a macro.
15667
15668 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15669
15670         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
15671
15672         * gnus-art.el (article-hide-list-identifiers): Ditto.
15673
15674         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
15675
15676 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15677
15678         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
15679
15680         * gnus-art.el (article-hide-list-identifiers): Similar.
15681
15682 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
15683
15684         * nnmail.el (nnmail-remove-list-identifiers): Improved.
15685
15686 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15687
15688         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
15689
15690 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15691
15692         * gnus-util.el (gnus-string-equal): New function.
15693
15694         * gnus-art.el (article-hide-boring-headers): Use it.
15695
15696 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
15697
15698         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
15699
15700 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15701
15702         * gnus-msg.el (gnus-msg-mail): Support switch-action.
15703
15704 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15705
15706         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
15707         command if there is not last-saver.
15708
15709 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15710
15711         * nntp.el (nntp-open-connection): 201 is possible.
15712
15713 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15714
15715         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
15716         (rfc2047-charset-encoding-alist): Add big5.
15717
15718 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15719
15720         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
15721         (gnus-agent-remove-server): Ditto.
15722         (autoload): gnus-server-update-server.
15723
15724         * gnus-srvr.el (gnus-server-line-format): Add %a.
15725         (gnus-server-line-format-alist): Add gnus-tmp-agent.
15726         (gnus-server-insert-server-line): Use it.
15727
15728 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15729
15730         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
15731         GB2312 and Big5.
15732
15733 2001-01-24  Simon Josefsson  <sj@extundo.com>
15734
15735         * mail-source.el (mail-sources): Add :program specifier to IMAP
15736         mail source.
15737         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
15738
15739 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15740
15741         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
15742
15743 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15744
15745         * nntp.el (nntp-wait-for): Return the success code.
15746         (nntp-open-connection): Use it.
15747
15748 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15749
15750         * gnus-int.el (gnus-check-server): Allow breaking the opening.
15751
15752 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15753
15754         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
15755
15756 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15757
15758         * gnus-sum.el (gnus-summary-print-article): Take one prefix
15759         argument. Allow to print several articles in one file.
15760
15761 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15762
15763         * webmail.el (webmail-type-definition): netaddress changes.
15764
15765 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15766
15767         * gnus.el: Fix copyright. Remove trailing spaces.
15768
15769         * message.el (message-forward): Use mule4.
15770
15771 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15772
15773         * mm-util.el (mm-string-as-unibyte): New function.
15774
15775         * message.el (message-forward): Use it.
15776
15777 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15778
15779         * message.el (message-cite-original-without-signature): Don't peel
15780         off the blank line.
15781         (message-get-reply-headers): Add Cc if it is not in follow-to.
15782
15783 2001-01-20  Simon Josefsson  <sj@extundo.com>
15784
15785         * mm-decode.el (mm-handle-multipart-from): Add.
15786         (mm-dissect-buffer): Save From: header value.
15787         (mm-security-from): Remove.
15788         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
15789
15790         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
15791         instead of `mml-security-from'.  Protect null from value.
15792
15793 2001-01-20  Simon Josefsson  <sj@extundo.com>
15794
15795         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
15796         application/vnd.ms-excel attachments.
15797
15798 2001-01-19  Simon Josefsson  <sj@extundo.com>
15799
15800         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
15801
15802 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15803
15804         * message.el (message-ignored-mail-headers): Ditto.
15805
15806 2001-01-19  Simon Josefsson  <sj@extundo.com>
15807
15808         * message.el (message-ignored-news-headers): Only search beginning
15809         of line.
15810
15811 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
15812         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
15813
15814         * message.el (message-send-mail): Content-Type may not be there.
15815
15816 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15817
15818         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
15819         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
15820
15821         * gnus-art.el (article-display-x-face): Insert X-Face if there is
15822         not.
15823
15824 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15825
15826         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
15827         non-native groups.
15828
15829 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15830
15831         * message.el (message-yank-original): Understand
15832         universal-argument.
15833
15834 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15835
15836         * gnus-art.el (gnus-boring-article-headers): Add to-address.
15837         (article-hide-boring-headers): Ditto.
15838
15839         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
15840
15841 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15842
15843         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
15844         one.
15845
15846 2001-01-16  Simon Josefsson  <simon@josefsson.org>
15847
15848         * message.el (message-make-in-reply-to): Add comment to message-id
15849         (old syntax, see 2000-08-02 change).
15850
15851 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15852
15853         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
15854         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
15855         (gnus-button-reply): Ditto.
15856
15857 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * gnus-art.el (article-display-x-face): Fix.
15860
15861 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15862
15863         * gnus-art.el (article-display-x-face): Use
15864         gnus-original-article-buffer.
15865
15866 2001-01-15  Jack Twilley  <jmt@tbe.net>
15867
15868         * message.el (message-add-header): Move to point-max.
15869
15870 2001-01-15  Simon Josefsson  <simon@josefsson.org>
15871
15872         * smime.el (smime-CA-directory, smime-CA-file): Change default to
15873         nil, improve documentation.
15874         (smime-certificate-directory): Comment out false hints (until it
15875         is implemented).
15876
15877         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
15878         there aren't any keys.
15879         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
15880         verify certificate.  Default is changed to only check integrity.
15881         Improved security status texts.  If a certificate doesn't contain
15882         a email address, don't fail.
15883
15884         * smime.el (smime-noverify-region):
15885         (smime-noverify-buffer): New functions.  Verifies integrity only.
15886
15887 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15888
15889         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
15890
15891 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15892
15893         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
15894         (gnus-remove-some-windows): Ditto.
15895
15896 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15897
15898         * gnus-art.el (article-make-date-line): 11th.
15899
15900 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15901
15902         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
15903         (mml2015-gpg-sign): Ditto.
15904
15905 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15906
15907         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
15908         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
15909
15910 2001-01-08  Dave Love  <fx@gnu.org>
15911
15912         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
15913         single character.
15914
15915         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
15916
15917         * message.el: Doc and message fixes.
15918         (message-send-rename-function)
15919         (message-make-forward-subject-function)
15920         (message-send-mail-function, message-reply-to-function)
15921         (message-wide-reply-to-function, message-followup-to-function)
15922         (message-distribution-function, message-auto-save-directory): Fix
15923         :type.
15924
15925         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
15926         proceeding after warnings.  Amend multipart warning message.
15927
15928 2001-01-04  Dave Love  <fx@gnu.org>
15929
15930         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
15931         compiling.
15932         (gnus-make-directory): Require nnmail.
15933
15934         * mm-decode.el (mm-inline-media-tests): Add
15935         image/x-portable-bitmap.
15936         (mm-get-image): Grok pbm.
15937
15938 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
15939
15940         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
15941
15942 2001-01-09  Didier Verna  <didier@xemacs.org>
15943
15944         * dgnushack.el (dgnushack-compile): give a dummy value to
15945         `gnus-xmas-glyph-directory' for the time of compilation.
15946         * gnus-agent.el: moved some XEmacs specific hook add-ons from
15947         `gnus-xmas-[re]define' to avoid loosing user custom settings.
15948         * gnus-art.el: ditto.
15949         * gnus-group.el: ditto.
15950         * gnus-salt.el: ditto.
15951         * gnus-sum.el: ditto.
15952         * gnus-topic.el: ditto.
15953         * gnus-xmas.el (gnus-xmas-define): see above.
15954         * gnus-xmas.el (gnus-xmas-redefine): see above.
15955         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
15956         non-continuable error when the directory can't be found.
15957
15958 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15959
15960         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
15961         handle.
15962         * gnus-art.el (gnus-mime-view-part): Copy it.
15963         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
15964
15965 2001-01-09  Michael Downes  <mjd@ams.org>
15966
15967         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
15968
15969 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15970
15971         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
15972         orig-file. Use ',source.
15973
15974 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15975
15976         * gnus-xmas.el (gnus-xmas-modeline-glyph):
15977         (gnus-xmas-group-startup-message):
15978         Detect gnus-xmas-glyph-directory when it is nil.
15979
15980 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15981
15982         * pop3.el (pop3-get-message-count): Andrew Innes
15983         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
15984
15985 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15986
15987         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
15988
15989         * time-date.el (time-to-number-of-days): New function.
15990
15991 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
15992         Trivial patch.
15993
15994         * nnslashdot.el (nnslashdot-request-list): Always get the right
15995         sid.
15996
15997 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15998
15999         * message.el (message-minibuffer-local-map): New keymap.
16000         (message-read-from-minibuffer): Use it.
16001         * gnus-msg.el (gnus-summary-resend-message): Use it
16002
16003 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16004
16005         * gnus-start.el (gnus-display-time-event-handler): New function.
16006         (gnus-after-getting-new-news-hook): Use it.
16007
16008 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16009
16010         * message.el (message-ignored-mail-headers): Add draft header.
16011
16012 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16013
16014         * gnus-sum.el (gnus-summary-expire-articles): Don't save
16015         excursion.
16016
16017         * nnslashdot.el (nnslashdot-request-list): Get the right year.
16018
16019 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
16020         A revoked patch.
16021
16022         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
16023
16024 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16025
16026         * qp.el (quoted-printable-decode-region): Don't backward-char.
16027
16028 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16029
16030         * gnus-draft.el: Mark articles as replied.
16031
16032         * gnus-sum.el (gnus-summary-add-mark): New function.
16033
16034         * gnus-group.el (gnus-add-mark): New function.
16035
16036         * gnus-sum.el (gnus-summary-buffer-name): New function.
16037         (gnus-summary-setup-buffer): Use it.
16038
16039         * gnus-draft.el: Set things up with the right post method and
16040         stuff.
16041
16042         * message.el (message-ignored-news-headers): Remove X-Draft-From.
16043
16044         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
16045
16046         * gnus.el (gnus-draft-meta-information-header): New variable.
16047
16048 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16049
16050         * gnus-art.el (gnus-treatment-function-alist): Move the date
16051         functions before the header sorting functions.
16052
16053         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
16054
16055         * dgnushack.el (dgnushack-compile): Message whether there is w3.
16056         Don't (push "/usr/share/emacs/site-lisp" load-path).
16057
16058         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
16059         to empty fill prefixes.
16060
16061 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16062
16063         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
16064         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
16065
16066 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16067
16068         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
16069
16070         * nnml.el (autoload): Move to nnheader.el.
16071
16072         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
16073         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
16074         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
16075         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
16076
16077 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16078
16079         * gnus-art.el (article-make-date-line): Get the hours right.
16080         (gnus-ignored-headers): More hiding.
16081
16082         * nnmail.el (nnmail-expiry-wait): Not an integer.
16083
16084         * message.el (message-goto-body): Only expand abbrev when called
16085         interactively.
16086         (message-make-lines): Use it.
16087
16088 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16089
16090         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
16091
16092 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16093
16094         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
16095         include the expunged articles.
16096
16097         * gnus-group.el (gnus-group-sort-by-server): New function.
16098
16099         * gnus.el (gnus-method-to-server-name): New function.
16100         (gnus-group-prefixed-name): Use it.
16101
16102         * gnus-group.el (gnus-group-sort-function): Doc fix.
16103         (gnus-group-sort-groups-by-server): New command.
16104
16105 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16106
16107         * gnus-art.el (gnus-treat-date-english): New variable.
16108         (article-date-english): New command.
16109         (gnus-english-month-names): New variable.
16110         (article-make-date-line): Do 'english.
16111
16112         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
16113         after the fill prefix.
16114
16115         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
16116         score...".
16117
16118         * gnus-art.el (gnus-ignored-headers): Hide more headers.
16119
16120         * message.el (message-mode-map): Bind comment-region.
16121
16122         * gnus-art.el (gnus-mime-display-part): Let w3 display
16123         multipart/related.
16124
16125         * mm-bodies.el (mm-long-lines-p): New function.
16126         (mm-body-encoding): Use it.
16127         (mm-body-encoding): Encode articles with lines longer than 1000
16128         characters.
16129
16130 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16131
16132         * mm-util.el (mm-enable-multibyte): Use
16133         default-enable-multibyte-characters.
16134         (mm-enable-multibyte-mule4): Ditto.
16135         (mm-disable-multibyte): Test XEmacs.
16136         (mm-disable-multibyte-mule4): Ditto.
16137         (mm-with-unibyte-current-buffer): Simplified.
16138         (mm-with-unibyte-current-buffer-mule4): Ditto.
16139
16140 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16141
16142         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
16143
16144         * nnheader.el (nnheader-string-as-multibyte): New alias.
16145
16146         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
16147
16148         * gnus-uu.el (gnus-message-process-mark): New function.
16149         (gnus-uu-mark-by-regexp): Use it.
16150         (gnus-new-processable): New function.
16151
16152 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
16153          Trivial patch.
16154
16155         * gnus-sum.el (gnus-no-mark): New variable.
16156
16157 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16158
16159         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
16160         backslashes.
16161
16162 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16163
16164         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
16165         definition.
16166
16167 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16168
16169         * dgnushack.el (dgnushack-compile): elc is in the current directory.
16170
16171         * qp.el (quoted-printable-encode-region): Don't check multibyte in
16172         XEmacs.
16173
16174 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
16175         Trivial patch.
16176
16177         * mml.el (mml-read-tag): Save tag location.
16178
16179 2000-12-25  Simon Josefsson  <simon@josefsson.org>
16180
16181         * starttls.el: Sync with Emacs 21.
16182
16183 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16184
16185         * message.el (message-mail): Support yank-action.
16186
16187         * message.el (message-setup): Revoke the last change.
16188
16189 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16190
16191         * message.el (message-setup): Use cons. Suggested by Johan Vromans
16192         <jvromans@squirrel.nl>.
16193
16194 2000-12-24  Simon Josefsson  <sj@extundo.com>
16195
16196         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
16197         mailing list junk at end of part.
16198
16199 2000-12-23  Simon Josefsson  <sj@extundo.com>
16200
16201         * nnimap.el (nnimap-expiry-target): New function.
16202         (nnimap-request-expire-articles): Use it.
16203
16204 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16205
16206         * gnus.el (gnus-group-parameters-more): New variable.
16207         * gnus-cus.el (gnus-group-customize): Use it.
16208
16209         * gnus.el (gnus-define-group-parameter): New macro.
16210         (auto-expire): Use it
16211         (total-expire): Use it.
16212         * gnus-art.el (banner): Use it.
16213
16214         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
16215         <ljz@asfast.com>.
16216
16217 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16218
16219         * gnus-topic.el (gnus-topic-create-topic): Use list.
16220
16221         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
16222         before binding gnus-default-article-saver.
16223
16224         * gnus-sum.el (gnus-summary-save-article):
16225         (gnus-summary-pipe-output):
16226         (gnus-summary-save-article-mail):
16227         (gnus-summary-save-article-rmail):
16228         (gnus-summary-save-article-file):
16229         (gnus-summary-write-article-file):
16230         (gnus-summary-save-article-body-file): Ditto.
16231
16232         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
16233
16234 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16235
16236         * gnus-art.el (gnus-mime-security-button-map):
16237         (gnus-mime-button-map): Add parent.
16238
16239 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16240
16241         * messagexmas.el (message-xmas-redefine): New function.
16242
16243         * message.el: Use it.
16244
16245         * gnus-art.el (gnus-article-check-hidden-text): Return t.
16246
16247         * gnus-util.el (gnus-remove-text-properties-when): Return t.
16248
16249 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16250
16251         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
16252         malformatted messages.
16253
16254 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16255
16256         * mm-util.el (mm-image-load-path): New function.
16257
16258         * gnus-group.el (gnus-group-make-tool-bar): Use it.
16259
16260         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
16261
16262         * message.el (message-tool-bar-map): Use it.
16263
16264         * Makefile.in (install-el): New rule.
16265
16266 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16267
16268         * gnus-art.el (article-treat-dumbquotes): Quote \.
16269
16270 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16271
16272         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
16273         Emacs 20 runs on a terminal.
16274
16275 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16276
16277         * gnus-msg.el (gnus-bug): Revert to save-excursion.
16278
16279         * mml.el (gnus-add-minor-mode): Autoload.
16280
16281         * message.el (message-forward): Save-restriction.
16282
16283 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16284
16285         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
16286         Paul Stevenson <p.stevenson@surrey.ac.uk>
16287
16288 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16289
16290         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
16291
16292         * mml.el (gnus-ems): Don't require.
16293
16294         * gnus.el (gnus-decode-rfc1522): Removed.
16295         (gnus-set-text-properties): Define.
16296
16297 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16298
16299         * gnus-art.el (gnus-mime-*): handle may be nil.
16300
16301         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
16302
16303         * gnus.el (gnus-group-remove-excess-properties): Not defined
16304         in gnus-xmas.
16305
16306 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16307
16308         * message.el (message-mail-user-agent): Add :version.
16309
16310 2000-12-21  Miles Bader  <miles@gnu.org>
16311
16312         * message.el (message-mode): Set `comment-start' to the  yank prefix.
16313
16314 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16315
16316         * message.el (message-mail-user-agent): New variable.
16317         (message-setup): Renamed to message-setup-1. Support
16318         mail-user-agent.
16319         (message-mail-user-agent): New function.
16320         (message-mail): Use it.
16321         (message-reply): Use it.
16322         (message-resend): Use it.
16323         (message-mail-other-window): Use it.
16324         (message-mail-other-frame): Use it.
16325
16326         * gnus-msg.el (gnus-bug): Support mail-user-agent.
16327
16328 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16329
16330         * message.el (message-tool-bar-map): Simplify.
16331         (message-narrow-to-head-1): New function.
16332         (message-narrow-to-head): Use it.
16333         (message-reply): Ditto.
16334         (message-cancel-news): Ditto.
16335         (message-supersede): Ditto.
16336         (message-make-forward-subject): Ditto.
16337         (message-bounce): Ditto.
16338
16339 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16340
16341         * uudecode.el (uudecode-decode-region-external): make-temp-file
16342         may not be defined.
16343
16344         * binhex.el (defalias): eval-and-compile.
16345
16346         * message.el (message-tool-bar-map): New function.
16347         (message-mode): Use it.
16348
16349 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16350
16351         * nntp.el (nntp-find-connection): Remove the entry.
16352         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
16353
16354 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16355
16356         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
16357
16358         * message.el (message-forward): Copy buffer in unibyte mode.
16359
16360 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16361
16362         * message.el (message-make-forward-subject): Don't widen. Decode.
16363         (message-forward): Don't decode subject.
16364
16365 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
16366
16367         * qp.el (quoted-printable-encode-region): Upcase QP.
16368
16369 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16370
16371         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
16372         mail-extract-a-c instead. Don't depend on Gnus.
16373
16374         * mml.el (gnus-ems): Require it.
16375
16376         * gnus-msg.el (gnus-summary-mail-forward):
16377
16378         * message.el (message-forward):  Move mime-to-mml here.
16379
16380 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16381
16382         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
16383         * gnus-art.el (gnus-insert-mime-button): Simplify.
16384         (gnus-mime-display-alternative): Ditto.
16385         (gnus-insert-mime-security-button): Ditto.
16386
16387 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16388
16389         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
16390         text-property-not-all doesn't return nil when start=mark(end).
16391         (gnus-remove-text-properties-when): Ditto.
16392
16393 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16394
16395         * gnus-start.el (gnus-group-change-level): Remove group from
16396         gnus-active-hashtb if real killed.
16397
16398 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16399
16400         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
16401         (gnus-mime-display-alternative): Ditto.
16402         (gnus-insert-mime-security-button): Ditto.
16403
16404 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16405
16406         * gnus-start.el (gnus-group-change-level): Don't add it into
16407         killed-list if it was killed.
16408
16409 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16410
16411         * nnmbox.el (nnmbox-file-coding-system): Use binary.
16412         (nnmbox-active-file-coding-system): Ditto.
16413
16414         * gnus-cus.el (gnus-group-parameters): Add posting-style.
16415
16416 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16417
16418         * gnus.el (gnus-version):
16419         (gnus-version-number): Set to Oort Gnus 0.01.
16420
16421         * gnus-art.el (gnus-mime-security-button-map):
16422         (gnus-insert-mime-security-button): Fix for Emacs21.
16423
16424 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16425
16426         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
16427         easymenu, because XEmacs doesn't understand :help.
16428
16429         * mm-uu.el: Require binhex.
16430
16431 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16432
16433         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
16434
16435 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16436
16437         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
16438
16439 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
16440
16441         * *.xpm, *.pbm: Convert icons icons to size 24x24.
16442
16443 2000-12-18  Dave Love  <fx@gnu.org>
16444
16445         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
16446         (unused).
16447
16448 2000-12-13  Miles Bader  <miles@gnu.org>
16449
16450         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
16451         to t, so that we don't get stuck while trying to smilefy
16452         intangible text.
16453
16454 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16455
16456         * smiley-ems.el (smiley-regexp-alist): Make regexps match
16457         at the end of the buffer.
16458         (smiley-region): In the loop, move to the end of the submatch
16459         matching the smiley instead of using the end of the match
16460         of the whole regexp.
16461
16462 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
16463
16464         * message.el (message-mode): Doc fix.
16465
16466 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16467
16468         * smiley-ems.el (smiley-region): Doc fix.
16469
16470 2000-12-11  Miles Bader  <miles@gnu.org>
16471
16472         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
16473         bottom line visible, check to see if it's partially obscured, and
16474         if so, either scroll one more line to make it fully visible, or
16475         revert to showing the second line from the top.
16476
16477 2000-12-07  Dave Love  <fx@gnu.org>
16478
16479         * mailcap.el (mailcap-download-directory)
16480         * gnus-audio.el (gnus-audio-directory)
16481         * smiley-ems.el (smiley-data-directory): Fix :type.
16482
16483 2000-11-30  Dave Love  <fx@gnu.org>
16484
16485         * message.el (message-auto-save-directory): Use
16486         file-name-as-directory.
16487         (message-set-auto-save-file-name): Create
16488         message-auto-save-directory if necessary.
16489         (message-replace-chars-in-string): Removed -- unused.
16490         (message-mail-alias-type): Customize.
16491         (message-headers): Remove duplicate defgroup.
16492
16493 2000-11-29  Dave Love  <fx@gnu.org>
16494
16495         * qp.el (quoted-printable-decode-region): Use error, not message
16496         to report malformed text (like base64).  Amend message.
16497
16498 2000-11-29  Miles Bader  <miles@gnu.org>
16499
16500         * message.el (message-header-lines): Fontify tag.
16501
16502 2000-11-27  Dave Love  <fx@gnu.org>
16503
16504         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
16505         compiler warning.
16506
16507 ;2000-11-26  Dave Love  <fx@gnu.org>
16508 ;
16509 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
16510 ;
16511 2000-11-23  Dave Love  <fx@gnu.org>
16512
16513         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
16514
16515         * mm-uu.el (uudecode): Require.
16516         (uudecode-decode-region, uudecode-decode-region-external): Don't
16517         autoload.
16518         (mm-uu-copy-to-buffer): Doc fix.
16519         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
16520         type fix.
16521
16522         * mailcap.el: Doc fixes.
16523         (mailcap-mime-data): Various adjustments.
16524         (mailcap): New group.
16525         (mailcap-download-directory): Customize.
16526         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
16527         (mailcap-temporary-directory): Deleted (unused).
16528         (mailcap-unescape-mime-test): Simplify slightly.
16529         (mailcap-viewer-passes-test): Use functionp.
16530         (mailcap-command-p): Aliased to executable-find.
16531
16532         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
16533         default-enable-multibyte-characters is nil.
16534
16535 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
16536
16537         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
16538
16539 2000-11-21  Dave Love  <fx@gnu.org>
16540
16541         * gnus-art.el (gnus-mime-button-map): Don't inherit from
16542         gnus-article-mode-map.
16543 ;       (gnus-mime-button-menu): Use mouse-set-point.
16544         (gnus-insert-mime-button, gnus-mime-display-alternative)
16545         (gnus-mime-display-alternative): Don't use local-map property.
16546
16547 2000-11-17  Dave Love  <fx@gnu.org>
16548
16549         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
16550         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
16551         and make-temp-file.
16552         (uudecode-decode-region): Doc fix.
16553
16554 2000-11-14  Dave Love  <fx@gnu.org>
16555
16556         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
16557         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
16558         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
16559         New files, derived from the XPMs.
16560
16561 2000-11-10  Dave Love  <fx@gnu.org>
16562
16563         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
16564         (gnus-agent-lib-file, gnus-agent-load-alist)
16565         (gnus-agent-save-alist, gnus-agent-article-name): Use
16566         expand-file-name.
16567
16568         * gnus-group.el (gnus-group-name-charset-method-alist): Add
16569         :version.
16570         (nnkiboze-score-file): Defvar when compiling.
16571
16572         * gnus-start.el (gnus-read-newsrc-file): Add :version.
16573
16574         * gnus-art.el (gnus-article-banner-alist)
16575         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
16576         (gnus-article-date-lapsed-new-header)
16577         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
16578         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
16579         (gnus-treat-strip-headers-in-body)
16580         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
16581         (gnus-treat-translate): Add :version.
16582         (gnus-article-mime-part-function): Fix defcustom.
16583
16584         * nnmail.el (nnmail-expiry-target)
16585         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
16586         (nnmail-split-header-length-limit): Add :version.
16587
16588         * gnus-sum.el (gnus-auto-expirable-marks)
16589         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
16590         (gnus-extra-headers, gnus-ignored-from-addresses)
16591         (gnus-newsgroup-ignored-charsets)
16592         (gnus-group-highlight-words-alist)
16593         (gnus-summary-show-article-charset-alist): Add :version.
16594
16595         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
16596         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
16597         files, converted from the XPMs.
16598
16599         * gnus-cache.el (gnus-cache-active-file): Don't use
16600         file-name-as-directory on directory.
16601         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
16602         use file-name-as-directory on directory.
16603
16604         * time-date.el (timezone-make-date-arpa-standard): Autoload.
16605         (date-to-time): Use it.
16606
16607 ;       * message.el (message-mode) <adaptive-fill-regexp>:
16608 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
16609 ;       (message-newline-and-reformat): Likewise.
16610         (message-forward-as-mime, message-forward-ignored-headers)
16611         (message-buffer-naming-style, message-default-charset)
16612         (message-dont-reply-to-names, message-send-mail-partially-limit):
16613         Add :version.
16614
16615         * mm-util.el: Doc fixes.
16616         (mm-mime-charset): Don't use the raw result of
16617         mm-preferred-coding-system.
16618         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
16619         (mm-with-unibyte): Simplify.
16620
16621         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
16622         concat.
16623
16624         * pop3.el (pop3-version): Deleted.
16625         (pop3-make-date): New function, avoiding message-make-date.
16626         (pop3-munge-message-separator): Use it.
16627
16628 2000-11-09  Dave Love  <fx@gnu.org>
16629
16630         * gnus-group.el (gnus-group-make-directory-group)
16631         (gnus-group-fetch-faq): Use expand-file-name.
16632         (gnus-group-fetch-faq): Simplify completing-read form.
16633
16634         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
16635         test for Mule.
16636
16637         * message.el (tool-bar-map): Defvar when compiling.
16638
16639         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
16640         (gnus-tm-lisp-directory): Deleted.
16641         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
16642         (featurep 'xemacs).
16643         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
16644         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
16645         version numbers from file names.
16646
16647 2000-11-08  Dave Love  <fx@gnu.org>
16648
16649         * mm-view.el: Use featurep for XEmacs test.
16650         (mm-inline-message): Test for `remove-specifier'; don't use
16651         condition-case.
16652
16653         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
16654
16655         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
16656         (gnus-score-find-bnews): Don't concat "".
16657
16658         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
16659         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
16660         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
16661         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
16662
16663         * gnus-sum.el: Put some defvars in eval-when-compile.
16664         (gnus-summary-mode-hook): Add :options.
16665         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
16666         (gnus-summary-tool-bar-map): New variable.
16667         (gnus-summary-make-tool-bar): New function.
16668         (gnus-summary-mode): Put kill-all-local-variables first.
16669
16670         * gnus-group.el (gnus-group-toolbar-map): New variable.
16671         (gnus-group-make-tool-bar): Rewritten.
16672         (gnus-group-mode): Put kill-all-local-variables first.
16673
16674         * rfc2047.el: Require gnus-util.
16675
16676         * nnml.el (gnus-sorted-intersection): Autoload.
16677
16678         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
16679         Put some defvars in eval-when-compile.
16680         (gnus-intersection, gnus-sorted-complement):  Autoload.
16681
16682         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
16683
16684         * mm-encode.el (mm-body-7-or-8): Autoload.
16685
16686         * mm-decode.el (mm-insert-inline): Autoload.
16687
16688         * mml.el:
16689         * message.el: Put some defvars in eval-when-compile.
16690
16691         * gnus-msg.el: Put some defvars in eval-when-compile.
16692         (gnus-msg-mail): Move after gnus-setup-message.
16693
16694         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
16695
16696 2000-11-07  Dave Love  <fx@gnu.org>
16697
16698         * gnus-util.el (nnheader): Don't require message (recursive
16699         autoload).
16700
16701         * uudecode.el: Avoid compiler warnings.
16702
16703         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
16704         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
16705
16706 2000-11-06  Dave Love  <fx@gnu.org>
16707
16708         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
16709
16710         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
16711         (uudecode-char-int): New alias, replacing char-int.
16712         (uudecode-decode-region): Don't call buffer-disable-undo.
16713
16714 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
16715 ;       (mm-uu-configure-list): Doc fix.
16716 ;
16717 ;       * earcon.el (running-xemacs): Don't define.
16718 ;
16719 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16720 ;
16721 ;       * message.el (message-font-lock-keywords): Match a final newline
16722 ;       to help font-lock's multiline support.
16723 ;
16724 2000-11-03  Dave Love  <fx@gnu.org>
16725
16726         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
16727
16728         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
16729         name.
16730
16731         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
16732         <banner>: Fix custom type, doc.
16733
16734         * mm-decode.el (mm-display-external): Space-prefix temp buffer
16735         name.  Don't disable undo explicitly.
16736
16737 ;2000-11-02  Dave Love  <fx@gnu.org>
16738 ;
16739 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
16740 ;       cite-prefix.
16741
16742 2000-11-01  Dave Love  <fx@gnu.org>
16743
16744         * rfc2047.el (base64): Require unconditionally.
16745         (message-posting-charset): Defvar when compiling.
16746         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
16747         message.
16748
16749         * gnus-sum.el (nnoo): Require.
16750         (mm-uu-dissect): Autoload.
16751
16752         * mml.el (mml-parse-1): Clarify message.
16753         (mml-minibuffer-read-type): Use mailcap-mime-types.
16754
16755 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
16756
16757         * mml.el: Fix a typo in the requiring of CL.
16758
16759 2000-11-01  Dave Love  <fx@gnu.org>
16760
16761         * utf7.el: Require cl when compiling.
16762
16763         * binhex.el: Use (featurep 'xemacs).
16764         (binhex-char-int): New alias, replacing char-int.  Change callers.
16765         (binhex-decode-region): Simplify work buffer code.
16766         (binhex-decode-region-external): Use expand-file-name, not concat.
16767
16768 2000-10-30  Dave Love  <fx@gnu.org>
16769
16770         * gnus-art.el: Fix 2000-10-27 change properly.
16771
16772 2000-10-28  Miles Bader  <miles@gnu.org>
16773
16774         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
16775
16776 2000-10-27  Dave Love  <fx@gnu.org>
16777
16778         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
16779         strings.
16780         (gnus-group-make-tool-bar): New function.
16781         (gnus-group-mode): Use it.
16782
16783         * message.el (message-mode-menu): Add some :help strings.
16784         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
16785         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
16786
16787         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
16788         * describe-group.xpm, get-news.xpm, kill-group.xpm:
16789         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
16790
16791         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
16792         display-graphic-p here.
16793
16794 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
16795
16796         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
16797         of the `gnus-xemacs' variable, as the latter has been removed.
16798         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
16799         * gnus-art.el (gnus-treat-display-xface)
16800         (gnus-treat-display-smileys, gnus-treat-display-picons)
16801         (gnus-article-read-summary-keys): Likewise.
16802
16803 2000-10-26  Dave Love  <fx@gnu.org>
16804
16805         (defvar): Use rmail-spool-directory unconditionally.
16806
16807 2000-10-18  Dave Love  <fx@gnu.org>
16808
16809         * mm-bodies.el (mm-uu-decode-function)
16810         (mm-uu-binhex-decode-function): Defvar when compiling.
16811
16812         * gnus-nocem.el (gnus-nocem-issuers): Update.
16813         (gnus-nocem-check-from): New option.
16814         (gnus-nocem-scan-groups): Use it.
16815         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
16816         (gnus-nocem-check-article-limit): Add :version.
16817
16818 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
16819
16820         * ietf-drums.el (mm-util): Require CL when compiling.
16821
16822 2000-10-15  Dave Love  <fx@gnu.org>
16823
16824         * qp.el: Require mm-util.
16825
16826 2000-10-13  Dave Love  <fx@gnu.org>
16827
16828         * qp.el (quoted-printable-decode-region): Avoid invalid
16829         coding-systems.
16830
16831 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
16832
16833         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
16834         to a recursive load.
16835
16836 2000-10-12  Dave Love  <fx@gnu.org>
16837
16838         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
16839
16840         * gnus.el (gnus-group-startup-message): Check for PBM image.
16841
16842 2000-10-09  Dave Love  <fx@gnu.org>
16843
16844         * mail-source.el (mail-source-fetch-imap): Bind
16845         default-enable-multibyte-characters rather than using
16846         mm-disable-multibyte.
16847
16848 2000-10-05  Dave Love  <fx@gnu.org>
16849
16850         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
16851         Autoload.
16852         (quoted-printable-decode-region):  Rename arg which confused
16853         charset with coding-system.  Don't use nonascii-insert-offset.
16854         Coding-system encode the region initially.  Don't recognize `=='
16855         as valid QP.  Coding-system decode the region finally.
16856         (quoted-printable-decode-string): Rename arg which confused
16857         charset with coding-system.
16858
16859         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
16860         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
16861         mm-encode-coding-region.
16862         (mm-decode-body, mm-decode-string): Rename variables which
16863         confused charset with coding-system.
16864         (binhex-decode-region): Don't autoload.
16865         (mm-body-encoding): Require message.
16866         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
16867         cond branches.
16868
16869         * gnus-art.el (article-de-quoted-unreadable)
16870         (article-de-base64-unreadable): Fold search case
16871         rather than downcasing string.  Apply mm-charset-to-coding-system
16872         to arg of quoted-printable-decode-region.
16873
16874 2000-10-04  Dave Love  <fx@gnu.org>
16875
16876         * gnus-ems.el: Don't turn off compiler warnings in local vars.
16877         Require ring when compiling.
16878         (gnus-article-compface-xbm): New variable.
16879
16880 2000-10-04  Dave Love  <fx@gnu.org>
16881
16882         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
16883         pbm images.
16884
16885         * frown.pbm, smile.pbm, wry.pbm: New files.
16886
16887         * frown.xbm, smile.xbm, wry.xbm: Deleted.
16888
16889 2000-10-03  Dave Love  <fx@gnu.org>
16890
16891         * mail-source.el (mail-sources): Revert to nil.
16892
16893         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
16894
16895         * qp.el: Don't require mm-util.
16896         (quoted-printable-decode-region): Rewritten.
16897         (quoted-printable-decode-string, quoted-printable-encode-region):
16898         Doc fix.
16899         (quoted-printable-encode-region): Barf on multibyte characters.
16900         Maybe make the class multibyte.  Upcase chars, not formatted
16901         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
16902         (quoted-printable-encode-string): Don't use
16903         mm-with-unibyte-buffer.
16904
16905 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16906
16907         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
16908
16909 2000-09-21  Dave Love  <fx@gnu.org>
16910
16911         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
16912         (for Emacs 20).  Tidy somewhat.
16913
16914 2000-09-21  Dave Love  <fx@gnu.org>
16915
16916         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
16917         image processing.  Rationalize logic somewhat.
16918
16919 2000-09-20  Dave Love  <fx@gnu.org>
16920
16921         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
16922         specifically.
16923
16924         * gnus.el (gnus-version-number): Avoid some redundant
16925         autoloads.
16926
16927 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
16928
16929         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
16930         to XBM; we always have PBM support.
16931
16932 2000-09-14  Dave Love  <fx@gnu.org>
16933
16934         * gnus.el (gnus-charset):
16935         * mm-decode.el (mime-display):
16936         * imap.el (imap) <defgroup>: Add :version.
16937
16938 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
16939
16940         * parse-time.el: Fix author's mail address.
16941
16942         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
16943         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
16944         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
16945         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
16946         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
16947         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
16948         * rfc2231.el, uudecode.el: Fix copyright notice.
16949
16950         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
16951         require `w3' at load-time only if not running in batch mode.
16952
16953 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16954
16955         * gnus.el: Before merge with Emacs21.
16956
16957 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
16958
16959         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
16960
16961 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
16962
16963         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
16964         to avoid conflict with the standard `back-to-indentation'
16965         binding.
16966
16967 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16968
16969         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
16970
16971         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
16972         (mm-disable-multibyte-mule4): Ditto.
16973         (mm-with-unibyte-current-buffer-mule4): Ditto.
16974
16975 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16976
16977         * pop3.el (pop3-movemail): Use binary.
16978         (pop3-movemail-file-coding-system): Removed.
16979
16980 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16981
16982         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
16983
16984 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16985
16986         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
16987         exists.
16988
16989 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16990
16991         * gnus-msg.el (gnus-post-method): Use backend name when the
16992         address is "".
16993
16994 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16995
16996         * gnus-art.el (article-verify-x-pgp-sig): Don't test
16997         mm-verify-option.
16998         (gnus-treat-x-pgp-sig): Default value.
16999         (gnus-ignored-headers): Redundant.
17000
17001 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17002
17003         * gnus-win.el (gnus-configure-frame): Save selected window.
17004
17005 2000-02-15  Andrew Innes  <andrewi@gnu.org>
17006
17007         * nnmbox.el: Require gnus-range.
17008         (nnmbox-group-building-active-articles): New variable.
17009         (nnmbox-group-active-articles): New variable; this is a cache of
17010         all active articles by group and number.
17011         (nnmbox-in-header-p): New function.
17012         (nnmbox-find-article): New function.
17013         (nnmbox-record-active-article): New function.
17014         (nnmbox-record-deleted-article): New function.
17015         (nnmbox-is-article-active-p): New function.
17016         (nnmbox-retrieve-headers): Use nnmbox-find-article.
17017         (nnmbox-request-article): Ditto.  Also supply extra arg to
17018         nnmbox-article-group-number.
17019         (nnmbox-request-expire-articles): Ditto.
17020         (nnmbox-request-move-article): Ditto.
17021         (nnmbox-request-replace-article): Ditto.
17022         (nnmbox-request-rename-group): Rename group entry in active
17023         article cache.
17024         (nnmbox-delete-mail): Update active article cache, unless article
17025         is being replaced.
17026         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
17027         than partially duplicating it.
17028         (nnmbox-article-group-number): Add extra `this-line' arg, to
17029         handle articles belonging to multiple groups.
17030         (nnmbox-save-mail): Update active article cache.
17031         (nnmbox-read-mbox): Build active article cache when loading mbox.
17032         Also do some repair work, if we find articles that are missing the
17033         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
17034         reconstruct these from Xref info.
17035
17036 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17037
17038         * mail-source.el (mail-source-report-new-mail): Use
17039         nnheader-run-at-time.
17040
17041 2000-02-15  Andrew Innes  <andrewi@gnu.org>
17042
17043         * mail-source.el (mail-source-fetch-pop): Clear pop password when
17044         an error is thrown, and then rethrow the error.
17045         (mail-source-check-pop): Ditto.
17046         (mail-source-start-idle-timer): Prevent multiple pop checks
17047         running if the check takes a long time.
17048
17049 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17050
17051         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
17052         succeed.
17053
17054 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17055
17056         * gnus-win.el (gnus-configure-windows): Make sure
17057         nntp-server-buffer is live.
17058         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
17059
17060 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
17061
17062         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
17063
17064 2000-12-04  Andreas Jaeger  <aj@suse.de>
17065
17066         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
17067
17068 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17069
17070         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
17071
17072 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17073         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
17074
17075         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
17076
17077 2000-12-01  Simon Josefsson  <sj@extundo.com>
17078
17079         * mml-smime.el (mml-smime-verify): Fix address parsing.
17080
17081 2000-12-01  Simon Josefsson  <sj@extundo.com>
17082
17083         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
17084         more than one certificate inside PKCS#7 blob.  Better security
17085         information (clamed / actual sender, openssl output, certificates
17086         inside message).
17087
17088         * smime.el (smime-verify-region): Output to /dev/null.
17089         (smime-buffer-as-string-region): Don't parse empty lines.
17090
17091 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17092
17093         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
17094         ?d and ?D.
17095         (gnus-mime-security-show-details-inline): New variable.
17096         (gnus-mime-security-show-details): Use them.
17097         (gnus-insert-mime-security-button): Ditto.
17098
17099         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
17100         Suggest by Michael Duggan (md5i@cs.cmu.edu).
17101         (mml2015-gpg-clear-verify): Ditto.
17102         (mml2015-gpg-decrypt-1): Ditto.
17103         (mml2015-use): Prefer 'gpg.
17104
17105 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17106
17107         * gnus-util.el (gnus-add-text-properties-when): New function.
17108         (gnus-remove-text-properties-when): Ditto.
17109
17110         * gnus-cite.el (gnus-article-hide-citation): Use them.
17111         (gnus-article-toggle-cited-text): Use them.
17112
17113         * gnus-art.el (gnus-signature-toggle): Use them.
17114         (gnus-article-show-hidden-text): Ditto.
17115         (gnus-article-hide-text): Ditto.
17116
17117 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17118
17119         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
17120
17121 2000-11-30  Simon Josefsson  <sj@extundo.com>
17122
17123         * smime.el (smime-point-at-eol): New alias.
17124         (smime-buffer-as-string-region): Use it.
17125
17126 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17127
17128         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
17129
17130 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17131
17132         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
17133
17134         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
17135
17136         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
17137
17138 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
17139
17140         * nnmh.el (nnmh-request-expire-articles): Implemented
17141         expiry-target for nnmh backend.
17142
17143 2000-11-30  Simon Josefsson  <sj@extundo.com>
17144
17145         * mm-decode.el (mm-security-from): New variable.
17146         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
17147
17148         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
17149         than `from'.
17150
17151 2000-11-30  Simon Josefsson  <sj@extundo.com>
17152
17153         * mml-smime.el (mml-smime-verify): Verify that certificate mail
17154         address match sender address.
17155
17156         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
17157
17158         * smime.el (smime-verify-region): Don't copy buffer.
17159         (smime-decrypt-buffer): Use expand-file-name on keyfile.
17160         (smime-pkcs7-region): New function.
17161         (smime-pkcs7-certificates-region): Ditto.
17162         (smime-pkcs7-email-region): Ditto.
17163         (smime-buffer-as-string-region): Ditto.
17164
17165         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
17166         buffer.
17167
17168 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
17169
17170         * smime.el (smime-decrypt-region): Fix keyfile argument.
17171
17172 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17173
17174         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
17175
17176 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17177
17178         * message.el (message-shoot-gnksa-feet): New variable.
17179         (message-gnksa-enable-p): New function.
17180         (message-send): Use it.
17181         (message-check-news-body-syntax): Ditto.
17182
17183 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17184
17185         * message.el (message-make-message-id): Remove the redundancy.
17186
17187 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17188
17189         * message.el (message-setup): Discourage using mc-install-*-mode.
17190
17191         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
17192
17193 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17194
17195         * gnus-cite.el (gnus-cite-parse): Guess citation length.
17196
17197 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17198
17199         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
17200
17201 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17202
17203         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
17204
17205 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17206
17207         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
17208         insert-buffer-substring.
17209
17210         * message.el (message-send-mail): Use buffer-substring-no-properties.
17211         (message-send-news): Ditto.
17212
17213 2000-11-22  David Edmondson  <dme@dme.org>
17214
17215         * imap.el (imap-wait-for-tag): Message read info.
17216
17217 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17218
17219         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
17220         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
17221         (mml2015-gpg-encrypt): Ditto.
17222
17223 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17224
17225         * mm-decode.el (mm-verify-option): Default value.
17226
17227         * mml-sec.el (mml-secure-part): Error message.
17228
17229 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17230
17231         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
17232
17233 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17234
17235         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
17236
17237 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17238
17239         * gnus-art.el (gnus-article-describe-key): Use prompt.
17240         (gnus-article-describe-key-briefly): Ditto.
17241
17242 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17243
17244         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
17245
17246 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17247
17248         * gnus-art.el (gnus-article-describe-key): New function.
17249         (gnus-article-describe-key-briefly): New function.
17250
17251 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17252
17253         * mm-decode.el (mm-decrypt-option): Doc typo.
17254
17255         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
17256         return a number.
17257
17258 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17259
17260         * message.el (message-newline-and-reformat): Typo.
17261
17262 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17263
17264         * gnus-art.el (article-verify-x-pgp-sig): Check whether
17265         original-article-buffer exists.
17266
17267         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
17268         (rfc2047-header-encoding-alist): Addresses are different from text.
17269         (rfc2047-encode-message-header): Ditto.
17270         (rfc2047-dissect-region): Extra parameter.
17271         (rfc2047-encode-region): Ditto.
17272         (rfc2047-encode-string): Ditto.
17273
17274 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17275
17276         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
17277         (mm-uu-pgp-encrypted-extract): Use it.
17278         (mm-uu-pgp-signed-extract-1): New function.
17279         (mm-uu-pgp-signed-extract): Use it.
17280
17281         * gnus-art.el (gnus-mime-display-security): New function.
17282         (gnus-mime-display-part): Use it.
17283         (gnus-mime-security-verify-or-decrypt): New function.
17284         (gnus-mime-security-press-button): New function.
17285         (gnus-insert-mime-security-button): Use it.
17286
17287         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
17288         (mm-find-raw-part-by-type): Ditto.
17289         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
17290         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
17291         (mm-destroy-parts): Kill nested multibyte buffer.
17292
17293         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
17294         (mml2015-gpg-verify): Ditto.
17295
17296 2000-11-18  Simon Josefsson  <sj@extundo.com>
17297
17298         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
17299         (mml2015-function-alist): Use it.
17300
17301         * mml-sec.el (mml-sign-alist): Update names.
17302         (mml-encrypt-alist): Ditto.
17303         (mml-secure-part-smime-sign): Moved to mml-smime.el
17304         as `mml-smime-sign-query'.
17305         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
17306         `mml-smime-get-file-cert'.
17307         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
17308         `mml-smime-get-dns-cert'.
17309         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
17310         `mml-smime-encrypt-query'.
17311         (mml-smime-sign-buffer): Use mml-smime-sign.
17312         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
17313
17314         * mml-smime.el (mml-smime-sign): New function.
17315         (mml-smime-encrypt):
17316         (mml-smime-sign-query):
17317         (mml-smime-get-file-cert):
17318         (mml-smime-get-dns-cert):
17319         (mml-smime-encrypt-query): Moved from mml-sec.el.
17320
17321 2000-11-16  Simon Josefsson  <sj@extundo.com>
17322
17323         * mml2015.el (mml2015-gpg-clear-verify): New function.
17324         (mml2015-function-alist): Add it.
17325
17326 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17327
17328         * message.el (message-setup-fill-variables): Use
17329         message-cite-prefix-regexp.
17330         (message-newline-and-reformat): Check the end of citation, leading
17331         WSP, break in the cite prefix.
17332         (message-fill-paragraph): New function.
17333
17334 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17335
17336         * lpath.el: Shut up.
17337
17338 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
17339
17340         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
17341         raw 8-bit in headers in dk.* newsgroups.
17342
17343 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17344
17345         * message.el (message-newline-and-reformat): Match extra WSPs.
17346
17347 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
17348
17349         * mml.el (mml-generate-mime-1): Ignore ascii.
17350
17351 2000-11-16 Justin Sheehy  <justin@iago.org>
17352
17353         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
17354
17355 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17356
17357         * message.el (message-cite-prefix-regexp): Prefix should not end
17358         at space.
17359
17360 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17361
17362         * message.el (message-mode-syntax-table): Add - as a word
17363         constituent as in articles.
17364         (message-setup-fill-variables): Add -_. as supercite-style prefix.
17365         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
17366         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
17367
17368 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17369
17370         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
17371
17372 2000-11-12  David Edmondson  <dme@dme.org>
17373
17374         * message.el (message-font-lock-keywords): use
17375         message-cite-prefix-regexp.
17376
17377 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17378
17379         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
17380         Stein Arild Str\e,Ax\e(Bmme.
17381         (gnus-group-jump-to-group): Use it.
17382         (gnus-group-jump-to-group-prompt): Customize.
17383
17384 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
17385
17386         * mailcap.el (mailcap-possible-viewers): Match the entire string.
17387
17388 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17389
17390         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
17391         incompatible.
17392         (mml2015-mailcrypt-sign): Ditto.
17393
17394 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17395
17396         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
17397         group is open.
17398
17399 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
17400
17401         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
17402         nnvirtual articles.
17403         (gnus-backlog-request-article): Don't request nnvirtual articles.
17404
17405 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17406
17407         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
17408         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
17409
17410 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17411
17412         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
17413         * mml.el (mml-generate-mime-1): Use charset attribute.
17414         * mm-bodies.el (mm-encode-body): Add parameter charset.
17415         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
17416
17417 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17418
17419         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
17420         (mml2015-mailcrypt-clear-decrypt): Ditto.
17421         (mml2015-mailcrypt-verify): Ditto.
17422         (mml2015-mailcrypt-clear-verify): Ditto.
17423         (mml2015-gpg-verify): Ditto.
17424
17425 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17426
17427         * smime.el (smime-openssl-program): Test the existence of openssl.
17428         * mml-smime.el: Require mm-decode.
17429         (mml-smime-verify-test): New function.
17430         * mm-decode.el (mm-verify-function-alist): Use it.
17431
17432 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17433
17434         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
17435         anyway.
17436
17437 2000-11-13  Simon Josefsson  <sj@extundo.com>
17438
17439         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
17440         verification doesn't work.
17441
17442 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17443
17444         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
17445         (gnus-inews-do-gcc): Use it.
17446
17447 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17448
17449         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
17450         leading space.
17451         * mm-extern.el (mm-inline-external-body): Report error when no
17452         access-type.
17453
17454 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
17455
17456         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
17457
17458 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
17459
17460         * gnus-art.el (gnus-mime-button-menu): Use select-window.
17461
17462 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
17463
17464         * gnus-art.el (gnus-mime-display-part): Display multipart/related
17465         as multipart/mixed.
17466
17467 2000-11-12  David Edmondson  <dme@dme.org>
17468
17469         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
17470         and replace `.' with `\w' to allow for different syntax tables
17471         (from Vladimir Volovich).
17472         * message.el (message-newline-and-reformat): use
17473         `message-cite-prefix-regexp'.
17474         * gnus-cite.el (gnus-supercite-regexp): use
17475         `message-cite-prefix-regexp'.
17476         * gnus-cite.el (gnus-cite-parse): use
17477         `message-cite-prefix-regexp'.
17478
17479 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17480
17481         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
17482         PGP SIGNATURE.  Escape leading "-"'s.
17483         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
17484
17485 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17486
17487         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
17488
17489 2000-11-11  Simon Josefsson  <sj@extundo.com>
17490
17491         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
17492
17493         * smime.el (smime-details-buffer): New variable.
17494         (smime-sign-region):
17495         (smime-encrypt-region):
17496         (smime-verify-region):
17497         (smime-decrypt-region): Copy OpenSSL output to the buffer.
17498
17499         * mml-smime.el (mml-smime-verify): Support security info.
17500
17501 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
17502
17503         * mm-decode.el (mm-verify-option): Set default to nil.
17504         (mm-decrypt-option): Ditto.
17505         * gnus-art.el (article-verify-x-pgp-sig): New function.
17506
17507 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
17508
17509         * gnus-art.el (gnus-mime-display-alternative): Show button if no
17510         preferred part.
17511
17512 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17513
17514         * gnus-sum.el (gnus-move-split-methods): Say that
17515         `gnus-split-methods' uses file names, whereas this uses group
17516         names.  (Report from Nevin Kapur)
17517
17518 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
17519
17520         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
17521
17522 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17523
17524         * nnheader.el (nnheader-directory-files-is-safe): New variable.
17525         (nnheader-directory-articles): Use it.
17526         (nnheader-article-to-file-alist): Ditto.
17527
17528 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17529
17530         * rfc2047.el (rfc2047-pad-base64): New function.
17531         (rfc2047-decode): Use it.
17532
17533 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17534
17535         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
17536         select method.
17537
17538 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17539
17540         * mml2015.el (mml2015-gpg-decrypt-1):
17541         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
17542
17543 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17544
17545         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
17546
17547 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
17548
17549         * pop3.el (pop3-munge-message-separator): A message may have an
17550         empty body.
17551
17552 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
17553
17554         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
17555         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
17556         (mm-uu-pgp-signed-extract): Use coding-system.
17557
17558 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17559
17560         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
17561         (gnus-insert-mime-security-button): New function.
17562         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
17563         * mml2015.el:  Add security info when verify or decrypt.
17564         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
17565         (mm-uu-pgp-encrypted-extract): Ditto.
17566
17567 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
17568
17569         * mm-decode.el (mm-display-parts): New function.
17570         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
17571
17572 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17573
17574         * gnus-mlspl.el: Documentation tweaks.
17575
17576 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17577
17578         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
17579         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
17580         argument.
17581
17582 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
17583
17584         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
17585
17586 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
17587
17588         * gnus-art.el (gnus-article-encrypt): New function.
17589         (gnus-article-encrypt-protocol-alist): New variable.
17590         (gnus-article-encrypt-protocol): New variable.
17591         * mml2015.el (mml2015-self-encrypt): New function.
17592         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
17593
17594 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
17595
17596         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
17597         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
17598         let mailcap do it.
17599         * mml2015.el: Remove snarf code.
17600         * mm-decode.el: Remove snarf code.
17601
17602 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
17603
17604         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
17605         (mml-insert-mime): Understand gnus-decoded.
17606         (mime-to-mml): New parameter handles.
17607         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17608         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
17609
17610 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17611
17612         * mm-decode.el (mime-security): New group.
17613         (mm-verify-function-alist): Add test function.
17614         (mm-decrypt-function-alist): Ditto.
17615         (mm-snarf-option): Set default value as nil.
17616         (mm-find-part-by-type): Recursive parameter.
17617         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
17618         * mml2015.el: Support draft-ietf-openpgp-multsig.
17619
17620 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
17621
17622         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
17623         (gnus-article-view-part-as-charset): New function.
17624
17625 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17626
17627         * mm-decode.el (mm-verify-option): Default value.
17628         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
17629
17630 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17631
17632         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
17633
17634 2000-11-05  Simon Josefsson  <sj@extundo.com>
17635
17636         * mml-smime.el (mml-smime-verify): Work in original multipart
17637         buffert.
17638
17639         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
17640         (mm-handle-multipart-ctl-parameter): Ditto.
17641         (mm-alist-to-plist): New function.
17642         (mm-dissect-buffer): Store CTL parameters and copy original buffer
17643         for multiparts.
17644         (mm-destroy-parts): Destroy multipart buffert.
17645         (mm-remove-part): Ditto.
17646
17647         * mml-smime.el (mml-smime-sign): Not used.
17648         (mml-smime-encrypt): Ditto.
17649
17650         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
17651
17652         Verify S/MIME signature support.
17653
17654         * mm-decode.el (mm-inline-media-tests): Add
17655         application/{x-,}pkcs7-signature.
17656         (mm-inlined-types): Ditto.
17657         (mm-automatic-display): Ditto.
17658         (mm-verify-function-alist): Ditto.  Add name of method.
17659         (mm-decrypt-function-alist): Add name of method.
17660         (mm-find-part-by-type): Add documentation.
17661         (mm-possibly-verify-or-decrypt): Use new format of
17662         mm-{verify,decrypt}-function-alist.  Use method names.
17663
17664         * mml-smime.el (mml-smime-verify): New function.
17665
17666 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17667
17668         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
17669
17670 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17671
17672         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
17673         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
17674         * mm-decode.el (mm-snarf-option): New variable.
17675
17676 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17677
17678         * mm-util.el (mm-subst-char-in-string): New function.
17679         (mm-replace-chars-in-string): Use it.
17680         * message.el (message-replace-chars-in-string): Use it.
17681         * nnheader.el (nnheader-replace-chars-in-string): Use it.
17682         * gnus-mh.el (mh-lib-progs): Shut up.
17683
17684 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
17685
17686         * base64.el, md5.el: Moved to contrib directory.
17687
17688 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17689
17690         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
17691         the last article when search.
17692
17693 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17694
17695         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
17696         * nnmail.el (nnmail-pathname-coding-system): Ditto.
17697
17698 2000-09-29  David Edmondson  <dme@thus.net>
17699
17700         * message.el (message-newline-and-reformat): Typo.
17701
17702 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17703
17704         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
17705
17706 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
17707
17708         * nntp.el (nntp-decode-text): Delete bogus status lines.
17709
17710 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
17711
17712         * message.el (message-font-lock-keywords): Match a final newline
17713         to help font-lock's multiline support.
17714
17715 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17716
17717         * nnoo.el (nnoo-set): New function.
17718
17719 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
17720
17721         * gpg.el, gpg-ring.el: Moved to contrib directory.
17722
17723 2000-11-04  Simon Josefsson  <sj@extundo.com>
17724
17725         * nnimap.el (nnimap-split-inbox): Typo.
17726
17727 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17728
17729         * gnus-msg.el (gnus-msg-mail): Move it backwards.
17730
17731 2000-11-03  Simon Josefsson  <sj@extundo.com>
17732
17733         * rfc2231.el (rfc2231-parse-qp-string): New function.
17734         (require): rfc2047.
17735
17736         * mail-parse.el (mail-header-parse-content-type):
17737         (mail-header-parse-content-disposition): Support invalid QP
17738         encoded strings, by using `rfc2231-parse-qp-string'.
17739
17740 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17741
17742         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
17743         (rfc2231-decode-encoded-string): Typo "> X 1".
17744         (rfc2231-encode-string): Insert the name of charset.
17745         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
17746
17747 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17748
17749         * mm-decode.el (mm-save-part): Return the filename.
17750         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
17751         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
17752         (gnus-mime-action-alist): Use it.
17753         (gnus-mime-button-commands): Use it.
17754         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
17755         (mm-inline-external-body): unwind-protect.
17756
17757 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17758
17759         * gnus-art.el (gnus-insert-mime-button): Show url.
17760
17761 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17762
17763         * mml.el (mml-generate-mime-1): Support external url.
17764         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
17765
17766 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
17767
17768         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
17769         * mm-decode.el (mm-display-external): Ditto.
17770         * mm-extern.el: New file.
17771         * mm-decode.el (mm-inline-media-tests): Hook it up.
17772         (mm-inlined-types): Inline message/external-body.
17773
17774 2000-11-02  Simon Josefsson  <sj@extundo.com>
17775
17776         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
17777
17778         * message.el (message-get-reply-headers): Better handling when
17779         Mail-Followup-To is very large.
17780
17781 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17782
17783         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
17784         * gnus-art.el (gnus-article-edit-done):
17785         * gnus-sum.el (gnus-summary-edit-article-done): Move line
17786         counting code here.
17787         * gnus-msg.el (gnus-setup-message): Remove a hack.
17788
17789 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17790
17791         * gnus-sum.el (gnus-newsgroup-variables): New variable.
17792         (gnus-summary-mode): Make them local variables.
17793         (gnus-set-global-variables): Globalize them.
17794         (gnus-summary-exit): Kill them.
17795
17796 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
17797
17798         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
17799         word.
17800
17801 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
17802
17803         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
17804         gnus-article-wash-types.
17805         * gnus-art.el (gnus-article-wash-status): Use them.
17806
17807 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
17808
17809         * mml.el (mml-read-tag): Remove spaces and LF.
17810
17811 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17812
17813         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
17814         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
17815
17816 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
17817
17818         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
17819
17820 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
17821
17822         * gnus-sum.el (gnus-article-charset): New variable.
17823         (gnus-summary-display-article): Set it.
17824         * gnus-msg.el (gnus-copy-article-buffer): Use it.
17825         * gnus-art.el (gnus-article-mode): Make it local variable.
17826
17827 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17828
17829         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
17830
17831 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17832
17833         * nnwfm.el: New file.
17834
17835         * nnweb.el (nnweb-replace-in-string): New function.
17836
17837 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17838
17839         * mml2015.el: Wrap gpg.el.
17840         * gpg.el (gpg-verify): The last argument of apply is a list.
17841         (gpg-encrypt): Add passphrase as a parameter.
17842
17843 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17844
17845         * gpg.el: New file.
17846         * gpg-ring.el: New file.
17847
17848 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17849
17850         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
17851
17852 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
17855         double-quote characters.
17856         (gnus-summary-prepare-threads): Ditto.
17857
17858 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17859
17860         * gnus-art.el (gnus-mime-display-single): Forward line -1.
17861         * mml.el (mml-read-tag): Don't skip the leading space.
17862         * lpath.el (font-lock-set-defaults): Shut up.
17863
17864 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17865
17866         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
17867
17868 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17869
17870         * qp.el (quoted-printable-encode-region): Replace leading - when
17871         ultra safe.
17872         * mml.el (mml-generate-mime-postprocess-function): Removed.
17873         (mml-postprocess-alist): Removed.
17874         (mml-generate-mime-1): Use ultra-safe when sign.
17875         * mml2015.el (mml2015-fix-micalg): Uppercase.
17876         (mml2015-verify): Insert LF.
17877         (mml2015-mailcrypt-sign): Downcase; search backward.
17878
17879 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17880
17881         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
17882         restrictive.
17883         (nnultimate-table-regexp): New variable.
17884         (nnultimate-forum-table-p): Use it.
17885
17886 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
17887         Trivial patch.
17888
17889         * gnus-sum.el (gnus-summary-expire-articles): Save point.
17890
17891 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17892
17893         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
17894         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
17895
17896 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
17897
17898         * mml2015.el: Shut up.
17899
17900 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17901
17902         * gnus.el (gnus-server-browse-hashtb): Removed.
17903         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
17904         (gnus-group-insert-group-line-info): Use simplified method.
17905         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
17906
17907 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17908
17909         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
17910         moved here.
17911         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
17912         * gnus-group.el (gnus-group-prepare-flat): Use it.
17913         * gnus-topic.el (gnus-group-prepare-topics): Use it.
17914
17915 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17916
17917         * mml.el (mml-mode): Show menu in XEmacs.
17918
17919 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
17920
17921         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
17922         (gnus-server-read-server-in-server-buffer): New function.
17923         (gnus-browse-foreign-server): Browse in group buffer.
17924         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
17925         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
17926         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
17927         * gnus.el (gnus-server-browse-hashtb): New variable.
17928
17929 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17930
17931         * nnfolder.el (nnfolder-open-nov): Use group.
17932
17933 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
17934
17935         * nnfolder.el: Add NOV. Set version to 2.0.
17936         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
17937
17938 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17939
17940         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
17941
17942 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17943
17944         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
17945         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
17946
17947 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17948
17949         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
17950
17951 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17952
17953         * mm-decode.el (mm-verify-function-alist): New variable.
17954         (mm-verify-option): New variable.
17955         (mm-decrypt-function-alist): Ditto.
17956         (mm-decrypt-option): Ditto.
17957         (mm-find-raw-part-by-type): New function.
17958         (mm-possibly-verify-or-decrypt): New function.
17959         (mm-dissect-multipart): Use it.
17960         * mml2015.el (mml2015-fix-micalg): New function.
17961         (mml2015-decrypt): Use new interface.
17962         (mml2015-verify):  Use new interface.
17963         (mml2015-setup): Make it bogus.
17964
17965 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17966
17967         * mml.el (mml-generate-mime-postprocess-function): Set to
17968         mml-postprocess.
17969         (autoload): Autoload mml2015 and mml-smime.
17970         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
17971         * mml2015.el (mml2015-encrypt): New function.
17972         (mml2015-sign): New function.
17973         (mml2015-encrypt-function): New variable.
17974         (mml2015-sign-function): New variable.
17975         (mml2015-mailcrypt-encrypt): Use message-recipients.
17976         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
17977         * mml-smime.el (mml-smime-setup): Ditto.
17978
17979 2000-10-28  Simon Josefsson  <sj@extundo.com>
17980
17981         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
17982         Communigate Pro 3.3.1 server.
17983
17984         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
17985         in buffers.
17986         (mml-secure-dns-server): Removed.
17987         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
17988         write certificates to files.
17989
17990         * smime.el (smime-dns-server): New variable.
17991         (smime-mail-to-domain):
17992         (smime-cert-by-dns): New functions.
17993
17994         * dig.el: New file.
17995
17996 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
17997
17998         * message.el (message-options): New variable.
17999         (message-options-set-recipient): New function.
18000         (message-send): Use them.
18001         * gnus-int.el (gnus-request-replace-article): Use them.
18002         (gnus-request-accept-article): Ditto.
18003         * mml.el (mml-preview): Use them.
18004         * gnus-sum.el (gnus-summary-edit-article): Use them.
18005
18006         * message.el (message-options-get): New function.
18007         (message-options-get): New function.
18008         * rfc2047.el (rfc2047-encode-message-header): Use them.
18009         * mm-bodies.el (mm-encode-body): Use them.
18010
18011 2000-10-28  Simon Josefsson  <sj@extundo.com>
18012
18013         * nnimap.el (nnimap-retrieve-which-headers):
18014         (nnimap-request-article-part): Quote message-id.
18015
18016         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
18017         (smime-CA-file): New variable.
18018         (smime-call-openssl-region): Don't error.
18019         (smime-sign-region): Return result value.
18020         (smime-encrypt-region): Ditto.
18021         (smime-verify-region): New function.
18022         (smime-decrypt-region): Ditto.
18023         (smime-verify-buffer): Ditto.
18024         (smime-decrypt-buffer): Ditto.
18025
18026         * mml.el: Require mml-sec.
18027         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
18028         (mml-mode-map): Add "sign" and "encrypt" maps.
18029         (mml-menu): Add security menu.
18030         (mml-preview): Use generate-new-buffer.
18031
18032         * mml-sec.el: New file.
18033
18034 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18035
18036         * mm-decode.el (mm-find-part-by-type): Move it here.
18037         * mml.el (mml-postprocess): Move it here.
18038         (mml-postprocess-alist): Move it here. Merge them.
18039
18040 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
18041
18042         * rfc2047.el (rfc2047-encode-message-header): Make sure no
18043         unencoded stuff in the header.
18044
18045 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
18046
18047         * gnus-group.el (gnus-group-listed-groups): New variable.
18048         (gnus-group-list-option): New variable.
18049         (gnus-group-list-limit-map): New keymap.
18050         (gnus-group-list-flush-map): New keymap.
18051         (gnus-group-list-plus-map): New keymap.
18052         (gnus-group-prepare-logic): New function.
18053         (gnus-group-prepare-flat): Merge with
18054         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
18055         (gnus-group-prepare-flat-list-dead): Ditto.
18056         (gnus-group-list-matching): Use gnus-group-prepare-function.
18057         (gnus-group-list-dormant): Ditto.
18058         (gnus-group-list-cached): Ditto.
18059         (gnus-group-listed-groups): New function.
18060         (gnus-group-list-limit): New function.
18061         (gnus-group-list-flush): New function.
18062         (gnus-group-list-plus): New function.
18063         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
18064         (gnus-topic-prepare-topic): Ditto.
18065
18066 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
18067
18068         * message.el (message-insert-to, message-get-reply-headers):
18069         (message-reply, message-followup): Mail-{Followup,Reply}-To.
18070
18071 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18072
18073         * mml2015.el: New file.
18074         * smime.el: New file.
18075         * mml-smime.el: New file.
18076
18077 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
18078
18079         * ChangeLog: Moved to ChangeLog.1.
18080
18081     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
18082   Copying and distribution of this file, with or without modification,
18083   are permitted provided the copyright notice and this notice are preserved.
18084
18085 ;; Local Variables:
18086 ;; coding: iso-2022-7bit
18087 ;; End: