Synch to Gnus 200311130835.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * mm-decode.el (mm-dissect-buffer): Save start="<id>" value
4         contained in Content-Type header of multipart/related messages.
5
6         * mm-view.el (mm-w3m-cid-retrieve-1): New function.
7         (mm-w3m-cid-retrieve): Use it.
8
9         * mml.el (mml-generate-mime-1): Add start="<id>" to Content-Type.
10         (mml-insert-mime-headers): Insert Content-ID header.
11         (mml-insert-mml-markup): Insert start="<id>" value.
12
13 2003-11-12  Teodor Zlatanov  <tzz@lifelogs.com>
14
15         * nnml.el (nnml-request-accept-article): pass sender to
16         nnmail-cache-insert
17
18         * nnmh.el (nnmh-request-accept-article): pass sender to
19         nnmail-cache-insert 
20
21         * nnmbox.el (nnmbox-request-accept-article): pass sender to
22         nnmail-cache-insert 
23
24         * nnfolder.el (nnfolder-request-accept-article): pass sender to
25         nnmail-cache-insert 
26
27         * nnbabyl.el (nnbabyl-request-accept-article): pass sender to
28         nnmail-cache-insert 
29
30         * nnmail.el (nnmail-cache-insert): accept sender parameter and
31         pass it to the nnmail-spool-hook
32
33         * gnus-registry.el (gnus-registry-track-extra): clarify doc
34         (gnus-registry-action): add sender lexical var and pass it to
35         gnus-registry-add-group
36         (gnus-registry-spool-action): take a sender parameter, pass to
37         gnus-registry-add-group
38         (gnus-registry-split-fancy-with-parent): trace by sender in
39         addition to subject
40         (gnus-registry-fetch-sender-fast): new function
41         (gnus-registry-add-group): accept sender parameter
42
43 2003-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
44
45         * spam.el (spam-ham-copy-routine, spam-ham-move-routine)
46         (spam-mark-spam-as-expired-and-move-routine): allow for the
47         groups to be a list of a single item
48
49         * gnus.el (gnus-install-group-spam-parameters):
50         ham-process-destination and spam-process-destination allow lists now
51
52 2003-11-10  Reiner Steib  <Reiner.Steib@gmx.de>
53
54         * message.el (message-insert-to): Do error out when the user
55         requested no Cc.  Don't insert empty To.  Can be added to
56         `message-setup-hook' now.  From Sam Steingold <sds@gnu.org>.
57         (message-mode-field-menu): Moved some entries, added
58         `message-insert-wide-reply'.
59         (message-change-subject): Fixed comment.
60
61 2003-11-10  Simon Josefsson  <jas@extundo.com>
62
63         * pgg-def.el (pgg-encrypt-for-me): Change default from nil to t.
64
65 2003-11-09  Simon Josefsson  <jas@extundo.com>
66
67         * pgg-gpg.el (pgg-gpg-encrypt-region): Cache passphrase under hex
68         key id too (for decryption).
69         (pgg-gpg-sign-region): Likewise.
70
71 2003-11-09  Simon Josefsson  <jas@extundo.com>
72
73         * pgg-gpg.el (pgg-gpg-all-secret-keys): New variable.
74         (pgg-gpg-lookup-all-secret-keys): New function.
75         (pgg-gpg-select-matching-key): Likewise.
76         (pgg-gpg-decrypt-region): Use new functions.  From Satyaki Das
77         <satyakid@stanford.edu>.
78
79 2003-11-07  Teodor Zlatanov  <tzz@lifelogs.com>
80
81         * nnmail.el (nnmail-cache-insert): make sure that the
82         nnmail-spool-hook is called with a valid newsgroup name (though
83         it may be wrong)
84
85         * gnus.el (gnus-group-real-prefix): return nil if group is not a
86         string, instead of triggering an error
87
88 2003-11-06  Teodor Zlatanov  <tzz@lifelogs.com>
89
90         * gnus.el (gnus-group-guess-full-name-from-command-method): new function
91
92         * gnus-registry.el (gnus-registry-fetch-group): use long names if
93         requested 
94         (gnus-registry-split-fancy-with-parent): when long names are in
95         use, strip the name if we're in the native server, or else return nothing
96         (gnus-registry-spool-action, gnus-registry-action): use
97         gnus-group-guess-full-name-from-command-method instead of
98         gnus-group-guess-full-name
99
100         * spam.el (spam-mark-spam-as-expired-and-move-routine)
101         (spam-ham-copy-or-move-routine): prevent article deletions or
102         moves unless the backend allows it
103
104         * gnus.el (gnus-install-group-spam-parameters): fixed parameters
105         to list spamoracle as well, suggested by Jean-Marc Lasgouttes
106         <Jean-Marc.Lasgouttes@inria.fr>
107
108         * spam.el (spam-spamoracle): doc change, suggested by Jean-Marc
109         Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
110
111 2003-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * gnus-score.el (gnus-decay-score): Protect against arithmetic
114         errors.  Tiny patch from Norbert Koch <viteno@xemacs.org>.
115
116 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
117
118         * spam.el
119         (spam-log-processing-to-registry): improved message and comments
120         (spam-log-unregistration-needed-p): new function
121         (spam-ifile-register-spam-routine)
122         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
123         (spam-stat-register-ham-routine)
124         (spam-blacklist-register-routine)
125         (spam-whitelist-register-routine)
126         (spam-bogofilter-register-spam-routine)
127         (spam-bogofilter-register-ham-routine)
128         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): change
129         spam-log-processing-to-registry invocations appropriately
130
131 2003-10-31  Simon Josefsson  <jas@extundo.com>
132
133         * imap.el (imap-kerberos4-open): Ignore output from ATHENA imtest.
134         Tiny patch from Derek Atkins <warlord@MIT.EDU>.
135         (imap-process-connection-type): Improve docstring.  Suggested by
136         Derek Atkins <warlord@MIT.EDU>.
137
138 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
139
140         * spam.el (autoload): autoload the gnus-registry functions we'll
141         need
142         (spam-log-to-registry): new variable for interfacing with the
143         gnus-registry
144         (spam-install-hooks): variable had the wrong customization group
145         (spam-fetch-field-message-id-fast): convenience function for fetch
146         a message ID quickly
147         (spam-log-processing-to-registry): new function
148         (spam-ifile-register-spam-routine)
149         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
150         (spam-stat-register-ham-routine)
151         (spam-blacklist-register-routine)
152         (spam-whitelist-register-routine)
153         (spam-bogofilter-register-spam-routine)
154         (spam-bogofilter-register-ham-routine)
155         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): add
156         spam-log-processing-to-registry invocations
157
158         * gnus-registry.el: fixed docs in the preface to mention
159         gnus-registry-initialize
160         (gnus-registry-store-extra): remove cached extra entry
161         information when new extra entry is stored
162
163 2003-10-29  Simon Josefsson  <jas@extundo.com>
164
165         * message.el (message-forward-make-body-plain): Fix ARG=1 mode
166         after separating m-f-m-b.
167
168 2003-10-29  Simon Josefsson  <jas@extundo.com>
169
170         * message.el (message-forward-make-body-plain): Remove ignored
171         headers.  Tiny patch from Andre Srinivasan <andre@e2open.com>.
172         (message-forward-make-body-plain): Fix ARG=1.
173
174 2003-10-28  Jesper Harder  <harder@ifa.au.dk>
175
176         * message.el (message-forward-subject-name-subject)
177         (message-forward-subject-author-subject): Decode non-ASCII
178         newsgroup names.
179         (autoload): Autoload gnus-group-decoded-name.
180
181 2003-10-27  Simon Josefsson  <jas@extundo.com>
182
183         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
184         parameter key, overrides the key id used to store passphrase
185         under (uses true key id from gpg output if nil).
186         (pgg-gpg-encrypt-region): Search for passphrase using user suplied
187         string STR, instead of (pgg-lookup-key STR t).
188         (pgg-gpg-encrypt-region): Store passphrase under user suplied
189         string, instead of real key id taken from gpg output.
190         (pgg-gpg-decrypt-region): Likewise.
191         (pgg-gpg-sign-region): Likewise.
192         * pgg.el (pgg-decrypt-region): Don't set pgg-default-user-id.
193
194 2003-10-27  Romain FRANCOISE  <romain@orebokech.com>
195
196         * gnus-art.el (gnus-article-goto-prev-page): Doc fix. 
197
198 2003-10-27  Simon Josefsson  <jas@extundo.com>
199
200         * mm-bodies.el (mm-body-encoding): Don't use QP when message body
201         only consists of short lines and ASCII, when
202         mm-use-ultra-safe-encoding.  Refer to 'About foo' thread in
203         gnus-bug, e.g. <ilullrg4k7p.fsf@extundo.com>, for more discussion.
204         This make it possible to pipe the raw RFC 822 message into 'gpg'
205         and have the signature work.  Potential problem: what if message
206         contain data that would be dash-escaped by OpenPGP
207         implementations? Then PGP 2.x might not be able to parse the raw
208         RFC 822 message correctly.  If that problem is worth fixing, it
209         should be fixed by detecting the situation, instead of applying QP
210         to everything.  Based on discussion with "John A. Martin"
211         <jam@jamux.com>.
212
213 2003-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
214
215         * spam.el (spam-mark-spam-as-expired-and-move-routine)
216         (spam-ham-copy-or-move-routine): don't ask when deleting copied
217         articles, and use move instead of copy when possible
218         (spam-split): added the option of specifying a string as a
219         spam-split parameter; such a string will override
220         spam-split-group temporarily.
221
222         * nnmail.el (nnmail-cache-insert): protect from nil message IDs,
223         but should we do something else?
224
225         * gnus-registry.el (gnus-registry-spool-action): protect from nil
226         message IDs
227
228 2003-10-26  Simon Josefsson  <jas@extundo.com>
229
230         * gnus-art.el (gnus-button-alist): Allow & in mailto URLs.
231         (gnus-header-button-alist): Likewise.
232         (gnus-url-mailto): Handle ?to parameters.  Replace \r\n with \n.
233         Reverse parameter list to use same order as in the URL.  Reported
234         by f95-msv@f.kth.se (M\e,Ae\e(Brten Svantesson).
235
236 2003-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
237
238         * spam.el (spam-move-spam-nonspam-groups-only): documentation fix
239         for the variable
240
241 2003-10-25  Steve Youngs  <sryoungs@bigpond.net.au>
242
243         * Makefile.in (clean-some): Remove auto-autoloads.* and
244         custom-load.* as well.
245         (distclean): Ditto.
246
247         * dgnushack.el (dgnushack-make-load): Add a local vars section to
248         the dummy gnus-load.el.
249
250 2003-10-24  Teodor Zlatanov  <tzz@lifelogs.com>
251
252         * spam.el (spam-ham-copy-or-move-routine): do not delete if copy
253         is t, also don't intepret the list of groups as a list of lists
254         (spam-mark-spam-as-expired-and-move-routine)
255         (spam-ham-copy-or-move-routine): delete articles only if 1 or
256         more groups were specified (and "copy" was not specified for
257         spam-ham-copy-or-move-routine) (fixed twice)
258
259 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * nndoc.el (nndoc-guess-type): Reverse the sort order.  Suggested
262         by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
263         (nndoc-dissect-buffer): Don't miss even-numbered articles.
264
265 2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>
266
267         * dgnushack.el (dgnushack-gnus-load-file): Set to
268         "auto-autoloads.el" if building with XEmacs.
269         (dgnushack-cus-load-file): Set to "custom-load.el" if building
270         with XEmacs.
271         (dgnushack-make-cus-load): We don't delete the resulting file if
272         building with XEmacs so byte-compile it.
273         (dgnushack-make-load): When building with XEmacs do nothing except
274         byte-compile the autoload file and create a dummy gnus-load.el
275         file. 
276
277 2003-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
278
279         * message.el (message-make-fqdn): Bind case-fold-search.
280         Suggested by Christopher Richards <richards@CS.Princeton.EDU>.
281
282 2003-10-23  Teodor Zlatanov  <tzz@lifelogs.com>
283
284         * gnus.el (spam-process-destination, ham-process-destination):
285         allow multiple groups as a choice
286
287         * spam.el (spam-check-blackholes): remove "[IP address]"
288         requirement, now just "IP address" is enough for detection for
289         blackhole checking
290         (spam-check-blackholes): oops, the dots were not escaped
291         (spam-mark-spam-as-expired-and-move-routine): added multiple group
292         support (multiple copies, then delete)
293         (spam-ham-copy-routine): new function
294         (spam-ham-move-routine): new function
295         (spam-ham-copy-or-move-routine): new function (used to be
296         spam-ham-move-routine), handle multiple groups
297         (spam-summary-prepare-exit): call the new functions
298
299 2003-10-23  Simon Josefsson  <jas@extundo.com>
300
301         * flow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
302
303 2003-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
304
305         * gnus-art.el (gnus-emphasis-strikethru): Use the :strike-through
306         attribute in Emacs.
307
308 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * message.el (message-bounce): Don't erase except bounced header.
311
312 2003-10-21  Teodor Zlatanov  <tzz@lifelogs.com>
313
314         * spam.el (spam-reverse-ip-string): new function to reverse an IP
315         address in a string
316         (spam-check-blackholes): use spam-reverse-ip-string
317
318 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
319
320         * gnus-art.el (gnus-narrow-to-page): Clear as well as set the
321         value for gnus-page-broken.
322
323         * gnus-sum.el (gnus-summary-beginning-of-article): Use
324         gnus-break-pages instead of gnus-page-broken.
325         (gnus-summary-end-of-article): Use gnus-break-pages instead of
326         gnus-page-broken; narrow to the end of a page beforehand.
327         (gnus-summary-toggle-header): Use gnus-break-pages instead of
328         gnus-page-broken; remove delimiter buttons unless gnus-break-pages
329         is non-nil.
330
331 2003-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
332
333         * gnus-picon.el (gnus-picon-transform-address): Protect against
334         errors. 
335
336 2003-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * gnus-msg.el (nnspool-rejected-article-hook): Remove defvar.
339         (xemacs-codename): Move defvar to gnus-util.el.
340
341         * gnus-util.el (xemacs-codename): Defvar when compiling.
342
343 2003-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * spam-report.el (spam-report-url-ping-plain): Include a
346         User-Agent. 
347
348         * gnus-msg.el (gnus-extended-version): Use it.
349
350         * gnus-util.el (gnus-emacs-version): Separated out into own
351         function. 
352
353 2003-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
354
355         * message.el (message-mode-field-menu): Added
356         message-generate-unsubscribed-mail-followup-to.
357         (message-forward-subject-fwd): Avoid double "Fwd: "
358         (message-change-subject): Added comment.
359
360 2003-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361
362         * gnus-sum.el (gnus-nov-parse-line): Remove condition-cases.
363
364         * mml.el (mml-insert-mime): Quote mml.
365
366 2003-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * gnus-sum.el (gnus-remove-odd-characters): Use
369         mm-subst-char-in-string instead of subst-char-in-string.
370         (gnus-summary-refer-article): Use gnus-replace-in-string instead
371         of replace-regexp-in-string.
372
373 2003-10-19  Jesper Harder  <harder@ifa.au.dk>
374
375         * gnus-uu.el (gnus-uu-uustrip-article): Really strip directory
376         from file name.
377
378 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
379
380         * gnus-sum.el (gnus-summary-save-parts-last-directory): Default
381         to mm-default-directory.
382         (gnus-summary-save-parts-1): Use mm-file-name-rewrite-functions.
383
384 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385
386         * pop3.el (pop3-read-response): Check whether the process is
387         alive. 
388
389         * gnus-sum.el (gnus-summary-refer-article): Strip spaces.
390
391         * rfc2047.el (rfc2047-encode-region): Do error out on invalid
392         strings. 
393
394         * nntp.el (nntp-retrieve-headers-with-xover): Get error messages
395         right. 
396
397         * gnus-agent.el (gnus-agent-read-servers): Remove sit-for.
398
399         * gnus-art.el (article-treat-dumbquotes): Doc fix.
400
401         * message.el (message-field-value): New function.
402         (message-insert-disposition-notification-to): Use Reply-To, too.
403
404         * imap.el (imap-mailbox-status): Upcase STATUS commands. 
405
406         * gnus-sum.el (gnus-remove-odd-characters): New function.
407         (gnus-nov-parse-line): Use it.
408
409 2003-10-18  Matt Swift  <swift@alum.mit.edu>
410
411         * mm-decode.el (mm-inline-media-tests): Recognize pjpeg as jpeg. 
412
413 2003-10-18  Romain FRANCOISE  <romain@orebokech.com>
414
415         * message.el (message-forward-make-body): does both
416         m-f-make-body-mml and m-f-make-body-plain, resulting in a strange
417         message buffer.
418
419 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420
421         * gnus-art.el (gnus-narrow-to-page): Only break page if it's
422         broken.
423
424         * nnrss.el (nnrss-find-rss-via-syndic8): Return nil if xml-rpc
425         isn't available.
426
427         * message.el (message-hidden-headers): Doc fix.
428
429 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
430
431         * gnus-msg.el (gnus-summary-resend-message-edit): Avoid error when
432         fields aren't found.
433
434 2003-10-18  Simon Josefsson  <jas@extundo.com>
435
436         * message.el (message-forward-make-body-plain)
437         (message-forward-make-body-mime, message-forward-make-body-mml)
438         (message-forward-make-body-digest-plain)
439         (message-forward-make-body-digest-mime)
440         (message-forward-make-body-digest): New, derived from
441         message-forward-make-body.
442         (message-forward-make-body): Use them.
443         (message-forward-show-mml): New default 'best.
444         (message-forward-make-body): Support it.
445
446 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * gnus-art.el (gnus-article-mode): Set gnus-page-broken to nil.
449         (gnus-article-prepare): Don't set to t.
450         (gnus-narrow-to-page): Set to t if we break.
451
452 2003-06-11  Daniel N\e,Ai\e(Bri  <dne@mayonnaise.net>
453
454         * message.el (message-resend): Generate Resent-Message-ID header.
455
456 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
457
458         * gnus-art.el (gnus-article-next-page): Don't go to the next line
459         before checking end-of-buffer.
460         (gnus-mime-delete-part): Don't insert parts twice.
461
462 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * gnus-art.el (article-update-date-lapsed): Make sure point
465         doesn't move around (much).
466
467 2003-07-28  Vasily Korytov  <deskpot@myrealbox.com>
468
469         * mail-source.el (mail-source-keyword-map): List "cur" before
470         "new" for maildirs.
471
472 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * gnus-sum.el (gnus-summary-enter-digest-group): ogroup, nor
475         group. 
476
477         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use the parent
478         name for gcc-self.
479         (gnus-inews-insert-archive-gcc): Paren mistake.
480
481         * gnus-sum.el (gnus-summary-enter-digest-group): Add
482         parent-group. 
483
484         * gnus-art.el (gnus-ignored-headers): Add more headers.
485
486         * rfc2047.el (rfc2047-encode): See which encoding is shorter --
487         base64 or QP.
488
489         * nnmail.el (nnmail-article-group): Default to "bogus".
490
491         * mail-source.el (mail-source-delete-incoming): Change to nil.
492
493 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * mail-source.el (mail-source-fetch-imap): Fix mismatched parens.
496
497 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * mail-source.el (defvar): Add post/pre/scripts.
500         (mail-source-fetch-imap): Use them.
501
502         * nndraft.el (nndraft-request-move-article): Fix infinite
503         recursion. 
504
505         * gnus-group.el (gnus-group-mark-regexp): Jump to groups.
506
507 2003-10-16  Ed L. Cashin  <ecashin@uga.edu>
508
509         * imap.el (imap-interactive-login): Set imap-password to nil if
510         login fails.
511
512 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * message.el (message-inserted-headers): New variable.
515         (message-mode): Make local.
516         (message-mode): Set all the local action variables to nil.      
517
518 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
521         (mm-w3m-safe-url-regexp): Doc fix.
522
523 2003-10-12  Jesper Harder  <harder@ifa.au.dk>
524
525         * gnus-sum.el (gnus-summary-respool-query): Don't narrow to head,
526         it's done by nnmail-article-group.
527
528         * gnus-uu.el (gnus-uu-grab-articles): Fix misplaced parens.
529         From Mark Hood <markhood@speakeasy.net> (tiny change)
530
531 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
532
533         * mm-decode.el (mm-file-name-delete-gotchas): Avoid infloop in
534         XEmacs.
535
536 2003-10-10  Teodor Zlatanov  <tzz@lifelogs.com>
537
538         * spam.el (spam-initialize): new function, does the spam-face
539         update and all the hooks, replaces spam-install-hooks-function
540
541         * gnus-registry.el (gnus-registry-initialize): new autoloaded
542         function to explicitly initialize the registry
543
544 2003-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * mm-decode.el (mm-w3m-safe-url-regexp): Doc fix.
547
548         * mm-view.el (mm-w3m-mode-map): Doc fix.
549         (mm-inline-text-html-render-with-w3m): Add a comment.
550
551 2003-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
552
553         * gnus-group.el: Remove superfluous eval-when-compiles.
554
555 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
556
557         * gnus-group.el (gnus-group-suspend): Reset gnus-backlog-articles.
558
559 2003-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * dns.el (query-dns): Don't error out on malformed resolv files.
562
563 2003-10-06  Jesper Harder  <harder@ifa.au.dk>
564
565         * gnus.el (gnus-group-faq-directory): Update .tw entry.  From
566         Albert Chun-Chieh Huang <mr894348@cs.nthu.edu.tw>
567
568 2003-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
569
570         * spam.el (spam-check-blackholes): exit the loop if matches are
571         found (idea from Adrian Lanz <lanz@fowi.ethz.ch>)
572         (spam-check-bogofilter-headers, spam-check-blackholes, spam-check-BBDB)
573         (spam-from-listed-p): use nnmail-fetch-field instead of message-fetch-field
574         
575
576 2003-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
577
578         * mm-decode.el (mm-attachment-file-modes): Change the default
579         value into 384 from ?\600 which doesn't mean an integer in XEmacs.
580
581 2003-10-03  Jesper Harder  <harder@ifa.au.dk>
582
583         * mm-decode.el (mm-file-name-delete-control)
584         (mm-file-name-delete-gotchas): New functions.
585         (mm-file-name-rewrite-functions): Use them.
586         (mm-attachment-file-modes): New option.
587         (mm-save-part-to-file): Use it.
588
589 2003-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
590
591         * spam.el (spam-install-hooks-function): Added Autoload cookie.
592
593 2003-10-02  Jesper Harder  <harder@ifa.au.dk>
594
595         * pgg-def.el (pgg-default-keyserver-address): Change to
596         subkeys.pgp.net.  From Michael Shields <shields@msrl.com>
597
598 2003-10-01  Simon Josefsson  <jas@extundo.com>
599
600         * message.el (message-idna-to-ascii-rhs-1): RHS can be terminated
601         by ',', as in 'foo@example.org, bar@example.org'.
602
603 2003-10-01  Jesper Harder  <harder@ifa.au.dk>
604
605         * message.el (message-send): Fix reversed logic of supersedes
606         check.
607
608 2003-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
609
610         * gnus-art.el (gnus-article-view-part-as-charset): Doc fix,
611         suggested by Norbert Koch <viteno@xemacs.org>.
612
613 2003-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
614
615         * gnus-topic.el (gnus-topic-goto-missing-topic): Revert 2003-02-09
616         change in order to correct the position where an invisible topic
617         (because gnus-topic-display-empty-topics is nil) may be inserted.
618
619 2003-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * message.el (message-ignored-supersedes-headers): Add X-Payment.
622
623 2003-09-20  Jesper Harder  <harder@ifa.au.dk>
624
625         * rfc2047.el (rfc2047-encode): Limit line length to 76 characters.
626
627 2003-09-20  Simon Josefsson  <jas@extundo.com>
628
629         * tls.el (tls-process-connection-type): Doc fix.
630
631         * imap.el (imap-starttls-open): Rewrite, should support both old
632         starttls.el and new starttls.el that uses GNUTLS.
633
634 2003-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
635
636         * gnus-art.el (gnus-treat-display-x-face): Use set-default instead
637         of custom-set-default which isn't available in old XEmacsen.
638
639 2003-09-17  Jesper Harder  <harder@ifa.au.dk>
640
641         * gnus-msg.el (gnus-summary-resend-message-edit): Don't convert
642         to MML.  MIME -> MML -> MIME does not work for PGP/MIME.
643
644         * message.el (message-bounce, message-forward-show-mml): do.
645         
646 2003-09-13  Jesper Harder  <harder@ifa.au.dk>
647
648         * rfc2047.el (rfc2047-charset-encoding-alist): Add viscii.
649         (rfc2047-encode): Add factors for big5, gb2312 and euc-kr.
650
651         * nnweb.el (nnweb-google-parse-1): Fix parsing.
652
653 2003-09-12  Jesper Harder  <harder@ifa.au.dk>
654
655         * gnus-group.el (gnus-group-fetch-control): ISC changed
656         compression from .Z to .gz.
657
658         * rfc2047.el (rfc2047-header-encoding-alist): Add "Approved" to
659         address-mime.
660
661 2003-09-11  Jesper Harder  <harder@ifa.au.dk>
662
663         * rfc2047.el (rfc2047-encode): Restrict encoded-words to 75
664         characters.
665
666 2003-09-10  Jesper Harder  <harder@ifa.au.dk>
667
668         * gnus.el (gnus-group-charter-alist): Update.
669
670 2003-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
671
672         * spam-report.el: use mm-url.el functions for external URL
673         loading when the built-in HTTP GET is insufficient (e.g. proxies
674         are in the way).  From Eric Knauel
675         <knauel@informatik.uni-tuebingen.de>.
676         (spam-report-url-ping-function): new option, defaults to the
677         built-in HTTP GET (spam-report-url-ping-plain)
678         (spam-report-url-ping): calls spam-report-url-ping-function now
679         (spam-report-url-ping-plain): new function, does what
680         spam-report-url-ping used to do
681         (spam-report-url-ping-mm-url): function that delegates to
682         mm-url.el (autoloaded)
683
684 2003-09-08  Teodor Zlatanov  <tzz@lifelogs.com>
685
686         * gnus-registry.el (gnus-registry-delete-id): function to
687         completely delete an ID, including all the cache hashtables
688         (gnus-registry-delete-group): use gnus-registry-delete-id
689         (gnus-registry-simplify-subject): only run if the argument is a
690         string, return nil otherwise
691
692 2003-09-07  Jesper Harder  <harder@ifa.au.dk>
693
694         * gnus-msg.el (gnus-summary-resend-bounced-mail): Docstring fix.
695
696 2003-09-05  Teodor Zlatanov  <tzz@lifelogs.com>
697
698         * gnus-registry.el (gnus-registry-split-fancy-with-parent): yet
699         another error *sigh*
700
701         * gnus-registry.el (gnus-registry-fetch-extra-entry): don't use
702         puthash unless gnus-registry-entry-caching is on
703         (gnus-registry-split-fancy-with-parent): misplaced parenthesis
704         made everything a part of the 'else'
705         (gnus-registry-save): used 'entry-caching' instead of 'caching'
706
707 2003-09-05  Jesper Harder  <harder@ifa.au.dk>
708
709         * gnus-art.el (gnus-button-alist): Improve Info regexp.
710
711 2003-09-04  Teodor Zlatanov  <tzz@lifelogs.com>
712
713         * gnus-registry.el: added brief explanation of basics
714         (gnus-registry-track-extra): new variable for tracking of message
715         subjects
716         (gnus-registry-entry-caching): caching parameter, used for extra
717         data
718         (gnus-registry-minimum-subject-length): minimum subject length
719         before it's considered when tracing subjects
720         (gnus-registry-save): accomodate extra data entry caching
721         (gnus-registry-action): change function name, add the subject and
722         pass it to gnus-registry-add-group
723         (gnus-registry-spool-action): change function name, add the
724         subject and pass it to gnus-registry-add-group
725         (gnus-registry-split-fancy-with-parent): add subject tracking
726         (gnus-registry-register-message-ids): pass subject to
727         gnus-registry-add-group
728         (gnus-registry-simplify-subject)
729         (gnus-registry-fetch-simplified-message-subject-fast): new
730         functions
731         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry): add
732         extra data entry caching
733         (gnus-registry-add-group): handle the extra subject parameter
734         (gnus-registry-install-hooks, gnus-registry-unload-hook): fix the
735         gnus-register-* function names
736
737         * nnmail.el (nnmail-cache-insert): add subject parameter, pass it
738         on to the nnmail-spool-hook
739
740         * nnbabyl.el (nnbabyl-request-accept-article): added subject to
741         nnmail-cache-insert call
742
743         * nndiary.el (nndiary-request-accept-article): added subject to
744         nnmail-cache-insert call
745
746         * nnfolder.el (nnfolder-request-accept-article): added subject to
747         nnmail-cache-insert call
748
749         * nnimap.el (nnimap-split-articles): added subject to
750         nnmail-cache-insert call
751         (nnimap-request-accept-article): added subject to
752         nnmail-cache-insert call
753
754         * nnmbox.el (nnmbox-request-accept-article): added subject to
755         nnmail-cache-insert call
756
757         * nnmh.el (nnmh-request-accept-article): added subject to
758         nnmail-cache-insert call
759
760         * nnml.el (nnml-request-accept-article): added subject to
761         nnmail-cache-insert call
762
763 2003-09-04  Jesper Harder  <harder@ifa.au.dk>
764
765         * gnus-art.el (gnus-button-handle-info-url)
766         (gnus-button-handle-info-url-gnome)
767         (gnus-button-handle-info-url-kde, gnus-button-alist): Handle GNOME
768         and KDE style Info URLs.
769
770         * gnus-util.el (gnus-url-unhex-string): Don't replace "+" with " ".
771
772 2003-09-02  Jesper Harder  <harder@ifa.au.dk>
773
774         * rfc2047.el (rfc2047-fold-region): Don't fold at the beginning
775         of the field.
776
777 2003-09-01  Simon Josefsson  <jas@extundo.com>
778
779         * mml.el (mml-insert-mime-headers-always): New variable.
780         (mml-insert-mime-headers): Use it.  Based on (tiny) patch from
781         Lars Balker Rasmussen <lars@balker.org>.
782
783 2003-08-30  Simon Josefsson  <jas@extundo.com>
784
785         * mail-source.el (mail-source-fetch-imap): Pass correct buffer to
786         imap-open, reverts 2003-03-17 change.  Reverse remove before
787         calling gnus-compress-sequence.  From Gaute Strokkenes
788         <gs234@srcf.ucam.org> (tiny change).
789
790 2003-08-29  Simon Josefsson  <jas@extundo.com>
791
792         * gnus-group.el (gnus-group-delete-group): Doc fix.  Suggested by
793         Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>.
794
795 2003-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * gnus-art.el (article-display-x-face): Make it possible to set
798         the gnus-article-x-face-command variable to the lambda form.
799
800 2003-08-27  Simon Josefsson  <jas@extundo.com>
801
802         * mm-decode.el (mm-remove-part): Try to kill external displayers
803         cleanly first (if it refuses, C-g aborts loop and kill process
804         unconditionally).  Also make sure process is dead before we remove
805         the files it may be using.  Reported by David Coe
806         <davidc@debian.org>.
807
808 2003-08-27  Jesper Harder  <harder@ifa.au.dk>
809
810         * gnus-cache.el (gnus-cache-generate-active): Fix bug in
811         replacement.  From Vagn Johansen <v@johansen.mail.dk> (tiny
812         change).
813
814 2003-08-25  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * gnus-art.el: Don't use defvaralias.
817         (gnus-treat-display-x-face): Warn if the obsolete variable
818         `gnus-treat-display-xface' exists.
819
820 2003-08-25  Jesper Harder  <harder@ifa.au.dk>
821
822         * gnus-art.el (gnus-treat-display-face): Fix typo.
823         (gnus-treat-display-xface): Rename to gnus-treat-display-x-face
824         (reported by Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>)
825
826 2003-08-24  Jesper Harder  <harder@ifa.au.dk>
827
828         * gnus-art.el (gnus-header-button-alist, gnus-button-alist): Fix
829         type.
830
831 2003-08-22  Jesper Harder  <harder@ifa.au.dk>
832
833         * message.el (message-make-forward-subject-function): Fix
834         customize mismatch.
835
836         * gnus.el (gnus-message-archive-method): do.
837
838 2003-08-20  Reiner Steib  <Reiner.Steib@gmx.de>
839
840         * gnus.el (gnus-read-group): Offer to continue only if the invalid
841         char is `/' and add more information for the user.
842
843         * gnus-art.el (gnus-button-alist): Add `+' (gnus-button-handle-man).
844         (gnus-header-button-alist): Added `In-Reply-To'.
845
846         * nnimap.el (nnimap-open-connection): Allow different user names
847         on the same server (and in the same authinfo file).
848
849 2003-08-20  Jesper Harder  <harder@ifa.au.dk>
850
851         * gnus-sieve.el (gnus-sieve-crosspost): Fix type.
852
853         * message.el (message-make-forward-subject-function): Add
854         message-forward-subject-name-subject to choices.
855
856         * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit):
857         Redisplay article after editing.
858
859 2003-08-20  Simon Josefsson  <jas@extundo.com>
860
861         * gnus.el (gnus-read-group): Added check to ask confirmation if
862         Group name contains invalid character. You can use '/' in IMAP,
863         but not in filenames. G m cannot know what the user is creating,
864         so let user decide. See thread m2oeysiev3.fsf@naima.lensflare.org.
865         Tiny patch from letters@hotpop.com (Jari Aalto+mail.linux).
866
867 2003-08-13  Reiner Steib  <Reiner.Steib@gmx.de>
868
869         * gnus-score.el (gnus-summary-score-effect): Fix interactive use.
870
871 2003-08-10  Teodor Zlatanov  <tzz@lifelogs.com>
872
873         * gnus-draft.el (gnus-draft-send-all-messages): ask if all drafts
874         should be sent unless gnus-expert-user is on
875
876 2003-08-09  Jesper Harder  <harder@ifa.au.dk>
877
878         * pgg-gpg.el (pgg-gpg-extra-args): Fix customization type.
879
880 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
881
882         * pgg-gpg.el (pgg-gpg-process-region): Bind
883         default-enable-multibyte-characters to nil.
884
885 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
886
887         * canlock.el (canlock-password): Fix customization type.
888         (canlock-password-for-verify): Ditto.
889         * deuglify.el (gnus-outlook-deuglify-unwrap-min): Ditto.
890         (gnus-outlook-deuglify-unwrap-max): Ditto.
891         (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
892         * gnus-sum.el (gnus-sum-thread-tree-root): Ditto.
893         (gnus-sum-thread-tree-false-root): Ditto.
894         (gnus-sum-thread-tree-single-indent): Ditto.
895         * message.el (message-archive-note): Ditto.
896         (message-subscribed-address-file): Ditto.
897         (message-user-fqdn): Ditto.
898         * spam-report.el (spam-report-gmane-regex): Ditto.
899         * spam.el (spam-blackhole-good-server-regex): Ditto.
900
901         * gnus-start.el (gnus-save-killed-list): Fix last change.
902         * message.el (message-courtesy-message): Ditto.
903
904 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
905
906         * gnus-art.el (gnus-header-face-alist): Revert previous change.
907         (gnus-header-newsgroups-face): Explain that it's only used for
908         crossposts.
909
910 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * gnus-registry.el (gnus-registry-max-entries): Fix customization
913         type.
914         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
915         * gnus.el (gnus-refer-article-method): Ditto.
916         * message.el (message-courtesy-message): Ditto.
917
918 2003-08-06  Jesper Harder  <harder@ifa.au.dk>
919
920         * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry.
921         From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch)
922
923 2003-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * gnus-start.el (gnus-save-killed-list): Fix customization type.
926         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
927         * gnus.el (gnus-use-long-file-name): Ditto.
928
929 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
930
931         * gnus-group.el (gnus-group-rename-group): Don't allow renaming to
932         an existing name.
933
934         * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
935
936         * nnmail.el (nnmail-large-newsgroup): Docstring fix.
937
938         * nntp.el (nntp-large-newsgroup): do.
939
940         * nnspool.el (nnspool-large-newsgroup): do.
941
942         * gnus-cus.el (gnus-group-parameters): Typo.
943
944 2003-07-31  Simon Josefsson  <jas@extundo.com>
945
946         * mml-sec.el (mml-signencrypt-style-alist): Use separate S/MIME
947         method by default (revert partial 2003-07-10 patch).
948
949 2003-07-28  Dave Love  <fx@gnu.org>
950
951         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el: Require cl when compiling.
952
953 2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
954
955         * gnus-registry.el (gnus-registry-install): add an initial
956         registry read to the loading when gnus-registry-install is set
957
958 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
959
960         * flow-fill.el (fill-flowed): Empty lines separate paragraphs
961         even if the preceding line ends with a soft break.  Tiny patch
962         from Mark Thomas <swoon@bellatlantic.net>.
963
964 2003-07-25  Teodor Zlatanov  <tzz@lifelogs.com>
965
966         * spam.el (spam-use-regex-body, spam-regex-body-spam) 
967         (spam-regex-body-ham): new variables, default to nil/empty/empty
968         (spam-install-hooks): added spam-use-regex-body to list or
969         pre-install conditions
970         (spam-list-of-checks): added spam-use-regex-body and
971         spam-check-regex-body to list of checks
972         (spam-list-of-statistical-checks): added spam-use-regex-body to
973         list of statistical checks
974         (spam-check-regex-body): invokes spam-check-regex-headers with
975         appropriate variable masking
976         (spam-check-regex-headers): changes to print "body" or "header"
977         where appropriate
978
979 2003-07-25  Jesper Harder  <harder@ifa.au.dk>
980
981         * smime.el (smime-ask-passphrase): Use read-passwd rather than
982         comint-read-noecho.  The former is more secure.
983
984 2003-07-24  Teodor Zlatanov  <tzz@lifelogs.com>
985
986         * gnus-registry.el (gnus-registry-cache-whitespace): make "adding
987         whitespace" message level 5 instead of 4
988         (gnus-registry-clean-empty-function): new function to remove empty
989         registry entries
990         (gnus-registry-clean-empty): new variable to enable cleaning the
991         registry when saving it by calling gnus-registry-clean-empty-function
992
993         * spam.el (spam-summary-prepare-exit): use spam-process-ham-in-spam-groups
994         (spam-process-ham-in-spam-groups): new variable
995
996 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
997
998         * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
999
1000         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
1001         from 2003-04-03 to fix security problem.  See
1002         http://www.debian.org/security/2003/dsa-339
1003
1004 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
1005
1006         * gnus.el (gnus-install-group-spam-parameters): add the
1007         gnus-ticked-mark to the possible choices of ham marks
1008
1009         * spam.el (spam-process-ham-in-nonham-groups): new variable
1010         (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
1011
1012 2003-07-23  Jesper Harder  <harder@ifa.au.dk>
1013
1014         * rfc2047.el (rfc2047-header-encoding-alist): Add Mail-Followup-To
1015         and Mail-Copies-To to address-mime.
1016         (rfc2047-narrow-to-field): Use rfc2047-point-at-bol.
1017
1018 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
1019
1020         * mm-util.el (mm-coding-system-priorities): Docstring improvement.
1021
1022 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
1023
1024         * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
1025         the right place.
1026
1027 2003-07-14  Simon Josefsson  <jas@extundo.com>
1028
1029         * mail-source.el (mail-source-fetch-imap): Don't assume
1030         imap-error-text returns something.
1031
1032 2003-07-12  Nevin Kapur  <kapur@mts.jhu.edu>
1033
1034         * nnimap.el (nnimap-request-newgroups): Use the pattern in
1035         nnimap-list-pattern instead of "*".
1036
1037 2003-07-10  Simon Josefsson  <jas@extundo.com>
1038
1039         * mml-sec.el (mml-signencrypt-style-alist): Use "combined" by
1040         default.  Improve docstring.
1041
1042 2003-07-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1043
1044         * imap.el (imap-arrival-filter): Fix test for missing process
1045         buffer.
1046
1047 2003-07-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1048         From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
1049
1050         * imap.el (imap-wait-for-tag): Clarify comment.  Use timeout zero
1051         for second, after-process-has-died, accept-process-output.
1052         (imap-arrival-filter): If PROC has no buffer, do nothing.
1053
1054 2003-07-09  Jesper Harder  <harder@ifa.au.dk>
1055
1056         * flow-fill.el: Docstring and message fixes.
1057
1058         * deuglify.el: do.
1059
1060         * gnus-int.el: do.
1061
1062         * gnus-msg.el: do.
1063
1064         * gnus-util.el: do.
1065
1066         * gnus-draft.el: do.
1067
1068         * gnus-start.el: do.
1069
1070         * gnus.el: do.
1071
1072         * gnus-group.el: do.
1073
1074         * gnus-art.el: do.
1075
1076         * gnus-sum.el: do.
1077
1078         * mail-source.el (mail-source-movemail): Handle non-numerical
1079         return values.
1080
1081 2003-07-08  Jesper Harder  <harder@ifa.au.dk>
1082
1083         * mailcap.el (mailcap-parse-args-syntax-table)
1084         (mailcap-viewer-passes-test): Docstring fix.
1085
1086         * mm-bodies.el (mm-long-lines-p): Docstring fix.
1087
1088         * mm-decode.el (mm-w3m-safe-url-regexp, mm-verify-option)
1089         (mm-decrypt-option, mm-handle-set-external-undisplayer)
1090         (mm-file-name-replace-whitespace): Docstring fix.
1091
1092         * mm-uu.el (mm-uu-emacs-sources-regexp): Docstring fix.
1093         (mm-uu-pgp-signed-test): Fix message.
1094
1095         * mml.el (mml-tweak-sexp-alist): Docstring fix.
1096         (mml-parse-1, mml-insert-mime-headers): Fix message.
1097
1098         * message.el (message-archive-header)
1099         (message-subscribed-address-functions)
1100         (message-subscribed-addresses, message-subscribed-regexps)
1101         (message-canlock-generate)
1102         (message-generate-new-buffer-clone-locals): Docstring fixes.
1103
1104 2003-07-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1105
1106         * imap.el (imap-wait-for-tag): After the process has died, look
1107         for more output still pending.  From Gaute B Strokkenes
1108         <gs234@cam.ac.uk> (tiny patch).
1109
1110 2003-07-07  Teodor Zlatanov  <tzz@lifelogs.com>
1111
1112         * spam.el (spam-bogofilter-score): redisplay article normally
1113         after spam-bogofilter-score is called
1114
1115 2003-07-06  Jesper Harder  <harder@ifa.au.dk>
1116
1117         * message.el (message-send-mail-with-sendmail): Handle
1118         non-numeric return values.
1119
1120         * gnus-sum.el (gnus-print-buffer): Apply emphasis.
1121         From Michael Piotrowski <mxp@dynalabs.de> (tiny change).
1122
1123         * gnus-start.el (gnus-clear-system): Revert change from
1124         2003-06-19.
1125
1126 2003-07-04  Dave Love  <fx@gnu.org>
1127
1128         * rfc2047.el (rfc2047-q-encode-region): Exclude especials from
1129         characters not encoded, and make the list more legible.
1130
1131 2003-07-04  Jesper Harder  <harder@ifa.au.dk>
1132
1133         * message.el (message-make-from): Revert change from 2002-01-08.
1134
1135 2003-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * nnheader.el (nnheader-init-server-buffer): Don't add
1138         nntp-server-buffer to list of Gnus buffers.
1139
1140 2003-06-25  Teodor Zlatanov  <tzz@lifelogs.com>
1141
1142         * spam.el (spam-parse-list): prevent empty ("") strings
1143
1144 2003-06-24  Teodor Zlatanov  <tzz@lifelogs.com>
1145
1146         * spam.el (spam-parse-list): use gnus-extract-address-components
1147         instead of ietf-drums-parse-addresses
1148         (spam-from-listed-p): let* was unnecessary
1149
1150 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * gnus-ems.el (gnus-put-image): Mark the right text segment with
1153         gnus-image-category. 
1154
1155         * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
1156         native groups.
1157
1158         * gnus-topic.el (gnus-group-prepare-topics): Update topic line
1159         format specs.
1160
1161         * gnus-picon.el: Written by moi, moi, moi.
1162
1163         * gnus-group.el (gnus-group-kill-group): Clean up.
1164
1165 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
1166
1167         * spam.el (spam-from-listed-p, spam-parse-list): use
1168         ietf-drums-parse-addresses to extract the address portion of the
1169         whitelist/blacklist file if it looks like an address can be found
1170
1171 2003-06-23  Didier Verna  <didier@xemacs.org>
1172
1173         * gnus-ems.el (gnus-put-image): New argument CATEGORY. Add it as a
1174         text property.
1175         (gnus-remove-image): New argument CATEGORY. Only remove if
1176         category matches.
1177         * gnus-xmas.el (gnus-xmas-put-image):
1178         (gnus-xmas-remove-image): Ditto, with extents.
1179         * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
1180         gnus-[xmas-]remove-image.
1181         (article-display-face): Don't always act as a toggle. Call
1182         `gnus-put-image' with CATEGORY argument.
1183         (article-display-x-face): Call `gnus-put-image' with CATEGORY
1184         argument.
1185         * smiley.el (smiley-region): Ditto.
1186         * gnus-fun.el (gnus-display-x-face-in-from): Ditto.
1187         * gnus-picon.el (gnus-picon-insert-glyph): Ditto.
1188         (gnus-treat-mail-picon): Don't always act as a toggle.
1189         * gnus-picon.el (gnus-treat-newsgroups-picon): Ditto.
1190
1191 2003-06-23  Didier Verna  <didier@xemacs.org>
1192
1193         * gnus-art.el (article-display-face): Check for existence of the
1194         original article buffer before switching to it.
1195
1196 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1197
1198         * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
1199         Dan Jacobson <jidanni@jidanni.org>.
1200
1201         * mm-view.el (mm-inline-message): Bind
1202         gnus-original-article-buffer to the buffer in the mml handle
1203         holding the message.
1204
1205 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * message.el (sender, from): No need to bind them.
1208
1209 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1210
1211         * spam.el (spam-enter-list): search-forward specified wrong
1212
1213 2003-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * gnus-art.el: Comment fix.
1216
1217 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1218
1219         * gnus-msg.el (gnus-configure-posting-styles): Remove unused
1220         variable.  From Jan Rychter <jan@rychter.com>.
1221
1222         * spam.el (spam-spamoracle-learn): insert-string is obsolete.
1223
1224 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1225
1226         * spam.el (spam-enter-list): do not enter duplicate addresses into
1227         the whitelist/blacklist
1228
1229 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
1230
1231         * nnheader.el (nnheader-init-server-buffer): Add
1232         nntp-server-buffer to gnus-buffers.
1233
1234         * gnus-start.el (gnus-clear-system): Now we don't need to kill
1235         nntp-server-buffer separately.
1236
1237 2003-06-18  Didier Verna  <didier@xemacs.org>
1238
1239         * gnus-art.el (article-display-face): Correctly toggle between
1240         display and hiding. Handle multiple Face headers.
1241
1242 2003-06-17  Dave Love  <fx@gnu.org>
1243
1244         * nnimap.el: Require cl when compiling.
1245
1246         * message.el (message-fix-before-sending): Reinstate nullifying
1247         the invisible text property.
1248         (sender, from): Defvar when compiling.
1249         (message-is-yours-p): Remove autoload cookie.
1250
1251 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
1252
1253         * gnus-util.el (gnus-extract-address-components): Added
1254         doc-string.
1255
1256 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1257
1258         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
1259         overview when using compressed files.  From Michael Albinus
1260         <Michael.Albinus@alcatel.de>.
1261
1262 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
1265         Message-ID from In-Reply-To header.
1266
1267 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * message.el (message-is-yours-p): Narrow to head; extract from
1270         and sender by itself.
1271         (message-cancel-news, message-supersede): Remove useless things.
1272
1273 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
1274
1275         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
1276         `gnus-article-emulate-mime'.
1277
1278 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1279         From Tommi Vainikainen <thv+gnus@iki.fi>.
1280
1281         * message.el (message-is-yours-p): New function.  Separated common
1282         code from message-cancel-news and message-supersede.  Added
1283         matching code which uses message-alternative-emails regexp as last
1284         resort.
1285         (message-cancel-news, message-supersede): Use message-is-yours-p.
1286
1287 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1288
1289         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
1290         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
1291
1292 2003-06-12  Dave Love  <fx@gnu.org>
1293
1294         * nnheader.el (nnheader-functionp): Deleted.
1295
1296         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
1297         defvar.
1298         (nnmail-version): Deleted.
1299         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
1300         nnheader-functionp.
1301
1302 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
1303
1304         * spam.el (spam-check-bogofilter-headers): fix for when the score
1305         is requested but the message is not spam
1306
1307 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
1308         From Eric
1309         <knauel@informatik.uni-tuebingen.de>
1310
1311         * spam.el (spam-use-spamoracle): new variable
1312         (spam-install-hooks): add spamoracle to the list of conditions
1313         for activation of spam-install-hooks
1314         (spam-spamoracle): new variable customization group
1315         (spam-spamoracle, spam-spamoracle): new variables
1316         (spam-group-spam-processor-spamoracle-p)
1317         (spam-group-ham-processor-spamoracle-p): new functions
1318         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
1319         (spam-list-of-checks, spam-list-of-statistical-checks): add
1320         spam-use-spamoracle
1321         (spam-check-spamoracle, spam-spamoracle-learn)
1322         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
1323
1324         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
1325         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
1326         (spam-process, ham-process): added spamoracle spam/ham processors
1327
1328 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
1329
1330         * message.el (message-beginning-of-line): Docstring improvement.
1331         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
1332
1333 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
1336         gnus-summary-display-buttonized t]
1337
1338 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1339
1340         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
1341         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
1342
1343 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
1344
1345         * message.el (message-beginning-of-line): Docstring improvement.
1346
1347 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
1348
1349         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
1350         groups correctly.
1351
1352 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1353         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1354
1355         * message.el (message-fetch-field): Augment documentation to state
1356         the narrowed-to-headers restriction.
1357         (message-change-subject, message-reduce-to-to-cc)
1358         (message-generate-unsubscribed-mail-followup-to)
1359         (message-insert-importance-high, message-insert-importance-low)
1360         (message-insert-or-toggle-importance)
1361         (message-insert-disposition-notification-to): Narrow to headers
1362         before calling message-fetch-field or message-remove-header.
1363
1364 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1365
1366         * gnus-registry.el (gnus-registry-trim): fix for when
1367         gnus-registry-max-entries is nil
1368
1369 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * qp.el (quoted-printable-decode-region): Don't error out on
1372         malformed text.
1373
1374 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1375
1376         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
1377         strings.
1378
1379 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
1380
1381         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
1382         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
1383         change)
1384
1385 2003-06-03  Dave Love  <fx@gnu.org>
1386
1387         * gnus-soup.el (gnus-soup-send-packet): Don't use
1388         message-functionp.
1389
1390         * gnus.el (gnus-agent-cache): Doc fix.
1391         (gnus-other-frame): Quote lambda used as hook.
1392
1393         * message.el: Doc fixes.
1394         (message-functionp): Deleted.  Callers changed.
1395         (message-fix-before-sending): Highlight with overlays.  Clarify
1396         `illegible text' messages.
1397         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
1398         compiling.
1399         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
1400
1401 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1402
1403         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
1404         option.
1405         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
1406
1407         * message.el (message-fetch-field): Mention narrow-to-headers
1408         requirement.
1409
1410 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
1411
1412         * gnus-xmas.el (gnus-xmas-create-image): Use
1413         insert-file-contents-literally.  From: Eric Eide
1414         <eeide@cs.utah.edu>
1415
1416 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
1417
1418         * gnus-registry.el (gnus-registry-fetch-group): always return the
1419         short name of the group
1420
1421 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
1422
1423         * gnus-cus.el (defvar): Silence byte-compiler warnings.
1424
1425         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
1426
1427 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
1428
1429         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
1430         rather than gnus-display-mime-function.
1431
1432 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
1433
1434         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
1435         (gnus-registry-add-group): use it
1436         (gnus-registry-trim-articles-without-groups): new variable
1437         (gnus-registry-delete-group): use it
1438         (gnus-registry-unload-hook): uninstall all the hooks
1439
1440         * spam.el (spam-install-hooks-function, spam-unload-hook): new
1441         functions so users that load spam.el for customization don't get
1442         all the hooks installed
1443         (spam-install-hooks): new variable, set to t by default if user
1444         has one of the spam-use-* variables set
1445
1446         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
1447         functions so users that load spam-stat.el for customization don't get
1448         all the hooks installed
1449
1450 2003-05-30  Dave Love  <fx@gnu.org>
1451
1452         * rfc2047.el (rfc2047-decode): Don't use
1453         mm-with-unibyte-current-buffer.
1454
1455         * qp.el (quoted-printable-decode-string): Use
1456         mm-with-unibyte-buffer.
1457
1458 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
1459
1460         * gnus-registry.el (gnus-registry-save): allow forced saving even
1461         when registry is not dirty.  Use gnus-registry-trim to shorten the
1462         gnus-registry-alist.
1463         (gnus-registry-max-entries): new variable
1464         (gnus-registry-trim): new function, trim gnus-registry-alist to
1465         size gnus-registry-max-entries, sorting by entry mtime so the
1466         newest entries stick around
1467
1468         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
1469         just one specific variable, allow a list of specific variables
1470
1471 2003-05-28  Dave Love  <fx@gnu.org>
1472
1473         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
1474         end of region.
1475
1476 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
1477
1478         * lpath.el: Add put-char-table and get-char-table.
1479
1480 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
1481
1482         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
1483         (gnus-registry-save, gnus-registry-read)
1484         (gnus-registry-store-extra, gnus-registry-clear): use it (note
1485         that gnus-registry-store-extra is invoked for all modifications to
1486         set the mtime, so gnus-registry-dirty only needs to be set there)
1487
1488 2003-05-23  Simon Josefsson  <jas@extundo.com>
1489
1490         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
1491         message-sender.
1492
1493         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
1494
1495         * message.el (message-use-idna): Ditto.
1496
1497 2003-05-20  Dave Love  <fx@gnu.org>
1498
1499         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
1500         (rfc2047-q-encode-region): Don't use it.
1501         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
1502         rfc2047-encoding-type to `mime'.
1503         (rfc2047-encode-string, rfc2047-encode): Doc fix.
1504
1505 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
1506
1507         * message.el (message-send-mail): Don't insert a courtesy copy
1508         notice in base64 encoded messages.
1509
1510 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
1513         marks if the destination group is not auto-expirable.
1514
1515 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * dgnushack.el (assq-delete-all): Removed the compiler macro.
1518
1519 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
1520
1521         * gnus-agent.el (gnus-agentize): Updated documentation to match
1522         usage.
1523         (gnus-agent-expire-group-1): Do not skip over a group when the
1524         force argument is set.
1525         * gnus.el (gnus-agent): Updated documentation to reflect that
1526         gnus-agent now defaults to t.
1527
1528 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * gnus.el (gnus-version-number): Bump.
1531
1532 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1533
1534         * gnus.el: Gnus v5.10.2 is released.
1535
1536 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * mail-source.el (mail-source-delete-incoming): Changed to t.
1539
1540         * rfc2047.el (rfc2047-syntax-table): Funcall.
1541
1542         * lpath.el ((featurep 'xemacs)): Added set-char-table-range.
1543         ((featurep 'xemacs)): No, don't.
1544
1545         * rfc2047.el (rfc2047-encodable-p): Use the header charset.
1546
1547         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
1548         leave-hidden.
1549
1550 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
1551
1552         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
1553         patch.)
1554
1555 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * gnus-registry.el (gnus-registry-store-extra-entry): Use
1558         gnus-assq-delete-all.
1559
1560         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
1561
1562         * message.el (message-ignored-bounced-headers): Add Delivered-To.
1563
1564         * gnus-sum.el (gnus-summary-find-next): Indent.
1565         (gnus-summary-find-prev): Ditto.
1566         (gnus-summary-catchup): Doc fix.
1567         (gnus-summary-mark-current-read-and-unread-as-read): New function.
1568         (gnus-summary-catchup): Really mark after point.
1569
1570         * gnus-util.el (gnus-user-date): Use %d instead of %m.
1571         (gnus-user-date): Use floating point time so that we don't get
1572         overflows.
1573
1574         * gnus-sum.el (gnus-summary-local-variables): Clean up.
1575
1576         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
1577         since none of the other image things do.
1578
1579 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
1582
1583 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * lpath.el: Fbind find-coding-system.
1586
1587         * dgnushack.el (dgnushack-make-load): Remove redundant format call
1588         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
1589         * pop3.el (pop3-movemail): Ditto.
1590
1591 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
1592
1593         * gnus.el (gnus-agent): Docstring fix.
1594
1595 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
1596
1597         * gnus-registry.el (gnus-registry-install): new variable
1598         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry)
1599         (gnus-registry-store-extra-entry, gnus-registry-delete-group)
1600         (gnus-registry-add-group): add a modification timestamp to each entry
1601         (gnus-registry-install-hooks): new function
1602
1603 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1604
1605         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
1606         (gnus-agent-cat-disable-undownloaded-faces): New function.
1607         Accessor for new agent property
1608         'agent-disable-undownloaded-faces'.
1609         gnus-cus.el (gnus-agent-parameters): Added
1610         agent-disable-undownloaded-faces and corrected documentation.
1611         (gnus-agent-cat-prepare-category-field,
1612         gnus-agent-customize-category): Changed to avoid creating free
1613         references to each field's symbol.
1614         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
1615         (gnus-select-newgroup): Initialize it.
1616         (gnus-summary-highlight-line): Use it.
1617
1618 2003-05-12  Dave Love  <fx@gnu.org>
1619
1620         * mm-util.el (mm-read-charset): Deleted.
1621         (mm-coding-system-mime-charset): New.
1622         (mm-read-coding-system, mm-mule-charset-to-mime-charset)
1623         (mm-charset-to-coding-system, mm-mime-charset)
1624         (mm-find-mime-charset-region): Use it.
1625         (mm-default-multibyte-p): Fix non-mule case.
1626
1627         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
1628         and compile.
1629         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
1630         (rfc2047-unfold-region): Delete unused var `leading'.
1631
1632 2003-05-12  Simon Josefsson  <jas@extundo.com>
1633
1634         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
1635         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
1636         <scop@xemacs.org>.
1637
1638 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
1641         space.
1642
1643 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
1644
1645         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
1646         washing etc.
1647         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
1648
1649         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
1650         `mime-parts'.
1651
1652 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
1653
1654         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
1655         work.  Update mode-line.
1656
1657 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658
1659         * gnus.el (gnus-logo-color-alist): Added no colours.
1660
1661 2003-05-09  Dave Love  <fx@gnu.org>
1662
1663         * utf7.el (mm-util): Require.
1664         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
1665         Defconst, not defvar.
1666         (utf7-utf-16-coding-system): New.
1667         (utf7-encode-internal): Hoist concat out of loop.
1668         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
1669         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
1670         case.
1671         (utf7-latin1-u16-char-converter): Encode the region.
1672         (utf7-u16-latin1-char-converter): Decode the region.
1673         (utf7-encode, utf7-decode): Fix multibyteness.
1674
1675         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
1676         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
1677         (mm-uu-yenc-decode-function): Defvar when compiling.
1678         (mm-encode-body, mm-decode-body): Doc fix.
1679
1680 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1681
1682         * gnus-registry.el (gnus-registry-unregistered-group-regex):
1683         removed in favor of the group/topic/global variables
1684         (gnus-registry-register-message-ids): fixed test to omit
1685         gnus-registry-unregistered-group-regex
1686
1687         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
1688         gnus-registry-headers-alist from the list
1689         (gnus-registry-headers-alist): removed
1690         (registry-ignore): new parameter, with accompanying
1691         gnus-registry-ignored-groups global variable
1692
1693         * gnus-start.el (gnus-clear-system): no need to clear the
1694         registry, we can do it ourselves
1695         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
1696         used by gnus-registry.el
1697
1698         * gnus-registry.el (gnus-registry-cache-file): new file variable
1699         (gnus-registry-cache-read, gnus-registry-cache-save): new
1700         functions
1701         (gnus-registry-cache-whitespace): new function.  From Dan
1702         Christensen <jdc@chow.mat.jhu.edu>
1703         (gnus-registry-save, gnus-registry-read): use the new
1704         gnus-registry-cache-{read|save} functions, and change the name
1705         from gnus-registry-translate-{from|to}-alist
1706         (gnus-registry-clear): fixed so it doesn't refer to old function name
1707
1708 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
1709
1710         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
1711         address.
1712
1713 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
1714
1715         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
1716         the list of cleared variables
1717
1718         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1719         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
1720         in addition to a list of regexes.
1721
1722         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
1723         Morberg <niklas.morberg@axis.com>
1724
1725 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1726
1727         * gnus-sum.el (gnus-summary-next-page): Mention
1728         `gnus-article-skip-boring' in docstring.
1729
1730 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
1731
1732         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
1733         syntax here.
1734
1735         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
1736         whitespace syntax class when parsing email addresses.
1737
1738         * message.el (message-forward-subject-name-subject): Don't use
1739         mail-decode-encoded-word-string before parsing from.
1740
1741 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1742
1743         * message.el (message-setup-1): Setup alternative email before
1744         generate-headers.
1745
1746         (message-forward-subject-name-subject): Fix the case when the
1747         field "from" doesn't exist.
1748
1749 2003-05-07  Dave Love  <fx@gnu.org>
1750
1751         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
1752
1753         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
1754         possible values.
1755
1756 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
1757
1758         * message.el (message-kill-to-signature): Fix.
1759
1760 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
1761
1762         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
1763
1764         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
1765         (gnus-mime-display-multipart-related-as-mixed)
1766         (gnus-button-mid-or-mail-heuristic-alist): do.
1767
1768 2003-05-05  Dave Love  <fx@gnu.org>
1769
1770         * mm-util.el (mm-default-multibyte-p): New.
1771         (mm-coding-system-p): Maybe use find-coding-systems.
1772
1773 2003-05-04  Dave Love  <fx@gnu.org>
1774
1775         * rfc2047.el (with-syntax-table): Define if necessary.
1776         (rfc2047-syntax-table): Fix last change for XEmacs.
1777         (rfc2047-parse-and-decode): Revert last change.
1778
1779 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
1780
1781         * gnus.el: Don't test for `mm-guess-mime-charset'.
1782
1783         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
1784
1785         * gnus.el (gnus-default-charset): Set default value to
1786         `undecided'.
1787
1788         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
1789         mm-decode-body.
1790
1791         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
1792         (mm-decode-body): Don't use mm-decode-coding-region-safely.
1793
1794 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
1795
1796         * gnus-util.el (gnus-multiple-choice): Add ", ?".
1797
1798 2003-05-03  Dave Love  <fx@gnu.org>
1799
1800         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
1801         with 2 args.
1802         (rfc2047-decode-string): Don't set the buffer multibyte before
1803         calling buffer-string.
1804
1805         * mm-encode.el (mm-long-lines-p): Autoload.
1806         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
1807         unibyte.  Signal error on unknown encoding.
1808         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
1809
1810         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
1811         Callers of gnus- versions changed to use them.
1812         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
1813         fixes.
1814         (rfc2047-encoding-type): New.
1815         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
1816         Don't include header name field in encoding.  Add `address-mime'
1817         case and bind rfc2047-encoding-type for `mime' case.
1818         (rfc2047-encodable-p): Deleted.
1819         (rfc2047-syntax-table): New.
1820         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
1821         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
1822         in place rather than by passing strings.
1823         (rfc2047-encode-string): Doc fix.
1824         (rfc2047-q-encode-region): Don't use
1825         mm-with-unibyte-current-buffer.
1826         (rfc2047-encoded-word-regexp): eval-and-compile.
1827         (rfc2047-decode-region): Avoid concatenation in loop.
1828         (rfc2047-parse-and-decode): Remove useless disjunction.
1829
1830 2003-05-02  Dave Love  <fx@gnu.org>
1831
1832         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
1833         mm-with-unibyte-current-buffer.
1834         (ietf-drums, gnus-util): don't require.
1835
1836         * sieve.el (sieve-manage-mode-menu): Define before use.
1837
1838         * mml-smime.el (message-narrow-to-headers): Autoload.
1839
1840         * mm-util.el (mm-coding-system-p): Don't override nil from
1841         coding-system-p.
1842         (mm-mule4-p, mm-disable-multibyte-mule4)
1843         (mm-with-unibyte-current-buffer-mule4): Deleted.
1844         (mm-multibyte-p): Use defun, not defalias.
1845         (mm-make-temp-file): Moved to group at top of file.
1846         (mm-point-at-eol, mm-point-at-bol): New.
1847
1848         * gnus-cite.el (gnus-art): Require.
1849
1850         * gnus-ems.el (gnus-get-buffer-create)
1851         (nnheader-find-etc-directory, message-text-with-property):
1852         Autoload.
1853         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
1854         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
1855         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
1856         (gnus-check-before-posting): Only defvar when compiling.
1857
1858         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
1859
1860         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
1861         Defvar when compiling.
1862         (gnus-output-to-rmail): Require mm-util.
1863
1864         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
1865         (mail-source-make-complex-temp-name): Deleted.
1866
1867         * message.el (message-use-idna): Use mm-coding-system-p.
1868         (message-tokenize-header, message-make-organization)
1869         (message-make-from):  Use with-temp-buffer.
1870         (message-set-work-buffer): Deleted.
1871         (message-fill-paragraph): Use `if' not `and' for compiler warning.
1872         (message-check-news-header-syntax): Remove useless lambda.
1873         (message-forward-make-body): Use mm-disable-multibyte,
1874         mm-with-unibyte-current-buffer, mm-enable-multibyte.
1875         (message-replace-chars-in-string): Deleted.
1876
1877         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
1878         (mm-extern-url): Use mm-with-unibyte-current-buffer,
1879         mm-disable-multibyte.
1880         (mm-extern-anon-ftp): Use mm-disable-multibyte.
1881
1882         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
1883         mm-with-unibyte-current-buffer.
1884
1885         * mml2015.el (mml): Require.
1886         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
1887         mm-with-unibyte-current-buffer.
1888
1889         * nnheader.el (gnus-util): Require.
1890
1891         * nntp.el (format-spec, format-spec-make, open-tls-stream):
1892         Autoload.
1893
1894         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
1895         (mail-header-remove-whitespace): Autoload.
1896
1897         * sieve-manage.el (starttls-negotiate): Autoload.
1898
1899 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
1902
1903 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
1904
1905         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
1906
1907 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * gnus.el (gnus-version-number): Bump.
1910
1911 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1912
1913         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
1914         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1915
1916         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
1917         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1918
1919         * gnus-registry.el (gnus-registry-fetch-extra)
1920         (gnus-registry-store-extra, gnus-registry-group-count): new functions
1921         (gnus-registry-fetch-group, gnus-registry-delete-group)
1922         (gnus-registry-add-group): changed to work with extra data element
1923         if present
1924
1925 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1926
1927         * gnus.el: Gnus v5.10.1 is released.
1928
1929 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1930
1931         * gnus.el: Oort Gnus v0.24 is released.
1932
1933 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * dgnushack.el (when): Check whether defadvice is fbound.
1936
1937 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1938
1939         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
1940         (gnus-registry-register-message-ids): use it
1941
1942 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * gnus.el (gnus-version-number): Bump.
1945
1946         * gnus.el: Update copyright for several files.
1947
1948 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1949
1950         * gnus.el: Oort Gnus v0.23 is released.
1951
1952 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1953
1954         * spam-stat.el (spam-stat-test-directory): Compare against zero.
1955
1956 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
1957
1958         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
1959
1960 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * message.el (message-forward-subject-name-subject): Decode
1963         string when forwarding.
1964
1965 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
1966
1967         * dgnushack.el (when): Add defadvice.
1968
1969 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * gnus.el (gnus-version-number): Bump.
1972
1973 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1974
1975         * gnus.el: Oort Gnus v0.22 is released.
1976
1977 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1978
1979         * gnus.el: Oort Gnus v0.21 is released.
1980
1981 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * gnus.el (gnus-version-number): Bump.
1984
1985 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1986
1987         * gnus.el: Oort Gnus v0.20 is released.
1988
1989 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
1990
1991         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
1992
1993 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
1994
1995         * mm-url.el (mm-url-insert-file-contents): set url-current-object
1996         in the case where mm-url-use-external is set.
1997
1998         * nnrss.el (nnrss-request-article): Change the messages created to
1999         multipart/alternative.  Hopefully fixes a problem interaction with
2000         w3m.
2001         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
2002         around.
2003
2004 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * message.el (message-check-news-header-syntax): Alter "posting"
2007         message.
2008
2009         * nnrss.el (nnrss-node-text): Don't use char classes.
2010
2011 2003-05-01  David Z. Maze  <dmaze@mit.edu>
2012
2013         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
2014         in condition-case.
2015
2016 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * message.el (message-required-headers): Remove In-Reply-To.
2019
2020         * gnus-int.el (gnus-open-server): Revert changes.
2021
2022 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2023
2024         * gnus-int.el (gnus-open-server): Try to open unagentized servers
2025         even when unplugged.
2026
2027 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
2028
2029         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
2030         doc-string.
2031
2032 2003-05-01  Steve Youngs  <youngs@xemacs.org>
2033
2034         * lpath.el: Add a section for non-Mule XEmacsen.
2035         fbind `find-charset-string' and `coding-system-base' in that
2036         section.
2037
2038         * gnus-util.el (gnus-completing-read-maybe-default): New.
2039         (gnus-completing-read): Use it.
2040
2041         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
2042
2043         * gnus-art.el (gnus-read-string): New.
2044         (gnus-summary-pipe-to-muttprint): Use it.
2045
2046         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
2047
2048         * dns.el (dns-make-network-process): Use it.
2049
2050         Take care of some differences between XEmacs 21.1 and newer
2051         versions of XEmacs.
2052
2053 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
2054
2055         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
2056         diagnostic message
2057         (gnus-registry-grep-in-list): don't run when word is nil
2058         (gnus-registry-fetch-message-id-fast): new function
2059         (gnus-registry-delete-group, gnus-registry-add-group): make sure
2060         the id and group are not nil
2061         (gnus-registry-register-message-ids): new function
2062         (gnus-register-action): optimized logical flow
2063         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
2064
2065 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2066
2067         * gnus-delay.el (gnus-delay-article): Call
2068         `gnus-agent-queue-setup' to create the delay group.
2069
2070         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
2071         for the (queue) group name.
2072
2073 2003-04-30  Simon Josefsson  <jas@extundo.com>
2074
2075         * mm-util.el (mm-charset-to-coding-system): Use user specified
2076         charset unless coding-system-get is fboundp.
2077
2078 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
2079
2080         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
2081         Wrapped in eval-when-compile.
2082         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
2083         shouldn't be asked twice to go online with each server.
2084         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
2085         gnus-agent-crosspost, gnus-agent-flush-cache,
2086         gnus-agent-fetch-session, gnus-agent-unread-articles,
2087         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
2088         gnus-agent-group-covered-p): Expanded pop macros used for
2089         effect. Avoids compilation warning in emacs 21.3.
2090
2091         * gnus-int.el (gnus-open-server): Restructured to only open
2092         nnagent when gnus-plugged is nil.
2093
2094 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * lpath.el: Fbind string-to-multibyte.
2097
2098 2003-04-30  Steve Youngs  <youngs@xemacs.org>
2099
2100         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
2101
2102 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
2103
2104         * gnus-registry.el (gnus-registry-fetch-group): faster
2105         (gnus-registry-delete-group): new function
2106         (gnus-registry-add-group): new function
2107         (gnus-register-spool-action): use it
2108         (gnus-register-action): use it
2109         (gnus-registry-translate-from-alist)
2110         (gnus-registry-translate-to-alist): remove the headers registry
2111         for now
2112
2113 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
2114
2115         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
2116
2117 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
2118
2119         * spam-report.el (spam-report-gmane): gnus-summary-article-number
2120         is not necessary, just use the function parameter
2121
2122 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
2123
2124         * spam-stat.el (spam-stat-save): No longer font-locks the file
2125         when saving
2126
2127 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * canlock.el: Bind mail-header-separator when compiling (XEmacs
2130         provides it in mail-lib/auto-autoloads.el).
2131
2132 2003-04-29  Simon Josefsson  <jas@extundo.com>
2133
2134         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
2135         message-sender.
2136
2137         * mml.el (mml-generate-mime-1): Set mml-sender too.
2138
2139 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
2140
2141         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
2142
2143         * mm-url.el (mm-url-use-external): do.
2144
2145 2003-04-29  Simon Josefsson  <jas@extundo.com>
2146
2147         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
2148         warnings).
2149
2150         * sieve-mode.el (c-mode): Ditto.
2151
2152         * pgg.el (run-at-time): Ditto.
2153
2154         * mm-url.el (require): Require timer when compiling for
2155         with-timeout macro (fix xemacs compile warnings).
2156
2157 2003-04-28  Dave Love  <fx@gnu.org>
2158
2159         * gnus-util.el (nnheader): Don't require.
2160         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
2161         Autoload.
2162
2163         * spam.el: Require cl when compiling.
2164
2165         * dns.el: Require cl when compiling.
2166
2167 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
2168
2169         * gnus-art.el (gnus-article-goto-next-page)
2170         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
2171         gnus-pick-mode work.
2172
2173 2003-04-28  Steve Youngs  <youngs@xemacs.org>
2174
2175         * Makefile.in (FLAGS): Use @FLAGS@.
2176
2177 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
2178
2179         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
2180         (gnus-mime-display-multipart-alternative-as-mixed)
2181         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
2182         allow customization.
2183
2184 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2185
2186         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
2187         currently called (See source for explanation).
2188
2189 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages.
2192         (gnus-summary-mark-read-and-unread-as-read): Take an optional
2193         mark.
2194
2195         * gnus.el (gnus-version-number): Bump.
2196
2197 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2198
2199         * gnus.el: Oort Gnus v0.19 is released.
2200
2201 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2202
2203         * gnus-registry.el (gnus-register-spool-action): Replaced literal
2204         carriage-return character with its escape sequence.
2205
2206 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
2209
2210         * nnrss.el (nnrss-node-text): Use only one
2211         gnus-replace-in-string.
2212
2213         * gnus.el: Remove gnus-functionp throughout.
2214
2215         * gnus-util.el (gnus-functionp): Removed.
2216
2217         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
2218
2219         * message.el (message-required-headers): Add In-Reply-To.
2220
2221 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
2222
2223         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
2224         to binary.
2225
2226 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
2227
2228         * mml.el (mml-preview): do.
2229
2230         * message.el (message-mode): do.
2231
2232         * gnus-undo.el (gnus-undo-mode): do.
2233
2234         * gnus-topic.el (gnus-topic-mode): do.
2235
2236         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
2237
2238         * gnus-msg.el (gnus-setup-message)
2239         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
2240
2241         * gnus-gl.el (gnus-grouplens-mode): do.
2242
2243         * gnus-art.el (gnus-mime-save-part-and-strip)
2244         (gnus-mime-delete-part): Use it.
2245
2246         * gnus-util.el (gnus-make-local-hook): New function.
2247
2248 2003-04-25  Simon Josefsson  <jas@extundo.com>
2249
2250         * nnrss.el (nnrss-node-text): Don't use a star.
2251         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
2252
2253 2003-04-24  Dave Love  <fx@gnu.org>
2254
2255         * mm-encode.el (mm-long-lines-p): Autoload.
2256         (mm-encode-content-transfer-encoding): Don't try to make buffer
2257         unibyte before decoding.  Don't ignore errors for base64 encoding.
2258
2259         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
2260         Signal error on malformed text, as for base64.
2261         (quoted-printable-encode-region): DTRT in Emacs 22.
2262
2263         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
2264         (mm-auto-save-coding-system): Consider utf-8-emacs.
2265         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
2266         (mm-charset-to-coding-system, mm-mime-charset)
2267         (mm-find-mime-charset-region): Check for :mime-charset coding
2268         systems property.
2269
2270         * mml-sec.el (mml2015, mml1991): Don't require.
2271         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt)
2272         (message-goto-body, mml-insert-tag): Autoload.
2273
2274         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
2275
2276         * gnus-start.el (message-make-date): Autoload rather than
2277         requiring message.
2278
2279         * gnus-group.el (gnus-group-name-charset-group-alist): Use
2280         mm-coding-system-p.
2281         (gnus-cache-active-altered): Defvar when compiling.
2282         (gnus-group-delete-group): Re-write to help avoid warnings.
2283
2284         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
2285
2286         * pgg.el: Split eval-when-compile forms.
2287
2288 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
2289
2290         * gnus-group.el (gnus-large-ephemeral-newsgroup)
2291         (gnus-fetch-old-ephemeral-headers): News variables.
2292         (gnus-group-read-ephemeral-group): Use them.
2293
2294 2003-04-24  Simon Josefsson  <jas@extundo.com>
2295
2296         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
2297
2298         * nnrss.el (nnrss-node-text): Ditto.
2299
2300 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
2303         gnus-inews-mark-gcc-as-read exists.
2304
2305 2003-04-23  Simon Josefsson  <jas@extundo.com>
2306
2307         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
2308         doesn't exceed the regexp stack space.
2309
2310 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2311
2312         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
2313
2314         * gnus-art.el (gnus-article-hide-pgp-hook): do.
2315
2316 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
2317
2318         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
2319
2320 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2321
2322         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
2323
2324 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * dgnushack.el (merge, copy-list): Remove compiler macros.
2327         (butlast): Add a compiler macro.
2328
2329 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
2330
2331         * gnus-util.el (gnus-merge): Added "type" argument to match CL
2332         merge and gnus-sum.el's expectations.
2333
2334 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
2335
2336         * gnus-art.el (gnus-button-url-regexp): Added nntp.
2337
2338         * message.el (message-generate-headers-first): Default to
2339         '(references).
2340
2341         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
2342
2343 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
2344
2345         * smime.el (smime-decrypt-region): Insert From header.
2346
2347 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2348
2349         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
2350         Max length of header is 726, not 740.  From Gaute B Strokkenes
2351         <gs234@cam.ac.uk>.
2352
2353 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
2354
2355         * nndb.el, mml1991.el: Fix license template.
2356
2357 2003-04-20  Simon Josefsson  <jas@extundo.com>
2358
2359         * nnimap.el (nnimap-split-articles): Don't download body unless
2360         required.
2361
2362         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
2363         starting process, like imap-kerberos4-open does.
2364
2365         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
2366         license template.
2367
2368         * mml-sec.el: Fix license template.
2369
2370         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
2371         license template.
2372
2373         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
2374         pgg-pgp.el: Fix license template.
2375
2376 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
2377
2378         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
2379
2380 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
2381
2382         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
2383
2384 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2385
2386         * spam.el (spam-split): allow a particular check as a parameter,
2387         e.g. (: spam-split 'spam-use-bogofilter)
2388         (spam-mark-only-unseen-as-spam): new parameter, see doc
2389         (spam-mark-junk-as-spam-routine): use
2390         spam-mark-only-unseen-as-spam, simplify routine to take advantage
2391         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
2392
2393 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2394
2395         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
2396         (gnus-group-guess-full-name): don't prefix the group twice
2397
2398         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
2399
2400         * gnus-registry.el (gnus-registry-clear)
2401         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
2402         (gnus-registry-split-fancy-with-parent): new functions
2403         (gnus-register-spool-action, gnus-register-action): simplified the format
2404         (gnus-registry): new customization group
2405         (gnus-registry-unfollowed-groups): new variable
2406
2407 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * gnus-art.el (gnus-button-alist): Add nntp: urls.
2410         (gnus-header-button-alist): Ditto.
2411
2412 2003-04-17  Dave Love  <fx@gnu.org>
2413
2414         * gnus-util.el (gnus-string-equal): Revert last change.
2415
2416 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
2419
2420 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
2421
2422         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
2423
2424 2003-04-15  Michael Shields  <shields@msrl.com>
2425
2426         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
2427         the broken-reply-to group parameter is set.  Idea from Vasily
2428         Korytov <deskpot@myrealbox.com>.
2429
2430 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2431
2432         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
2433         process.el in XEmacsen >= 21.5.
2434
2435 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2436
2437         * dgnushack.el: Add a whole swag of autoloads and defaliases to
2438         satisfy the byte-compiler when building with XEmacs.
2439
2440         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
2441         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
2442         W3 doesn't have these.
2443
2444         * mailcap.el: Maybe require 'lpr in XEmacs.
2445
2446 2003-04-16  Simon Josefsson  <jas@extundo.com>
2447
2448         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
2449         sender tag, if available.
2450
2451 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2452
2453         * gnus-registry.el (gnus-register-action)
2454         (gnus-register-spool-action, hashtable-to-alist)
2455         (gnus-registry-translate-from-alist, alist-to-hashtable)
2456         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
2457         new variables and function fixes
2458
2459         * gnus.el (gnus-registry-headers-alist): new variable to hold
2460         article header data
2461         (gnus-variable-list): save gnus-registry-headers-alist
2462
2463         * spam-report.el (Module): new module for spam reporting
2464
2465         * gnus.el (spam-process): added
2466         gnus-group-spam-exit-processor-report-gmane to the list of choices
2467         (gnus-install-group-spam-parameters): defined new spam exit processor
2468
2469         * spam.el (autoload): autoload spam-report-gmane when needed
2470         (spam-report-gmane-register-routine): glue for spam-report.el
2471         (spam-group-spam-processor-report-gmane-p): glue for the
2472         gnus-group-spam-exit-processor-report-gmane spam processor
2473         (spam-summary-prepare-exit): check the report-gmane spam processor
2474         and run spam-report-gmane-register-routine if it's active
2475
2476         From John Wiegley <johnw@gnu.org>
2477
2478         * spam.el (spam-bogofilter-score): check bogofilter headers before
2479         checking bogofilter itself
2480
2481 2003-04-16  Dave Love  <fx@gnu.org>
2482
2483         * gnus-agent.el: Wrap defsetf in eval-when-compile.
2484         (gnus-agent-cat-defaccessor): Don't use gensym.
2485
2486         * mml1991.el: Require cl, mm-util when compiling.
2487         (quoted-printable-decode-region, quoted-printable-encode-region):
2488         Autoload.
2489
2490         * pgg.el: Require cl when compiling.
2491
2492         * nnmail.el (gnus): Require.
2493
2494         * gnus-util.el: Move provide to end.
2495         (gnus-string-equal): Maybe use compare-strings.
2496         (gnus-merge): New.
2497
2498         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
2499         (gnus-summary-insert-articles): Use gnus-merge.
2500
2501         * gnus-fun.el: Require cl and mm-util when compiling.
2502
2503         * gnus-diary.el (gnus-diary-delay-format-french)
2504         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
2505
2506         * nndiary.el (nndiary-compute-reminders): Don't use setf with
2507         nthcdr.
2508
2509 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
2510
2511         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
2512         specify a predicate other than false.
2513         (gnus-category-read): Use the new feature to create a 'default'
2514         category with a 'short' predicate.
2515
2516 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2517
2518         * message.el (message-unique-id): Comment change.
2519
2520         * gnus-art.el (gnus-article-next-page-1): New function.
2521         (gnus-article-next-page): Use it.
2522
2523 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2524
2525         * spam.el (spam-split): added save-restriction to save-excursion
2526
2527 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
2528         From Julien Avarre <julien@avarre.com>
2529
2530         * gnus-fun.el: Fixed autoload cookie.
2531
2532 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
2533         From Remi Letot  <remi.letot@easynet.be>
2534
2535         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
2536         instead of remove-if.
2537
2538 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
2541         copy-sequence instead of remove which is a cl run-time function in
2542         Emacs 20.
2543
2544 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
2545
2546         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
2547         local copy of gnus-discouraged-post-methods with the current
2548         method removed.
2549
2550 2003-04-14  Simon Josefsson  <jas@extundo.com>
2551
2552         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
2553
2554 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2555
2556         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
2557         of `mm-coding-system-priorities' to base coding system.
2558
2559         * gnus-sum.el: Added coding cookie ("middle dot" in
2560         gnus-summary-morse-message).
2561
2562 2003-04-13  Simon Josefsson  <jas@extundo.com>
2563
2564         * gnus-art.el (article-fill-long-lines)
2565         (article-verify-x-pgp-sig, article-decode-group-name)
2566         (gnus-mime-button-menu): Split >80 character lines.
2567
2568 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
2569
2570         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
2571         we're let-binding it.
2572
2573         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
2574
2575 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576
2577         * message.el (message-hide-headers): Don't do intangible.
2578
2579         * gnus.el (gnus-group-prefixed-name): Comment out the test for
2580         colon.
2581
2582         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
2583         to the ephemeral entry, but the prefixed name.
2584
2585         * gnus.el (gnus-group-prefixed-name): Clean up.
2586
2587 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2588
2589         * gnus-agent.el (gnus-agent-group-pathname): Bind
2590         gnus-command-method so that gnus-agent-directory will always
2591         return a valid directory.
2592         * gnus-cache.el (gnus-cache-enter-article): Remove article from
2593         gnus-newsgroup-undownloaded so that the summary will display the
2594         article as downloaded.
2595         (gnus-cache-remove-article): If the article isn't in the agent,
2596         remove it from gnus-newsgroup-undownloaded so that the summary
2597         will display the article as undownloaded.
2598
2599 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * gnus.el (gnus-version-number): Bump.
2602
2603 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2604
2605         * gnus.el: Oort Gnus v0.18 is released.
2606
2607 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers.
2610
2611 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * gnus-art.el (gnus-article-next-page): Use
2614         gnus-article-over-scroll.
2615         (gnus-article-over-scroll): New variable.
2616
2617         * message.el (message-newline-and-reformat): Place a boundary
2618         before filling.
2619         (message-make-forward-subject-function): Changed default to
2620         message-forward-subject-name-subject.
2621         (message-forward-subject-name-subject): New function.
2622
2623         * nnimap.el (nnimap-split-fancy): Ditto.
2624
2625         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
2626
2627         * gnus-cus.el (gnus-group-parameters): Removed "which see".
2628
2629         * mml.el (mml-minibuffer-read-file): Bind
2630         completion-ignored-extensions to nil.
2631
2632         * message.el (message-fix-before-sending): Comment fix.
2633         (message-fix-before-sending): Make hidden headers visible.
2634         (message-hide-headers): Bind after-change-functions to nil.
2635         (message-forbidden-properties): Put invisible and intangible
2636         back.
2637         (message-strip-forbidden-properties): Ignore message-hidden text.
2638
2639         * gnus-msg.el: Hide headers.
2640
2641         * message.el (message-hidden-headers): New variable.
2642         (message-hide-headers): New function.
2643         (message-hide-header-p): New function.
2644         (message-hide-header-p): Change logic.
2645         (message-forbidden-properties): Remove intangible nil invisible
2646         nil.
2647         (message-hide-headers): Narrow to headers.
2648
2649         * lpath.el (featurep): Bind Info-directory, Info-menu.
2650
2651 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
2652
2653         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
2654         encoded.
2655         (mm-encode-body): Don't corrupt UTF-16.
2656         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
2657
2658 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
2659
2660         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
2661         the CACHE are now detected and handled the same as an article
2662         downloaded into the agent.
2663         (gnus-agent-group-path): Modified to match nnmail-group-pathname
2664         so that the agent front-end and back-end (nnagent) always use the
2665         same directory.
2666         (gnus-agent-group-pathname): New function. Wrapper for
2667         nnmail-group-pathname.
2668         (gnus-agent-expire-unagentized-dirs): New variable.  May be
2669         customized to disable gnus-agent-expire-unagentized-dirs.
2670         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
2671         as the directories in gnus-agent-expire-current-dirs were
2672         expanded.
2673
2674 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
2675
2676         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
2677         body" entry in read only groups.
2678
2679 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
2680
2681         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
2682         and "Create article" items in non-editable groups.
2683
2684 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
2685
2686         * gnus-agent.el (gnus-agent-write-active): Added option of
2687         replacing, rather than updating, the agent's active file.  Do NOT
2688         use the fully qualified group name as gnus-active-to-gnus-format
2689         blindly prefixes group names with server names.
2690         (gnus-agent-save-group-info): Merge BOTH min/max of current active
2691         range, was just merging min, with specified active range.
2692         (gnus-agent-expire): Save agent's active ranges after
2693         expiring all groups.
2694         (gnus-agent-expire-group-1): Update min of agent's active range to
2695         min article currently fetched.
2696         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
2697         same ancestor multiple times.
2698
2699         * gnus-async.el (gnus-asynchronous): Moved defcustom of
2700         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
2701         seems to fix an intermittant error in which loading gnus-async
2702         fails to define gnus-asynchronous (the variable).
2703
2704         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
2705         non-essential.  Removed on all platforms.
2706         (gnus-select-newsgroup): When the agent is active, expand the
2707         group's active range to include fetched articles that are no
2708         longer in the server's active range.
2709
2710         * gnus-util.el (gnus-with-output-to-file): Removed all of the
2711         print-* bindings as they should be handled by the function doing
2712         the printing.
2713
2714 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
2715
2716         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
2717         might be unbound in non-MULE XEmacsen.
2718
2719 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
2720
2721         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
2722         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
2723         recognize diffs.
2724
2725         * mm-bodies.el (mm-decode-body): Use the supplied charset
2726         unconditionally if `code-pages' hasn't been loaded.
2727
2728 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
2729
2730         * gnus-art.el (article-verify-x-pgp-sig): Don't use
2731         `insert-buffer', the docstring says "This function is meant for
2732         the user to run interactively.  Don't call it from programs!"
2733
2734         * mm-extern.el (mm-extern-mail-server): do.
2735
2736         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
2737         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
2738         (mml1991-pgg-encrypt): do.
2739
2740         * pgg.el (pgg-decrypt-region): do.
2741
2742         * mm-view.el (mm-view-pkcs7-decrypt): do.
2743
2744         * mml-smime.el (mml-smime-verify): do.
2745
2746         * mml.el (mml-insert-mime, mml-preview): do.
2747
2748         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
2749         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
2750         (mml2015-pgg-encrypt): do.
2751
2752 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
2755
2756 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
2757
2758         * mm-uu.el (mm-uu-copy-to-buffer): Copy
2759         `buffer-file-coding-system' to the new buffer.
2760         (mm-uu-pgp-signed-extract-1): Don't copy
2761         `buffer-file-coding-system' here.
2762
2763         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
2764         exist in XEmacs.
2765         (mm-decode-body): Add missing quote.
2766
2767         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
2768         buffer-file-coding-system.
2769
2770         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
2771         last-coding-system-used.
2772
2773         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
2774         according to buffer-file-coding-system.
2775
2776         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
2777
2778         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
2779         (pgg-pgp-snarf-keys-region): do.
2780
2781         * pgg-pgp5.el (pgg-pgp5-verify-region)
2782         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
2783
2784         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
2785
2786 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2787
2788         * spam.el (spam-split): (save-excursion) around (widen)
2789         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
2790         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
2791
2792 2003-04-05  Steve Youngs  <youngs@xemacs.org>
2793
2794         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
2795         don't use it when loading gnus-sum.el if we're in XEmacs.
2796
2797 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
2798
2799         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2800         print-escape-nonascii to fix more characters in compiled format
2801         specs.
2802
2803 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
2804
2805         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
2806         Fix customization type.
2807
2808 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
2809
2810         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2811         print-quoted, print-readably, print-escape-multibyte, and
2812         print-level to match original behavior of gnus-prin1.  This should
2813         repair the format of .newsrc.eld when using compiled format specs.
2814
2815 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
2816
2817         * gnus-group.el (tool-bar-map): defvar it.
2818
2819         * gnus-art.el (tool-bar-map): do.
2820
2821         * gnus-sum.el (tool-bar-map): do.
2822
2823 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
2824
2825         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
2826
2827 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2828
2829         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
2830         and value.
2831         (gnus-button-alist): Use it.
2832
2833 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
2834
2835         * pgg-gpg.el (pgg-gpg-process-region): do.
2836
2837         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
2838         (pgg-pgp-snarf-keys-region): do.
2839
2840         * pgg-pgp5.el (pgg-pgp5-verify-region)
2841         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
2842
2843         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
2844         unsafe.
2845         (pgg-temporary-file-directory): Remove.
2846
2847 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * lpath.el: Fbind Info-directory and Info-menu.
2850
2851 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
2852
2853         * gnus-util.el (gnus-message): Added doc-string.
2854
2855         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
2856         (gnus-score-edit-file-at-point): Goto first match when using `e'.
2857
2858 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
2859
2860         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
2861         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
2862
2863 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2866         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
2867
2868 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
2869
2870         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2871         print-escape-newlines to print escape sequences rather than
2872         literal newline characters.
2873
2874 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2875
2876         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
2877         `message-valid-fqdn-regexp' for initialization.
2878         (gnus-button-handle-info-url): Renamed and extended version of
2879         `gnus-button-handle-info'.
2880         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
2881         (gnus-button-handle-symbol, gnus-button-handle-library)
2882         (gnus-button-handle-info-keystrokes): New functions.
2883         (gnus-button-browse-level): New variable.
2884         (gnus-button-alist): Use them.  Added levels.
2885         (gnus-header-button-alist): Added levels.
2886
2887 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888
2889         * gnus.el (gnus-version-number): Bump.
2890
2891 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2892
2893         * gnus.el: Oort Gnus v0.17 is released.
2894
2895 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896
2897         * gnus-start.el (gnus-unload): Removed.
2898
2899         * pop3.el (pop3-read-response): Use
2900         nnheader-accept-process-output.
2901         (pop3-retr): Ditto.
2902
2903         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
2904         (mm-text-html-washer-alist): Ditto.
2905
2906 2003-03-31  Simon Josefsson  <jas@extundo.com>
2907
2908         * imap.el (imap-gssapi-program): Also try GNU SASL.
2909         (imap-gssapi-open): Accept GNU SASL greeting.
2910         (imap-read-timeout): New.
2911         (imap-wait-for-tag): Use it.
2912
2913 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914
2915         * nntp.el (nntp-accept-process-output): Use new function.
2916
2917         * nnheader.el (nnheader-read-timeout): New variable.
2918         (nnheader-accept-process-output): New function.
2919
2920         * nntp.el (nntp-read-timeout): Removed.
2921
2922         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
2923
2924 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
2927
2928 2003-03-30  Simon Josefsson  <jas@extundo.com>
2929
2930         * message.el (message-idna-inside-rhs-p): Narrow to header before
2931         searching.
2932
2933         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
2934
2935 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936
2937         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
2938
2939 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
2940
2941         * message.el (message-make-in-reply-to): Use
2942         mail-extract-address-components to determine sender's
2943         name/address.
2944
2945 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2946
2947         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead.
2948
2949         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
2950         valid lambda.
2951         (gnus-registry-translate-from-alist): Ditto.
2952
2953         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2954         print-length to nil.
2955
2956         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
2957
2958         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
2959         (gnus-grab-cam-face): Use it.
2960
2961 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
2962
2963         * nnmaildir.el (nnmaildir-request-set-mark)
2964         (nnmaildir-close-group): Allow each mark directory in a group to
2965         have its own inode for mark files, to accommodate AFS.
2966
2967 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
2968
2969         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
2970         gnus-read-newsrc-el-file
2971         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
2972
2973         * gnus-registry.el (gnus-registry-translate-to-alist)
2974         (gnus-registry-translate-from-alist, alist-to-hashtable)
2975         (hashtable-to-alist): new functions
2976         (gnus-register-spool-action): add a spool item to the registry
2977
2978         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
2979         list of saved variables
2980         (gnus-registry-alist): new variable
2981
2982 2003-03-27  Simon Josefsson  <jas@extundo.com>
2983
2984         * gnus-art.el (article-decode-group-name): Be correct instead of
2985         smart.
2986
2987 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
2988
2989         * lpath.el: Bind url-current-object for Emacs; bind
2990         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
2991         for both Emacsen.
2992
2993 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
2994
2995         * gnus-sum.el (gnus-article-loose-mime)
2996         (gnus-article-emulate-mime): Move to gnus-article-mime customize
2997         group.
2998
2999         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
3000         doc string.
3001
3002 2003-03-26  Kevin Ryde <user42@zip.com.au>
3003
3004         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
3005         gnus-summary-find-uncancelled, skip temporary articles inserted by
3006         "refer" functions.
3007
3008 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
3009
3010         * smiley.el (smiley-buffer): New function.
3011
3012 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
3013
3014         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
3015         gnus-summary-update-line (which updated the article's face) with
3016         gnus-summary-update-download-mark (which updates the article's
3017         face by calling gnus-summary-update-line AND updates the download
3018         mark to show that the article was fetched).
3019
3020 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
3021
3022         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
3023         option of deleting agent directories for groups/servers that are
3024         not currently agentized.
3025         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
3026
3027         * gnus-int.el (gnus-open-server): Report backend errors in
3028         condition handler.
3029
3030 2003-03-23  Simon Josefsson  <jas@extundo.com>
3031
3032         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
3033         header.
3034
3035         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
3036         same as Newsgroups.
3037
3038         * nntp.el (nntp-open-connection-function): Mention
3039         nntp-open-tls-stream.
3040         (nntp-open-tls-stream): New function.
3041
3042         * tls.el: New file.
3043
3044         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
3045         instead of SSL.
3046         (nnimap-stream): Add other streams, link to imap variables.
3047         (nnimap-authenticator): Add other authenticator, link to imap
3048         variables.
3049
3050         * imap.el: Autoload open-tls-stream.
3051         (imap-streams): Add tls in front of ssl.
3052         (imap-stream-alist): Add tls.
3053         (imap-default-tls-port): New variable.
3054         (imap-tls-p, imap-tls-open): New functions.
3055
3056 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3057
3058         * mm-url.el (mm-url-insert-file-contents): parse url only if
3059         results is a list.
3060
3061 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * mail-source.el (mail-source-fetch-imap): Revert.
3064
3065 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
3066
3067         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
3068         less strict regexp.
3069
3070 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * mail-source.el (mail-source-fetch-imap): Use buffer name for
3073         more imap function.
3074
3075 2003-03-21  Simon Josefsson  <jas@extundo.com>
3076
3077         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
3078         Followup-To data inline.
3079
3080 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
3081
3082         * gnus-art.el (gnus-treat-display-xface): Don't enable if
3083         icontopbm isn't available.
3084
3085 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
3086
3087         * gnus-int.el (gnus-open-server): Catch errors in backend's
3088         open-server method.  Returns nil rather than crashing startup.
3089
3090         * gnus-sum.el (eval-when-compile): Modified to resolve
3091         compile-time warnings.
3092
3093         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
3094         Reports length of series so that the user can compare N with a
3095         subject that should, if the entire series is present, contain
3096         '(.../N)'.
3097         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
3098         of temp file (Win-XP may leave the temp file locked when the
3099         uudecode process fails).
3100
3101 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3102
3103         * message.el (message-split-line): Ignore error.
3104
3105         * lpath.el (split-line): Avoid split-line warning message.
3106
3107 2003-03-20  Kim F. Storm  <storm@cua.dk>
3108
3109         * message.el (message-split-line): New function.
3110         (message-mode-map): Remap split-line to message-split-line.
3111
3112 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
3113
3114         * message.el (message-make-overlay): Defalias it to make-overlay.
3115         (message-delete-overlay): Defalias it to delete-overlay.
3116         (message-overlay-put): Defalias it to overlay-put.
3117         (message-idna-to-ascii-rhs-1): Use them.
3118
3119         * messagexmas.el (message-xmas-redefine): Defalias some overlay
3120         functions to extent functions.
3121
3122 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3123
3124         * message.el (message-check-news-header-syntax): Fixed regexp.
3125
3126 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3127
3128         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
3129
3130         * mm-url.el (mm-url-insert): Move url-current-object stuff into
3131         mm-url-insert-file-contents.
3132
3133         * nnrss.el (nnrss-fetch): Fetch the local stuff.
3134         (nnrss-check-group): Use it.
3135
3136 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
3137
3138         * nnrss.el: Primitive XML Name-space support.  This means that RSS
3139         feeds like Kevin Burton's[1] can now be read in Gnus.
3140
3141         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
3142         means that if you want to read the RSS feed for example.com, all
3143         you have to do is hit "G R http://www.example.com/ RET" and
3144         nnrss.el will find and the feed listed on the site or (if you have
3145         loaded xml-rpc.el) look it up on syndic8.com.
3146
3147         Marked the message as HTML (by adding a Content-Type header) so
3148         that Gnus will render it as html if the user wants that.
3149
3150         Implemented the ability to save nnrss-group-alist so that any new
3151         feeds the you subscribe to will be found the next time you start
3152         up.
3153
3154         Implemented support for RSS 2.0 elements (author, pubDate).
3155
3156         Prefer for <content:encoded> over <description> where both
3157         elements exist.
3158
3159         * mm-url.el (mm-url-insert): Set url-current-object.
3160
3161         * gnus-group.el (gnus-group-make-rss-group): New function.
3162
3163 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
3164
3165         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
3166         for highlight overlays.
3167
3168 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
3171         a NOV.
3172
3173 2003-03-20  Simon Josefsson  <jas@extundo.com>
3174
3175         * message.el (message-use-idna): Disable if UTF-8 unavailable.
3176         (message-idna-to-ascii-rhs): Use it.
3177
3178         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
3179
3180 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
3181
3182         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
3183         (spam-group-ham-marks, spam-group-spam-marks): new functions
3184         (spam-spam-marks, spam-ham-marks): removed in favor of the
3185         spam-marks and ham-marks parameters
3186         (spam-generic-register-routine, spam-ham-move-routine): use the
3187         new spam-group-{spam,ham}-mark-p functions
3188
3189         * gnus.el (spam-marks, ham-marks): new group parameters with
3190         default values same as the old spam-spam-marks and spam-ham-marks
3191
3192 2003-03-19  Simon Josefsson  <jas@extundo.com>
3193
3194         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
3195         (gnus-use-idna): New variable.
3196         (article-decode-idna-rhs): New function.
3197
3198         * message.el (message-use-idna): New variable.
3199         (message-mode-field-menu): Add entry for IDNA.
3200         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
3201         (message-idna-to-ascii-rhs): New function.
3202         (message-generate-headers): Invoke IDNA code.
3203
3204 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
3205
3206         * nnmaildir.el (nnmaildir--system-name): New function.
3207         (nnmaildir-request-accept-article): Use it.
3208
3209 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * gnus-util.el (gnus-byte-compile): Make it work silently as the
3212         gnus-compile function does.
3213
3214         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
3215         bogus change.
3216
3217 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
3218
3219         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
3220         sort-coding-systems is defined.
3221
3222 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
3223
3224         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
3225         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
3226         Replace create-directory with target-prefix.
3227
3228 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3229
3230         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
3231         find-charset-string which is slooow in XEmacs.
3232
3233 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
3236         compiler under XEmacs.
3237
3238 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3239
3240         * gnus-art.el (gnus-treat-highlight-signature): Make the default
3241         work for multipart/signed where the message text isn't `last'.
3242
3243 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
3246         the value of mm-inline-text-html-with-images.
3247         (mm-inline-text-html-render-with-w3m): Don't bind
3248         w3m-display-inline-images.
3249
3250         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
3251         w3m-display-inline-images.
3252
3253         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
3254         regardless of an Emacs flavor.
3255
3256 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3257
3258         * gnus.el (gnus-version-number): Bump.
3259
3260 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3261
3262         * gnus.el: Oort Gnus v0.16 is released.
3263
3264 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * lpath.el (featurep): Bind mm-w3m-mode-map.
3267
3268 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
3269
3270         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
3271         'respool-able backends define a global nnchoke-get-new-mail
3272         variable.
3273
3274 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
3275
3276         * gnus-art.el (gnus-mime-delete-part): New function.
3277         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
3278
3279 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3280
3281         * message.el (message-check-news-header-syntax): Don't push
3282         groups twice onto list of unknown groups.
3283
3284         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
3285         back.
3286
3287         * nnheader.el (nnheader-find-etc-directory): Doc fix.
3288
3289         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
3290         config unless the summary buffer exists.
3291
3292         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
3293         that target group is computed correctly when articles are marked
3294         as read by Xref handling.
3295
3296         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
3297         imap-open.
3298
3299         * message.el (message-send-mail): Add courtesy string to Bcc's,
3300         too.
3301
3302         * gnus-cite.el (gnus-cited-line-p): New function.
3303
3304 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
3305
3306         * mm-bodies.el (mm-decode-body): Add new optional parameter,
3307         force, to use the supplied charset unconditionally.
3308
3309         * gnus-art.el (article-decode-charset): Use it.
3310
3311 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
3312
3313         * mm-bodies.el (mm-decode-coding-region-safely): New function.
3314         (mm-decode-body): Use it.
3315
3316         * rfc2047.el (rfc2047-decode-region): do.
3317         (rfc2047-decode-string): Guess coding system if the default is
3318         invalid.
3319
3320 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3321
3322         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
3323         articles are marked 'read, so we get correct article counts.
3324
3325 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
3328         the button.
3329         (gnus-insert-prev-page-button): Ditto.
3330         (gnus-insert-next-page-button): Ditto.
3331         (gnus-insert-mime-security-button): Ditto.
3332
3333         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
3334         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
3335         (mm-inline-image-xemacs): Ditto.
3336
3337 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3338
3339         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
3340         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
3341         the recent filename uniqueness discussion.
3342
3343 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
3346         newline next time.
3347         (mm-inline-image-xemacs): Ditto.
3348
3349 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
3350
3351         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
3352         kill-line.
3353
3354 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
3355
3356         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
3357         kill-line.
3358
3359 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3360
3361         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
3362         fixing the code to match the documentation.
3363         (gnus-agent-fetch-selected-article): Replaced
3364         gnus-summary-update-article-line with gnus-summary-update-line as
3365         the former did not correctly recalculate the thread indentation.
3366         (gnus-agent-find-parameter): The agent-predicate, if not found
3367         anywhere else, defaults to the value of gnus-agent-predicate.
3368         (gnus-agent-fetch-session): Fixed typo; now executes
3369         gnus-agent-fetched-hook rather than the undocumented
3370         gnus-agent-fetch-hook.
3371         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
3372         default agent predicate is now provided by
3373         gnus-agent-find-parameter.
3374         (gnus-agent-message): New macro.  This macro avoids potentially
3375         costly parameter evaluation when the message's level is too high
3376         to display.
3377         (gnus-agent-expire-group-1): Disabled undo tracking in temp
3378         overview buffer. Uses new gnus-agent-message macro to reduce
3379         overhead of optional messages. Reversed message levels to
3380         emphasize percent completion messages.  Detailed messages of
3381         little use except when debugging code.
3382
3383 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3384
3385         * spam.el (spam-ham-move-routine): use
3386         spam-mark-ham-unread-before-move-from-spam-group
3387         (spam-mark-ham-unread-before-move-from-spam-group): new variable
3388
3389 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3390
3391         * spam.el: load nnimap.el when compiling
3392         (spam-setup-widening): use
3393         nnimap-split-download-body-default instead of
3394         nnimap-split-download-body which is a user-customizable variable
3395
3396 2003-03-07  Simon Josefsson  <jas@extundo.com>
3397
3398         * nnimap.el (nnimap-split-download-body-default): New, holds
3399         default for n-s-d-b.
3400         (nnimap-split-download-body): Add new setting (symbol default),
3401         which uses contents of n-s-d-b-d, and made it the default.
3402
3403 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3404
3405         * spam.el (spam-use-hashcash): new variable
3406         (spam-list-of-checks): added spam-use-hashcash with associated
3407         spam-check-hashcash
3408         (spam-check-hashcash): new function, installed iff hashcash.el is
3409         loaded
3410         (spam-setup-widening): don't use (return)
3411
3412 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3413
3414         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
3415         predicate of `false' to avoid an error when a group defines no
3416         predicate. Fixed typo that disabled agent scoring (i.e. the
3417         low/high predicates should now work).
3418
3419 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3420
3421         * spam.el: add spam-maybe-spam-stat-load to
3422         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
3423         (spam-bogofilter-register-with-bogofilter): use
3424         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
3425         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
3426         custom variables to replace "-s" and "-n"
3427
3428         * gnus-group.el (gnus-group-get-new-news): call the new
3429         gnus-get-top-new-news-hook hook
3430
3431         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
3432         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
3433
3434 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435
3436         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
3437
3438 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
3441         a cl run-time function.
3442
3443 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3444
3445         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
3446         on gnus-agent-short-article.
3447         (gnus-category-read): Replaced CL function mapcar* with new macro:
3448         gnus-mapcar.
3449         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
3450         support functions that accept multiple parameters.  A separate
3451         sequence must be provided for each parameter in the function.
3452         Iteration stops when the end of the shortest list is reached.
3453
3454 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
3455
3456         * nnimap.el (nnimap-request-accept-article): Use delete-region.
3457
3458         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
3459         (html2text-delete-single-tag, html2text-clean-anchor)
3460         (html2text-remove-tags): Use delete-region.
3461         (html2text-fix-paragraphs): Simplify.
3462
3463         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
3464         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
3465         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
3466         kill-region.
3467
3468 2003-03-04  John Paul Wallington  <jpw@gnu.org>
3469
3470         * gnus-agent.el (gnus-agent-enable-expiration)
3471         (gnus-agent-article-alist, gnus-agent-article-alist)
3472         (gnus-agent-cat-defaccessor): Doc fixes.
3473
3474 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3475
3476         * gnus-agent.el (gnus-function-implies-unread-1): Grok
3477         byte-compiled functions.
3478
3479 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3480
3481         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
3482         customization between new maneuvering (which permits selecting
3483         undownloaded articles) and old maneuvering (which skipped over
3484         undownloaded articles) behaviors.
3485         (gnus-summary-find-next): Pass through the unread and subject
3486         parameters when calling gnus-summary-find-prev.
3487         (gnus-summary-find-next,gnus-summary-find-prev): Apply
3488         gnus-auto-goto-ignores to filter out unacceptable articles.
3489
3490 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
3491
3492         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
3493         exists in all supported Emacs versions, so we don't need this
3494         compatibility function.
3495         (mail-source-fetch-pop, mail-source-check-pop)
3496         (mail-source-fetch-webmail): Use read-passwd.
3497
3498         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
3499         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
3500         read-passwd.
3501
3502         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
3503
3504         * imap.el (imap-read-passwd): Remove.
3505         (imap-interactive-login): Use read-passwd.
3506
3507         * canlock.el (canlock-read-passwd): Remove.
3508         (canlock-insert-header, canlock-verify): Use read-passwd.
3509
3510         * sieve-manage.el (sieve-manage-read-passwd): Remove.
3511         (sieve-manage-interactive-login): Use read-passwd.
3512
3513         * pop3.el (pop3-read-passwd): Remove.
3514         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
3515         read-passwd.
3516
3517         * pgg.el (pgg-read-passphrase): Simplify.
3518
3519 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3520
3521         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
3522         'plugged' when actually 'unplugged' bug.
3523         (gnus-category-read): Ignore nil values when converting an
3524         old-format category so that the new-format category will default
3525         those attributes to the global variables.
3526
3527 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3528
3529         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
3530         doc-string.
3531
3532 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3533
3534         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
3535         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
3536         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
3537         * mm-url.el (mm-url-decode-entities-string): do.
3538         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
3539         * mm-decode.el (mm-find-raw-part-by-type): do.
3540         * message.el (message-send-mail-partially)
3541         (message-send-mail-with-sendmail): do.
3542         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
3543         * gnus-kill.el (gnus-pp-gnus-kill): do.
3544         * gnus-art.el (gnus-article-treat-unfold-headers)
3545         (gnus-article-encrypt-body): do.
3546
3547 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3548
3549         * mail-source.el (mail-source-delete-incoming): Allow integer value.
3550         (mail-source-delete-old-incoming-confirm): New variable.
3551         (mail-source-delete-old-incoming): Use it.  New function.
3552         (mail-source-callback): Call `mail-source-delete-old-incoming' if
3553         `mail-source-delete-incoming' is a nonnegative integer.
3554
3555 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3556
3557         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
3558         (gnus-user-agent): Fixed typo.
3559
3560 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3561
3562         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
3563         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
3564
3565 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3566
3567         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
3568         (gnus-agent-fetch-session): Allow debugging to take place.
3569
3570 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3571
3572         * gnus-sum.el (gnus-highlight-selected-summary)
3573         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
3574         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
3575         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
3576         and makes it clear that we don't need the side effect.
3577         * gnus-util.el (gnus-delete-line): do.
3578         * gnus-xmas.el (gnus-group-add-icon): do.
3579         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
3580         * nntp.el (nntp-send-authinfo-from-file): do.
3581         * nnml.el (nnml-header-value): do.
3582         * nnheader.el (nnheader-insert-references): do.
3583         * gnus-cite.el (gnus-article-highlight-citation)
3584         (gnus-cite-parse): do.
3585         * gnus-score.el (gnus-score-followup): do.
3586         * gnus-draft.el (gnus-draft-send): do.
3587         * gnus-group.el (gnus-group-highlight-line): do.
3588         * gnus-cache.el (gnus-cache-braid-nov): do.
3589         * nnfolder.el (nnfolder-retrieve-headers)
3590         (nnfolder-request-article): do.
3591         * gnus-art.el (article-hide-boring-headers)
3592         (gnus-article-hide-header): do.
3593
3594         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
3595         * nnml.el (nnml-request-replace-article): do.
3596         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
3597         * nnfolder.el (nnfolder-request-move-article): do.
3598         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
3599         * gnus-art.el (gnus-mm-display-part): do.
3600
3601         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
3602
3603 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3604
3605         * nntp.el (nntp-possibly-change-group): Avoid calling
3606         process-buffer on nil (Which happened when you lost your
3607         connection while fetching); instead signal a "Server Closed
3608         Connection" error.
3609
3610 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3611
3612         * gnus-agent.el (gnus-agent-enable-expiration): New
3613         variable. Either ENABLE or DISABLE.  Sets default behavior for
3614         selecting which groups are expired.
3615         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
3616         gnus-agent-set-cat-groups): Provides abstract interface for
3617         accessing agent category.  Category now implemented by an alist.
3618         (gnus-agent-add-group, gnus-agent-remove-group,
3619         gnus-category-insert-line, gnus-category-edit-predicate,
3620         gnus-category-edit-score, gnus-category-edit-groups,
3621         gnus-category-copy, gnus-category-add, gnus-group-category): Use
3622         new agent category abstraction.
3623         (gnus-agent-find-parameter): New function. Search for agent
3624         configuration parameter first in the group's parameters, then its
3625         topics (if any), and then the group's category.  If not found
3626         anywhere, use the original defined constants.
3627         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
3628         gnus-agent-find-parameter.
3629         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
3630         gnus-agent-cache now blocks retrieving headers and articles from
3631         the local cache.  Fetched content is still added to the cache
3632         before being returned.
3633         (gnus-agent-fetch-session): Use error-message-string to generate
3634         displayed error message.
3635         (gnus-agent-customize-category): New Command. 'e' in category
3636         buffer opens category customization buffer.
3637         (gnus-category-read): Reads either positional or alist format;
3638         returns alist format.
3639         (gnus-category-write): Writes category file compatible with
3640         current, and previous, versions of gnus-agent.
3641         (gnus-category-make-function, gnus-category-make-function-1):
3642         Corrected documentation; parameter is predicate NOT category.
3643         (gnus-predicate-implies-unread): Now works in more cases per the
3644         todo comment.
3645         (gnus-function-implies-unread-1): New function. Supports
3646         gnus-predicate-implies-unread.
3647         (gnus-agent-expire-group): Command now provides default of group
3648         under point.
3649         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
3650         agent-days-until-old parameters. No longer supports
3651         gnus-agent-expire-days being set to an alist.
3652         (gnus-agent-request-article): Now performs its own checks of
3653         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
3654         assuming that the caller will do them correctly.
3655         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
3656         gnus-agent-expire-days is set to an alist.  Converts said alist
3657         into group parameter so that gnus-agent-expire-days will not be
3658         needed.
3659         * gnus-art.el (gnus-request-article-this-buffer): Conditional
3660         checks surrounding gnus-agent-request-article removed; now
3661         performed by gnus-agent-request-article.
3662         * gnus-cus.el (gnus-agent-parameters): New variable. List of
3663         customizable group/topic parameters that regulate the agent.
3664         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
3665         kill-buffer with gnus-kill-buffer to remove the killed buffer from
3666         the list of gnus buffers.
3667         (gnus-trim-whitespace): Removes leading and trailing whitespace
3668         from multiline strings.
3669         (gnus-agent-cat-prepare-category-field,
3670         gnus-agent-customize-category): Constructs a category
3671         customization buffer.
3672         * gnus-int.el (gnus-retrieve-headers,
3673         gnus-request-expire-articles): No longer checks gnus-agent-cache
3674         as it is handled internally by the agent.
3675         (gnus-request-head, gnus-request-body): Conditional checks
3676         surrounding gnus-agent-request-article removed; now performed by
3677         gnus-agent-request-article.
3678
3679         * gnus-start.el (): Added defvar statements to resolve compilation
3680         warnings.
3681         (gnus-long-file-names): New function. Isolates platform dependent
3682         msdos-long-file-names.
3683         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
3684         option of writing directly to file.  Avoids memory exhausted
3685         errors when .newsrc.eld is huge.
3686         (gnus-save-newsrc-file): Uses new
3687         gnus-save-startup-file-via-temp-buffer.
3688         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
3689         standard-output.
3690         (gnus-display-time-event-handler): Changed to alias from a defun
3691         to avoid a compile-time warning when display-time-event-handler is
3692         not defined.
3693         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
3694         standard-output such that prin1 and princ will write directly to a
3695         file.
3696
3697         * gnus.el (gnus-agent-cache): Expanded documentation.
3698         (gnus-summary-high-undownloaded-face): Removed second bold keyword
3699         so that this face is actually bold.
3700
3701         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
3702         gnus-use-cache has been set.
3703
3704 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
3705
3706         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
3707
3708 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
3709
3710         * gnus-art.el (gnus-article-refer-article): Be more permissive.
3711
3712 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3713
3714         * spam.el: Fix typo.
3715
3716 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
3717         (Trivial patch.)
3718
3719         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
3720         errors-buffer. This produces a nicer error message in case of
3721         problems.
3722
3723 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
3724
3725         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
3726         load stats iff spam-use-stat is on
3727
3728         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
3729         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
3730         instead of spam-stat-load and spam-stat-save in the
3731         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
3732
3733 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3734
3735         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
3736
3737 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738
3739         * message.el (message-make-fqdn): Protect against nil user-mail.
3740
3741 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
3742
3743         * gnus-art.el (gnus-boring-article-headers): New values:
3744         'to-list and 'cc-list.
3745
3746 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3747
3748         * spam.el (spam-setup-widening): new function to set
3749         nnimap-split-download-body, we add it to gnus-get-new-news-hook
3750         (spam-list-of-statistical-checks): list of statistical splitter
3751         checks
3752         (spam-split): added a widen call when a statistical check is
3753         enabled
3754
3755 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3756
3757         * gnus-msg.el (gnus-user-agent): Changed default to
3758         'emacs-gnus-type, renamed 'full.
3759
3760 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3761
3762         * nnfolder.el (nnfolder-request-accept-article): Don't use
3763         mail-header-unfold-field.
3764
3765 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3766
3767         * imap.el (imap-ssl-open): Don't depend on ssl.el.
3768         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
3769
3770 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3771
3772         * spam.el: add spam-stat-load to gnus-get-new-news-hook
3773         (spam-split): remove spam-stat-load call
3774
3775 2003-02-26  Simon Josefsson  <jas@extundo.com>
3776
3777         * gnus-sum.el (gnus-summary-toggle-header): Run
3778         gnus-article-decode-hook instead of calling a-decode-encoded-words
3779         directly (the latter is run as part of the former).
3780
3781 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3782
3783         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
3784
3785 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
3786
3787         * message.el (message-sendmail-envelope-from): New option.
3788         (message-sendmail-envelope-from): New function.
3789         (message-send-mail-with-sendmail): Use it.
3790
3791 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
3792
3793         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
3794         compensation for TDMA addresses.
3795
3796 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3797
3798         * gnus-msg.el (gnus-user-agent): New variable.
3799         (gnus-version-expose-system): Removed.  Obsoleted by
3800         `gnus-user-agent'.
3801         (gnus-extended-version): Use `gnus-user-agent'.
3802
3803 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3804
3805         * spam.el (spam-stat-register-spam-routine,
3806         spam-stat-register-ham-routine): remove spam-stat-save
3807         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
3808
3809 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3810
3811         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
3812         reference.
3813
3814 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3815
3816         * nnheader.el (nnheader-find-nov-line): Changed midpoint
3817         calculation to avoid integer overflow.
3818
3819 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3820
3821         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
3822
3823 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
3824         * spam.el: disabled spam-get-article-as-filename
3825
3826         From Michael Shields  <shields@msrl.com>
3827
3828         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
3829         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
3830         * gnus-sum.el (gnus-summary-expire-articles): Use it.
3831         * spam.el (spam-summary-prepare-exit): Use it.
3832         * gnus.el (gnus-install-group-spam-parameters): New.
3833         * spam.el (spam-group-ham-processor-copy-p): New.
3834         * spam.el (spam-summary-prepare-exit): Support for ham copying.
3835         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
3836         that would cause the current message to be moved if the group had
3837         no spam.
3838         * spam.el (spam-ham-move-routine): New `copy' argument.
3839
3840 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3841         From Martin Thornquist <martint@ifi.uio.no>
3842
3843         * gnus-topic.el (gnus-topic-select-group): Select last group if
3844         after last group.
3845         * gnus-group.el (gnus-group-select-group): Ditto.
3846
3847 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
3850         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
3851         point-at-(b|e)ol which aren't available in Emacs 20.
3852
3853         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
3854
3855 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3856
3857         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
3858         clause of the condition-case statement.  Errors connecting to a
3859         server no longer terminate gnus.
3860
3861         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
3862         make its use obvious.  Added no-nothing case to avoid
3863         opening(closing) servers when already open(closed).
3864         (gnus-agent-while-plugged): Added macro to facilitate internal use
3865         of gnus-agent-toggle-plugged.
3866         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
3867         temporarily open servers.
3868         (gnus-agent-get-undownloaded-list): Sort list of article numbers
3869         as sorting gnus-newsgroup-headers is wrong.
3870         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
3871         to temporarily open servers. Corrected logic to handle setting
3872         gnus-agent-mark-unread-after-downloaded.
3873         (gnus-agent-fetch-articles): Now handles headers with missing
3874         article sizes and/or missing article lengths.  Now clears the
3875         message buffer when finished.
3876         (gnus-agent-fetch-group-1): Position point before calling
3877         gnus-summary-set-agent-mark.
3878         (gnus-get-predicate): Corrected description, parameter is
3879         predicate not category.
3880         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
3881         provide a separate single group expiration function.
3882         (gnus-agent-regenerate-group): Now clears the message buffer when
3883         finished.
3884
3885 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3886
3887         * gnus.el (gnus-agent-target-move-group-header): New variable.
3888         * gnus-draft.el (gnus-draft-send): If special header
3889         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
3890         that group, instead of performing the regular sending functions.
3891
3892 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3893
3894         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
3895
3896 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3897
3898         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
3899         variables.
3900         (message-make-fqdn): Use it.  Improved validity check.
3901
3902 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3903
3904         * message.el (message-user-mail-address): Check whether
3905         user-mail-address looks valid.
3906
3907         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
3908
3909         * gnus-util.el (gnus-fetch-original-field): New function.
3910
3911 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3912
3913         * message.el (message-mode): \\(...\\) around additional
3914         paragraph-separate alternative.
3915
3916 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
3917
3918         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
3919         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
3920         display key bindings.
3921         (gnus-mime-button-menu): Rewrite.
3922
3923 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * gnus-art.el (gnus-button-url-regexp): Removed `.
3926
3927 2003-02-23  Max Froumentin  <mf@w3.org>
3928
3929         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
3930
3931 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * gnus-art.el (gnus-mime-action-on-part): Require a match
3934         interactively.
3935
3936         * gnus-start.el (gnus-save-newsrc-file): Use
3937         gnus-backup-startup-file.
3938         (gnus-backup-startup-file): New variable.
3939
3940 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3941
3942         * gnus.el (gnus-summary-buffer-name): Moved function here.
3943
3944         * gnus-draft.el (defun): Remove debug.
3945
3946 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3947
3948         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
3949         can't open server.
3950
3951 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952
3953         * gnus-draft.el (defun): Configure posting styles.
3954
3955         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
3956         the entry for the group exists before we alter it.
3957
3958 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3959
3960         * message.el (message-mode): MML tags separate paragraphs.  Small
3961         change from David S Goldberg <david.goldberg6@verizon.net>.
3962
3963         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
3964         `gnus-newsgroup-headers'.
3965
3966         * gnus-art.el (gnus-article-refer-article): Grok more message id
3967         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3968
3969 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3970
3971         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
3972         use "path name".
3973
3974 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
3975
3976         * gnus-sum.el (gnus-summary-move-article)
3977         (gnus-summary-expire-articles): send data header for article, not
3978         just article ID
3979
3980         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
3981         (gnus-register-spool-action): added hashtable of message ID keys
3982         with message motion data
3983
3984 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
3985         From Reiner Steib  <Reiner.Steib@gmx.de>.
3986
3987         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
3988         variable, used in `gnus-button-mid-or-mail-heuristic'.
3989         (gnus-button-mid-or-mail-heuristic): New function derived from
3990         Florian Weimer's Perl script.
3991         (gnus-button-handle-mid-or-mail): Allow a function instead of
3992         'guess.
3993         (gnus-button-guessed-mid-regexp): Removed.
3994
3995 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * message.el (message-resend): Bind message-setup-hook to nil;
3998         remove X-Draft-From header.
3999
4000 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
4001
4002         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
4003         (gnus-newsgroup-undownloaded)
4004         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
4005         Doc fixes.
4006
4007 2003-02-17  John Paul Wallington  <jpw@gnu.org>
4008
4009         * gnus.el (gnus-shell-command-separator, gnus-email-address)
4010         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
4011
4012 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
4013
4014         * gnus-spec.el (gnus-xmas-format): Use insert instead of
4015         insert-string which is obsolete in Emacs 21.4.
4016
4017         * message.el (message-cross-post-followup-to-header): do.
4018
4019         * spam.el (spam-ifile-register-with-ifile)
4020         (spam-stat-register-spam-routine)
4021         (spam-stat-register-ham-routine)
4022         (spam-bogofilter-register-with-bogofilter): do.
4023
4024         * mailcap.el (mailcap-mime-data): Fix typo.
4025
4026         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
4027
4028 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
4029
4030         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
4031         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
4032         `gnus-cite-unsightly-citation-regexp'.
4033
4034 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
4037         even if there's just a header.
4038
4039 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
4040
4041         * message.el (message-fix-before-sending): Fix highlighting of
4042         illegible and invisible text.
4043
4044         * gnus-util.el (gnus-multiple-choice): Separate choices with
4045         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
4046
4047 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
4048
4049         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
4050
4051 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
4052
4053         * spam.el (spam-ham-move-routine)
4054         (spam-mark-spam-as-expired-and-move-routine): use
4055         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
4056         around process-mark manipulation on the group
4057
4058 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4059
4060         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
4061         submenu.
4062
4063 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4064
4065         * mail-source.el (mail-source-fetch): Reverse the return value of
4066         the continuation question.
4067
4068 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4069
4070         * nndraft.el (nndraft-request-move-article): Bind
4071         nnmh-allow-delete-final to t.
4072
4073 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4074
4075         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
4076
4077 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
4078
4079         * nntp.el (nntp-accept-process-output): Don't use point-max to get
4080         the buffer's size.
4081
4082 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
4083
4084         * nnheader.el: Added cygwin to system-type comparisons.
4085
4086 2003-01-27  Juanma Barranquero  <lektu@terra.es>
4087
4088         * imap.el (imap-mailbox-status): Fix typo.
4089
4090 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4091
4092         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
4093         online.
4094
4095 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4096
4097         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
4098         commands.
4099         * gnus-sum.el: Small change from Frank Weinberg
4100         <frank@usenet-rundfahrt.de>:
4101         (gnus-auto-center-group): New variable.
4102         (gnus-summary-read-group-1): Use it.
4103         (gnus-summary-next-group): Fix docstring.
4104
4105 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * gnus-util.el (gnus-faces-at): Simplify.
4108
4109 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4110
4111         * spam.el (spam-ham-move-routine)
4112         (spam-mark-spam-as-expired-and-move-routine): made the article
4113         move conditional, so it's not called even if there's nothing to move
4114
4115 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4116
4117         * message.el (message-unix-mail-delimiter): Accept any whitespace
4118         after the email address and before the date; do not require the
4119         space character.  From Kurt B. Kaiser <kbk@shore.net>.
4120
4121 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
4124         gnus-article-boring-faces variable is bound; use gnus-faces-at.
4125
4126         * gnus-util.el (gnus-faces-at): New macro.
4127
4128 2003-02-13  Michael Shields  <shields@msrl.com>
4129
4130         * gnus-cite.el
4131         (gnus-cite-attribution-suffix, gnus-cite-parse):
4132         Better handling for Microsoft citation styles.
4133         (gnus-unsightly-citation-regexp): New.
4134
4135 2003-02-12  Michael Shields  <shields@msrl.com>
4136
4137         * gnus-art.el (article-strip-banner): Strip both per-group and
4138         per-user-address banners.
4139         (article-really-strip-banner): New.
4140
4141 2003-02-12  Michael Shields  <shields@msrl.com>
4142
4143         * gnus-sum.el (gnus-article-goto-next-page,
4144         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
4145         relying on the summary bindings of `n' and `p'.
4146
4147 2003-02-12  Michael Shields  <shields@msrl.com>
4148
4149         * gnus-art.el (gnus-article-only-boring-p): New.
4150         (gnus-article-skip-boring): New.
4151         * gnus-cite.el (gnus-article-boring-faces): New.
4152         * gnus-sum.el (gnus-summary-next-page): Use
4153         gnus-article-only-boring-p.
4154
4155 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
4156
4157         * spam.el (spam-mark-spam-as-expired-and-move-routine)
4158         (spam-ham-move-routine): unmark all articles before marking those
4159         of interest and calling gnus-summary-move-article
4160
4161 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
4162
4163         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
4164         logically the complement of gnus-get-buffer-create and
4165         gnus-add-buffer.
4166
4167         * gnus-util.el (gnus-kill-buffer): do.
4168
4169         * nnmail.el: Autoload gnus-kill-buffer.
4170
4171 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4172
4173         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
4174         gnus-summary-goto-subject as gnus-summary-update-mark operates on
4175         the current LINE.
4176         (gnus-agent-summary-fetch-group): Minimized the number of times
4177         that the article is updated in the buffer.
4178
4179 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4180
4181         * spam.el (spam-ham-move-routine): use the process-mark instead of
4182         gnus-current-article when moving articles
4183         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
4184
4185 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4186
4187         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
4188         (gnus-topic-catchup-articles): Ditto.
4189         (gnus-topic-mark-topic): Reverse recursive logic.
4190
4191 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
4192
4193         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
4194         gnus-refer-thread-limit is t.
4195
4196 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
4197
4198         * mm-util.el (mm-mule-charset-to-mime-charset): Use
4199         sort-coding-systems to prefer utf-8 over utf-16.
4200
4201 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4202
4203         * gnus-agent.el (gnus-agent-expire-days):
4204         gnus-request-move-article depends on gnus-agent-expire to clean up
4205         the cache after moving the article.  Therefore, g-a-e-d can NOT
4206         default to nil or can gnus-agent-expire be disabled by doing so.
4207         If you don't want to run gnus-agent-expire, don't call it.
4208         (gnus-agent-expire): The broken test to disable gnus-agent-expire
4209         when g-a-e-d was NOT nil was removed.
4210         (gnus-agent-article-name): Removed unnecessary input test as
4211         article IDs are always strings.
4212         (gnus-agent-regenerate-group): Added check to protect against
4213         servers that generate absurdly long article IDs.  Valid IDs are
4214         less than 10 digits to avoid overflow errors.  Fixed logic error
4215         when ensuring that the final article ID is present in the new
4216         alist.
4217
4218 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4219
4220         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
4221         next line after finding the parent.
4222
4223 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4224
4225         * gnus.el (gnus-version-number): Bumped.
4226
4227 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4228
4229         * gnus.el: Oort Gnus v0.15 is released.
4230
4231 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4232
4233         * nnmail.el (nnmail-split-it): If a message ends up matching the
4234           same mailbox more than once, it will cause duplicates to appear
4235           in the mailbox.
4236
4237 2003-02-08  Simon Josefsson  <jas@extundo.com>
4238
4239         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
4240         code that only worked under Emacs.
4241
4242         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
4243         Das <satyaki@chicory.stanford.edu>.
4244
4245 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
4246
4247         * gnus-art.el (gnus-article-refer-article): Use
4248         gnus-replace-in-string.
4249
4250         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
4251         (gnus-remove-duplicates): do.
4252
4253 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4254
4255         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
4256         (gnus-request-scan): set
4257         gnus-internal-registry-spool-current-method to gnus-command-method
4258         before a request-scan operation
4259
4260         * gnus-registry.el (regtest-nnmail): use
4261         gnus-internal-registry-spool-current-method
4262
4263 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * mail-source.el (mail-source-fetch): Typo fix.
4266
4267 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4268
4269         * nnmail.el (nnmail-spool-hook): new hook
4270         (nnmail-cache-insert): call nnmail-spool-hook
4271
4272         * gnus-registry.el: new file with examples of using the hooks
4273
4274         * gnus.el (gnus-registry): added registry customization group
4275         (gnus-group-prefixed-name): improve function to return full group
4276         name optionally
4277         (gnus-group-guess-prefixed-name): shortcut to
4278         gnus-group-prefixed-name, using just the group name
4279         (gnus-group-full-name): always get a group's full name
4280         (gnus-group-guess-full-name): shortcut, using just the group name
4281
4282         * gnus-sum.el (gnus-summary-article-move-hook)
4283         (gnus-summary-article-delete-hook)
4284         (gnus-summary-article-expire-hook): new hooks
4285         (gnus-summary-move-article, gnus-summary-expire-articles)
4286         (gnus-summary-delete-article): invoke the new hooks
4287
4288 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
4289
4290         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
4291         from message-ID
4292
4293 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
4294
4295         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
4296
4297 2003-02-07  John Paul Wallington  <jpw@gnu.org>
4298
4299         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
4300         (mm-write-region, mm-detect-coding-region): Doc fixes.
4301
4302 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4303
4304         * mail-source.el (mail-source-fetch): Ignore errors.
4305         (mail-source-ignore-errors): New variable.
4306
4307         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
4308         articles.
4309
4310         * gnus-msg.el (gnus-version-expose-system): Change default.
4311
4312 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
4313
4314         * gnus-msg.el (gnus-version-expose-system): New variable.
4315
4316 2003-02-07  Simon Josefsson  <jas@extundo.com>
4317
4318         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
4319         patch from deskpot@myrealbox.com (Vasily Korytov).
4320
4321 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322
4323         * gnus-art.el (article-display-face): Get the Face header from
4324         the current buffer.
4325
4326 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * gnus-art.el (gnus-mime-view-part-internally): Bind
4329         buffer-read-only to nil.
4330
4331 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
4334         from g-a-e-1 to g-a-e-2.
4335
4336 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
4337
4338         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
4339         of bbdb-search-simple, use spam-use-BBDB-exclusive
4340         (spam-check-whitelist): use spam-use-whitelist-exclusive
4341         (spam-use-whitelist-exclusive): new variable affecting
4342         spam-use-whitelist
4343         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
4344
4345 2003-02-05  Simon Josefsson  <jas@extundo.com>
4346
4347         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
4348         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
4349         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
4350         (gnus-agent-expire-1): New.
4351         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
4352         (gnus-agent-expire-2): New.
4353
4354 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
4355
4356         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
4357         "delete-if" is misleading because it isn't actually destructive.
4358
4359         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
4360
4361         * nnmail.el (nnmail-purge-split-history): do.
4362
4363         * gnus-win.el (gnus-get-buffer-window): do.
4364
4365         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
4366         let-binding.
4367         (gnus-simplify-all-whitespace): do.
4368
4369 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * gnus-delay.el (gnus-delay-article): Fix binding of the
4372         nndraft:delayed group.
4373
4374 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4375
4376         * gnus.el (spam group parameters): change 'other to 'const in
4377         the group parameter definitions to soothe XEmacs
4378
4379 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4380
4381         * gnus-delay.el (gnus-delay-article): Really create
4382         nndraft:delayed group if it doesn't exist.
4383
4384 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
4385
4386         * gnus-sum.el (gnus-summary-search-article): Speed up by
4387         disabling various visual features while searching.
4388         (gnus-summary-recenter): Test gnus-auto-center-summary first.
4389
4390 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
4391
4392         * spam.el (spam-list-of-checks): Don't quote nil and t in
4393         docstrings.  From the elisp manual:
4394
4395            When a documentation string refers to a Lisp symbol, write
4396            it [..] with single-quotes around it.  [..] There are two
4397            exceptions: write t and nil without single-quotes.
4398
4399         * messcompat.el (message-from-style): do.
4400
4401         * message.el (message-send-mail): do.
4402
4403         * gnus-util.el (gnus-use-byte-compile): do.
4404
4405         * gnus-score.el (gnus-score-lower-thread): do.
4406
4407         * gnus-int.el (gnus-server-unopen-status): do.
4408
4409         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
4410         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
4411
4412         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
4413         (gnus-group-parameters): do.
4414
4415         * gnus-art.el (gnus-article-mime-match-handle-function): do.
4416
4417         * mm-decode.el (mm-text-html-renderer): do.
4418
4419 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * nnheader.el (nnheader-directory-separator-character): Change the
4422         way to compute the dafault value.
4423
4424 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
4425
4426         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
4427         (gnus-button-alist): Fix regexp for describe-key.
4428         (gnus-button-handle-describe-function)
4429         (gnus-button-handle-describe-variable)
4430         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
4431         (gnus-button-handle-apropos-variable)
4432         (gnus-button-handle-apropos-documentation): Docstring fix.
4433
4434         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
4435
4436 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4437
4438         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
4439         to nil.
4440
4441         * nnmail.el: Removed gnus-util autoload.
4442
4443         * gnus.el: Use gnus-prin1-to-string throughout.
4444
4445         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
4446         print-level.
4447
4448         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
4449         (gnus-treat-display-grey-xface): Removed.
4450
4451         * gnus-fun.el (gnus-grab-cam-face): New.
4452         (gnus-convert-image-to-gray-x-face): Removed.
4453         (gnus-convert-gray-x-face-to-xpm): removed.
4454         (gnus-convert-gray-x-face-region): Removed.
4455         (gnus-grab-gray-x-face): Removed.
4456
4457         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
4458
4459 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
4460
4461         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
4462         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
4463         bound.
4464
4465         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
4466
4467 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
4468
4469         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
4470         Remove -- these are bogus options which are never used.
4471
4472 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
4473
4474         * gnus-art.el (gnus-article-mode): Use summary tool bar.
4475
4476 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
4477
4478         * spam.el (spam-check-blackholes)
4479         (spam-blackhole-good-server-regex): new variable to skip some IPs
4480         when checking blackholes; use it
4481         (spam-check-bogofilter-headers)
4482         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
4483         case more X-Bogosity is used than just "Yes/No"
4484         (spam-ham-move-routine): semi-fixed, only first article is
4485         properly moved now
4486
4487 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
4488
4489         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
4490         as well.
4491
4492         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
4493
4494         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
4495
4496         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
4497
4498         * gnus-bcklg.el (gnus-backlog-shutdown): do.
4499
4500         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
4501
4502 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503
4504         * gnus-fun.el (gnus-face-encode): New function.
4505         (gnus-convert-png-to-face): Use it.
4506
4507         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
4508
4509 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
4510
4511         * mm-decode.el (mm-dissection-list): Remove.
4512         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
4513         only used in mm-remove-all-parts.
4514         (mm-remove-all-parts): Remove it, it's never called.
4515
4516 2003-01-25  Simon Josefsson  <jas@extundo.com>
4517
4518         * gnus-group.el (gnus-group-make-group): Report errors.
4519
4520         * nnimap.el (nnimap-request-create-group): Ditto.
4521
4522         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
4523
4524         * sieve.el (sieve-upload): Fix error printing.
4525
4526         * mm-encode.el (mm-qp-or-base64): Always QP iff
4527         mm-use-ultra-safe-encoding and cleartext PGP.
4528
4529         * gnus-sum.el (gnus-summary-select-article): Inhibit
4530         redisplay (mainly for secured messages).
4531
4532         * nnmail.el (nnmail-article-group): Copy body too (but don't
4533         process it).
4534
4535 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
4536
4537         * gnus-art.el (gnus-article-setup-buffer): Reset
4538         gnus-button-marker-list.
4539
4540 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4541
4542         * nntp.el (nntp-read-timeout): Default to using a second delay
4543         under Microsoft Windows.
4544
4545 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4546
4547         * nnheader.el (nnheader-directory-separator-character): New
4548         variable.
4549
4550 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4551
4552         * gnus-agent.el (gnus-agent-max-fetch-size)
4553         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
4554         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
4555         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
4556         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
4557         (gnus-agent-braid-nov, gnus-agent-load-alist)
4558         (gnus-agent-article-alist-save-format)
4559         (gnus-agent-read-agentview, gnus-agent-save-alist)
4560         (gnus-agent-fetch-group-1, gnus-agent-expire)
4561         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
4562         (gnus-agent-regenerate-group): Reformat to keep under eighty
4563         columns.  Reword docstrings so that first line is under eighty
4564         chars and a complete sentence.  Still need to work on the rear
4565         end of the file, in particular gnus-agent-expire.
4566
4567 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4568
4569         * gnus-agent.el (gnus-agentize): Indent.
4570
4571         * gnus.el (gnus-version-number): Bumped.
4572
4573 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4574
4575         * gnus.el: Oort Gnus v0.14 is released.
4576
4577 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4578
4579         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
4580         before beginning.  Tiny patch from Mark Thomas
4581         <swoon@bellatlantic.net>.
4582
4583 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4584
4585         * spam.el (spam-check-blackholes, spam-split)
4586         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
4587         gnus-message calls to show to users what spam.el is doing
4588
4589 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
4590
4591         * gnus-msg.el (gnus-message-replysign)
4592         (gnus-message-replyencrypt): Fix typo.
4593
4594 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4595
4596         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
4597         details.
4598
4599 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * gnus-art.el (gnus-article-press-button): let* -> let.
4602         (gnus-mime-security-show-details): Cleaned up.
4603         (gnus-mime-security-press-button): Save excursion.
4604         (gnus-insert-mime-security-button): Clean up.
4605
4606         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
4607
4608         * gnus-async.el (gnus-async-wait-for-article): Don't use a
4609         timeout.
4610
4611         * nntp.el (nntp-accept-process-output): Removed timeout.
4612         (nntp-read-timeout): New variable.
4613         (nntp-accept-process-output): Use it.
4614
4615         * gnus-sum.el (gnus-data-find-list): Remove *.
4616
4617 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4618
4619         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
4620         introduced on 2002-01-22.
4621         (gnus-summary-first-unseen-or-unread-subject): Ditto.
4622
4623 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
4624
4625         * spam.el (spam-check-regex-headers, spam-list-of-checks)
4626         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
4627         checks of incoming mail based on simple header regexp matching
4628
4629 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
4630
4631         * gnus-sum.el (gnus-spam-mark): set to `$'
4632
4633 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4634
4635         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
4636         gnus-newsgroup-unfetched, the list of articles whose headers have
4637         not been fetched from the server.
4638
4639         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
4640         parameter as it never worked due to a bug.  Added check to prevent
4641         selection of any article in the gnus-newsgroup-unfetched list.
4642         (gnus-summary-find-prev): Added check to prevent selection of any
4643         article in the gnus-newsgroup-unfetched list.
4644         (gnus-summary-first-subject): Documented API. Modified
4645         implementation so that constraints are handled independently.
4646         Added check to prevent selection of any article in the
4647         gnus-newsgroup-unfetched list.
4648         (gnus-summary-first-unseen-subject): Updated parameters in
4649         gnus-summary-first-subject call to match new API.
4650         (gnus-summary-first-unseen-or-unread-subject): Ditto.
4651         (gnus-summary-catchup): Do not mark unfetched articles as read.
4652
4653 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
4654
4655         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
4656         make-obsolete-variable allows only two arguments in XEmacs and
4657         Emacs 20.
4658
4659         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
4660         gnus-article-hide-pgp.
4661         (gnus-summary-make-menu-bar): do.
4662
4663         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
4664         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
4665         gnus-article-hide-pgp.
4666         (article-hide-pgp): Remove.
4667         (gnus-article-hide): Remove gnus-article-hide-pgp.
4668
4669         * gnus.el: Remove gnus-article-hide-pgp
4670
4671 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * message.el (message-required-headers): Doc fix.
4674
4675 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
4676
4677         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
4678         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
4679         option to make ifile a purely binary classifier
4680
4681 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4682
4683         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
4684         (mml-secure-encrypt-pgpmime): Removed double.
4685
4686         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
4687         debugging statements.
4688
4689 2003-01-21  Andreas Fuchs  <asf@void.at>
4690
4691         * mml-sec.el (mml-sign-alist): Added pgpauto.
4692
4693 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694
4695         * gnus.el (gnus-version-number): Bumped version number.
4696
4697 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4698
4699         * gnus.el: Oort Gnus v0.13 is released.
4700
4701 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * gnus-art.el (gnus-button-url-regexp): Removed |.
4704
4705         * message.el (message-send-hook): Doc fix.
4706
4707         * gnus-win.el (gnus-buffer-configuration): Display article
4708         instead of article-copy when `reply'.
4709
4710 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
4711
4712         * gnus.el (gnus-format): Change customize group to gnus.
4713         (gnus-cache): Add link.
4714         (gnus-group-charter-alist): Fix docstring.
4715
4716 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
4717
4718         * mailcap.el (mailcap-print-command): lpr-command might be
4719         unbound in XEmacs.
4720
4721 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4722
4723         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
4724
4725         * gnus-sum.el (gnus-summary-update-article-line): Fixed
4726         calculation of net characters added for use in the gnus-data
4727         structure.
4728
4729 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4730
4731         * nnmail.el (nnmail-process-unix-mail-format): Improve error
4732         message.  Suggested by Jari Aalto.
4733
4734 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4735
4736         * gnus-art.el (gnus-article-followup-with-original): Clean up.
4737         (gnus-article-reply-with-original): Ditto.
4738
4739         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
4740         read articles don't become unread.
4741
4742 2003-01-17  Simon Josefsson  <jas@extundo.com>
4743
4744         * gnus-fun.el (gnus-x-face-from-file):
4745         (gnus-face-from-file): Suggest image format in minibuffer prompt.
4746
4747         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4748         (gnus-convert-image-to-face-command): Doc fix.
4749
4750 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4751
4752         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
4753
4754 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
4755
4756         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
4757         avoid encoding problems.
4758
4759         * mailcap.el (mailcap-ps-command): New variable.
4760         (mailcap-mime-data): Add print entry where applicable.  Use
4761         pdftotext on a tty.
4762
4763 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4764
4765         * gnus-sum.el (gnus-alter-header-function): Add type and group.
4766
4767 2003-01-16  Simon Josefsson  <jas@extundo.com>
4768
4769         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4770         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
4771         (gnus-face-from-file): Doc fix; don't mention image format.
4772
4773 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4774
4775         * spam.el (spam-get-article-as-filename): new function (unused for now)
4776         (spam-get-article-as-buffer): new function
4777         (spam-get-article-as-string): use spam-get-article-as-buffer
4778         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
4779
4780 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4781
4782         * gnus-agent.el: Don't use `path'.
4783         From the GNU coding standards:
4784
4785             Please do not use the term ``pathname'' that is used in Unix
4786             documentation; use ``file name'' (two words) instead.  We use
4787             the term ``path'' only for search paths, which are lists of
4788             directory names.
4789
4790         * nnsoup.el (nnsoup-file-name): Ditto.
4791
4792         * nnmail.el (nnmail-pathname-coding-system): Ditto.
4793         (nnmail-group-pathname): Ditto.
4794
4795         * nnimap.el (nnimap-group-overview-filename): Ditto.
4796
4797         * nnheader.el (nnheader-pathname-coding-system): Ditto.
4798         (nnheader-group-pathname): Ditto.
4799
4800         * nnfolder.el (nnfolder-group-pathname): Ditto.
4801
4802         * gnus.el (gnus-home-directory): Ditto.
4803
4804         * gnus-group.el (gnus-group-icon-list): Ditto.
4805
4806 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
4807
4808         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
4809
4810         * message.el (message-mode-menu): Use it.
4811         (message-mode-menu): Deactivate "Yank Original" if there's no
4812         reply buffer.
4813
4814         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
4815
4816         * message.el (message-mark-active-p): New function.
4817
4818 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
4819
4820         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
4821         (spam-bogofilter-database-directory): new variables
4822         (spam-check-bogofilter-headers, spam-check-bogofilter)
4823         (spam-bogofilter-register-with-bogofilter)
4824         (spam-bogofilter-register-spam-routine)
4825         (spam-bogofilter-register-ham-routine)
4826         (spam-group-ham-processor-bogofilter-p): new functions for the new
4827         Bogofilter interface
4828         (spam-summary-prepare-exit): use the new Bogofilter functions
4829         (spam-list-of-checks): added spam-use-bogofilter-headers
4830         (spam-bogofilter-score): rewrote function
4831         (spam-check-bogofilter): optional score parameter, uses
4832         spam-check-bogofilter-headers better
4833         (spam-check-bogofilter-headers): optional score parameter
4834
4835         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
4836         default, in the gnus-start customization group.  Used to disable
4837         the spam-*/ham-* parameters.
4838         (gnus-group-ham-exit-processor-bogofilter): new ham processor
4839
4840 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
4841
4842         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
4843         XEmacs.
4844
4845         * gnus-ems.el (gnus-mark-active-p): do.
4846
4847 2003-01-15  Kevin Ryde  <user42@zip.com.au>
4848
4849         * gnus.texi (Using MIME): Mention auto-compression-mode with
4850         gnus-mime-copy-part.
4851
4852 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4853
4854         * message.el (message-send): Don't warn about duplicates when
4855         superseding.
4856
4857 2003-01-15  Simon Josefsson  <jas@extundo.com>
4858
4859         * nnimap.el (nnimap-split-download-body): New variable.
4860         (nnimap-split-articles): Use it.
4861
4862 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4863
4864         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
4865         integrity checker was incorrectly flagging, and removing, articles
4866         whose article number was negative.
4867         (gnus-agent-fetch-group-1): When executed in the group's summary
4868         buffer, refresh each downloaded line to update the status flag and
4869         font.  Preserve the value of gnus-newsgroup-headers so that
4870         gnus-agent-fetch-articles can split the requests by size.
4871         (gnus-agent-expire): Corrected day calculation for when
4872         gnus-agent-expire-days contains a list.
4873
4874 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4875
4876         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
4877
4878 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
4879
4880         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
4881           /usr/bin/play as default player.
4882           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
4883
4884 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
4887         articles to be marked as well.
4888
4889 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4890         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
4891         fictious headers generated by nnagent (ie. Undownloaded Article
4892         ####) in the list of articles that have not been downloaded.
4893
4894         * gnus-int.el (): Added require declarations to resolve
4895         compile-time warnings.
4896         (gnus-open-server): If the server status is set to offline,
4897         recursively execute gnus-open-server to open the offline backend
4898         (e.g. nnagent).
4899
4900 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
4901
4902         * gnus-art.el (gnus-article-reply-with-original): Use
4903         gnus-mark-active-p.
4904         (gnus-article-followup-with-original): do.
4905
4906 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4907
4908         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
4909
4910 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4911
4912         * gnus-score.el (gnus-score-edit-file-at-point): New function.
4913         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
4914
4915 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
4916
4917         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
4918         (gnus-face-from-file): Ditto.
4919
4920 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4921
4922         * gnus-sum.el (gnus-articles-to-read): Don't just apply
4923         gnus-alter-articles-to-read-function to the unread articles.
4924
4925 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4926
4927         * deuglify.el (gnus-article-outlook-unwrap-lines)
4928         (gnus-article-outlook-repair-attribution)
4929         (gnus-article-outlook-rearrange-citation): New function names,
4930         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
4931         doc-string.
4932
4933         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
4934         removed `W k' key binding (use `W Y f' instead).
4935         (gnus-summary-make-menu-bar): Use new function names.
4936
4937 2003-01-13  Simon Josefsson  <jas@extundo.com>
4938
4939         * gnus-fun.el (gnus-random-x-face): Doc fix.
4940         (gnus-insert-random-x-face-header): New function.
4941
4942 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
4943
4944         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
4945         mark is not active.
4946
4947         * gnus-msg.el (gnus-inews-do-gcc): Comment.
4948
4949         * gnus-ems.el (gnus-mark-active-p): New function.
4950
4951         * gnus-group.el (gnus-topic-mode-p): New function.
4952         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
4953         Deactivate items if mark is not active.
4954
4955 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4956
4957         * gnus.el (gnus-version-number): Bumped version.
4958         (gnus-summary-line-format): Doc fix.
4959
4960 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4961
4962         * gnus.el: Oort Gnus v0.12 is released.
4963
4964 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4965
4966         * mail-source.el (mail-sources): Removed autoload to make it
4967         compile under XEmacs.
4968
4969 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
4970
4971         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
4972         regexp or a function too.
4973         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
4974         confirmation even if the original article is mail.
4975
4976 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4977
4978         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
4979         articles to be marked when not yanking.
4980
4981 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
4982
4983         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
4984
4985 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4986
4987         * gnus-fun.el (gnus-face-from-file): Autoload.
4988
4989         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
4990         errors.
4991
4992 2003-01-12  Simon Josefsson  <jas@extundo.com>
4993
4994         * sieve.el (sieve-upload-and-bury): New.  Suggested by
4995         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4996
4997         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
4998         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4999
5000 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001
5002         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
5003         in every string.
5004
5005         * gnus.el (gnus-version-number): Bumped version number.
5006
5007 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5008
5009         * gnus.el: Oort Gnus v0.11 is released.
5010
5011 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
5012
5013         * message.el (message-fetch-reply-field): Narrow to headers.
5014
5015         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
5016         if Gnus isn't alive.
5017
5018 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5019
5020         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
5021         marks from articles that are already stored in the agent.
5022         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
5023         backup copy of an invalid .overview file for later analysis.
5024
5025 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
5026
5027         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
5028         exit work with two frames.
5029
5030 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
5031
5032         * message.el (message-forward-make-body): Use mule4.
5033
5034 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5035
5036         * message.el (message-mode-map): Move wide-reply command.
5037
5038 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5039
5040         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
5041         castellano.
5042         (gnus-outlook-display-hook): New variable.
5043         (gnus-outlook-display-article-buffer): New function.
5044         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
5045         (gnus-outlook-deuglify-article): Made them interactive and added
5046         optional arg.  Use `g-o-d-a-b'.
5047         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
5048
5049         * gnus-sum.el: Added autoloads.
5050         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
5051         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
5052
5053 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5054
5055         * gnus-art.el (gnus-display-mime): Use the mime emulation
5056         variable.
5057
5058         * gnus-sum.el (gnus-article-emulate-mime): New variable.
5059
5060         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
5061         newsrc-alist is initialized properly.
5062
5063         * mail-source.el (mail-sources): Autoload.
5064
5065         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
5066         nil.
5067
5068         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
5069         insert two newlines.
5070
5071         * message.el (message-check-news-header-syntax): Compute the
5072         header length correctly.
5073
5074 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5075
5076         * gnus-agent.el (gnus-agent-expire): Do not remove article from
5077         alist when keeping fetched article file.
5078         (gnus-agent-retrieve-headers): When parsing response for article
5079         numbers, use the same algorithm as gnus-agent-braid-nov to protect
5080         against garbage in the server's response.
5081
5082         * gnus-int.el (gnus-request-expire-articles,
5083         gnus-request-move-article): Only expire when the group's server
5084         has been agentized.
5085
5086 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5087
5088         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
5089         errors when deleting overlays.
5090
5091         * gnus-score.el (gnus-score-followup): Allow tracing.
5092
5093         * gnus-art.el (gnus-treat-display-face): New variable.
5094         (article-display-face): New command.
5095
5096         * gnus-fun.el (gnus-face-from-file): New function.
5097         (gnus-convert-face-to-png): Ditto.
5098
5099         * gnus-art.el (gnus-ignored-headers): Added Face.
5100
5101 2003-01-10  Simon Josefsson  <jas@extundo.com>
5102
5103         * nndraft.el (nndraft-request-group): Avoid crash in
5104         directory-files when draft directory doesn't exists.
5105
5106         * gnus-sum.el (gnus-select-article-hook): Add :option.
5107
5108 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5109
5110         * spam.el (spam-use-stat): new variable
5111         (spam-group-spam-processor-stat-p)
5112         (spam-group-ham-processor-stat-p): new convenience functions
5113         (spam-summary-prepare-exit): add spam/ham processors to sequence
5114         (spam-list-of-checks): add spam-use-stat to list of checks
5115         (spam-split): conditionally load the spam-stat tables
5116         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
5117         spam-check-ifile): new functions
5118
5119         * spam-stat.el (spam-stat): typo fix
5120         (spam-stat-install-hooks): new variable
5121         (spam-stat-split-fancy-spam-group): added documentation clarification
5122         (spam-stat-split-fancy-spam-threshhold): new variable
5123         (spam-stat-install-hooks): make hooks conditional
5124         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
5125
5126         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
5127         spam-stat ham/spam processor symbols
5128
5129 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5130
5131         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
5132         file exists.
5133
5134 2003-01-10  Simon Josefsson  <jas@extundo.com>
5135
5136         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
5137         undownloaded/downloadable only when unplugged.
5138
5139 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
5140
5141         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
5142
5143 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5144
5145         * spam.el (spam-check-ifile): fixed call-process-region to use the
5146         db parameter only if it's set
5147         (spam-ifile-register-with-ifile): ditto
5148
5149 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
5150
5151         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
5152         spam-stat-nbad before creating the hash table.
5153         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
5154         Changed copyright statement to FSF.
5155
5156 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5157
5158         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
5159         processable articles as read.
5160         (gnus-agent-summary-fetch-series): Remove processable and
5161         downloadable marks on all downloaded articles in the series.
5162
5163         * nntp.el (nntp-report): Throw error after reporting the problem.
5164         (nntp-accept-process-output): Corrected error check to report an
5165         error when the process is nil.
5166
5167 2003-01-09  Simon Josefsson  <jas@extundo.com>
5168
5169         * message.el (message-tool-bar-map): Add preview.
5170
5171 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
5172
5173         * mml.el (mml-preview): Get rid of MIME handles and buffers after
5174         previewing.
5175
5176 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
5177
5178         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
5179         bug when the (n+1)th article to be added to a group has a smaller
5180         number than the n articles already added.
5181
5182 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5183
5184         * message.el (message-mode-field-menu): Use backquote.
5185
5186 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
5187
5188         * spam.el: fixed the BBDB autoloads again, using
5189         bbdb-search-simple now (which is not a macro, thank god)
5190
5191         * lpath.el (bbdb-search): removed function from maybe-fbind list
5192
5193         * gnus.el (ham-process-destination): added new parameter for
5194         destination of ham articles found in spam groups at summary exit
5195
5196         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
5197         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
5198         (spam-ifile-database-path): added new parameter for ifile's database
5199         (spam-move-spam-nonspam-groups-only): new parameter to determine
5200         if spam should be moved from all groups or only some
5201         (spam-summary-prepare-exit): fixed logic to use
5202         spam-move-spam-nonspam-groups-only when deciding to invoke
5203         spam-mark-spam-as-expired-and-move-routine; always invoke that
5204         routine after the spam has been expired-or-moved in case there's
5205         some spam left over; use spam-ham-move-routine in spam groups
5206         (spam-ham-move-routine): new function to move ham articles to the
5207         ham-process-destinations group parameter
5208
5209 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
5212
5213         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5214         gnus-summary-update-article-line.
5215
5216 2003-01-08  Simon Josefsson  <jas@extundo.com>
5217
5218         * nnmail.el (nnmail-expiry-target-group): Request group, create it
5219         not successful.
5220
5221 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
5224
5225 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5226
5227         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
5228         logic, finally
5229
5230 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5231
5232         * gnus-spec.el (gnus-parse-format): %C is a complex format.
5233         (gnus-parse-format): Change to %~.
5234
5235         * message.el (message-generate-headers): Don't generate optional
5236         empty headers.
5237
5238 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5239
5240         * message.el (message-cross-post-default)
5241         (message-cross-post-note-function, message-shoot-gnksa-feet)
5242         (message-strip-subject-trailing-was, message-change-subject)
5243         (message-mark-insert-file, message-cross-post-followup-to)
5244         (message-cross-post-followup-to, message-mode-map)
5245         (message-generate-unsubscribed-mail-followup-to)
5246         (message-make-mail-followup-to): Minor changes to doc-strings and
5247         error messages.  Updated copyright line.
5248
5249         * message.el (message-make-mail-followup-to,
5250         message-generate-unsubscribed-mail-followup-to): New function
5251         names.  Renamed functions: "-mft" -> "-mail-followup-to".
5252         (message-make-mft, message-gen-unsubscribed-mft): Removed function
5253         names.
5254
5255         * mml.el (mml-preview-insert-mail-followup-to): New function name.
5256         (mml-preview-insert-mft): Removed function name.
5257         (mml-preview): Use new function names.
5258
5259         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
5260
5261         * message.el (message-mode-field-menu): Moved header related
5262         commands from "Message" to "Field" menu.
5263
5264 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5265
5266         * message.el (message-generate-headers-first): Added customization
5267         if variable is a list.
5268
5269 2003-01-07  Michael Shields  <shields@msrl.com>
5270
5271         * gnus-art.el (gnus-article-next-page): Correctly handle the case
5272         where the last line of the article is the last line of the window.
5273
5274 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5275
5276         * gnus-msg.el (gnus-debug): Use ignore-errors.
5277
5278         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5279         `gnus-summary-update-line'.
5280
5281 2003-01-08  Simon Josefsson  <jas@extundo.com>
5282
5283         * gnus-art.el (gnus-unbuttonized-mime-types)
5284         (gnus-buttonized-mime-types): Doc fix.
5285
5286 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5287
5288         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
5289
5290 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5291
5292         * nnrss.el (nnrss-group-alist): Add and clear up.
5293
5294 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5295
5296         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
5297
5298         * lpath.el (bbdb-search): added BBDB functions for a better way to
5299         fix missing functions
5300
5301         * spam.el (spam-check-ifile): if should be an unless
5302
5303         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
5304         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
5305         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
5306
5307 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5308
5309         * gnus-sum.el (gnus-summary-make-menu-bar): Added
5310         gnus-summary-refer-thread to thread menu.
5311
5312 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5313
5314         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
5315         summary buffer, articles that cannot be fetched are marked as
5316         canceled.
5317
5318         * nntp.el (nntp-with-open-group): The quit signal handler must
5319         propagate the quit signal to the next outer handler so that the
5320         caller knows that the request aborted abnormally.
5321
5322 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5323
5324         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
5325         (spam-ifile-register-spam-routine)
5326         (spam-ifile-register-ham-routine): added ifile functionality that
5327         does not use ifile-gnus.el to classify and register articles
5328         (spam-get-article-as-string): convenience function
5329         (spam-summary-prepare-exit): added ifile spam and ham registration
5330         (spam-ifile-all-categories, spam-ifile-spam-category)
5331         (spam-ifile-path, spam-ifile): added customization options
5332
5333         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
5334         exit processor
5335         (spam-process): added gnus-group-ham-exit-processor-ifile to the
5336         list of choices
5337
5338 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5339
5340         * gnus-score.el (gnus-score-followup): Also score immediate
5341         followups.
5342
5343 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344
5345         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
5346
5347 2003-01-07  Simon Josefsson  <jas@extundo.com>
5348
5349         * message.el (message-mode-menu): Fix receipt balloon help.
5350
5351 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
5352
5353         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
5354         always be interpreted as news.
5355
5356 2003-01-07  Simon Josefsson  <jas@extundo.com>
5357
5358         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
5359         gnus-sieve-script, instead of the global variable
5360         gnus-sieve-crosspost.  One-line patch from Steinar Bang
5361         <sb@dod.no>.
5362
5363 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5364
5365         * gnus.el: Renamed gnus-summary-*-uncached-face as
5366         gnus-summary-*-undownloaded-face to avoid confusing the agent with
5367         the cache.
5368
5369         * gnus-sum.el: Ditto.
5370
5371 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5372
5373         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
5374         in either the group or summary buffer.
5375         New command "JS", in summary buffer, will fetch articles per the
5376         group's category, predicate, and processable flags.
5377         (gnus-agent-summary-fetch-series): Rewritten to call
5378         gnus-agent-session-fetch-group once with all articles in the
5379         series.
5380         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
5381         return list of fetched articles.
5382         (gnus-agent-fetch-articles): Split fetch list into sublists such
5383         that the article buffer is only slightly larger than
5384         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
5385         the group's article alist is saved.
5386         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
5387         longer result in the agent trying to fetch an article.
5388         (gnus-agent-fetch-group-1): Can now be called in either the group
5389         or summary buffer.  Removed the max-fetch-size code that I added
5390         on 2002-12-13 as that capability is now part of
5391         gnus-agent-fetch-articles.  Added code to update summary buffer.
5392         When called in the group buffer, articles that can not be fetched
5393         are AUTOMATICALLY MARKED AS READ.
5394
5395         * gnus-sum.el (): Modified eval-when-compile to minimize
5396         misleading compilation warnings.
5397         (gnus-update-summary-mark-positions): Changed code to use
5398         gnus-undownloaded-mark rather than gnus-downloaded-mark.
5399
5400         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
5401         empty file as the parser assumes that the file isn't empty.
5402
5403         * nntp.el (nntp-send-string): The process-send-string call can,
5404         because it performs I/O on the process, change the process' state
5405         from open to closed.  If this happens, call nntp-report
5406         immediately to report the broken connection.
5407         (nntp-report): Rewritten to avoid needing a global variable to
5408         determine the appropriate course of action.  Instead, two function
5409         implementations are provided and the nntp-report function value is
5410         bound to the appropriate implementation.
5411         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
5412         (nntp-with-open-group): Now binds nntp-report's function cell
5413         rather than binding gnus-with-open-group-first-pass.  Added a
5414         condition-case to detect a quit during a nntp command.  When the
5415         quit occurs, the current connection is closed as a fetch articles
5416         request could have several megabytes queued up for reading.
5417         (nntp-retrieve-headers): Bind articles to itself.  If
5418         nntp-with-open-group repeats this command, I must have access to
5419         the original list of articles.
5420         (nntp-retrieve-groups): Ditto for groups.
5421         (nntp-retrieve-articles): Ditto for articles.
5422         (*): Replaced nntp-possibly-change-group calls to
5423         nntp-with-open-group forms in all, but one, occurrance.
5424         (nntp-accept-process-output): Bug fix. Detect when called with
5425         null process.
5426
5427 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
5428
5429         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
5430         if we don't need to.
5431         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
5432
5433 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434
5435         * gnus-group.el (gnus-group-make-web-group): Pass the select
5436         method on to group-create.
5437         (gnus-group-line-format-alist): %U is an integer.
5438
5439         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
5440         ephemeral groups.
5441         (gnus-summary-read-group-1): Ditto.
5442         (gnus-group-make-articles-read): Ditto.
5443
5444         * mm-url.el (mm-url-program): Doc fix.
5445
5446         * message.el (message-mode-map): Rebound
5447         message-insert-wide-reply.
5448
5449 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
5452         color as `gnus-group-startup-message' does.
5453
5454 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
5455
5456         * spam.el: fixed line lengths to 80 chars or less
5457
5458         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
5459         "not-read" mark
5460         (gnus-summary-mark-forward): added the spam-mark to the list of
5461         marks not to be marked as "read" when viewed
5462
5463 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5464
5465         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
5466
5467         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
5468         Protect against unactive groups.
5469
5470         * message.el (message-check-news-header-syntax): Check long
5471         header lines.
5472         (message-check-news-header-syntax): Update `start'.
5473
5474         * gnus-group.el (gnus-group-expire-articles): Doc fix.
5475         (gnus-group-line-format): %U.
5476         (gnus-group-line-format-alist): ?U.
5477         (gnus-number-of-unseen-articles-in-group): New function.
5478
5479         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
5480
5481         * gnus.el (gnus-version-number): Bump version number.
5482
5483 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5484
5485         * gnus.el: Oort Gnus v0.10 is released.
5486
5487 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488
5489         * gnus.el (gnus-version-number): Fix version number.
5490
5491 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5492
5493         * gnus.el: Oort Gnus v0.08 is released.
5494
5495 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
5496
5497         * mm-util.el: Add mm-string-make-unibyte.
5498
5499         * gnus-group.el (gnus-group-jump-to-group): Make it work for
5500         UTF-8 groups.
5501
5502 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503
5504         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
5505
5506         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
5507
5508 2003-01-04  Kevin Ryde  <user42@zip.com.au>
5509
5510         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
5511         function.
5512
5513 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
5516         (gnus-summary-read-group-1): Update group line.
5517         (gnus-summary-exit-no-update): Update group on exit.
5518
5519         * gnus-group.el (gnus-group-line-format): Add %*.
5520         (gnus-group-line-format-alist): Ditto.
5521         (gnus-group-insert-group-line): Set it.
5522         (gnus-group-is-exiting-p): New variable.
5523         (gnus-group-insert-group-line): Use it.
5524
5525 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
5526
5527         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
5528         enable BBDB ham processing
5529         (spam-blacklist-register-routine): enable blacklist spam processing
5530         (spam-whitelist-register-routine): enable whitelist ham processing
5531         (spam-fetch-field-from-fast): fast fetching of the "from" field
5532         from (gnus-data-list)
5533         (spam-summary-prepare-exit): works completely now
5534         (spam-use-blacklist): oops, should be nil by default
5535         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
5536         split processing now; before it was for summary exit as
5537         well but that's done with the spam-contents and spam-process
5538         parameters now
5539
5540 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
5541
5542         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
5543         characters.
5544
5545 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
5546
5547         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
5548         (spam-group-processor-p, spam-group-processor-bogofilter-p)
5549         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
5550         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
5551         (spam-mark-spam-as-expired-and-move-routine)
5552         (spam-generic-register-routine, spam-BBDB-register-routine)
5553         (spam-ifile-register-routine, spam-blacklist-register-routine)
5554         (spam-whitelist-register-routine): new functions
5555         (spam-summary-prepare-exit): added summary exit processing (expire
5556         or move) of spam-marked articles for spam groups; added slots for
5557         all the spam-*-register-routine functions
5558
5559 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * pop3.el (pop3-retr): Wait 500 msecs.
5562         (pop3-read-response): Ditto.
5563
5564         * gnus-msg.el (gnus-setup-message): Get the evaliation order
5565         right.
5566         (gnus-inews-make-draft): New function.
5567         (gnus-setup-message): Use it.
5568
5569         * message.el (message-required-headers): Add From.
5570
5571 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5572         Trivial patch from Norbert Koch <nk@viteno.net>.
5573
5574         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
5575
5576 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5577
5578         * message.el (message-generate-headers): Let header formatters do
5579         their work.
5580
5581 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
5582
5583         * deuglify.el (gnus-article-outlook-deuglify-article):
5584         Rehighlight, reapply treatments and call
5585         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
5586         (gnus-outlook-repair-attribution-block): Recognize cited
5587         attributions.  Suggested by Niklas Morberg.
5588
5589 2003-01-02  Pete Kazmier  <pete@kazmier.com>
5590
5591         * gnus-art.el (gnus-treat-predicate): Check condition first.
5592
5593 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
5594
5595         * lpath.el: Add url-http-file-exists-p.
5596
5597         * gnus-group.el (gnus-group-fetch-charter): Use
5598         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
5599
5600 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5601
5602         * message.el (message-draft-headers): Also generate From to get a
5603         nicer draft buffer summary.
5604
5605         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
5606         parameter.
5607
5608         * gnus-art.el (article-wash-html): Clean up.
5609         (article-wash-html): Typo fix.
5610
5611         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
5612         (gnus-summary-mail-forward): To many lists of lists.
5613
5614         * gnus-art.el (article-wash-html): Clean up.
5615
5616 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
5617
5618         * gnus-art.el (gnus-treat-wash-html): New variable.
5619
5620 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5621
5622         * message.el (message-check-news-header-syntax): Allow posting.
5623         (message-check-news-header-syntax): Fix logic for sure, this
5624         time.
5625
5626 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
5627
5628         * message.el (message-check-news-header-syntax): Check syntax of
5629         continuation headers.
5630
5631 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
5632
5633         * gnus-art.el (gnus-button-url-regexp,
5634         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
5635         (gnus-header-button-alist): Regexps are case insensitive here.
5636
5637 2003-01-02  Simon Josefsson  <jas@extundo.com>
5638
5639         * dig.el (query-dig): Doc fix.
5640
5641 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5642
5643         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
5644         summary buffer line, not just the download mark.
5645
5646 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647
5648         * gnus-sum.el (gnus-summary-goto-subjects): New function.
5649         (gnus-summary-insert-dormant-articles): New command and
5650         keystroke.
5651
5652         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
5653         function for mass insertion of subjects.
5654
5655         * nndraft.el (nndraft-generate-headers): Don't move point.
5656
5657         * gnus.el (nnheader): Require nnheader.
5658
5659         * nndraft.el (nndraft-request-associate-buffer): Use
5660         make-local-variable.
5661
5662 2003-01-02  Michael Shields  <shields@msrl.com>
5663
5664         * nndraft.el (nndraft-request-associate-buffer): Make
5665         write-contents-hooks buffer-local before setting it.
5666
5667 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668
5669         * gnus.el (gnus-group-parameter-value): Take an extra param.
5670         (gnus-group-fast-parameter): Let group param results be nil.
5671
5672         * gnus-art.el (gnus-article-forward-header): New function.
5673         (article-date-ut): Use it to remove continuation date headers.
5674
5675         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
5676         read-event.
5677         (gnus-summary-remove-bookmark): Clean up.
5678         (gnus-summary-set-bookmark): Clean up.
5679
5680         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
5681
5682         * gnus.el (gnus-group-startup-message): Bind data-directory to
5683         the Gnus etc directory.
5684
5685 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
5686
5687         * spam.el (spam-summary-prepare-exit): added slots for spam- and
5688         ham-processing of articles; use the new
5689         spam-group-(spam|ham)-contents-p functions
5690         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
5691         convenience functions
5692         (spam-mark-junk-as-spam-routine): use the new
5693         spam-group-spam-contents-p function
5694
5695         * gnus.el (spam-process, spam-contents, spam-process-destination):
5696         added new parameters with corresponding global variables
5697         (gnus-group-spam-exit-processor-ifile,
5698         gnus-group-spam-exit-processor-bogofilter,
5699         gnus-group-spam-exit-processor-blacklist,
5700         gnus-group-spam-exit-processor-whitelist,
5701         gnus-group-spam-exit-processor-BBDB,
5702         gnus-group-spam-classification-spam,
5703         gnus-group-spam-classification-ham): added new symbols for the
5704         spam-process and spam-contents parameters
5705
5706         * spam.el (spam-ham-marks, spam-spam-marks): changed list
5707         customization and list itself to store mark symbol rather than
5708         mark character.
5709         (spam-bogofilter-register-routine): added logic to generate mark
5710         values list from spam-ham-marks and spam-spam-marks, so (member)
5711         would work.
5712
5713 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * message.el (message-cross-post-followup-to): Fix comment.
5716
5717 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
5718
5719         * spam.el (spam-ham-marks, spam-spam-marks): changed list
5720         customization and list itself to store mark symbol rather than
5721         mark character.
5722         (spam-bogofilter-register-routine): added logic to generate mark
5723         values list from spam-ham-marks and spam-spam-marks, so (member)
5724         would work.
5725
5726 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
5727
5728         * message.el (message-signature-insert-empty-line): New variable.
5729
5730 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * message.el: Renamed functions and variables: "xpost" ->
5733         "cross-post", "-fup2" -> "-followup-to".
5734         (message-cross-post-old-target, message-cross-post-default,
5735         message-cross-post-note, message-followup-to-note,
5736         message-cross-post-note-function): New variables names.
5737         (message-xpost-old-target, message-xpost-default,
5738         message-xpost-note, message-fup2-note,
5739         message-xpost-note-function): Removed variable names.
5740         (message-cross-post-followup-to-header,
5741         message-cross-post-insert-note, message-cross-post-followup-to):
5742         New function names.
5743         (message-xpost-fup2-header, message-xpost-insert-note,
5744         message-xpost-fup2): Removed function names.
5745
5746 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * message.el (message-send-mail): Added message-cleanup-headers to
5749         prevent newlines in headers.
5750
5751 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * dns.el (dns-make-network-process): Comment.
5754
5755         * gnus-sum.el (gnus-summary-display-while-building): Default to
5756         nil.
5757
5758 2003-01-01  Wes Hardaker  <wes@hardakers.net>
5759
5760         * gnus-sum.el (gnus-summary-display-while-building): New
5761         variable.
5762
5763 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
5764
5765         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
5766         before rearranging the article.
5767
5768 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5769
5770         * nndraft.el (nndraft-generate-headers): New function.
5771         (nndraft-request-associate-buffer): Use it to write headers on
5772         buffer save.
5773
5774         * message.el (message-generate-headers): Let the function be a
5775         lambda form.
5776         (message-draft-headers): New variable.
5777
5778         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
5779         function.
5780         (gnus-setup-message): Use it.
5781
5782         * message.el (message-generate-headers-first): Doc fix.
5783         (message-setup-1): Use new function for getting which headers to
5784         generate.
5785         (message-headers-to-generate): New function.
5786
5787 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5788
5789         * gnus-agent.el (gnus-agent-save-alist): Make directory.
5790
5791 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
5792
5793         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
5794         mention negatives.
5795
5796 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
5797
5798         * deuglify.el (gnus-outlook-rearrange-article): Use
5799         `transpose-regions' instead of tempering the kill-ring.
5800         (gnus-article-outlook-deuglify-article): Rehighlight article
5801         instead of a complete redisplay.
5802
5803 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
5804
5805         * spam.el: most defvars are defcustoms now
5806
5807         patches from Michael Shields  <shields@msrl.com>
5808
5809         * spam.el (spam-bogofilter-articles): Select the article
5810         body using gnus-summary-show-article t instead of
5811         gnus-summary-select-article; this presents the raw text
5812         without running any hooks.
5813
5814         * spam.el (spam-bogofilter-articles): Use message-remove-header
5815         to remove headers; the old way incorrectly removed just the first
5816         line of folded headers.
5817
5818 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
5821
5822 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * gnus-start.el (gnus-load): New function.
5825         (gnus-read-newsrc-el-file): Use it.
5826
5827 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5828
5829         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
5830         (gnus-button-handle-apropos-documentation): New function.
5831         (gnus-button-handle-ctan): New function.
5832         (gnus-button-alist): Use them.  Improve some regexps.
5833         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
5834
5835 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5836
5837         * message.el (message-subscribed-p): New function.
5838         (message-send-mail): Use it.
5839         * mml.el (mml-preview-insert-mft): New function.
5840         (mml-preview): Use it.
5841
5842 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5843
5844         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
5845         when sorting by date.
5846
5847         * gnus-art.el (gnus-article-edit-mode): New variable.
5848         (gnus-article-setup-buffer): Warn user about discarding edits.
5849
5850         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
5851         (gnus-summary-pipe-output): Take a symbolic prefix to save all
5852         headers.
5853
5854         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
5855
5856 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5857
5858         * message.el (message-completion-alist): Added "Mail-Followup-To"
5859         and "Mail-Copies-To".
5860
5861 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5862
5863         * gnus-group.el: Add key bindings for
5864         gnus-group-sort-groups-by-real-name and
5865         gnus-group-sort-selected-groups-by-real-name.
5866
5867 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5868
5869         * gnus.texi (Sorting Groups): Add key bindings for
5870         gnus-group-sort-groups-by-real-name and
5871         gnus-group-sort-selected-groups-by-real-name.
5872
5873 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5874
5875         * spam.el (spam-use-dig): new variable for blackhole checking
5876         through dig.el
5877         (spam-check-blackholes): added dig.el checking functionality and
5878         more verbose reporting; query-dig is autoloaded from dig.el
5879         (spam-use-blackholes): disabled by default
5880         (spam-blackhole-servers): removed rbl.maps.vix.com from the
5881         blackhole servers list
5882
5883 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5884
5885         * message.el (message-required-headers): New variable.
5886
5887 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5888
5889         * dig.el (query-dig): new function
5890
5891 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5892
5893         * flow-fill.el (fill-flowed): Don't infloop on too long fill
5894         prefixes.
5895
5896         * dns.el (query-dns): Protect against errors.
5897
5898         * gnus-msg.el (gnus-article-yanked-articles): New variable.
5899         (gnus-inews-add-send-actions): Mark all answered messages as
5900         answered.
5901
5902 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
5903
5904         * nnmail.el (nnmail-split-it): Added tracing to
5905         `:' split rule
5906
5907 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5908
5909         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
5910         and "%s" so we don't overquote them.
5911
5912 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5913
5914         * (mm-display-external): Display the actual command that has been
5915         executed in the echo area.
5916
5917 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
5920
5921         * message.el (message-with-reply-buffer): New macro.
5922         (message-fetch-reply-field): Use it.
5923         (message-insert-wide-reply): New command and keystroke.
5924         (message-carefully-insert-headers): New function.
5925         (message-insert-to): Use new function.
5926
5927         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
5928         (gnus-topic-goto-missing-group): Use it.
5929
5930         * message.el (message-required-news-headers): Removed Lines.
5931         (message-reply): Don't insert References first.
5932         (message-followup): Ditto.
5933         (message-make-references): New function.
5934         (message-followup): Set message-reply-headers before generating
5935         the buffer stuff.
5936
5937 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
5938
5939         * mml.el (mml-generate-mime-1): Reverse the order of
5940         encoding/flowing.
5941
5942 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
5945         after moving them.
5946
5947         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
5948         fit with newer standard format.
5949         (gnus-summary-make-false-root-always): New variable.
5950         (gnus-gather-threads-by-subject): Use it.
5951
5952         * message.el (message-get-reply-headers): Take an address list
5953         optional argument.
5954
5955 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5956
5957         * gnus.el (gnus-keep-backlog): Change default to 20.
5958
5959         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
5960         start.
5961         (gnus-agent-check-overview-buffer): Remove negative article
5962         numbers.
5963
5964         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
5965         (nnmail-cache-ignore-groups): Doc fix.
5966
5967         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
5968         (nnimap-debug-buffer): New variable.
5969         (nnimap-debug): Use it.
5970
5971 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
5972
5973         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
5974
5975 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5976
5977         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
5978         they aren't already sorted.
5979
5980 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
5981
5982         * message.el (message-mode-menu): Add ellipses to menu items
5983         expecting user interaction.
5984         (message-mode-field-menu): do.
5985
5986 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
5987
5988         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
5989         it isn't used any more.
5990
5991 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
5992
5993         * binhex.el (binhex-decoder-program): Fix docstring.
5994
5995 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5996
5997         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
5998         special chars if the mailcap file uses single quotes around %s.
5999         From Laurent Martelli <laurent@bearteam.org>.
6000
6001 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
6002
6003         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
6004         return the info object.
6005
6006 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
6007
6008         * gnus-int.el (gnus-request-update-info): Artificially add
6009         (1 . (1- min)) to the read range, in case the backend doesn't
6010         store marks for nonexistent articles.
6011
6012 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * binhex.el (binhex-insert-char): Eval-and-compile.
6015
6016 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
6017
6018         * lpath.el: Add tool-bar-local-item-from-menu.
6019
6020         * message.el (message-tool-bar-local-item-from-menu): New function.
6021         (message-tool-bar-map): Use it.
6022
6023 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
6024
6025         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
6026
6027         * gnus-art.el (gnus-article-header-rank): Last header in
6028         gnus-sorted-header-list should have higher rank than non-members.
6029
6030 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6031
6032         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
6033         covered methods.
6034
6035 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6036
6037         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
6038         eval-when-compile.  Suggested by Kevin Greiner.
6039
6040 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
6041
6042         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
6043         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
6044         even though no headers may have been fetched
6045         (gnus-agent-fetch-group-1, and perhaps others, require this
6046         behavior).
6047         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
6048         server buffer is constrained by gnus-agent-max-fetch-size.
6049         Multiple chunks in the same group may perform arbitrarily large
6050         updates.
6051
6052 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
6053
6054         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
6055         gnus-summary-update-download-mark to update the article in the
6056         summary.
6057
6058 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
6059
6060         * gnus.el (gnus-summary-high-uncached-face,
6061         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
6062         New faces.
6063
6064         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
6065         added this on 2002-11-23 but it just wasn't working out as
6066         intended.  The idea isn't entirely dead, three new faces
6067         gnus-summary-*-uncached-face are being added to gnus.el to provide
6068         the basis for an improved implementation.
6069         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
6070         proper file to open is lib/servers.
6071         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
6072         (i.e. removing the article from gnus-newsgroup-downloadable) will
6073         now restore the article's default mark rather than simply setting
6074         no mark.
6075         (gnus-agent-get-undownloaded-list): Corrected documentation.
6076         Added code to set new summary local variable,
6077         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
6078         a temporary list.  No longer sets gnus-newsgroup-downloadable.
6079         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
6080         up to date.  Call new gnus-summary-update-download-mark to keep
6081         summary buffer up-to-date.
6082         (gnus-agent-fetch-selected-article): Keep
6083         gnus-newsgroup-undownloaded up to date.
6084         (gnus-agent-fetch-articles): Return list of articles that were
6085         successfully fetched.
6086         (gnus-agent-check-overview-buffer): No more thingatpt.
6087         (gnus-agent-expire): No longer deletes NOV entries of unread
6088         articles.
6089         (gnus-agent-unread-articles): New function.
6090         (gnus-agent-regenerate-group): The article number must be
6091         terminated by a tab character.  Added more messages to report
6092         repairs.  Inhibit quits while writing changes so it is now safe
6093         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
6094         downloaded to 1) resolve the unbound references and 2) avoid
6095         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
6096
6097         * gnus-art.el (gnus-article-prepare): The agent
6098         downloaded/undownloaded mark is no longer stored as the article's
6099         mark.
6100
6101         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
6102         gnus-summary-highlight may use it.  Added downloaded as
6103         gnus-summary-highlight was using it.
6104
6105         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
6106         the download mark now follows Kai's +/- convention.
6107         (gnus-downloaded-mark): Added ?+ mark.
6108         (gnus-summary-highlight): Added rules to select
6109         gnus-summary-high-uncached-face,
6110         gnus-summary-normal-uncached-face, and
6111         gnus-summary-low-uncached-face.  Removed the
6112         gnus-agent-downloaded-article-face.
6113         (gnus-summary-line-format-alist): Implemented the download flag
6114         format (?O) as named in the manual.  This implementation displays
6115         either gnus-undownloaded-mark, gnus-downloaded-mark, or
6116         gnus-no-mark.
6117         (gnus-newsgroup-agentized): New local variable that identifies
6118         which groups are agentized.  While the agent is now on by default,
6119         you don't have to agentize every server that you use.
6120         (gnus-update-summary-mark-positions): Completed support for the
6121         download type of mark.
6122         (gnus-summary-insert-line): Added undownloaded to the parameters.
6123         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
6124         reference by the gnus-summary-line-format-spec.
6125
6126         * nntp.el (nntp-with-open-group): This macro handles dropped or
6127         broken connections by opening a new connection and repeating the
6128         failed command.
6129         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
6130         XOVER commands preceeding the active articles with the nov entry
6131         of the first available article.  When gnus connected to such a
6132         server, the unexpected nov entry would result in duplicate lines
6133         in the agent's overview file.  This patch fixes the duplicate
6134         lines problem and improves performance by skipping over all
6135         articles IDs that preceed the first nov entry in the server's
6136         reply.
6137
6138 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
6141         (gnus-summary-highlight): Use it instead of `downloaded'.
6142         (gnus-summary-highlight-line): Ditto.
6143
6144         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
6145
6146 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6147
6148         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
6149
6150         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
6151         calls.
6152
6153         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
6154         downloaded variable if we're in an uncovered group.
6155
6156         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
6157         font to soemthing less noticeable.
6158         (gnus-agent-group-covered-p): New function.
6159
6160 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6161
6162         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
6163         Because of an unknown bug, the group buffer is saved in .overview
6164         file.
6165
6166 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6167
6168         * nntp.el (nntp-send-command): Braino in last commit.  Replace
6169         `and' with `or'.
6170
6171 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6172
6173         * nntp.el (nntp-send-command): Assume that echo does not happen
6174         when nntp-open-connection-function is nntp-open-network-stream.
6175         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
6176
6177 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6178
6179         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
6180
6181 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
6182
6183         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
6184         nntp-server-buffer if we aren't going to write to it.
6185
6186 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6187         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
6188
6189         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
6190
6191 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * rfc2047.el (rfc2047-decode-region): Remove newlines between
6194         decoded words.
6195
6196 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6197
6198         * gnus.el (fboundp): After loading mm-util, make sure it was the
6199         right one.
6200
6201 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6202
6203         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
6204         gnus-sum.  Made into a user option.
6205
6206         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6207         (gnus-summary-mark-article-as-unread)
6208
6209 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6210
6211         * time-date.el (date-to-time): Typo.
6212
6213         * parse-time.el: Typo.
6214
6215         * nnsoup.el (nnsoup-retrieve-headers): Typo.
6216
6217         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
6218
6219         * nnimap.el:
6220         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
6221
6222         * mm-encode.el (mm-safer-encoding): Typo.
6223
6224         * messcompat.el: Typo.
6225
6226         * message.el (message-face-alist): Typo.
6227
6228         * imap.el (imap-interactive-login, imap-open): Typos.
6229
6230         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
6231
6232         * gnus.el: Typo.
6233
6234         * gnus-win.el (gnus-configure-frame): Typo.
6235
6236         * gnus-util.el (gnus-atomic-progn-assign): Typo.
6237
6238         * gnus-topic.el (gnus-topic-sort-topics): Typo.
6239
6240         * gnus-sum.el (gnus-summary-article-number)
6241         (gnus-summary-read-group-1, gnus-summary-mark-article)
6242         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
6243
6244         * gnus-mule.el (gnus-mule-add-group): Typo.
6245
6246         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
6247
6248         * gnus-group.el (gnus-group-fetch-faq): Typo.
6249
6250         * gnus-art.el (gnus-decode-header-methods): Typo.
6251
6252         * flow-fill.el: Typo.
6253
6254 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6255
6256         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
6257
6258 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6259
6260         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6261         (gnus-summary-mark-article-as-unread)
6262         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
6263         Reformatting to avoid long lines.
6264         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
6265
6266 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
6267
6268         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
6269         be accessed through `mail-header-number'.
6270
6271 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6272
6273         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
6274         compressed range to gnus-summary-insert-articles.
6275
6276 2002-11-26  Kevin Ryde <user42@zip.com.au>
6277
6278         * gnus-art.el (gnus-mime-copy-part): Look for filename
6279         parameter under content-disposition, not content-type.
6280
6281         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
6282         (gnus-summary-reselect-current-group): Use it.
6283
6284 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6285
6286         * gnus-agent.el (gnus-agent-uncached-articles): if
6287         gnus-agent-load-alist fails, return ARTICLES.
6288
6289         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
6290
6291 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6292
6293         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
6294         superfluous function call.
6295         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
6296         Add warning to docstring.
6297
6298 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * gnus-agent.el: Autoload number-at-point instead.
6301         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
6302
6303 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6304
6305         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
6306         require thingatpt (for number-at-point) and protect against
6307         deactivate-mark being unbound (on XEmacs).
6308
6309 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6310
6311         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
6312         print message on entry.
6313
6314         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6315
6316         * gnus-range.el (gnus-range-difference): New function.
6317         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
6318
6319 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6320
6321         * gnus-sum.el (gnus-summary-insert-old-articles): Use
6322         gnus-remove-from-range instead of gnus-range-difference which
6323         doesn't exist.
6324
6325 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6326         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6327
6328         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
6329         used for showing which articles have been downloaded.
6330         (gnus-agent-article-alist): Format change.  Add documentation.
6331         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
6332         process-marked articles.
6333         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
6334         in the series are individually fetched to minimize lose of
6335         content due to an error/quit.
6336         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
6337         gnus-message instead of message.
6338         (gnus-agent-read-servers): Use file lib/methods instead of
6339         lib/servers.  TODO: Why?
6340         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
6341         (gnus-agent-get-undownloaded-list): Remove articles that appear to
6342         come from the agent.  This means that they are not downloaded.
6343         (gnus-agent-fetch-selected-article): Don't use history.
6344         (gnus-agent-save-history, gnus-agent-enter-history)
6345         (gnus-agent-article-in-history-p, gnus-agent-history-path):
6346         Removed function; history is not used anymore.
6347         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
6348         (gnus-agent-crosspost): Started rewrite then realized that a typo
6349         in gnus-agent-fetch-articles ensures that this function is never
6350         called.  This will need to be fixed later.
6351         (gnus-agent-check-overview-buffer): Some sanity checks on the
6352         agent overview buffer.  This is a safety net used during
6353         development.
6354         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
6355         changed, write a number to the file indicating this.
6356         (gnus-agent-fetch-headers): Rewrite to respect
6357         gnus-agent-consider-all-articles without relying on the
6358         `.fetched' files.  Make it fast.
6359         (gnus-agent-braid-nov): Change resulting from
6360         gnus-agent-fetch-headers change.
6361         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
6362         `.fetched' files.
6363         (gnus-agent-read-agentview): New function, used by
6364         gnus-agent-load-alist.
6365         (gnus-agent-load-fetched-headers): Remove.
6366         (gnus-agent-save-alist): Rewrite to accomodate new format.
6367         (gnus-agent-fetch-group-1): Make sure list of articles is in the
6368         same order as in gnus-newsgroup-headers.
6369         (gnus-agent-expire): Document and implement extra args ARTICLES,
6370         GROUP, FORCE.  Do not restrict usage.
6371         (gnus-agent-uncached-articles): New function.
6372         (gnus-agent-retrieve-headers): Use it.
6373         (gnus-agent-regenerate-group): No longer needs to be called from
6374         gnus-agent-regenerate.  Individual groups may be regenerated. The
6375         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
6376         The article fetch dates are validated in the article alist.  The
6377         article alist is pruned of entries that do not reference existing
6378         NOV entries.  All changes are computed then applied with
6379         inhibit-quit bound to t.  As a result, it is now safe to quit out of
6380         regeneration.  The optional clean parameter has been replaced with
6381         an optional reread parameter.  Clean is no longer necessary as
6382         regeneration gets the appropriate setting from
6383         gnus-agent-consider-all-articles.  The new reread parameter will
6384         result in fetched, or all, articles being marked as unread.
6385         (gnus-agent-regenerate): Removed code to regenerate the history
6386         file as it is no longer used.
6387
6388         * gnus-start.el (gnus-make-ascending-articles-unread): New
6389         function, for efficient mass-marking.
6390
6391         * gnus-sum.el (gnus-summary-highlight): Use new face for
6392         downloaded articles.
6393         (gnus-article-mark): Prefer to indicate read/unread status over
6394         downloaded status.
6395         (gnus-summary-highlight-line-0): New function, maybe rehighlights
6396         line.
6397         (gnus-summary-highlight-line): Use new face for downloaded
6398         articles.
6399         (gnus-summary-insert-old-articles): Improved performance by
6400         replacing the initial LIST of older articles with a compressed
6401         RANGE of older articles.  Some servers appear to lie about
6402         their active range so the original list could contain millions
6403         of article numbers.  The range is not expanded into a list
6404         until the optional ALL parameter has been applied.
6405
6406 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6407
6408         * gnus-agent.el (gnus-category-mode): Typo in doc string.
6409
6410 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
6411
6412         * spam.el:
6413         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
6414
6415         * spam.el: added `M s t' and `M s x' key mappings
6416
6417 2002-11-20  Simon Josefsson  <jas@extundo.com>
6418
6419         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
6420
6421 2002-11-19  Simon Josefsson  <jas@extundo.com>
6422
6423         * gnus-sum.el (gnus-summary-morse-message): Load
6424         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
6425         (unmorse-region): Autoload it instead.
6426
6427 2002-11-18  Simon Josefsson  <jas@extundo.com>
6428
6429         * gnus-sum.el (gnus-summary-morse-message): New function.
6430         (gnus-summary-wash-map): Bind to `W m'.
6431         (gnus-summary-make-menu-bar): Add.
6432
6433         * nnimap.el (nnimap-request-expire-articles): Compress sequence
6434         before storing \Deleted mark on expired articles.
6435
6436 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
6437         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
6438
6439         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
6440         parens in column 0.
6441
6442 2002-11-17  Juanma Barranquero  <lektu@terra.es>
6443
6444         * nnweb.el (nnweb-google-create-mapping): Fix typo.
6445
6446         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
6447
6448         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
6449
6450 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6451
6452         * message.el (message-set-auto-save-file-name): Use
6453         make-directory, to avoid the dependence on gnus-util.
6454
6455 2002-11-16  Simon Josefsson  <jas@extundo.com>
6456
6457         * nnimap.el (nnimap-callback-callback-function):
6458         (nnimap-callback-buffer): Removed, these cannot be global but must
6459         be embedded into the callback.
6460         (nnimap-make-callback): New.  Embedd article number, callback and
6461         buffer in function.
6462         (nnimap-callback, nnimap-request-article-part): Update.
6463
6464 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
6467
6468 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6469
6470         * gnus.el (gnus-summary-line-format): Document %C.
6471
6472 2002-11-11  Simon Josefsson  <jas@extundo.com>
6473
6474         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
6475         output when called interactively.
6476
6477 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
6480
6481         * message.el (message-draft-coding-system): Improve comment; use
6482         mm-auto-save-coding-system for the default value.
6483
6484         * nndraft.el (nndraft-request-article): Revert to the state before
6485         2002-10-29; regexp-quote mail-header-separator.
6486
6487 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
6488
6489         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
6490         allow editing of drafts from an nnvirtual group.
6491
6492 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * nndraft.el (nndraft-request-article): Replace emacs-mule with
6495         mm-auto-save-coding-system.
6496
6497         * message.el (message-draft-coding-system): Default to
6498         iso-2022-7bit.
6499
6500         * mm-util.el (mm-auto-save-coding-system): Undo last change to
6501         restore the default value to emacs-mule or escape-quoted.
6502
6503 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
6506         a delayed or a queued article as well as a draft.
6507
6508         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
6509         delayed or a queued article in the raw format; treat a delayed
6510         article as a raw article as well as a draft.
6511         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
6512         for the delayed group.
6513
6514         * nndraft.el (nndraft-request-article): Ignore auto save files for
6515         a delayed or a queued article; don't bother to decode a queued
6516         article; don't bind nnmail-file-coding-system for a queued article.
6517
6518         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
6519         and the queue group.
6520
6521 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
6522
6523         * gnus-group.el (gnus-group-delete-group):
6524         gnus-cache-active-hashtb might be void.
6525
6526 2002-11-02  Simon Josefsson  <jas@extundo.com>
6527
6528         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
6529         setting of the default user ID.  From Raymond Scholz
6530         <ray-2002@zonix.de>.
6531
6532 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
6533
6534         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
6535         charset.
6536
6537 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
6538         From Alex Schroeder <alex@emacswiki.org>
6539         * spam-stat.el (spam-stat-process-directory): add dir to message
6540         (spam-stat-reduce-size): No longer remove words
6541         with values close to 0.5, because the default value is 0.2.
6542
6543 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6544
6545         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
6546         documentation.
6547
6548 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6549
6550         * gnus-agent.el (gnus-agent-fetched-headers)
6551         (gnus-agent-load-fetched-headers)
6552         (gnus-agent-save-fetched-headers): Remove variable and two
6553         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
6554         works better.
6555         (gnus-agent-fetch-headers): New implementation from Kevin
6556         Greiner.  Uses gnus-agent-article-alist to store information
6557         about fetched messages which aren't on the server anymore.  The
6558         trick is to return a list of considered messages to the caller,
6559         but to only fetch those which haven't been fetched yet.
6560
6561 2002-10-30  Simon Josefsson  <jas@extundo.com>
6562
6563         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
6564
6565         * pgg.el (pgg-passphrase-cache-expiry): Removed.
6566
6567 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6568
6569         * mm-view.el (mm-w3m-local-map-property): Make it work with older
6570         versions of emacs-w3m than 1.3.3.
6571
6572         * lpath.el: Bind w3m-minor-mode-map.
6573
6574         * mm-view.el (mm-w3m-mode-command-alist)
6575         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
6576         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
6577         (mm-setup-w3m): Simplified.
6578         (mm-w3m-local-map-property): New function.
6579         (mm-inline-text-html-render-with-w3m): Use it.
6580
6581         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
6582         mm-w3m-local-map-property.
6583
6584 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * mm-util.el (mm-auto-save-coding-system): Default to
6587         iso-2022-7bit.
6588
6589         * nndraft.el (nndraft-request-article): Decode an article using
6590         the coding-system emacs-mule if it seems to have been saved using
6591         emacs-mule.
6592         (nndraft-request-replace-article): Use message-draft-coding-system
6593         instead of mm-auto-save-coding-system for the draft or delayed
6594         group.
6595
6596 2002-10-28  Josh  <huber@alum.wpi.edu>
6597
6598         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
6599         functions.
6600
6601 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6602         From mah@everybody.org (Mark A. Hershberger).
6603
6604         * mm-url.el (mm-url-insert-file-contents): Make it return the same
6605         type values ("url" size) regardless of the values of
6606         mm-url-use-external.
6607
6608 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6609
6610         * nnimap.el (nnimap-request-article-part): Try harder to show
6611         group name in debugging message.
6612
6613 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6614
6615         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
6616         directory if it doesn't exist.
6617         (gnus-agent-fetch-headers): Remove old cruft that tried to
6618         abstain from downloading articles more than once if
6619         gnus-agent-consider-all-articles was true.  This is now done
6620         properly via the .fetched files.
6621
6622 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * nndraft.el (nndraft-request-article): Treat delayed articles
6625         like drafts.
6626
6627 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
6630
6631 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6632
6633         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
6634         Remove unused optional arg DIR and corresponding code.
6635
6636         * nnimap.el (nnimap-request-article-part): Include group name in
6637         debugging output.
6638
6639 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
6640
6641         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
6642
6643 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6644
6645         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
6646         contains range of headers that have been fetched by the agent
6647         already.  Compare gnus-agent-article-alist.
6648         (gnus-agent-file-header-cache): Like
6649         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
6650         (gnus-agent-fetch-headers): Improve comment.  Revert to old
6651         seen/recent logic.
6652         Remember which headers have been fetched before and don't fetch
6653         them again the next time round.
6654         (gnus-agent-load-fetched-headers)
6655         (gnus-agent-save-fetched-headers): New functions, for remembering
6656         which headers have been fetched before.
6657
6658 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * lpath.el: Remove useless bindings.
6661
6662 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
6663
6664         * gnus-sum.el (gnus-summary-execute-command): Disable visual
6665         features while searching.
6666
6667 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6668
6669         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
6670
6671 2002-10-22  Simon Josefsson  <jas@extundo.com>
6672
6673         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
6674         (pgg-snarf-keys): Add.
6675
6676 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * lpath.el: Fbind bbdb-records.
6679
6680         * spam.el: Don't autoload bbdb-records.
6681
6682 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
6685         prevent inf-loop.
6686
6687 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6688
6689         * nnslashdot.el: Removed some test lines.
6690         More test.
6691
6692 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6693
6694         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
6695         are known to be downloaded already.
6696
6697 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6698
6699         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
6700         (mm-text-html-washer-alist): Ditto.
6701
6702 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6703
6704         * nnheader.el (nnheader-remove-body): Fix an error of detecting
6705         boundary between headers and body.
6706         * nnml.el (nnml-parse-head): Ditto.
6707
6708 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6709
6710         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
6711         entries.
6712
6713         * gnus-group.el (gnus-fetch-group): Allow an optional
6714         specification of the articles to select.
6715
6716         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
6717
6718 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6719
6720         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
6721         headers from the group, update variable `articles' to contain
6722         only those numbers where headers exist.  (When fetching all
6723         articles in a group, Gnus creates lots of numbers where there is
6724         no articles.)
6725
6726 2002-10-20  Steve Youngs  <youngs@xemacs.org>
6727
6728         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
6729         doesn't have the 'alist custom type, use cons cells instead.
6730         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
6731         (pgg-parse-hash-algorithm-alist): Ditto.
6732         (pgg-parse-compression-algorithm-alist): Ditto.
6733         (pgg-parse-signature-type-alist): Ditto.
6734
6735         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
6736
6737         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
6738
6739         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
6740
6741 2002-10-19  Simon Josefsson  <jas@extundo.com>
6742
6743         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
6744         buffer.
6745
6746 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6747
6748         * gnus-spec.el (gnus-make-format-preserve-properties)
6749         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
6750         properties also on XEmacs.  `gnus-xmas-format' is like format but
6751         preserves text properties on XEmacs (though it only understands
6752         simple format specs).  The variable
6753         `gnus-make-format-preserve-properties' controls whether the
6754         function is used, and is checked in `gnus-parse-simple-format'.
6755         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
6756
6757         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
6758         output.
6759         (gnus-agent-consider-all-articles): New variable.
6760         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
6761         (gnus-agent-fetch-headers): Depending on
6762         gnus-agent-consider-all-articles, maybe get all articles.
6763         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
6764         `read'.
6765         (gnus-predicate-imples-unread): New function.
6766         (gnus-agent-fetch-headers): Optimize to call
6767         gnus-list-of-unread-articles if that is sufficient.
6768         Check unseen and recent instead of seen and recent.
6769         (gnus-agent-fetch-headers): Abstain from calling
6770         gnus-list-range-intersection if range (a . b) would have (> a b).
6771
6772 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * message.el (message-send-mail): Make it possible to perform
6775         edebug-defun.
6776
6777 2002-10-18  Simon Josefsson  <jas@extundo.com>
6778
6779         * gnus-art.el (gnus-button-man-handler): Change default to
6780         `manual-entry' (defined in both emacsen).
6781         (gnus-button-man-handler): Remove emacsen difference and use
6782         `manual-entry'.
6783
6784 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * spam.el: Wrap autoload settings for bbdb-records,
6787         executable-find and ifile-spam-filter with eval-and-compile.
6788         (spam-display-buffer-contents): Remove.
6789         (spam-bogofilter-score): Merge spam-display-buffer-contents.
6790
6791 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
6792
6793         * spam.el (spam-display-buffer-contents): New function.
6794         (spam-bogofilter-score): use spam-display-buffer-contents, patch
6795         from Katsumi Yamaoka <yamaoka@jpl.org>.
6796
6797 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6798
6799         * nnheader.el (nnheader-parse-naked-head): New function.
6800         (nnheader-parse-head): Use the above function, in order to handle
6801         continuation lines properly.
6802         (nnheader-remove-body): New function.
6803         (nnheader-remove-cr-followed-by-lf): New function.
6804         (nnheader-ms-strip-cr): Use the above function.
6805
6806         * gnus-agent.el (gnus-agent-regenerate-group): Call
6807         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
6808         `nnheader-parse-head'.
6809         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
6810
6811         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
6812         continuation lines by itself; call `nnheader-parse-naked-head'
6813         instead of `nnheader-parse-head'.
6814         * nndiary.el (nndiary-parse-head): Ditto.
6815         * nnfolder.el (nnfolder-parse-head): Ditto.
6816         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
6817         * nnmaildir.el (nnmaildir--update-nov): Ditto.
6818         * nnml.el (nnml-parse-head): Ditto.
6819
6820 2002-10-17  Steve Youngs  <youngs@xemacs.org>
6821
6822         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
6823         XEmacs, default to it if featurep 'xemacs.
6824
6825 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * spam-stat.el: Check for the existence of hash functions instead
6828         of the Emacs version to decide whether to load cl.  Suggested by
6829         Kai Gro\e,A_\e(Bjohann.
6830
6831 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6832
6833         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
6834         if it isn't open yet.
6835
6836 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus-group.el: Require mm-url only when compiling.
6839         (gnus-group-fetch-charter): Require mm-url.
6840
6841         * spam-stat.el: Require cl for the functions gethash,
6842         hash-table-count, make-hash-table and mapc for Emacs 20.
6843         (puthash): Alias to cl-puthash for Emacs 20.
6844         (with-syntax-table): New macro for Emacs 20.
6845
6846 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
6847
6848         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
6849
6850 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
6851
6852         * spam.el (spam-check-ifile): added ifile as a spam checking
6853         backend, and spam-use-ifle as the variable to toggle that check.
6854
6855 2002-10-12  Simon Josefsson  <jas@extundo.com>
6856
6857         * message.el (message-beginning-of-line): New variable.
6858         (message-beginning-of-line): Use it.
6859
6860 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
6861
6862         * spam.el: more compilation fixes for BBDB
6863
6864         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
6865         (spam-stat-reduce-size): Interactive.
6866         (spam-stat-reset): New function.
6867         (spam-stat-save): Interactive.
6868
6869 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * gnus.el: Autoload gnus-delay-initialize.
6872
6873         * message.el: Autoload gnus-delay-article.
6874
6875 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
6876
6877         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
6878         text property in Emacs.
6879
6880 2002-10-11  Simon Josefsson  <jas@extundo.com>
6881
6882         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
6883         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
6884
6885         * mml1991.el (mml1991-pgg-sign): Remove CR.
6886
6887 2002-10-10  Simon Josefsson  <jas@extundo.com>
6888
6889         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
6890         decrypt failed.
6891         (mml2015-trust-boundaries-alist): Removed.
6892         (mml2015-gpg-extract-signature-details): Don't use it.
6893         (mml2015-unabbrev-trust-alist): New.
6894         (mml2015-gpg-extract-signature-details): Use it.
6895
6896 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
6897
6898         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
6899         BBDB installed
6900
6901         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
6902         statistical analysis of spam in Lisp only
6903
6904 2002-10-10  Simon Josefsson  <jas@extundo.com>
6905
6906         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
6907         auth, selected or examine state.
6908
6909         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
6910         buffer and error buffer depending on type of information.
6911
6912         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
6913         --status-fd stuff even if gpg.el is not used (revert earlier
6914         change).
6915         (mml2015-pgg-{clear-,}verify): Store both output and errors as
6916         gnus details.
6917         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
6918         buffer.
6919
6920         * pgg.el (pgg-verify-region): Use it.
6921
6922         * pgg-def.el (pgg-query-keyserver): New variable.
6923
6924         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
6925         key-identifier in packet.  Is this a good idea?
6926
6927         * mml.el (mml-mode-map): Add security commands that operates on
6928         MIME parts.
6929         (mml-menu): And menu items for them.
6930
6931         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
6932
6933         * mml.el (mml-parse-1): Support sender in #secure tags.
6934
6935         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
6936         defined.
6937
6938         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
6939         (mml-pgp-encrypt-buffer): Support combined signing.
6940
6941         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
6942         (mml1991-gpg-encrypt): Ditto.
6943         (mml1991-pgg-encrypt): Ditto.
6944         (mml1991-encrypt): Pass sign parameter.
6945
6946         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
6947         (mml-signencrypt-style): Mention the variable.
6948
6949 2002-10-09  Simon Josefsson  <jas@extundo.com>
6950
6951         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
6952         pgg-gpg-user-id.
6953
6954         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
6955         (pgg-fetch-key-function): Nil if w3 is not installed.
6956
6957 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6958
6959         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
6960         gnus-agent-current-history.
6961
6962 2002-10-06  Simon Josefsson  <jas@extundo.com>
6963
6964         * imap.el (imap-parse-status): Don't use read to read token.
6965
6966 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6967
6968         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
6969         for methods not covered by the agent, and when unplugged.
6970
6971 2002-10-05  Simon Josefsson  <jas@extundo.com>
6972
6973         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
6974         signing.
6975
6976         * gnus-agent.el (gnus-agent-read-servers): If getting method from
6977         a named server fails, ignore the server.
6978
6979         * mml1991.el (mml1991-pgg-sign): Do QP.
6980
6981         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
6982         work.
6983
6984 2002-10-04  Simon Josefsson  <jas@extundo.com>
6985
6986         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
6987
6988         * pgg-pgp.el (pgg-pgp-verify-region): Inline
6989         binary-write-decoded-region from MEL.
6990
6991         * pgg.el (pgg-encrypt-region): Support sign.
6992
6993         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
6994
6995         * mml2015.el (mml2015-pgg-encrypt): Ditto.
6996
6997         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
6998         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
6999         branch where PGG was taken from in the ChangeLog entries below.
7000
7001 2002-10-01  Simon Josefsson  <jas@extundo.com>
7002
7003         * pgg-pgp.el: Don't require mel.  Don't use luna.
7004         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
7005         (pgg-pgp-process-region): Use expand-file-name instead of concat.
7006         (pgg-pgp-process-region): Don't use binary-funcall.
7007
7008         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
7009
7010         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
7011         instead of concat.
7012
7013         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7014
7015 2002-09-29  Simon Josefsson  <jas@extundo.com>
7016
7017         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
7018         compile warnings.
7019
7020         * pgg.el (pgg-decrypt-region): Don't parse packet.
7021
7022         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
7023
7024 2002-09-29  Daiki Ueno <ueno@unixuser.org>
7025
7026         * pgg.el: Remove dependency on calist.el.
7027
7028 2002-09-28  Simon Josefsson  <jas@extundo.com>
7029
7030         * pgg.el (pgg-temporary-file-directory): New variable.
7031         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
7032
7033         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
7034         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
7035
7036         * pgg-parse.el (pgg-char-int): Defalias.
7037         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
7038         (pgg-read-bytes, pgg-read-body): Use it.
7039         (pgg-decode-packets): Don't use MEL, use base64-*.
7040         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
7041         (pgg-string-as-unibyte): Defalias.
7042         (pgg-parse-armor-region): Use it.
7043
7044         * pgg-gpg.el (pgg-gpg-process-region): Use
7045         pgg-temporary-file-directory.
7046
7047         * luna.el: Don't def-edebug.
7048
7049         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
7050         binary-write-decoded-region from MEL.
7051
7052         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
7053
7054         * alist.el, calist.el: Don't require product/APEL.
7055
7056         * pgg-parse.el (top-level): Remove dependency on static.el,
7057         pccl.el, mel.el.
7058         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
7059         `define-ccl-program' is boundp, instead of using broken.
7060
7061 2002-10-01  Simon Josefsson  <jas@extundo.com>
7062
7063         * message.el (message-required-mail-headers): Remove Lines:.
7064
7065 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7066         From Jesper Harder.
7067
7068         * gnus-group.el (gnus-group-fetch-charter,
7069         gnus-group-fetch-control): Prompt for group if given a prefix
7070         argument.
7071         * gnus-sum.el (t): Add gnus-group-fetch-charter and
7072         gnus-group-fetch-control to summary key map and menu.
7073
7074 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
7075
7076         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
7077         number when there are no articles.
7078
7079 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7080
7081         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
7082         arg ALL means to fetch all articles, not only downloadable ones.
7083         (gnus-agent-fetch-selected-article): New function for
7084         gnus-select-article-hook or gnus-mark-article-hook.
7085
7086 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7087         From Peter von der Ahe <nospam2159@daimi.au.dk>.
7088
7089         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
7090         raw-text.
7091
7092 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
7093
7094         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
7095         Pinard).
7096         Major revamp of the code, documentation is in comments in the file
7097         for now.
7098
7099 2002-09-30  Simon Josefsson  <jas@extundo.com>
7100
7101         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
7102         buffer seem to be needed?
7103
7104 2002-09-29  Simon Josefsson  <jas@extundo.com>
7105
7106         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
7107         compile warnings.
7108
7109         * mml1991.el (mml1991-function-alist): Add pgg.
7110         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
7111         (mml1991-pgg-encrypt): Fix recipients querying.
7112
7113 2002-09-28  Simon Josefsson  <jas@extundo.com>
7114
7115         * mml2015.el (autoload): Autoload correct files.  Trivial patch
7116         from dme@dme.org.
7117         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
7118         handle is returned.
7119
7120 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7123         Protect against non-existent of `nnimap-mailbox-info'.
7124
7125 2002-09-27  Simon Josefsson  <jas@extundo.com>
7126
7127         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
7128         (gnus-setup-news-hook): Use it.
7129         (gnus-after-getting-new-news-hook): Ditto.
7130
7131         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
7132
7133 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7134         From Mats Lidell <matsl@contactor.se>.
7135
7136         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
7137
7138 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7139
7140         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
7141         the part to decode encoded words, use raw words instead of decoded
7142         words.
7143
7144 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7145
7146         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
7147
7148         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
7149         (mm-setup-w3m): Use it.
7150
7151 2002-09-27  Simon Josefsson  <jas@extundo.com>
7152
7153         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
7154         article buffers.
7155
7156         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
7157         it just in case.
7158         (nnimap-update-unseen): New function; update unseen count in
7159         `n-m-info'.
7160         (nnimap-close-group): Call it.
7161
7162         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
7163         (gnus-after-getting-new-news-hook): Ditto.
7164
7165         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
7166         message into verboselevel 9.  Change slow mail check message.
7167         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
7168         (nnimap-fixup-unread-after-getting-new-news): New function, to be
7169         used as a hook after getting new mail.
7170
7171 2002-09-26  Simon Josefsson  <jas@extundo.com>
7172
7173         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
7174         SELECT/EXAMINE is first unseen article, not number of unseen
7175         articles.  Make them distinct by renaming the former to
7176         `first-unseen' instead of `unseen'.
7177
7178         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
7179         too.
7180         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
7181         changed.
7182         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
7183
7184         * gnus-int.el (gnus-server-unopen-status): Defcustom.
7185
7186         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
7187         better.
7188
7189         * mml2015.el (mml2015-pgg-decrypt): Only add security information
7190         if dissecting resulting buffer actually had any information.
7191
7192 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
7195         because the function `string<' allows symbols.
7196
7197         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
7198
7199 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7200
7201         * message.el (message-forward-make-body): Revert an early change
7202         because 8-bit utf-8 emails.
7203
7204 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7205
7206         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
7207         links to Info)
7208         * gnus-art.el (gnus-treat-highlight-signature):
7209         * gnus-art.el (gnus-treat-buttonize):
7210         * gnus-art.el (gnus-treat-buttonize-head):
7211         * gnus-art.el (gnus-treat-emphasize):
7212         * gnus-art.el (gnus-treat-strip-cr):
7213         * gnus-art.el (gnus-treat-unsplit-urls):
7214         * gnus-art.el (gnus-treat-leading-whitespace):
7215         * gnus-art.el (gnus-treat-hide-headers):
7216         * gnus-art.el (gnus-treat-hide-boring-headers):
7217         * gnus-art.el (gnus-treat-hide-signature):
7218         * gnus-art.el (gnus-treat-fill-article):
7219         * gnus-art.el (gnus-treat-hide-citation):
7220         * gnus-art.el (gnus-treat-hide-citation-maybe):
7221         * gnus-art.el (gnus-treat-strip-list-identifiers):
7222         * gnus-art.el (gnus-treat-strip-pgp):
7223         * gnus-art.el (gnus-treat-strip-pem):
7224         * gnus-art.el (gnus-treat-strip-banner):
7225         * gnus-art.el (gnus-treat-highlight-headers):
7226         * gnus-art.el (gnus-treat-highlight-citation):
7227         * gnus-art.el (gnus-treat-date-ut):
7228         * gnus-art.el (gnus-treat-date-local):
7229         * gnus-art.el (gnus-treat-date-english):
7230         * gnus-art.el (gnus-treat-date-lapsed):
7231         * gnus-art.el (gnus-treat-date-original):
7232         * gnus-art.el (gnus-treat-date-iso8601):
7233         * gnus-art.el (gnus-treat-date-user-defined):
7234         * gnus-art.el (gnus-treat-strip-headers-in-body):
7235         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
7236         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
7237         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
7238         * gnus-art.el (gnus-treat-unfold-headers):
7239         * gnus-art.el (gnus-treat-fold-headers):
7240         * gnus-art.el (gnus-treat-fold-newsgroups):
7241         * gnus-art.el (gnus-treat-overstrike):
7242         * gnus-art.el (gnus-treat-display-xface):
7243         * gnus-art.el (gnus-treat-display-smileys):
7244         * gnus-art.el (gnus-treat-from-picon):
7245         * gnus-art.el (gnus-treat-mail-picon):
7246         * gnus-art.el (gnus-treat-newsgroups-picon):
7247         * gnus-art.el (gnus-treat-body-boundary):
7248         * gnus-art.el (gnus-treat-capitalize-sentences):
7249         * gnus-art.el (gnus-treat-fill-long-lines):
7250         * gnus-art.el (gnus-treat-play-sounds):
7251         * gnus-art.el (gnus-treat-translate):
7252         * gnus-art.el (gnus-treat-x-pgp-sig):
7253         * gnus-art.el (gnus-mime-button-line-format):
7254         * gnus-art.el (gnus-button-man-level):
7255         * gnus-art.el (gnus-button-emacs-level):
7256         * gnus-cus.el (gnus-group-parameters):
7257         * gnus-gl.el (bbb-build-mid-scores-alist):
7258         * gnus-group.el (gnus-group-line-format):
7259         * gnus-mlspl.el (gnus-group-split-setup):
7260         * gnus-mlspl.el (gnus-group-split):
7261         * gnus-msg.el (gnus-mailing-list-groups):
7262         * gnus-msg.el (gnus-posting-styles):
7263         * gnus-nocem.el (gnus-nocem-issuers):
7264         * gnus-score.el (gnus-score-regexp-bad-p):
7265         * gnus-srvr.el (gnus-server-line-format):
7266         * gnus-topic.el (gnus-topic-line-format):
7267         * gnus.el (gnus-summary-line-format):
7268         * mail-source.el (mail-sources):
7269         * message.el (message-subscribed-address-file):
7270         * nnmail.el (nnmail-split-fancy):
7271
7272 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
7273
7274         * mail-source.el(mail-source-run-script): use `functionp' to test
7275         whether the argument `script' is in fact a function.
7276         (mail-sources): adjust the defcustom to allow users to specify a
7277         function or a string as the value of the `:prescript' and
7278         `:postscript' arguments of the `file' and `pop3' mail sources.
7279
7280 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
7281
7282         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
7283         number when article 1 does not exist.
7284
7285 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7286
7287         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
7288         apropos if apropos-variable does not exist.
7289         (gnus-button-guessed-mid-regexp)
7290         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
7291         regexes.  From Reiner Steib.
7292         (gnus-button-handle-describe-function)
7293         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
7294         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
7295         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
7296
7297 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
7298         Trivial patch.
7299
7300         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
7301         the file.
7302
7303 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7304
7305         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
7306
7307 2002-09-24  Simon Josefsson  <jas@extundo.com>
7308
7309         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
7310         (mml2015-use): Prefer PGG if installed.
7311         (mml2015-function-alist): Add PGG wrappers.
7312         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
7313         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
7314         prefix, make regexp optionally skip it.
7315         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
7316         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
7317         (mml2015-pgg-encrypt): New functions.
7318         (defvar, autoload): Prevent byte-compile warnings.
7319
7320 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7321         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7322
7323         * gnus-art.el (article-strip-banner): Check for the existence of
7324         from header.
7325
7326 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7327
7328         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
7329         (gnus-button-alist): Improved regexp for
7330         gnus-button-handle-mid-or-mail (false positives), fixed
7331         gnus-button-handle-man entries.
7332         From Reiner Steib.
7333
7334 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7335         From Josh Huber.
7336
7337         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
7338         nnmail-extra-headers is non-nil.
7339
7340 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7341
7342         * nnmaildir.el: Store article numbers persistently.  General
7343         revision.
7344         (nnmaildir-request-expire-articles): handle 'immediate and 'never
7345         for nnmail-expiry-wait; delete instead of moving if 'force is
7346         given.
7347
7348 2002-09-23  Simon Josefsson  <jas@extundo.com>
7349         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
7350
7351         * smime.el (smime-sign-buffer): Get key and extra certs.
7352         (smime-get-key-with-certs-by-email): Utility function.
7353
7354 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7355         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
7356
7357         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
7358         article exists.
7359
7360 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7361
7362         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
7363
7364 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7365         From Reiner Steib.
7366
7367         * gnus-art.el (gnus-button-handle-custom,
7368         gnus-button-handle-mid-or-mail,
7369         gnus-button-handle-describe-{function,variable,key},
7370         gnus-button-handle-apropos{,command,variable}): New functions.
7371         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
7372         gnus-button-{man,emacs,mail}-level): New variables.
7373         (gnus-button-alist): Use the above to buttonize emacs and mail
7374         related links.
7375
7376 2002-09-18  Juanma Barranquero  <lektu@terra.es>
7377
7378         * gnus-int.el (gnus-status-message): Fix spacing.
7379
7380         * imap.el (imap-continuation): Fix typos.
7381
7382 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7383
7384         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
7385
7386         * gnus-art.el (gnus-article-reply-with-original): Correct
7387         with-current-buffer scope.
7388
7389         * message.el (message-completion-alist): Add Reply-To, From, etc.
7390
7391 2002-09-18  Simon Josefsson  <jas@extundo.com>
7392
7393         * nnimap.el (nnimap-request-expire-articles): Make flag setting
7394         conditional.  From Nevin Kapur <nevin@jhu.edu>.
7395
7396 2002-09-17  Simon Josefsson  <jas@extundo.com>
7397
7398         * nnimap.el (nnimap-expiry-target): Don't search for which
7399         articles exists here.
7400         (nnimap-request-expire-articles): Do it here instead.  Only expire
7401         when articles are found.  Suggested by Nevin Kapur
7402         <nevin@jhu.edu>.
7403
7404 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7405         From Reiner Steib <reiner.steib@gmx.de>.
7406
7407         * message.el (message-strip-subject-trailing-was)
7408         (message-change-subject, message-add-archive-header)
7409         (message-xpost-fup2-header, message-xpost-insert-note)
7410         (message-xpost-fup2, message-reduce-to-to-cc): New functions
7411         adopted from message-utils.el.  Add functions to the keymap, mode
7412         describtion and menu.
7413         (message-change-subject,message-xpost-fup2): Signal error if
7414         current header is empty.
7415         (message-xpost-insert-note): Changed insert position.
7416         (message-archive-note): Ensure to insert note in message body (not
7417         in head).
7418         (message-archive-header, message-archive-note)
7419         (message-xpost-default, message-xpost-note, message-fup2-note)
7420         (message-xpost-note-function): New variables adopted from
7421         message-utils.el.  Changed some doc-strings.
7422         (message-mark-insert-{begin,end}): Rename from
7423         message-{begin,end}-inserted-text-mark (message-utils.el), changed
7424         values.
7425         (message-subject-trailing-was-query)
7426         (message-subject-trailing-was-ask-regexp)
7427         (message-subject-trailing-was-regexp): New variables.
7428         (message-to-list-only): Added doc-string and menu entry.
7429
7430         * message-utils.el: Removed.  Functions are now in message.el.
7431
7432 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7433
7434         * gnus-art.el (gnus-article-reply-with-original,
7435         gnus-article-followup-with-original): Switch to
7436         gnus-summary-buffer before reply/followup.
7437
7438 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
7439
7440         * gnus-sum.el (gnus-summary-toggle-header): The article window may
7441         not exist. Toggle it anyway.
7442
7443 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7444
7445         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
7446
7447         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
7448         Trivial patch from Urban Engberg <ue@ccieurope.com>.
7449
7450         * rfc2047.el (message-posting-charset): Defvar it.
7451         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
7452         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
7453
7454         * mail-source.el (mail-source-fetch): Hide password.
7455
7456         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
7457
7458 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7459         From John Paul Wallington <jpw@shootybangbang.com>.
7460
7461         * gnus.el (gnus-visual, gnus-meta): Fix typo.
7462
7463 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
7466
7467 2002-09-11  Simon Josefsson  <jas@extundo.com>
7468
7469         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
7470         (nnimap-split-rule): Doc fix.
7471         (nnimap-request-expire-articles): Cleanup code.
7472
7473 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7474         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7475
7476         * gnus-art.el (gnus-article-address-banner-alist): New option.
7477         (article-strip-banner): Refer the above option to split banners of
7478         free mail servers, when no group parameter is specified.
7479
7480 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * nntp.el (nntp-wait-for-string): Check for a process in the
7483         current buffer instead of `nntp-server-buffer'.
7484
7485 2002-09-09  Simon Josefsson  <jas@extundo.com>
7486
7487         * gnus-art.el (gnus-button-man-handler): New variable.
7488         (gnus-button-alist): Use g-b-handle-man.
7489         (gnus-button-handle-man): New, call g-b-man-handler.
7490
7491 2002-09-08  Simon Josefsson  <jas@extundo.com>
7492
7493         * gnus-art.el (gnus-button-alist): Buttonize man page links.
7494
7495 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7496
7497         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
7498
7499 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7500
7501         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
7502
7503         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
7504         keystroke.
7505
7506         * gnus-srvr.el (gnus-browse-describe-group): New command and
7507         keystroke.
7508
7509 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
7512         value for gnus-decoration property.
7513
7514 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7515
7516         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
7517         string) as group name in case we have a CRLF in the file.
7518
7519 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
7520
7521         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
7522         group.
7523         (rfc1843-decode-hzp): do.
7524         (rfc1843-newsgroups-regexp): do.
7525
7526 2002-09-04  Simon Josefsson  <jas@extundo.com>
7527
7528         * message.el (message-canlock-generate): Make sure sha1 doesn't
7529         call external programs.
7530
7531 2002-09-03  Simon Josefsson  <jas@extundo.com>
7532
7533         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
7534
7535         * gnus-agent.el (gnus-agent-batch): Add doc.
7536
7537 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
7538
7539         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
7540         check for signed and encrypted parts.
7541         * mml.el (mml-parse-1): Correct small typo which preventing
7542         setting recipients in a secure tag.
7543
7544 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * mm-util.el (mm-coding-system-priorities): Default to a list of
7547         iso-2022-jp and others for the Japanese environment.
7548
7549 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
7552         invalid display names.
7553
7554 2002-08-30  Simon Josefsson  <jas@extundo.com>
7555
7556         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
7557         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
7558
7559 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
7560
7561         * gnus.el (gnus-group-charter-alist): New option.
7562         (gnus-group-fetch-control-use-browse-url): New option.
7563
7564         * gnus-group.el (gnus-group-fetch-charter): New function.
7565         (gnus-group-fetch-control): New function.
7566         Add them to the keymap and menu. Require mm-url.
7567
7568 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
7571         From Alex Schroeder <alex@emacswiki.org>.
7572
7573 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
7574
7575         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
7576         items expecting user interaction.
7577
7578         * gnus-topic.el (gnus-topic-make-menu-bar): do.
7579
7580         * gnus-sum.el (gnus-summary-make-menu-bar): do.
7581
7582         * gnus-srvr.el (gnus-server-make-menu-bar): do.
7583
7584         * mml.el (mml-menu): do.
7585
7586 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * mail-source.el (mail-source-touch-pop): New function.
7589
7590         * message.el (message-smtpmail-send-it): New function.
7591         (message-send-mail-function): Add it for a candidate.
7592
7593 2002-08-27  Simon Josefsson  <jas@extundo.com>
7594
7595         * gnus-msg.el (posting-charset-alist): Use
7596         gnus-define-group-parameter instead of defcustom.
7597         (gnus-put-message): Handle SPC in GCC.
7598         (gnus-inews-insert-gcc): Ditto.
7599         (gnus-inews-insert-archive-gcc): Ditto.
7600
7601 2002-08-26  Simon Josefsson  <jas@extundo.com>
7602
7603         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
7604         (gnus-agentize): Auto agentize all nntp and nnimap groups.
7605         (gnus-agent-possibly-save-gcc): Autoload.
7606         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
7607
7608 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus.el (gnus-other-frame-function): New user option.
7611         (gnus-other-frame): Use it; add a doc-string; make it work with
7612         the gnuclient program.
7613
7614         * gnus-util.el (gnus-frame-or-window-display-name): New function.
7615
7616         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
7617         `device-connection' and `dfw-device'.
7618
7619 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7620
7621         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
7622         positives, make it stricter.  From Jochen Hein (trivial change).
7623
7624 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * gnus.el (gnus-other-frame): Trivial fix.
7627
7628 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * gnus.el (gnus-other-frame-parameters): New user option.
7631         (gnus-other-frame-object): New variable.
7632         (gnus-other-frame): Make it search for existing Gnus frame; don't
7633         read new news; delete frame on exit.
7634
7635         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
7636
7637         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
7638
7639 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7640         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
7641
7642         * message.el (message-set-auto-save-file-name): Add support for
7643         the Cygwin Emacs; the system-type is `cygwin'.
7644         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
7645
7646 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7647
7648         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
7649
7650         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
7651         avoid arithmetic errors.
7652
7653 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
7656
7657 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
7660         (message-ignored-resent-headers): Add envelope From.
7661
7662 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7663
7664         * gnus.el (gnus-summary-line-format): Document %k specifier.
7665
7666 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7667
7668         * gnus-sum.el (gnus-summary-line-message-size): New function.
7669         (gnus-summary-line-format-alist): Use it.
7670
7671 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-art.el (article-make-date-line): Refer to the value for
7674         `gnus-article-time-format' in the summary buffer.
7675
7676         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
7677
7678 2002-08-14  Simon Josefsson  <jas@extundo.com>
7679
7680         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
7681         quoting.
7682         (gnus-button-alist): Fix doc.
7683         (gnus-header-button-alist): Use ' not ` for default value quoting.
7684         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
7685         rationale similar to 2002-05-01 change.
7686         (gnus-article-add-buttons-to-head): Evaluate expression.
7687
7688         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
7689
7690 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * message.el (message-font-lock-keywords): Refer to the value for
7693         `message-cite-prefix-regexp' dynamically.
7694
7695 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-art.el (gnus-decode-header-methods): Doc fix.
7698
7699 2002-08-12  Simon Josefsson  <jas@extundo.com>
7700
7701         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
7702         (imap-shell-open): Skip initial junk before IMAP greeting.
7703
7704 2002-08-11  Simon Josefsson  <jas@extundo.com>
7705
7706         * message-utils.el (message-xpost-default,
7707         message-xpost-fup2-header, message-xpost-fup2): Fixed
7708         Typos.  Trivial changes from Reiner Steib
7709         <4uce.02.r.steib@gmx.net>.
7710
7711 2002-08-09  Simon Josefsson  <jas@extundo.com>
7712
7713         * message.el (message-canlock-password): Set
7714         canlock-password-for-verify to newly generated canlock-password.
7715         When Emacs is restarted, Custom makes sure this is set, but during
7716         the same session we must set it manually.
7717
7718 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
7719
7720         * yenc.el: New file.
7721
7722         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
7723         (mm-uu-type-alist): Add yenc.
7724         (mm-uu-yenc-filename): New function.
7725         (mm-uu-yenc-extract): New function.
7726
7727         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
7728
7729 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7730
7731         * dgnushack.el (merge): Don't use coerce.
7732
7733 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
7734
7735         * mailcap.el (mailcap-mime-data): Test window-system rather than
7736         mm-device-type.
7737         (mailcap-mime-data): Call xdvi and gv with "-safer".
7738
7739         * mm-util.el: Don't define mm-device-type.
7740
7741 2002-08-05  Simon Josefsson  <jas@extundo.com>
7742
7743         * mm-util.el (mm-coding-system-priorities): coding-system type not
7744         supported everywhere.
7745
7746 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7747
7748         * gnus.el (gnus-version-number): Bumped version number.
7749
7750 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7751
7752         * gnus.el: Oort Gnus v0.07 is released.
7753
7754 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7755
7756         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
7757         (gnus-article-sort-functions): Doc fix.
7758         (t): New keystroke.
7759         (gnus-article-sort-by-random): New function.
7760         (gnus-thread-sort-by-random): New function.
7761
7762 2002-08-02  Simon Josefsson  <jas@extundo.com>
7763
7764         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
7765         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
7766
7767 2002-07-31  Danny Siu  <dsiu@adobe.com>
7768
7769         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
7770         when splitting malformed messages without message-id
7771
7772 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7773         From Niklas Morberg <niklas.morberg@axis.com>.
7774
7775         * nnweb.el (nnweb-type, nnweb-type-definition)
7776         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
7777         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
7778         functionality.
7779         * nnweb.el: Removed old non-functioning search engines.
7780
7781 2002-07-27  Simon Josefsson  <jas@extundo.com>
7782
7783         * message.el (message-forward-make-body): Don't use
7784         `message-forward-ignored-headers' when doing a "raw" followup (it
7785         is important to preserve e.g. CTE).
7786
7787         * flow-fill.el (fill-flowed): Disable filladapt-mode.
7788
7789         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
7790         regexp-quote, Cyrus Sieve is fixed.
7791
7792         * sieve-manage.el (sieve-manage-deletescript): New function.
7793
7794         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
7795         (sieve-manage-mode): Fix menubar.
7796         (sieve-activate): Change some messages.
7797         (sieve-deactivate-all): New function.
7798         (sieve-deactivate): New alias.
7799         (sieve-remove): New function.
7800         (sieve-help): Fix help.
7801         All suggested by Ned Ludd.
7802
7803 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
7806         (mm-w3m-safe-url-regexp): New user option.
7807
7808         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
7809         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
7810
7811 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
7812
7813         * gnus-sum.el (gnus-summary-delete-article): Force
7814         nnmail-expiry-target to 'delete, so that absolute deletion
7815         happens when absolute deletion is requested.
7816
7817 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7818         From Nevin Kapur <nevin@jhu.edu>.
7819
7820         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
7821         headers as empty headers.
7822
7823 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7824         From Jochen Hein <jochen@jochen.org>.
7825
7826         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
7827         correct typo.
7828         (gnus-emphasis-strikethru): New face.
7829
7830 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7831         From Jason Merrill <jason@redhat.com>.
7832
7833         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
7834         entire file for each of a sequence of missing articles.
7835
7836         * gnus-salt.el (gnus-binary-display-article): Respect an existing
7837         value for gnus-view-pseudos.
7838
7839         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
7840         avoid nreverse.
7841
7842 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7843         From Ted Zlatanov <teodor.zlatanov@divine.com>.
7844
7845         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
7846         (gnus-summary-mode-line-format-alist): Add %h for number of
7847         spams.
7848         (gnus-newsgroup-spam-marked): New variable.
7849         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
7850         (gnus-article-read-p, gnus-article-mark)
7851         (gnus-set-global-variables, gnus-set-global-variables)
7852         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
7853         (gnus-summary-mark-article-as-unread)
7854         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
7855         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
7856         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
7857
7858 2002-07-10  Simon Josefsson  <jas@extundo.com>
7859
7860         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
7861         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
7862
7863 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
7864
7865         * gnus-sum.el (gnus-summary-delete-article): Respect group
7866         parameters while expiring.
7867
7868 2002-07-08  Simon Josefsson  <jas@extundo.com>
7869
7870         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
7871         Enberg.
7872
7873 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7874
7875         * gnus-art.el (article-unsplit-urls): Only display MIME when this
7876         function is called interactively.  From Niklas Morberg.
7877
7878 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7879
7880         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
7881         cdaar to cdar and car.
7882
7883         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
7884         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
7885
7886 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
7889         don't break a narrowed article.
7890
7891         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
7892         (nntp-open-via-rlogin-and-telnet): Ditto.
7893
7894 2002-07-02  Didier Verna  <didier@xemacs.org>
7895
7896         * nnmail.el (nnmail-split-methods): fix custom type.
7897
7898 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7899
7900         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
7901         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
7902
7903 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7904
7905         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
7906         (gnus-summary-resend-message): Use it.
7907
7908 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * nntp.el (nntp-via-rlogin-command-switches): New variable.
7911         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
7912
7913 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7914
7915         * message.el (message-font-lock-keywords): Don't fontify
7916         headers in the message body, only in the header.
7917         (message-font-lock-make-header-matcher): New function, used by
7918         message-font-lock-keywords.
7919         From Katsumi Yamaoka <yamaoka@jpl.org>.
7920
7921 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
7924
7925 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
7928
7929 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7930
7931         * message.el (message-font-lock-keywords): Revert 2002-06-22
7932         change.
7933
7934 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7935
7936         * message.el (message-font-lock-keywords): Put colon in header
7937         name match.
7938
7939 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7940
7941         * message.el (message-font-lock-keywords): Don't use header faces
7942         in the body.  Thanks to Stefan Monnier for the hint on the
7943         implementation.
7944
7945 2002-05-09  Miles Bader  <miles@gnu.org>
7946
7947         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
7948         (gnus-article-hide-citation): Respect it.
7949
7950 2002-04-12  Juanma Barranquero  <lektu@terra.es>
7951
7952         * pop3.el (pop3-open-server): Fix typo.
7953
7954 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
7955
7956         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
7957         instead of push to ignore duplicate to-(list|address) values.
7958         * nnmail.el (nnmail-cache-ignore-groups): New.
7959         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
7960
7961 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7962
7963         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
7964         before sending.  Suggested by Jan Rychter.
7965
7966 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * dgnushack.el (remove): New compiler macro.
7969         (last, coerce, subseq): Remove compiler macros for those built-in
7970         or unused functions.
7971
7972 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7973
7974         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
7975         sure to write byte-compiled versions of gnus-*-format-alist to
7976         .newsrc.eld.  From Simon Josefsson.
7977
7978 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7979
7980         * gnus-agent.el (gnus-agent-read-servers)
7981         (gnus-agent-write-servers): Put server name (string like
7982         "nnchoke:frumple") in the file instead of a server specification
7983         (Lisp expression like (nnchoke "frumple" ...parameters...)).
7984         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
7985
7986 2002-06-16  Simon Josefsson  <jas@extundo.com>
7987
7988         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
7989         Reiner Steib <4uce.02.r.steib@gmx.net>.
7990
7991 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7992
7993         * nnheader.el (nnheader-file-name-translation-alist): Set the
7994         default value for MS Windows systems.
7995
7996         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
7997
7998 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * message.el (message-beginning-of-line): Keep the region active
8001         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
8002
8003 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
8004
8005         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
8006         * gnus-msg.el (gnus-summary-reply): Ditto.
8007         * gnus-msg.el (gnus-summary-handle-replysign): New.
8008
8009 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * message.el (message-send-mail-with-sendmail): Kill errbuf even
8012         if sending failed.
8013
8014 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
8015
8016         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
8017         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
8018         to sign while encrypting.
8019
8020 2002-06-11  Simon Josefsson  <jas@extundo.com>
8021
8022         * gnus-int.el (gnus-request-move-article): Agent expire article if
8023         successfuly moved.
8024
8025         * nnweb.el (nnweb-google-create-mapping): Honors the value of
8026         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
8027
8028 2002-06-10  Simon Josefsson  <jas@extundo.com>
8029
8030         * gnus-int.el (gnus-request-expire-articles): Fix last change?
8031
8032 2002-06-09  Simon Josefsson  <jas@extundo.com>
8033
8034         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
8035
8036         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
8037
8038 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8039
8040         * flow-fill.el (fill-flowed): Ignore errors.
8041
8042 2002-06-06  Simon Josefsson  <jas@extundo.com>
8043
8044         * message.el (message-send-mail-with-sendmail): Improve error message.
8045
8046 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8047
8048         * message.el (message-interactive): Change default from nil to t.
8049         Better to be safe than to be fast.
8050
8051 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8052
8053         * message.el (message-send-mail-with-sendmail): Check return value
8054         from call-process-region.
8055
8056 2002-06-04  Simon Josefsson  <jas@extundo.com>
8057
8058         * gnus-msg.el (gnus-group-mail, gnus-group-news)
8059         (gnus-group-post-news, gnus-summary-mail-other-window)
8060         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
8061         gnus-article-copy to nil, thereby inhibiting the `header' posting
8062         style match to use data from last viewed article.
8063         Suggested by Hrvoje Niksic.
8064
8065 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * spam.el (spam-point-at-eol): New alias.
8068         (spam-parse-whitelist): Use it.
8069
8070 2002-06-03  Simon Josefsson  <jas@extundo.com>
8071
8072         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
8073         (nnmail-article-group): Use it.
8074
8075 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8076
8077         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
8078         so that code reading them won't be surprised.  From Jesper Harder
8079         <harder@ifa.au.dk>.
8080
8081 2002-05-29  Simon Josefsson  <jas@extundo.com>
8082
8083         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
8084         articles.
8085
8086         * gnus.el (gnus-agent-cache): Doc fix.
8087         (gnus-agent): Change default to t.
8088
8089         * gnus-agent.el (gnus-agent-expire): Make it accept optional
8090         ARTICLES, GROUP and FORCE parameters.
8091
8092 2002-05-28  Simon Josefsson  <jas@extundo.com>
8093
8094         * gnus-group.el (gnus-group-line-format): Doc fix.
8095
8096 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8097
8098         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
8099         original article before yanking.  From Jesper Harder
8100         <harder@ifa.au.dk>.
8101
8102 2002-05-26  Simon Josefsson  <jas@extundo.com>
8103
8104         * gnus-sum.el (gnus-summary-menu-split): New function.
8105         (gnus-summary-make-menu-bar): Split charset submenu.
8106         (gnus-summary-menu-maxlen): New variable.
8107         (gnus-summary-menu-split): Use it.
8108
8109 2002-05-25  Simon Josefsson  <jas@extundo.com>
8110
8111         * mml.el (mml-preview): Generate some headers.
8112
8113         * gnus.el (gnus-large-newsgroup): Fix :type.
8114
8115         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
8116         Agent cache NOV's by default now).
8117         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
8118
8119 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
8120
8121         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
8122         call to gnus-parent-id when we check for References loops.
8123         (gnus-summary-prepare-threads): Avoid simplifying every Subject
8124         twice by saving the simplified subject string in simp-subject.
8125
8126 2002-05-23  Simon Josefsson  <jas@extundo.com>
8127
8128         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
8129         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
8130
8131         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
8132         Niklas Morberg <niklas.morberg@axis.com>.
8133
8134 2002-05-22  Simon Josefsson  <jas@extundo.com>
8135
8136         * sieve.el (sieve-change-region): Define it before it is used.
8137
8138         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
8139         (gnus-summary-reply): Ask for confirmation when replying to news.
8140         Defaults to not ask.  From Benjamin Rutt
8141         <rutt+news@cis.ohio-state.edu>.
8142
8143         * nnimap.el (nnimap-nov-is-evil): Improve doc.
8144
8145 2002-05-21  Simon Josefsson  <jas@extundo.com>
8146
8147         * sieve-mode.el (sieve-manage): Fix autoloads.
8148
8149         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
8150         name (makes it work with recent Cyrus timsieved).
8151
8152 2002-05-20  Jason  <jbaker@cs.utah.edu>
8153         Trivial patch.
8154
8155         * gnus-art.el (gnus-request-article-this-buffer): Try
8156         reconnecting if you don't get the message.
8157
8158 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8159
8160         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
8161         Reply-To headers from the headers.
8162
8163 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8164
8165         * mm-url.el (mm-url-insert): Remove junk message.
8166
8167 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8168
8169         * nnslashdot.el (nnslashdot-request-list): Parse new html.
8170         (nnslashdot-use-front-page): New variable.
8171         (nnslashdot-request-list): Use it.
8172
8173         * mm-url.el (mm-url-timeout): New variable.
8174         (mm-url-retries): Ditto.
8175         (mm-url-insert): Use it.
8176
8177 2002-05-16  Simon Josefsson  <jas@extundo.com>
8178
8179         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
8180         (gnus-simplify-subject-functions): Mention g-s-a-w.
8181
8182 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
8183
8184         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
8185         nnmail-cache-insert.
8186         * nndiary.el (nndiary-request-accept-article): Ditto.
8187         * nnfolder.el (nnfolder-request-accept-article): Ditto.
8188         * nnimap.el (nnimap-request-accept-article): Ditto.
8189         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
8190         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
8191         * nnmbox.el (nnmbox-request-accept-article): Ditto.
8192         * nnmh.el (nnmh-request-accept-article): Ditto.
8193         * nnmail.el (nnmail-cache-insert): Change group to required,
8194         removed code which tried to figure out the group.
8195
8196 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
8197
8198         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
8199         messages. From Hans de Graaff <hans@degraaff.org>.
8200         * nnml.el (nnml-request-accept-article): Pass in the group name to
8201         nnmail-cache-insert, since it's available.
8202
8203 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8204
8205         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
8206
8207 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8208         From Florian Weimer <fw@deneb.enyo.de>.
8209
8210         * gnus.el (subscribed): New group parameter.
8211         (gnus-find-subscribed-addresses): Use it.
8212
8213 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
8214
8215         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
8216         the default for pgpmime to support pgp v2.
8217         * mml-sec.el (mml-signencrypt-style): New accessor function to
8218         allow users to get/set the signencrypt style more easily without
8219         frobbing the alist directly.
8220         * mml.el (mml-generate-mime-1): Use accessor function.
8221
8222 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8223
8224         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
8225         parenthesis for "<" and ">".  Suggested by Andreas Schwab
8226         <schwab@suse.de>.
8227
8228 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8229
8230         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
8231         when intuiting the group the message is written to.  From Josh
8232         Huber <huber@alum.wpi.edu>.
8233
8234 2002-05-06  Simon Josefsson  <jas@extundo.com>
8235
8236         * gnus-topic.el (gnus-group-topic-parameters): Work when group
8237         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
8238
8239 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
8240
8241         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
8242         argument, and fixed compiler warning. (added autoload for
8243         gpg-encrypt).
8244
8245 2002-05-04  Simon Josefsson  <jas@extundo.com>
8246
8247         * mml1991.el (mml1991-function-alist): Doc fix.
8248
8249         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
8250         doesn't exist (for previewing messages without having Gnus
8251         started).
8252
8253         * mm-util.el (mm-coding-system-priorities): Defcustom.
8254
8255         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
8256
8257 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
8258
8259         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
8260         default.
8261         * mml-sec.el:
8262         * mml-sec.el (mml-signencrypt-style): New.
8263         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
8264         argument `sign'.
8265         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
8266         signencrypt.
8267         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
8268         * mml.el (mml-generate-mime-1): Changed logic so a part which is
8269         both signed & encryped is processed in one operation. (rather than
8270         two separate ops: sign, then encrypt)
8271         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
8272         indication if a message is signed by an expired key.
8273         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
8274         enables combined sign & encrypt operation. (this was always on
8275         before).
8276         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
8277
8278 2002-05-01  Simon Josefsson  <jas@extundo.com>
8279
8280         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
8281         server.
8282         (nnimap-mailbox-info): defvar instead of defvoo.
8283
8284 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8285
8286         * gnus.el: Oort Gnus v0.06 is released.
8287
8288 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289
8290         * lpath.el: Bind url-package-version.
8291
8292 2002-05-01  Simon Josefsson  <jas@extundo.com>
8293
8294         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
8295         filename before deleting the group itself, because the presence of
8296         a group filename decides if long filenames are used or not.
8297
8298         * gnus-art.el (gnus-button-alist): Don't inline
8299         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
8300         without also modifying g-button-alist.
8301         (gnus-button-alist): Fix type to allow variable as well as regexp.
8302         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
8303         themselves, variables to its contents.
8304         (gnus-button-entry): Ditto.
8305
8306 2002-05-01  Simon Josefsson  <jas@extundo.com>
8307
8308         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
8309         UIDNEXT as a string.
8310
8311         * nnimap.el (nnimap-string-lessp-numerical): New function.
8312         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
8313         integers.
8314
8315 2002-04-29  Simon Josefsson  <jas@extundo.com>
8316
8317         * nnmail.el (nnmail-cache-insert): Accept optional group
8318         parameter.
8319
8320         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
8321         n-r-g-a is disabled.
8322
8323 2002-04-29  Simon Josefsson  <jas@extundo.com>
8324
8325         * nnimap.el (nnimap-split-fancy): Fix doc.
8326         (nnimap-split-fancy): Fix doc.
8327
8328         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
8329         (nnimap-mailbox-info): New internal variable.
8330         (nnimap-retrieve-groups): Implement faster new mail check.
8331
8332         * nnimap.el (nnimap-split-articles): Support
8333         nnmail-cache-accepted-message-ids.
8334         (nnimap-request-accept-article): Ditto.
8335
8336         * imap.el (imap-mailbox-status-asynch): New command.
8337
8338 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
8339
8340         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
8341         are no subscribed mail groups.
8342         - Strip quoted names when comparing addresses
8343
8344 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
8345
8346         * mm-decode.el (mm-text-html-renderer): Change customize type to
8347         const.
8348
8349         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
8350         (gnus-debug-exclude-variables): do.
8351
8352 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8353
8354         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
8355         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
8356
8357 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * dns.el (dns-make-network-process): New macro.
8360         (query-dns): Use it.
8361
8362 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8363
8364         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
8365         article-buffer.
8366
8367         * mm-url.el (mm-url-package-name): New variable.
8368         (mm-url-package-version): New variable.
8369         (mm-url-insert-file-contents): Bind url-package-name and
8370         url-package-version here.
8371         * nnrss.el (nnrss-insert-w3): Move the bindings.
8372
8373         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
8374         url-package-version. Trivial change from Andrew J Cosgriff
8375         <ajc@polydistortion.net>
8376
8377         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
8378         attachments. Trivial change from Peter 'Luna' Runestig
8379         <peter@runestig.com>.
8380
8381 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
8382
8383         * nnkiboze.el (nnkiboze-request-scan): Call
8384         nnkiboze-possibly-change-group.
8385         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
8386         problems.
8387         (nnkiboze-generate-group): Set newsrc to the *highest* article
8388         number kibozed, not the lowest.
8389
8390 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
8391
8392         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
8393
8394 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8395         From Dan Christensen <jdc+news@uwo.ca>.
8396
8397         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8398         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8399         Recognize math postings.  Extract Date (now ignores "(15kb)").
8400         Extract email address using gnus-extract-address-components
8401         instead of just taking the first word.  Create Date and From
8402         headers for message which are missing these headers.  Get rid
8403         of spurious \\ lines (purely cosmetic).  Extend body-end and
8404         file-end regexps, to exclude more garbage from the message.
8405         Make URL rephrasing regexp more flexible, to match current
8406         format.
8407
8408 2002-04-23  Simon Josefsson  <jas@extundo.com>
8409
8410         * netrc.el: New file, functions copied from gnus-util.el by Ted
8411         Zlatanov <tzz@lifelogs.com>.
8412
8413         * gnus-util.el: Require netrc.
8414         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
8415         new code in netrc.el.
8416
8417 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8418
8419         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
8420         message-ignored-resent-headers, too.  From Matthieu Moy
8421         <Matthieu.Moy@imag.fr>.
8422
8423 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8424
8425         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
8426         boolean not a string
8427         * gnus-group.el (gnus-group-line-format): add description of %C
8428         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
8429           as %C
8430         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
8431
8432 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
8433
8434         * nnmaildir.el (nnmaildir-request-scan): typo: set
8435         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
8436         nnmail-get-new-mail for 'find-new-groups.
8437
8438 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
8439
8440         * nnmaildir.el (nnmaildir-request-update-info,
8441         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
8442         unnecessary calls to nnmaildir-request-scan.
8443
8444 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8445
8446         * gnus-msg.el:
8447         * gnus-msg.el (gnus-message-replysign): New.
8448         * gnus-msg.el (gnus-message-replyencrypt): New.
8449         * gnus-msg.el (gnus-message-replysignencrypted): New.
8450         * gnus-msg.el (gnus-summary-reply): Use the three new variables
8451         (above) to automatically encrypt/sign to encrypted/signed
8452         messages.
8453         * message.el:
8454         * message.el (message-mode-map): Add keybinding for
8455         `message-to-list-only'
8456         * message.el (message-mode): Add description for
8457         `message-to-list-only'
8458         * message.el (message-to-list-only): New.
8459         * message.el (message-make-mft): Changed to use the cl loop macro,
8460         and added optional flag to return only the matched list. (for use
8461         in new message-to-list-only function)
8462
8463 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8464
8465         * gnus-msg.el:
8466         * gnus-msg.el (gnus-message-replysign):
8467         * gnus-msg.el (gnus-replysign): New.
8468         * gnus-msg.el (gnus-replyencrypt): New.
8469         * gnus-msg.el (gnus-replysignencrypted): New.
8470         * gnus-msg.el (gnus-summary-reply):
8471         * message.el:
8472         * message.el (message-mode-map):
8473         * message.el (message-mode):
8474         * message.el (message-to-list-only): New.
8475         * message.el (message-make-mft):
8476
8477 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8478
8479         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
8480
8481 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
8482
8483         * message.el (message-gen-unsubscribed-mft): accept a prefix
8484         argument so CC can be included with C-u C-c C-f C-a
8485
8486 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8487         From Ted Zlatanov <teodor.zlatanov@divine.com>.
8488
8489         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
8490         Improve docstring.
8491         (spam-enter-blacklist): New command.
8492
8493         * gnus-sum.el (gnus-spam-mark): New mark.
8494         (gnus-auto-expirable-marks): Add gnus-spam-mark.
8495         (gnus-summary-make-tool-bar): Correct conditional.
8496         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
8497         (gnus-summary-mark-as-spam): New command.
8498
8499 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
8500
8501         * mml-sec.el (mml-secure-message): changed to support arbritrary
8502         modes.
8503         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
8504         changed to support "signencrypt" mode.
8505         * mml.el (mml-parse-1): changed to support different secure modes
8506         more easily. (for signencrypt)
8507
8508 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
8509
8510         * gnus-sum.el (gnus-update-summary-mark-positions)
8511         (gnus-summary-toggle-header):
8512         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
8513         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
8514         (gnus-uu-post-encoded):
8515         * nnfolder.el (nnfolder-possibly-change-group):
8516         * nnimap.el (nnimap-retrieve-headers):
8517         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
8518
8519 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
8520
8521         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
8522         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
8523
8524 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-srvr.el (gnus-server-set-info): Clear
8527         `gnus-server-method-cache' when `gnus-server-alist' is changed.
8528         From Daiki Ueno <ueno@unixuser.org>.
8529
8530 2002-04-11  Simon Josefsson  <jas@extundo.com>
8531
8532         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
8533         viewing of security buttons.  Thanks to Nicolas Kowalski
8534         <Nicolas.Kowalski@imag.fr>.
8535
8536         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
8537         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
8538         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
8539         <Nicolas.Kowalski@imag.fr>.
8540         (smime-decrypt-buffer): Ditto.
8541
8542 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8543
8544         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
8545         header line.
8546
8547 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
8548
8549         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
8550
8551 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8552
8553         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
8554
8555 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8556
8557         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
8558         errors when debug.
8559
8560 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
8561
8562         * message.el (message-make-mft): Changed MFT code from using
8563         message-recipients (which included Bcc) to use only the To and CC
8564         headers.
8565
8566 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8567
8568         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
8569         add link.
8570         (gnus-treat-mail-picon): Ditto.
8571         (gnus-treat-newsgroups-picon): Ditto.
8572         (gnus-picon-databases): Fix custom type.
8573         (gnus-picon-databases): Add link.
8574         (gnus-article-x-face-command): Add to gnus-picon group.
8575
8576 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
8577
8578         * message.el (message-buffer-naming-style): Remove.
8579
8580 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8581
8582         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
8583
8584         * message.el (message-tool-bar-map): Ditto.
8585
8586         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8587
8588 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8589
8590         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
8591
8592 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
8593
8594         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
8595
8596 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
8597         Trivial patch.
8598
8599         * dns.el: open-network-stream under XEmacs does udp.
8600
8601 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
8602
8603         * spam.el (spam-enter-whitelist): New function.
8604         (spam-parse-whitelist): Ditto.
8605         (spam-refresh-list-cache): Ditto.
8606         (spam-address-whitelisted-p): New function.
8607
8608         * dns.el (query-dns): Use TCP when make-network-process isn't
8609         available.
8610         (dns-servers): New variable.
8611         (dns-parse-resolv-conf): New function.
8612         (query-dns): Use it.
8613
8614         * spam.el: New file.
8615
8616         * dns.el (query-dns): Test.
8617
8618 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8619
8620         * lpath.el (featurep): Bind make-network-process.
8621
8622 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
8623
8624         * nnmaildir.el: Use defstruct.  Use a single copy of
8625         nnmail-extra-headers to save memory.  Store server's group name
8626         prefix instead of each group's prefixed name.
8627         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
8628         nntp-server-buffer.
8629
8630 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8631
8632         * dns.el: New file.
8633
8634 2002-03-28  Simon Josefsson  <jas@extundo.com>
8635
8636         * gnus-sum.el (gnus-summary-dummy-line-format):
8637         * gnus.el (gnus-summary-line-format): Fixing links to Info.
8638         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
8639
8640 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8641
8642         * gnus-sum.el (gnus-summary-move-article)
8643         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
8644         the doc string.
8645
8646 2002-03-28  Simon Josefsson  <jas@extundo.com>
8647
8648         * mml-sec.el (mml-secure-message): Search after
8649         mail-header-separator from top of message.
8650
8651 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
8652
8653         * nnmaildir.el: Cosmetic changes.
8654         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
8655         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
8656         nnmaildir--group-ls): New macros/functions.  Use them.
8657         (nnmaildir--unlink): Evalutate argument only once.
8658
8659 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
8660
8661         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
8662         symbols.
8663         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
8664         `gnus-point-at-eol'.
8665
8666 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
8667
8668         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
8669         nnmaildir--marks-dir): New macros.  Use them.
8670         Use inhibit-quit for atomicity instead of in-memory journaling.
8671         (nnmaildir--edit-prep): New function.
8672         (Local Variables): Use it.
8673
8674 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8675
8676         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8677
8678 2002-03-25  Simon Josefsson  <jas@extundo.com>
8679
8680         * message.el (message-mode): Fix doc.
8681
8682 2002-03-25  Simon Josefsson  <jas@extundo.com>
8683
8684         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
8685         Matthieu Moy <Matthieu.Moy@imag.fr>.
8686
8687 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
8688
8689         * mml-sec.el (mml-unsecure-message): Add docstring.
8690
8691 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8692
8693         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
8694         value.
8695         Trivial change from andre@slamdunknetworks.com
8696
8697 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
8698
8699         * mml.el (mml-mode-map): Added a keybinding for
8700         `mml-unsecure-message'.  Also, added a menu entry for said
8701         function in the Attachments menu.
8702
8703 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * canlock.el (canlock-version): Remove.
8706         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
8707         here; simplify \x insertions.
8708         (canlock-sha1): New function, always return a unibyte string.
8709         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
8710         of a password.
8711         (canlock-insert-header): Use `canlock-sha1'.
8712         (canlock-verify): Ditto.
8713
8714 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8715
8716         * message.el (message-fix-before-sending): Add an option that
8717         ignores illegible text.
8718         Trivial change from Mark Milhollan <mlm@attglobal.net>
8719
8720         * message.el (message-font-lock-keywords): Support multi-line MML
8721         tags.
8722
8723         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
8724         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
8725
8726 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
8729         symbols for "View as different encoding" submenu.
8730
8731 2002-03-19  Simon Josefsson  <jas@extundo.com>
8732
8733         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
8734         encoding" submenu.
8735
8736 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8737
8738         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
8739
8740 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8741
8742         * gnus-sum.el (gnus-sum-thread-tree-root)
8743         (gnus-sum-thread-tree-single-indent)
8744         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8745         (gnus-sum-thread-tree-leaf-with-other)
8746         (gnus-sum-thread-tree-single-leaf): Make customizable.
8747
8748 2002-03-16  Simon Josefsson  <jas@extundo.com>
8749
8750         * gnus-util.el (gnus-extract-address-components): Don't break on
8751         names such as James "Kibo" Parry.  From Francis Litterio
8752         <franl@world.std.com>.
8753
8754 2002-03-13  Simon Josefsson  <jas@extundo.com>
8755
8756         * pop3.el (pop3-open-server): Revert multibyte change.  From
8757         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8758
8759         * message.el (message-send-mail-with-qmail): Make it work.  From
8760         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8761
8762 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
8763
8764         * message.el (message-make-mft): Set case-fold-search while
8765         generating the MFT.  Also, a little cleanup in the MFT code.
8766
8767 2002-03-12  Simon Josefsson  <jas@extundo.com>
8768
8769         * message.el (message-qmail-inject-args): May be function.
8770         (message-send-mail-with-qmail): Call function if m-q-i-a is
8771         function.  From fn@hungry.org (Faried Nawaz).
8772
8773 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8774
8775         * message.el (message-abbrevs-loaded): Remove.
8776         (mailabbrev): Require it.
8777
8778         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
8779
8780 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * pop3.el (pop3-open-server): Set process buffer unibyte.
8783
8784 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785
8786         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
8787
8788 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8789
8790         * nnslashdot.el (nnslashdot-request-article): Remove javascript
8791         too.
8792
8793 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8794
8795         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
8796         duplication.
8797         (gnus-summary-save-parts-type-history): Ditto.
8798         (gnus-summary-save-parts-last-directory): Ditto.
8799         Trivial change from andre@slamdunknetworks.com
8800
8801 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
8802
8803         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
8804
8805 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8806
8807         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
8808         -->" as the end of the first article.
8809
8810         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
8811         From Matthieu Moy <Matthieu.Moy@imag.fr>
8812
8813         * message.el (message-add-action): Use add-to-list.
8814         (message-delete-action): New function.
8815
8816         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
8817         pieces.
8818
8819 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
8820
8821         * nnnil.el: New file.
8822         * gnus.el (gnus-valid-select-methods): Include nnnil.
8823
8824 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8825
8826         * message.el (message-syntax-checks): Because canlock is
8827         supported, we disable sender syntax check.
8828         (message-shoot-gnksa-feet): Add cancel-messages option doc.
8829
8830         * gnus-draft.el (gnus-draft-send): If interactive, use its default
8831         value of message-syntax-checks.
8832
8833         * qp.el (quoted-printable-decode-region): Doc addition.
8834         From: Eli Zaretskii <eliz@is.elta.co.il>
8835
8836         * mail-source.el (make-source-make-complex-temp-name): Use
8837         make-temp-file.
8838
8839         * mm-util.el (mm-make-temp-file): New function.
8840         * nneething.el (nneething-file-name): Use it.
8841         * mml-smime.el (mml-smime-encrypt): Ditto.
8842         * mm-view.el (mm-inline-wash-with-file): Ditto.
8843         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
8844         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
8845         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
8846         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
8847         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
8848         * gnus-art.el (gnus-mime-print-part): Ditto.
8849
8850 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8851
8852         * message.el (nnmaildir-article-number-to-base-name): New
8853         function.
8854         (nnmaildir-base-name-to-article-number): New function.
8855
8856 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * smime.el (smime-make-temp-file): Don't quote
8859         `temporary-file-directory'.
8860
8861 2002-03-04  Simon Josefsson  <jas@extundo.com>
8862
8863         * smime.el (smime-sign-region): Rename argument keyfiles to
8864         keyfile. You only sign something with one key.
8865         (smime-sign-buffer): Better completing-read prompt.
8866         (smime-decrypt-buffer): Ditto.
8867
8868         * smime.el (smime-make-temp-file): Make it work under XEmacs.
8869
8870         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
8871         completing-read.
8872         (mm-view-pkcs7-decrypt): CRLF->LF.
8873
8874 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8875
8876         * message.el (message-hierarchical-addresses): New variable.
8877         (message-get-reply-headers): Use it.
8878         From Ted Zlatanov <teodor.zlatanov@divine.com>
8879
8880 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8881
8882         * message.el (message-mode): If buffer-file-name, don't set auto
8883         save file name.
8884         Trivial change from Geoff Greene <ggreene@wpi.edu>
8885
8886 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8887
8888         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
8889         takes one argument in read-char.
8890
8891         * message.el (message-fix-before-sending): Forward a char.
8892         Check mmu-multibyte-p, add control-1.
8893
8894 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8895
8896         * gnus-start.el (gnus-read-init-file): Ditto.
8897
8898         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
8899
8900         * dgnushack.el (dgnushack-make-load): Ditto.
8901
8902         * mail-source.el (mail-source-fetch): Extract the right error
8903         code.
8904
8905         * message.el (message-fix-before-sending): Check illegible text.
8906
8907         * gnus-util.el (gnus-multiple-choice): New function.
8908
8909         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
8910         also defined in gnus-score.el.
8911
8912 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
8913
8914         * message.el (message-get-reply-headers): downcase email addresses
8915         for comaparisons for duplicate removal.
8916
8917 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8918
8919         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
8920         implementation of PKCS#7, which just allows users read the
8921         message.
8922         (mm-view-pkcs7): Use it.
8923
8924 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8925
8926         * gnus.el (large-newsgroup-initial): New parameter.
8927
8928         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
8929         (gnus-summary-insert-old-articles): Ditto.
8930
8931 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8932
8933         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
8934         used as the default answer of the question, "How many articles?".
8935         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8936
8937         * nnagent.el (nnagent-retrieve-headers): Remove articles with
8938         small numbers.
8939
8940 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8941
8942         * deuglify.el: Fix comments.
8943
8944 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8945
8946         * html2text.el (html2text-clean-anchor): If there is no HREF,
8947         insert nothing.
8948
8949         * mml.el (mml-generate-mime-1): Add cdr.
8950         From: andre@slamdunknetworks.com
8951
8952         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
8953         (mm-text-html-washer-alist): Ditto.
8954
8955         * mm-decode.el (mm-text-html-renderer): Add html2text.
8956
8957         * html2text.el: Face lift.
8958
8959         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
8960
8961 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
8962
8963         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
8964
8965         * deuglify.el: Change copy right. Add autoload. Add coding-system.
8966
8967         * deuglify.el: New file. The original file name is
8968         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
8969
8970         * mm-decode.el (mm-display-external): Use
8971         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
8972
8973 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
8974
8975         * nnmaildir.el (nnmaildir-request-list): Report the highest
8976         article number, not the total number of articles.
8977
8978 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8979
8980         * gnus-sum.el: Move uu key map here.
8981         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
8982
8983 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
8984
8985         * nnmaildir.el (nnmaildir-request-expire-articles): Use
8986         nnmail-expiry-wait* if expire-age parameter is not set.
8987
8988 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8989
8990         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
8991         function.
8992         (gnus-group-sort-selected-groups-by-real-name): New function.
8993         (gnus-group-make-menu-bar): Add sort by real name.
8994
8995         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
8996         rebuild.
8997         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
8998         nil as dependencies as well.
8999
9000 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
9001
9002         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
9003         for mime-parts.
9004
9005         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
9006
9007         * gnus-group.el (gnus-group-name-decode): Don't test
9008         multibyte-string, because it breaks XEmacs.
9009         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
9010
9011         * message.el (message-send-mail): Be talkative.
9012
9013         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
9014         (mm-automatic-display): Ditto.
9015
9016         * mailcap.el (mailcap-mime-data): Ditto.
9017         From: Reiner Steib <4uce.02.r.steib@gmx.net>
9018
9019 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * many files: Remove trailing whitespaces, replace spc+tab with
9022         tab, replace leading whitespaces with tabs.
9023
9024 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
9025
9026         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
9027         articles with no body and no blank line after the header.
9028
9029 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9030
9031         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
9032         parts.
9033
9034         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
9035         non-ascii chars.
9036
9037         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9038
9039         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
9040         w3-delay-image-loads.
9041         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
9042         (mm-w3-prepare-buffer): Ditto.
9043
9044         * mail-source.el (mail-source-fetch-directory): Run scripts.
9045
9046 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9047
9048         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
9049         for Majordomo confirmations.
9050
9051 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9052
9053         * gnus-fun.el (gnus-respond-to-confirmation): New command.
9054
9055 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9056
9057         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9058
9059 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
9060
9061         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
9062         References header field.  From Mark Thomas <mthomas@cmu.edu>.
9063
9064 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9065
9066         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
9067         (mm-inline-render-with-stdin): Ditto.
9068         (mm-inline-render-with-function): Ditto.
9069         (mm-inline-wash-with-file): Bind coding-system-for-write.
9070         (mm-inline-wash-with-stdin): Ditto.
9071
9072 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9073
9074         Suggested by Felix Natter <fnatter@gmx.net>
9075
9076         * gnus-art.el (gnus-mime-view-part-externally): Rename from
9077         gnus-mime-externalize-view.
9078         (gnus-mime-view-part-internally): Rename from
9079         gnus-mime-internalize-view.
9080         (gnus-article-view-part-externally): Rename from
9081         gnus-article-externalize-part.
9082         (gnus-mime-action-alist): Change correspondingly.
9083         (gnus-mime-button-commands): Ditto.
9084         (gnus-mime-action-alist): Remove duplication.
9085
9086         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
9087
9088 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9089
9090         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
9091
9092         * gnus-art.el (gnus-display-mime): Use it.
9093
9094         * mm-partial.el (mm-partial-find-parts): Use it.
9095
9096         * gnus-sum.el (gnus-article-loose-mime): Rename from
9097         gnus-article-no-strict-mime.
9098         (gnus-summary-save-parts): Use it.
9099
9100 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
9103         local variable.
9104
9105         * gnus-art.el (article-display-x-face): Don't sort multiple
9106         X-Faces.
9107
9108 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
9111         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
9112
9113         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
9114
9115 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9116
9117         Some ideas is inspired by code from Hrvoje Niksic
9118         <hniksic@arsdigita.com>
9119
9120         * gnus-art.el (gnus-article-wash-function): Set the default to
9121         nil, so that we use mm-text-html-renderer instead.
9122         (article-wash-html): Use mm-text-html-renderer.
9123
9124         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
9125         (mm-text-html-renderer): New variable.
9126         (mm-inline-text-html-renderer): Set the default to nil, so that we
9127         use mm-text-html-renderer instead.
9128
9129         * mm-view.el (mm-inline-text-html): New function.
9130         (mm-text-html-renderer-alist): New variable.
9131         (mm-inline-text-vcard): New function.
9132         (mm-inline-text): Split.
9133         (mm-links-remove-leading-blank): New function.
9134         (mm-inline-render-with-file): New function.
9135         (mm-inline-render-with-stdin): New function.
9136         (mm-inline-render-with-function): New function.
9137         (mm-text-html-washer-alist): New variable.
9138         (mm-inline-wash-with-file): New function.
9139         (mm-inline-wash-with-stdin): New function.
9140
9141 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9142
9143         * message-utils.el: Fix installation doc.
9144         From: Reiner Steib <4uce.02.r.steib@gmx.net>
9145
9146 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
9147
9148         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
9149         (gnus-post-method): Use it.
9150         (gnus-summary-cancel-article): Find the correct post-method.
9151
9152         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
9153         * message.el (message-send-news): Ditto.
9154         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
9155         <ipmonger@delamancha.org>
9156
9157         * gnus.el (gnus-select-method): Fix doc.
9158         (gnus-server-string): Use 'using nntp'.
9159
9160         * gnus-agent.el (gnus-slave-unplugged): New command.
9161         From: Felix Natter <fnatter@gmx.net>
9162
9163 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9164
9165         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
9166         Call edit-done-function first, then change the window
9167         configuration.
9168         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
9169         (gnus-article-edit-mode): mml-mode.
9170
9171         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
9172         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
9173
9174         * message-utils.el: Adopt the file.
9175
9176         * message-utils.el: New file.
9177         From Holger Schauer <Holger.Schauer@gmx.de>
9178
9179 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9180
9181         * gnus-sum.el (gnus-summary-move-article): Select-article only
9182         when gnus-move-split-methods is non-nil. And we don't render or
9183         mark the article.
9184
9185         * gnus-fun.el (gnus-shell-command-to-string): New function.
9186         (gnus-shell-command-on-region): New function.
9187         (gnus-random-x-face): Use them.
9188         (gnus-x-face-from-file): Ditto.
9189         (gnus-convert-image-to-gray-x-face): Ditto.
9190         (gnus-convert-gray-x-face-to-xpm): Ditto.
9191         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
9192
9193 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * gnus-art.el (gnus-treat-display-xface): Don't use
9196         `shell-command-to-string' when compiling.
9197         (gnus-treat-display-grey-xface): Ditto.
9198
9199 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
9200
9201         * nnmaildir.el (nnmaildir--article-count): If the group is
9202         completely empty, report minimum article number as 1 instead of 0.
9203
9204 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
9205
9206         * gnus-agent.el (gnus-get-predicate): Use nconc.
9207
9208         * gnus-sum.el (gnus-summary-display-make-predicate): Use
9209         gnus-summary-display-cache as cache.
9210
9211         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
9212         (nndoc-mail-in-mail-type-p): New function.
9213         (nndoc-mail-in-mail-article-begin): New function.
9214
9215 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9216
9217         * mailcap.el (mailcap-mime-data): Use enriched-decode.
9218
9219         * gnus-cite.el (gnus-article-fill-cited-article): Bind
9220         use-hard-newlines to nil.
9221
9222         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
9223         image is not available if window-system is not available.
9224
9225         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
9226
9227 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9228
9229         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
9230         bookmark, because update-mark doesn't handle it correctly.
9231
9232 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9233
9234         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
9235         directly instead of calling message-send-mail.
9236
9237         * gnus-start.el (gnus-read-descriptions-file): Use
9238         gnus-default-charset.
9239
9240         * mm-util.el (mm-guess-mime-charset): New function.
9241
9242         * gnus.el (gnus-default-charset): Use it.
9243         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
9244         the default.
9245
9246 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9247
9248         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
9249         (article-display-x-face): Use it.  Disable grey xface, if
9250         uncompface is not found.
9251
9252         * message.el (message-mode): Don't enable multibyte on an indirect
9253         buffer.
9254
9255         * nnrss.el (nnrss-content-function): New variable.
9256         (nnrss-request-article): Use it.
9257
9258 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9259
9260         * gnus.el: Add article-unsplit-urls.
9261         * gnus-sum.el: Ditto.
9262         * gnus-art.el (gnus-treat-strip-cr): New variable.
9263         (gnus-treatment-function-alist): Use it.
9264         (article-unsplit-urls): New function.
9265         (gnus-article-make-menu-bar): Use it.
9266         From: Michael Cook <michael.cook@cisco.com>
9267
9268 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9269
9270         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
9271         copy.
9272
9273 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
9274
9275         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
9276         with internal whitespace.
9277         (gnus-parent-id): Ditto.
9278
9279 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9280
9281         * gnus-art.el (gnus-article-treat-body-boundary): Add
9282         gnus-decoration property.
9283         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
9284
9285         * message.el (message-mode): Set local-abbrev-table.
9286         From Matt Armstrong <matt@lickey.com>.
9287
9288         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
9289         too many spaces.
9290
9291         * rfc2047.el (rfc2047-unfold-region): Ditto.
9292         (rfc2047-decode-region): Don't unfold. Let
9293         gnus-article-treat-unfold-headers do it.
9294
9295         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
9296         From: Jesper Harder <harder@ifa.au.dk>
9297
9298 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9299
9300         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
9301         (gnus-configure-posting-styles): Use it.
9302         (gnus-configure-posting-styles): Remove trailing newspaces.
9303
9304 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9305
9306         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
9307         is non-nil.
9308
9309         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
9310
9311         * gnus.el (gnus-server-to-method): Switch position with
9312         gnus-server-get-method.
9313         (gnus-agent): Add doc.
9314
9315         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
9316         (gnus-summary-save-parts): Use it.
9317
9318         * gnus-art.el (gnus-display-mime): Use it.
9319         * mm-partial.el (mm-partial-find-parts): Use it.
9320
9321         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
9322
9323         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
9324         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
9325
9326         * nnagent.el (nnagent-request-expire-articles): Don't delete
9327         files.
9328
9329 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9330
9331         * message.el (message-gen-unsubscribed-mft): New function.
9332         From Sriram Karra <karra@cs.utah.edu>.
9333
9334         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
9335         open parenthesis.
9336
9337         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
9338         (mm-inline-text-html-render-with-w3): Ditto.
9339         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
9340         Suggested by Dave Love  <d.love@dl.ac.uk>.
9341
9342         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
9343
9344         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
9345         * nntp.el (nntp-send-command): Ditto.
9346         * nntp.el (nntp-send-command-nodelete): Ditto.
9347
9348 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9349
9350         * mm-url.el (mm-url-load-url): New function.
9351         (mm-url-insert-file-contents): Use it.
9352
9353         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
9354
9355         * message.el (message-forward-make-body): Correctly copy
9356         forward-buffer.
9357
9358         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
9359
9360 2002-02-04  Simon Josefsson  <jas@extundo.com>
9361
9362         * gnus-art.el (gnus-article-followup-with-original): Mark with
9363         force, prevent errors when following up from article buffer.
9364         (gnus-article-reply-with-original): Ditto.
9365
9366         * binhex.el (binhex-decoder-switches): Fix doc.  From
9367         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9368
9369 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9370
9371         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
9372         highlight-citation after emphasize.
9373
9374 2002-02-04  Simon Josefsson  <jas@extundo.com>
9375
9376         * nnfolder.el (nnfolder-open-marks):
9377
9378         * nnml.el (nnml-open-marks): Message when done.  From David
9379         Edmondson <dme@sun.com>.
9380
9381 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9382
9383         * imap.el (imap-anonymous-auth): Fix typo.
9384         From: Steinar Bang <sb@dod.no>
9385
9386         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
9387         save-excursion.
9388         (gnus-cache-braid-heads): Ditto.
9389
9390         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
9391         line, because there are extra articles in the overview buffer.
9392
9393         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
9394
9395         * message.el (message-forward-rmail-make-body): Directly use
9396         rmail-msg-restore-non-pruned-header to avoid calling
9397         vertical-motion.
9398
9399 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9400
9401         * gnus-cache.el (gnus-summary-insert-cached-articles):
9402         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
9403
9404         * gnus-group.el (gnus-group-mark-article-read): Nreverse
9405         gnus-newsgroups-unselected.
9406
9407         * gnus-agent.el (gnus-summary-set-agent-mark): Use
9408         gnus-add-to-sorted-list.
9409
9410         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
9411         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
9412         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
9413         (gnus-update-read-articles): UNREAD is sorted.
9414         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
9415         (gnus-newsgroup-marked, gnus-newsgroup-cached)
9416         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
9417         (gnus-newsgroup-dormant): Require sorted.
9418
9419         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
9420         directories.
9421         (gnus-dired-print): New function.
9422
9423         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
9424         ps-despool.
9425
9426 2002-02-02  Simon Josefsson  <jas@extundo.com>
9427
9428         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
9429
9430 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9431
9432         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
9433         t. This makes gnus-agent customizable without putting
9434         gnus-agentize into .gnus.
9435
9436         * gnus.el (gnus-agent): Make it customizable.
9437
9438         * gnus-dired.el: New file.
9439         From Benjamin Rutt <brutt@bloomington.in.us>
9440
9441         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
9442         if no article.
9443         (gnus-cache-possibly-remove-article): Ditto.
9444         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
9445
9446 2002-02-01  Simon Josefsson  <jas@extundo.com>
9447
9448         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
9449
9450 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
9453         (mm-setup-w3m): Don't bind keys listed in the above.
9454
9455 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
9458         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
9459         is non-nil; bind `w3m-force-redisplay' with nil.
9460
9461         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9462
9463         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
9464
9465 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9466
9467         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
9468         use mail-header-unfold-field.
9469
9470         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
9471         gnus-summary-limit.
9472
9473         * gnus-range.el (gnus-add-to-sorted-list): New function.
9474         * gnus-sum.el (gnus-mark-article-as-read): Use it.
9475         (gnus-mark-article-as-unread): Ditto.
9476         (gnus-summary-mark-article-as-unread): Ditto.
9477         (gnus-build-get-header): Ditto.
9478         (gnus-summary-prepare-threads): Ditto.
9479         (gnus-summary-insert-pseudos): Ditto.
9480         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
9481         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
9482         (gnus-summary-insert-old-articles): Ditto.
9483
9484         * gnus-msg.el (gnus-posting-styles): Add new format of header.
9485         (gnus-configure-posting-styles): Support the new format.
9486
9487         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
9488         edebug-form-spec to (sexp body).
9489         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
9490
9491         * message.el (message-reply-headers): Add doc.
9492
9493 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9494
9495         * gnus-group.el (gnus-group-delete-group): Nix the entry in
9496         gnus-cache-active-hashtb.
9497
9498         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
9499         (gnus-agent-summary-fetch-group): Use it.
9500
9501         * gnus-msg.el (gnus-debug-files): New variable.
9502         (gnus-debug-exclude-variables): New variable.
9503         (gnus-debug): Use them.
9504
9505         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
9506
9507 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9508
9509         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
9510         (message-mode-syntax-table): Move back the previous position.
9511
9512         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
9513
9514         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9515         gnus-sorted-difference.
9516
9517         * nnsoup.el (nnsoup-request-expire-articles): Use
9518         gnus-sorted-difference.
9519
9520         * nnheader.el: Autoload gnus-sorted-difference.
9521
9522         * nnfolder.el (nnfolder-request-expire-articles): Use
9523         gnus-sorted-difference.
9524
9525         * gnus-cache.el (gnus-cache-retrieve-headers): Use
9526         gnus-sorted-difference.
9527
9528         * gnus-range.el: Autoload cookies.
9529         (gnus-sorted-difference): New function.
9530         (gnus-sorted-ndifference): New function.
9531         (gnus-sorted-nintersection): Rename from
9532         gnus-set-sorted-intersection.
9533         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
9534         (gnus-list-range-difference): Rename from
9535         gnus-inverse-list-range-intersection.
9536         (gnus-inverse-list-range-intersection): Use defalias.
9537
9538         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
9539         gnus-sorted-ndifference, and gnus-sorted-nintersection.
9540         (gnus-articles-to-read): Use gnus-sorted-difference.
9541         (gnus-summary-limit-mark-excluded-as-read): Use
9542         gnus-sorted-intersection and gnus-sorted-ndifference.
9543         (gnus-list-of-read-articles): Use gnus-list-range-difference.
9544         (gnus-summary-insert-articles): Use gnus-sorted-difference.
9545
9546         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
9547
9548 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
9551         property to the buffer for using emacs-w3m command keys.
9552
9553         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
9554         option.
9555
9556         * mm-view.el (mm-w3m-mode-map): New variable.
9557         (mm-w3m-mode-command-alist): New variable.
9558         (mm-w3m-minor-mode): Removed.
9559         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
9560         (mm-inline-text-html-render-with-w3m): Add keymap property to the
9561         buffer for using emacs-w3m command keys.
9562
9563 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9564
9565         * message.el (message-mode-syntax-table): Move forward.
9566         (message-cite-prefix-regexp): Auto detect non word constituents.
9567         (message-cite-prefix-regexp): Don't use with-syntax-table.
9568
9569         * gnus-sum.el (gnus-summary-update-info): Use
9570         gnus-list-range-intersection.
9571
9572         * gnus-agent.el (gnus-agent-fetch-headers): Use
9573         gnus-list-range-intersection.
9574
9575         * gnus-range.el (gnus-range-normalize): Use correct predicate.
9576         (gnus-list-range-intersection): Use it.
9577         (gnus-inverse-list-range-intersection): Ditto.
9578         (gnus-sorted-intersection): Add doc.
9579         (gnus-set-sorted-intersection): Add doc.
9580         (gnus-sorted-union): New function.
9581         (gnus-set-sorted-union): New function.
9582
9583         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
9584         (gnus-inverse-list-range-intersection): Ditto.
9585
9586 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
9587
9588         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
9589
9590         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
9591         and permit `:' and `\' in order to handle full Windows pathnames.
9592         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
9593         technically not correct per standard, but seems to have common use.
9594
9595 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9596
9597         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
9598         replacing numbers.
9599
9600 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
9601
9602         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
9603
9604         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
9605         Don't split when the window is small, e.g. when a small *BBDB*
9606         window is the lowest one.
9607
9608         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9609         nnheader-find-nov-line to speed up. Use nreverse, because it is
9610         sorted. Use nnheader-insert-nov-file.
9611
9612 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * mm-decode.el (mm-inline-text-html-with-images): New user option.
9615
9616         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
9617         of `w3m-display-inline-images' with the value of
9618         `mm-inline-text-html-with-images'.
9619         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
9620
9621         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9622
9623 2002-01-27  Richard M. Stallman  <rms@gnu.org>
9624
9625         * time-date.el: Add autoload cookies.  Many doc fixes.
9626         (time-add): New function.
9627         (time-subtract): Renamed from subtract-time.
9628         (subtract-time): New alias for time-subtract.
9629
9630 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
9633         emacs-w3m in doc-string.
9634
9635         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
9636         `w3m-current-buffer'.
9637
9638 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9639
9640         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
9641
9642         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
9643         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
9644         (mm-w3m-cid-retrieve): New function.
9645         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
9646
9647 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9648
9649         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
9650
9651 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9652
9653         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
9654
9655 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656
9657         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
9658         32K.
9659
9660         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
9661
9662         * nnmail.el (nnmail-article-group): Decode headers before running
9663         split rules over them.
9664         (nnmail-mail-splitting-charset): New variable.
9665
9666         * smiley.el: Replaced with smiley-ems.el.
9667
9668 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9669
9670         * mm-url.el (mm-url-predefined-programs): Add w3m.
9671         (mm-url-program): Ditto.
9672
9673 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9674
9675         * nnml.el (nnml-use-compressed-files): New variable.
9676         (nnml-filenames-are-evil): Removed.
9677         (nnml-current-group-article-to-file-alist): Don't use.
9678         (nnml-update-file-alist): Inhibit.
9679         (nnml-article-to-file): Use new var.
9680
9681 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9682
9683         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
9684
9685         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
9686
9687 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9688
9689         * gnus-agent.el (gnus-agent-load-alist): Use new caching
9690         function.
9691
9692         * gnus-util.el (gnus-cache-file-contents): New function.
9693
9694         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
9695         (gnus-agent-load-alist): Use it.
9696
9697         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
9698
9699         * nnheader.el (nnheader-insert-nov-file): New function.
9700
9701         * gnus-util.el (gnus-parse-without-error): Correct the loop.
9702
9703         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
9704         there are no references.
9705         (gnus-extract-message-id-from-in-reply-to): New function.
9706         (gnus-nov-parse-line): Use in-reply-to if there are no
9707         references.
9708
9709 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9710
9711         * nnagent.el (nnagent-retrieve-headers): Use new macro.
9712
9713         * gnus-util.el (gnus-parse-without-error): New macro.
9714
9715 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
9716
9717         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
9718         (gnus-article-wash-function): use locate-library to decide which
9719         to use.
9720
9721 2002-01-25  Simon Josefsson  <jas@extundo.com>
9722
9723         * pop3.el (pop3-munge-message-separator): Work if no date.
9724         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
9725
9726 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9727
9728         * gnus-agent.el (gnus-agent-save-alist): Fix.
9729
9730         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
9731         mistake.  Reinstated lost code.
9732
9733 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
9734
9735         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
9736         one exists in the case of an encrypted message with an internal
9737         signature.
9738
9739 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9740
9741         * gnus-agent.el (gnus-agent-save-alist): Optimized.
9742
9743 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * dgnushack.el: Commented out the experimental code.
9746
9747 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
9750         error.
9751
9752         * gnus.el (gnus-server-to-method): Made into subst.
9753         (gnus-server-method-cache): New variable.
9754         (gnus-server-to-method): Use it.
9755         (gnus-group-method-cache): New variable.
9756         (gnus-find-method-for-group-1): Renamed.
9757         (gnus-find-method-for-group): New function.
9758         (gnus-group-method-cache): Removed.
9759
9760         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
9761         function.
9762
9763         * gnus-range.el (gnus-members-of-range): New function.
9764         (gnus-list-range-intersection): Renamed.
9765         (gnus-inverse-list-range-intersection): New function.
9766
9767         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
9768
9769         * nnagent.el (nnagent-retrieve-headers): New implementation.
9770
9771         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
9772         implementation.
9773
9774 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
9777         `w3m-meta-content-type-charset-regexp'.
9778
9779         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
9780         charset-encoded html contents.
9781
9782 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9783
9784         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
9785         an empty file.
9786
9787         * nnweb.el (url): Ignore errors when request url.
9788
9789         * nnrss.el: Clean up the comments.
9790
9791 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
9794
9795         * mm-decode.el (mm-inline-text-html-renderer): New user option.
9796         (mm-inline-media-tests): Test whether the value of
9797         `mm-inline-text-html-renderer' is a function for text/html.
9798
9799         * mm-view.el (mm-inline-text-html-render-with-w3): New function
9800         separated from `mm-inline-text'.
9801         (mm-w3m-minor-mode): New variable.
9802         (mm-w3m-setup): New variable.
9803         (mm-setup-w3m): New function.
9804         (mm-inline-text-html-render-with-w3m): New function.
9805         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
9806         text/html.
9807
9808 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
9809
9810         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
9811
9812 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
9815         and `gnus-xmas-completing-read'.
9816
9817 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9818
9819         * nneething.el (nneething-message-id-number): Abolished.
9820         (nneething-encode-file-name): Not encode numerical characters.
9821         (nneething-make-head): `nneething-message-id-number' is not
9822         used to generate message IDs.
9823
9824 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9825
9826         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
9827         characters.
9828
9829 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9830
9831         * gnus-xmas.el (gnus-xmas-completing-read): New function.
9832         (gnus-xmas-redefine): Redefine conditionally.
9833
9834 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
9835
9836         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
9837         tag.
9838
9839 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
9840
9841         * message.el (message-font-lock-keywords): Added the secure tag.
9842         * mml-sec.el: Added functions to generate/modify/remove the secure
9843         tag while in message mode.
9844         * mml-sec.el (mml-secure-message): New.
9845         * mml-sec.el (mml-unsecure-message): New.
9846         * mml-sec.el (mml-secure-message-sign-smime): New.
9847         * mml-sec.el (mml-secure-message-sign-pgp): New.
9848         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
9849         * mml-sec.el (mml-secure-message-encrypt-smime): New.
9850         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
9851         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
9852         * mml.el (mml-parse-1): Added code to recognise the secure tag and
9853         convert it to either a part or multipart depending on if there are
9854         other parts in the message.
9855         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
9856         to use the secure tag, rather than the part tag.
9857         * mml.el (mml-preview): Added a save-excursion to keep cursor
9858         position after doing an MML preview.
9859
9860 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9861
9862         * nnheader.el (nnheader-parse-overview-file): New function.
9863         (nnheader-write-overview-file): New function.
9864
9865 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9866
9867         * gnus.el (gnus-group-fast-parameter): Check better if expansion
9868         in wanted.
9869
9870         * nnweb.el (nnweb-type-definition): Clean up.
9871
9872 2002-01-21  Alastair Burt  <burt@dfki.de>
9873         Trivial patch.
9874
9875         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
9876         buffer exists before jumping to it.
9877
9878 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9879
9880         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
9881         function.
9882         (article-wash-html): Use it.
9883         (gnus-article-wash-function): New variable.
9884         (gnus-article-wash-html-with-w3m): New function.
9885
9886 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9887
9888         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
9889         XEmacs.
9890
9891 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
9892
9893         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
9894         command line.
9895
9896 2002-01-21  Simon Josefsson  <jas@extundo.com>
9897
9898         * canlock.el (base64-encode-string): Autoload it from base64.
9899         (canlock-make-cancel-key): Base64 encode unibyte string.
9900
9901 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9902
9903         * nnfolder.el (nnfolder-request-accept-article): Unfold
9904         x-from-line.
9905         (nnfolder-request-replace-article): Ditto.
9906
9907 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
9908
9909         * gnus-group.el (gnus-group-best-unread-group): Use the right
9910         positioning function.
9911
9912 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9913
9914         * smiley-ems.el (smiley-region): Use new function.
9915         (smiley-update-cache): Use general image functions.
9916         (smiley-region): Use general functions.
9917
9918         * gnus-util.el (gnus-graphic-display-p): New function.
9919
9920         * nnmail.el (nnmail-article-group): Allow outputting traces of
9921         non-strings.
9922
9923         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
9924         (nndoc-exim-bounce-type-p): New function.
9925
9926         * message.el (message-dont-send): Doc fix.
9927
9928         * gnus-util.el (gnus-completing-read): Remove
9929         inherit-input-method.
9930
9931         * gnus-art.el (gnus-treat-smiley): Doc fix.
9932
9933         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
9934         articles.
9935
9936 2002-01-19  Simon Josefsson  <jas@extundo.com>
9937
9938         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
9939         (imap-kerberos4-open): Ditto.
9940         (imap-open): Set port correctly, don't set auth.
9941
9942 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943
9944         * gnus.el (gnus-version-number): Bump version number.
9945
9946 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9947
9948         * gnus.el: Oort Gnus v0.05 is released.
9949
9950 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9951
9952         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
9953         exists.
9954
9955         * gnus-spec.el (gnus-string-width-function): New function.
9956         (gnus-tilde-cut-form): Use it.
9957         (gnus-tilde-max-form): Ditto.
9958         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
9959         (gnus-substring-function): Use it.
9960         (gnus-tilde-cut-form): Ditto.
9961         (gnus-substring-function): New function.
9962
9963         * message.el (message-check-news-header-syntax): New message.
9964
9965         * gnus.el (gnus-slave-no-server): Doc fix.
9966
9967         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
9968
9969 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
9972         `seen' if it looks like (seen NUM1 . NUM2).  It should be
9973         (seen (NUM1 . NUM2)).
9974
9975 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9976
9977         * gnus-topic.el (gnus-topic-catchup-articles): Update article
9978         number in closed topics.
9979
9980 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
9981
9982         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
9983         functions.
9984
9985 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9986
9987         * gnus.el (gnus-group-find-parameter): Clean up.
9988
9989         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
9990         articles.
9991
9992         * gnus-util.el (gnus-completing-read-with-default): Renamed.
9993
9994         * nnmail.el (nnmail-article-group): Clean up.
9995
9996 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
9997
9998         * gnus-agent.el (gnus-category-name): Intern the category name.
9999
10000 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10001
10002         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
10003
10004         * gnus-util.el (gnus-completing-read): New function.
10005
10006 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10007
10008         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
10009
10010         * smiley-ems.el (smiley-region): Register smiley.
10011         (smiley-toggle-buffer): Rewrite the function.
10012         (smiley-active): Removed.
10013
10014 2002-01-19  Simon Josefsson  <jas@extundo.com>
10015
10016         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
10017         Jesper Harder <harder@ifa.au.dk>.
10018
10019 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10020
10021         * gnus-art.el (gnus-request-article-this-buffer): Call
10022         `nneething-get-file-name' to extract the file name from the
10023         message id.
10024
10025         * nneething.el (nneething-encode-file-name): New function.
10026         (nneething-decode-file-name): Ditto.
10027         (nneething-get-file-name): Ditto.
10028         (nneething-make-head): Encode the file name and encapsulate it
10029         into the field of the message id.
10030
10031 2002-01-18  Simon Josefsson  <jas@extundo.com>
10032
10033         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
10034         stored in .marks.
10035
10036         * nnfolder.el (nnfolder-request-update-info): Ditto.
10037
10038 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
10039
10040         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
10041
10042 2002-01-18  Simon Josefsson  <jas@extundo.com>
10043
10044         * imap.el (imap-starttls-p): Don't check for binary.
10045         (imap-gssapi-auth-p): Ditto.
10046         (imap-kerberos4-auth-p): Ditto.
10047         (imap-open): Change logic.  Iterate through all possible streams,
10048         instead of bailing out after first failure.  Move authenticator
10049         decision to `imap-authenticate'.
10050         (imap-authenticate): Change logic, now finds the authenticator to
10051         use, was previously in `imap-open'.
10052         (imap-open): Return nil on failure.
10053         (imap-open): Setup temp buffer correctly.
10054         (imap-open): Return buffer only on success.
10055         (imap-interactive-login, imap-interactive-login): Tell the user
10056         which stream/authenticator is used for the queried
10057         username/password.
10058         (imap-open, imap-authenticate): Set variables.
10059         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
10060         (imap-open): Don't assume how `with-temp-buffer' is implemented.
10061
10062 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10063
10064         * gnus-fun.el (gnus-grab-cam-x-face): New function.
10065
10066 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10067
10068         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
10069
10070 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
10071
10072         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
10073         (gnus-agent-group-mode-map): Bind it to "Jo".
10074         (gnus-agent-group-make-menu-bar): Add it into menu bar.
10075
10076 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
10077
10078         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
10079         (gnus-summary-mail-toolbar): Add mail article deletion button.
10080
10081         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
10082         false positives for lines of "^^^^".
10083
10084         * gnus-picon.el (gnus-picon-find-face): faces database is all
10085         lowercase.
10086
10087 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
10088
10089         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
10090         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
10091         duplications.
10092         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
10093
10094 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10095
10096         * gnus-sum.el (gnus-summary-initial-limit): Inline
10097         gnus-summary-limit-children.
10098         (gnus-summary-initial-limit): Don't limit if
10099         gnus-newsgroup-display is nil.
10100         (gnus-summary-initial-limit): No, don't.
10101
10102         * gnus-util.el
10103         (gnus-put-text-property-excluding-characters-with-faces): Inline
10104         gnus-put-text-property.
10105
10106         * gnus-spec.el (gnus-default-format-specs): New variable.
10107
10108         * gnus-start.el (gnus-read-newsrc-file): Don't clear
10109         gnus-format-specs.
10110         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
10111
10112         * gnus-spec.el (gnus-update-format-specifications): Really check
10113         the Gnus version of the .newsrc.eld file.
10114         (gnus-format-specs): Save the new default summary format.
10115
10116         * gnus-util.el (gnus-parent-id): Check whether references is empty
10117         before splitting.
10118
10119         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
10120         functions.
10121         (gnus-gather-threads-by-references): Inline
10122         `gnus-split-references'.
10123
10124         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
10125         default value of gnus-summary-line-format-spec.
10126
10127 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10128
10129         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
10130         message.
10131         (nnslashdot-request-list): Ditto.
10132         (nnslashdot-sid-strip): Removed.
10133
10134 2002-01-15  Simon Josefsson  <jas@extundo.com>
10135
10136         * nnimap.el (nnimap-close-asynchronous): Enable.
10137         (nnimap-close-group): Expunge.
10138
10139 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10140
10141         * gnus-util.el (gnus-user-date-format-alist): Typo.
10142         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
10143
10144 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10145
10146         * nneething.el (nneething-request-article): Set
10147         `nnmail-file-coding-system' to `binary' locally, in order to read
10148         files without any conversion.
10149
10150 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10151
10152         * gnus-agent.el (gnus-agent-retrieve-headers): Use
10153         nnheader-file-coding-system and nnmail-active-file-coding-system.
10154         (gnus-agent-regenerate-group): Ditto.
10155         (gnus-agent-regenerate): Ditto.
10156         (gnus-agent-write-active): Ditto.
10157         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
10158
10159 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10160
10161         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
10162         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
10163
10164 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10165
10166         * gnus.el: We don't need gnus-article-show-all-headers.
10167
10168         * gnus-art.el (article-show-all, gnus-article-show-all-header):
10169         Ditto.
10170
10171         * gnus-sum.el (gnus-summary-select-article): Don't call
10172         show-all-headers, because hidden headers are not hidden text any
10173         more.
10174
10175 2002-01-13  Simon Josefsson  <jas@extundo.com>
10176
10177         * message.el (message-newline-and-reformat): Use `newline' instead
10178         of inserting \n, so that the newline is marked as hard.
10179
10180         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
10181         From Jesper Harder <harder@ifa.au.dk>.
10182
10183 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10184
10185         * imap.el (imap-close): Keep going if quit.
10186
10187         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
10188         nntp-server-buffer.
10189
10190 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10191
10192         * mm-view.el (mm-display-inline-fontify): Require font-lock to
10193         avoid unbinding shadowed variables.
10194
10195         * gnus-art.el (gnus-picon-databases): Moved here.
10196         (gnus-picons-installed-p): Moved here.
10197         (gnus-article-reply-with-original): Use `mark'.
10198
10199         * gnus.el (gnus-picon): Moved here and renamed.
10200
10201         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
10202         installed.
10203         (gnus-treat-mail-picon): Ditto.
10204         (gnus-treat-newsgroups-picon): Ditto.
10205
10206         * gnus-picon.el (gnus-picons-installed-p): New function.
10207
10208 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10209
10210         * gnus-agent.el (gnus-agent-go-online): Fix doc.
10211
10212 2002-01-12  Simon Josefsson  <jas@extundo.com>
10213
10214         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
10215         (nnimap-before-find-minmax-bugworkaround): Use it.
10216         (nnimap-find-minmax-uid): Don't reselect current mailbox.
10217         (nnimap-dont-close): New variable.
10218         (nnimap-close-group): Use it.
10219
10220 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10221
10222         * gnus-art.el (gnus-article-reply-with-original): Use
10223         `mark-active'.
10224
10225         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
10226
10227         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
10228         (gnus-score-advanced): Clean up.
10229         (gnus-score-advanced): Accept a multiple of the score.
10230
10231 2002-01-12  Simon Josefsson  <jas@extundo.com>
10232
10233         * flow-fill.el (fill-flowed-display-column)
10234         (fill-flowed-encode-columnq): New variables.  Suggested by
10235         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10236         (fill-flowed-encode, fill-flowed): Use them.
10237
10238         * message.el (message-send-news, message-send-mail): Use
10239         m-b-s-n-p-e-h-n.
10240
10241         * mml.el (autoload): Autoload fill-flowed-encode.
10242         (mml-buffer-substring-no-properties-except-hard-newlines): New
10243         function.
10244         (mml-read-part): Use it.
10245         (mml-generate-mime-1): Encode format=flowed if appropriate.
10246         (mml-insert-mime-headers): Insert format=flowed.
10247
10248         * flow-fill.el (fill-flowed-encode): New function.
10249         (fill-flowed): Bind fill-column to window width.
10250
10251 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10252
10253         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
10254         it exists.
10255         (gnus-summary-setup-buffer): Wake up dead summary buffers.
10256         (gnus-summary-buffer-name): Don't return the dead name after all.
10257         (gnus-summary-setup-buffer): Kill the dead buffer.
10258
10259         * gnus-art.el (gnus-article-followup-with-original): Store the
10260         value of the mark before deactivating it.
10261
10262 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10263
10264         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
10265         From: Karl Kleinpaste <karl@charcoal.com>
10266
10267         * gnus-art.el (article-display-x-face): Ditto.
10268         (gnus-article-reply-with-original): Use gnus-region-active-p.
10269         (gnus-article-followup-with-original): Ditto.
10270
10271         * gnus-sum.el (gnus-summary-read-group-1): Don't select
10272         downloadable article either.
10273
10274 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10275
10276         * gnus-art.el (article-display-x-face): Insert From:.
10277
10278         * gnus-sum.el (gnus-summary-move-article): Don't draw the
10279         article. Bind gnus-display-mime-function and
10280         gnus-article-prepare-hook.
10281
10282         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
10283         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
10284         gnus-agent-possibly-synchronize-flags to the last.
10285         (gnus-agent-go-online): New function. New variable.
10286
10287 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10288
10289         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
10290         (gnus-agent-regenerate): Ditto.
10291
10292 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10293
10294         * message.el (message-ignored-news-headers)
10295         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
10296         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
10297
10298         * gnus.el (gnus-gethash-safe): New macro.
10299
10300         * gnus-agent.el (gnus-agent-regenerate-history): New function.
10301         (gnus-agent-regenerate): Show messages.
10302
10303 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10304
10305         * gnus-agent.el (gnus-agent-regenerate-group): New function.
10306         (gnus-agent-regenerate): New function.
10307         (gnus-agent-save-alist): Sort.
10308         (gnus-agent-copy-nov-line): Test eobp.
10309         (gnus-agent-retrieve-headers): Erase buffer.
10310
10311 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10312
10313         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
10314         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
10315
10316         * gnus.el (gnus-agent-covered-methods): Move here.
10317         (gnus-online): New function.
10318         (gnus-agent-method-p): Move here.
10319
10320         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
10321         nil. Remove articles-alist.
10322
10323         * gnus-start.el (gnus-get-unread-articles): Check online.
10324         (gnus-groups-to-gnus-format): Ditto.
10325         (gnus-active-to-gnus-format): Ditto.
10326
10327         * gnus-agent.el (gnus-agent-get-function): Use it.
10328         (gnus-agent-get-undownloaded-list): Ditto.
10329         (gnus-agent-fetch-session): Only fetch online methods.
10330
10331         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
10332         (gnus-server-mode-map): Ditto.
10333         (gnus-server-offline-face): New face.
10334         (gnus-server-offline-face): New variable.
10335         (gnus-server-font-lock-keywords): Add offline.
10336         (gnus-server-insert-server-line): Ditto.
10337         (gnus-server-offline-server): New function.
10338
10339         * gnus-int.el (gnus-open-server): Turn to offline.
10340         (gnus-server-unopen-status): New variable.
10341
10342 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10343
10344         * nnkiboze.el (nnkiboze-request-article): Use
10345         gnus-agent-request-article.
10346
10347         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
10348         function. Insert undownloaded NOV.
10349
10350         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
10351         (gnus-agent-request-article): New function.
10352
10353         * gnus.el (gnus-agent-cache): New variable.
10354
10355         * gnus-int.el (gnus-retrieve-headers): Use
10356         gnus-agent-retrieve-headers.
10357         (gnus-request-head): Use gnus-agent-request-article.
10358         (gnus-request-body): Ditto.
10359
10360         * gnus-art.el (gnus-request-article-this-buffer): Use
10361         gnus-agent-request-article.
10362
10363         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
10364         article if it is undownloaded.
10365
10366 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
10369
10370 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * canlock.el (canlock-string-as-unibyte): New macro.
10373         (canlock-sha1-with-openssl): Return a unibyte string.
10374         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
10375
10376 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10377
10378         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
10379
10380 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10381
10382         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
10383         application/x-emacs-lisp.
10384
10385         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
10386
10387         * nntp.el (nntp-request-article): Add group parameter.
10388         (nntp-request-head): Ditto.
10389         (nntp-find-group-and-number): Add parameter group. Figure out
10390         number if the status line doesn't give (e.g. quimby.gnus.org).
10391
10392 2002-01-08  Simon Josefsson  <jas@extundo.com>
10393
10394         * mml.el (mml-generate-mime-1): Set recipient correctly.
10395
10396 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10397
10398         * message.el (message-read-from-minibuffer): Add parameter
10399         initial-contents.
10400         * gnus-msg.el (gnus-summary-resend-message): Use it.
10401
10402         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
10403         behavior of quit-config.
10404
10405         * message.el (message-make-from): Don't quote fullname.
10406         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
10407
10408         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
10409         From: <andre@slamdunknetworks.com>
10410
10411 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
10412
10413         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
10414
10415         * gnus-art.el (gnus-header-button-alist): Handle mailto.
10416
10417         * mml.el (mml-preview): Bind gnus-original-article-buffer because
10418         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
10419         because bbdb may use it.
10420
10421 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10422
10423         * nneething.el (nneething-request-article): When a non-text file
10424         is converted to an article, its data is encoded in base64.  Call
10425         `nneething-make-head' with options to specify MIME types.
10426         (nneething-make-head): Add optional arguments to specify MIME
10427         types.
10428
10429 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10430
10431         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
10432         header if there is not.
10433
10434         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
10435
10436         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
10437         (gnus-inews-mark-gcc-as-read): Obsolete variable.
10438         (gnus-inews-do-gcc): Use them.
10439
10440         * gnus-group.el (gnus-group-mark-article-read): Put holes into
10441         gnus-newsgroup-unselected.
10442
10443 2002-01-06  Simon Josefsson  <jas@extundo.com>
10444
10445         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
10446         condition-case, not ignore-errors.
10447
10448 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10449
10450         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
10451         gnus-fetch-old-headers.
10452
10453         * gnus-art.el (article-display-x-face): Use the current buffer
10454         unless `W f'. Otherwise, X-Face may be shown in the header of a
10455         forwarded part.
10456         (gnus-treatment-function-alist): Treat xface before hiding
10457         headers.
10458
10459 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10460
10461         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
10462         parameters.
10463
10464 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10465
10466         * mm-util.el (mm-multibyte-p): Define conditionally when load.
10467         (mm-guess-charset): New function.
10468         (mm-charset-after): Use it.
10469         (mm-detect-coding-region): New function.
10470         (mm-detect-mime-charset-region): New function.
10471
10472         * gnus-sum.el (gnus-summary-show-article): Use
10473         mm-detect-coding-region.
10474
10475 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10476
10477         * message.el (message-make-fqdn): Be less violent.
10478
10479         * gnus.el (gnus-logo-color-style): Compute custom form
10480         automatically.
10481
10482         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
10483         score file of the parent to the document group.
10484
10485         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
10486         parameters parameter.
10487
10488         * gnus-score.el (gnus-score-load-file): Clean up.
10489
10490 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10491
10492         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
10493         From: Damien Wyart <damien.wyart@free.fr>
10494
10495         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
10496
10497 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10498
10499         * gnus-sum.el (gnus-select-group-hook): Typo.
10500
10501         * rfc2047.el (rfc2047-decode-string): Return immediately if there
10502         is no quoted-printable-encoded STRING.
10503         From: Jesper Harder <harder@ifa.au.dk>
10504
10505         (rfc2047-decode-string): Decode it.
10506
10507 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10508
10509         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
10510
10511 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
10512         Trivial patch.
10513
10514         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
10515         buffer to get rid of junk line.
10516
10517 2002-01-05  Simon Josefsson  <jas@extundo.com>
10518
10519         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
10520         C-o.
10521         (message-mode-map): Bind message-insert-or-toggle-importance to
10522         C-c C-u.
10523         (message-mode-map): Bind message-disposition-notification-to to
10524         C-c M-n.
10525         (message-mode-menu): Add m-d-n-t.
10526         (message-mode-field-menu): Add m-goto-from.
10527         (message-mode): Doc fix.
10528         (message-goto-from): New function.
10529         (message-insert-disposition-notification-to): New function.
10530         (message-tool-bar-map): Add receipt button.
10531
10532 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10533
10534         * gnus-sum.el (gnus-thread-latest-date): New function.
10535         (gnus-thread-sort-by-most-recent-number): Renamed.
10536         (gnus-thread-sort-functions): Doc fix.
10537         (gnus-select-group-hook): Don't use setq on a hook.
10538         (gnus-thread-latest-date): Use date, not number
10539
10540         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
10541         (gnus-agent-expire): Allow regexp of expire-days.
10542
10543         * gnus-art.el (gnus-article-reply-with-original): Deactivate
10544         region.
10545         (gnus-article-followup-with-original): Ditto.
10546
10547         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
10548
10549         * gnus-art.el (gnus-mime-display-alternative): Use
10550         gnus-local-map-property.
10551         (gnus-mime-display-alternative): Ditto.
10552         (gnus-insert-mime-security-button): Ditto.
10553         (gnus-insert-next-page-button): Ditto.
10554         (gnus-button-prev-page): Take optional args.
10555         (gnus-insert-prev-page-button): widget-convert.
10556
10557         * gnus-util.el (gnus-local-map-property): New function.
10558
10559         * gnus-art.el (gnus-prev-page-map): Use parent map.
10560         (gnus-next-page-map): Ditto.
10561
10562         * gnus-spec.el (gnus-parse-format): Clean up.
10563         (gnus-parse-format): Do complex formatting for %=.
10564
10565         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
10566         "X-Face: " to the data in the built-in scenario.
10567
10568         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
10569         (gnus-correct-pad-form): Renamed.
10570         (gnus-tilde-max-form): Clean up.
10571         (gnus-pad-form): Use gnus-use-correct-string-widths.
10572
10573         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
10574         support if that is available.
10575
10576         * gnus-sum.el (gnus-thread-highest-number): New function.
10577         (gnus-thread-sort-by-most-recent-thread): New function.
10578         (gnus-thread-sort-functions): Doc fix.
10579
10580 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10581
10582         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
10583         all cases.
10584         (gnus-summary-mode): Enable it in all cases.
10585         (gnus-summary-display-article): Ditto.
10586         (gnus-summary-edit-article): Ditto.
10587
10588         * gnus-ems.el (gnus-put-image): Really return glyph.
10589
10590         * gnus-art.el (gnus-article-x-face-command): Fix :type.
10591         (gnus-treat-smiley): Don't take "P" in the interactive form.
10592
10593 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10594
10595         * compface.el (uncompface): XEmacs and Emacs have differing
10596         capabilities.
10597
10598         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
10599
10600         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
10601         (gnus-article-xface-ring-size): Removed.
10602         (gnus-article-display-xface): Removed.
10603         (gnus-remove-image): Cleaned up.
10604
10605         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
10606         (gnus-xmas-create-image): Take pbm files.
10607         (gnus-x-face): Removed.
10608         (gnus-xmas-article-display-xface): Removed.
10609
10610         * gnus-fun.el (gnus-display-x-face-in-from): Bind
10611         default-enable-multibyte-characters.
10612
10613         * compface.el (uncompface): Doc fix.
10614
10615         * gnus-art.el (gnus-article-x-face-command): Use
10616         gnus-display-x-face-in-from.
10617
10618         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
10619
10620         * gnus-ems.el (gnus-put-image): Return the image.
10621
10622         * gnus-fun.el (gnus-display-x-face-in-from): New function.
10623         (gnus-x-face): Moved here.
10624
10625 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10626
10627         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
10628         invisible if string is nil.
10629         (gnus-xmas-article-display-xface): Use it.
10630
10631         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
10632         property when string is nil.
10633         (gnus-article-display-xface): Use it.
10634
10635 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10636
10637         * gnus-art.el (article-display-x-face): Check whether valid grey
10638         face was returned.
10639         (article-display-x-face): Place image in the right spot.
10640
10641         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
10642         stderr.
10643         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
10644
10645 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10646
10647         * gnus-xmas.el (gnus-xmas-create-image): Take optional
10648         parameters.
10649         (gnus-xmas-put-image): Allow non-strings to be passed.
10650
10651         * gnus-art.el (article-display-x-face): Use optional parameters.
10652
10653         * gnus-ems.el (gnus-create-image): Take optional parameters.
10654
10655         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
10656
10657         * compface.el (compface-xbm-p): Removed.
10658
10659         * gnus-ems.el (gnus-article-compface-xbm): Removed.
10660         (gnus-article-display-xface): Use compface.
10661
10662         * compface.el: New file.
10663
10664         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
10665         (gnus-convert-image-to-x-face-command): Ditto.
10666         (gnus-random-x-face): Quote argument.
10667         (gnus-x-face-from-file): Ditto.
10668
10669 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
10670
10671         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
10672         the expire-group parameter once per article rather than once
10673         per group; bind `nnmaildir-article-file-name' and `article'
10674         for convenience.  Leave article alone when expire-group
10675         specifies the current group.
10676         (nnmaildir--update-nov): be more concurrency-friendly with
10677         temp file names.
10678
10679 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10680
10681         * gnus-start.el (gnus-read-init-file): Cleaned up.
10682
10683 2002-01-03  Dave Love  <d.love@dl.ac.uk>
10684
10685         * gnus-start.el (gnus-startup-file-coding-system): Removed.
10686         (gnus-read-init-file): Don't use it.
10687
10688 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10689
10690         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
10691
10692 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10693
10694         * gnus-start.el (gnus-read-init-file): Don't force coding system
10695         for ~/.gnus.  From Dave Love <fx@gnu.org>.
10696
10697 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10698
10699         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
10700         * nnspool.el (nnspool-request-post): Ditto.
10701
10702         * mm-util.el (mm-use-find-coding-systems-region): New variable.
10703         (mm-find-mime-charset-region): Use it.
10704
10705 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10706
10707         * gnus.el (gnus-summary-line-format): Added :link.
10708         * gnus-topic.el (gnus-topic-line-format): Ditto.
10709         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
10710         * gnus-srvr.el (gnus-server-line-format): Ditto.
10711         * gnus-group.el (gnus-group-line-format): Ditto.
10712
10713         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
10714         :keys, it works on both Emacsen.
10715
10716 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10717
10718         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
10719
10720 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10721
10722         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
10723
10724 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
10725
10726         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
10727         very wide reply.
10728
10729 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10730
10731         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
10732         (gnus-picon-cache): New variable.
10733         (gnus-picon-transform-newsgroups): Cache stuff.
10734
10735         * gnus-art.el (gnus-article-reply-with-original): New command.
10736         (gnus-article-followup-with-original): New command.
10737
10738         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
10739         END parameters.
10740         (gnus-summary-followup): Take a list of list of articles.
10741         (gnus-inews-yank-articles): Allow lists of article/regions.
10742
10743         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
10744         longer the usual commands.
10745
10746         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
10747         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
10748         shell-command-on-region.
10749
10750 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10751
10752         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
10753           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
10754
10755 2002-01-03  Steve Youngs  <youngs@xemacs.org>
10756
10757         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
10758         understand ':keys', wrap it in an featurep 'xemacs.
10759
10760 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10761
10762         * gnus-ems.el (gnus-article-display-xface): Show xface in the
10763         order of headers (Actually, it is called in a reversed order). Add
10764         'gnus-image-text-deletable property.
10765         (gnus-remove-image): Remove text with such a property.
10766
10767         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
10768         gnus-put-image.
10769
10770         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
10771         with ", "
10772
10773 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10774
10775         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
10776
10777         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
10778         (article-display-x-face): Display grey X-Faces.
10779
10780         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
10781         (gnus-convert-gray-x-face-to-ppm): Ditto.
10782         (gnus-convert-image-to-gray-x-face): Ditto.
10783
10784         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
10785         gnus-summary-show-raw-article.
10786
10787 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10788
10789         Display picons in XEmacs without showing text.
10790
10791         * gnus-xmas.el (gnus-xmas-create-image): Don't use
10792         mm-create-image-xemacs to create xbm glyph, because it deletes
10793         temporary files.
10794         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
10795         (gnus-xmas-remove-image): Make text visible, remove glyph.
10796
10797         * gnus-picon.el (gnus-picon-transform-newsgroups)
10798         (gnus-picon-transform-address): Insert spec backward, due to the
10799         incompatibility of gnus-xmas-put-image.
10800
10801 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10802
10803         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
10804
10805 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10806
10807         * gnus.el: Doc fix.
10808
10809         * gnus-art.el: Doc fix.
10810
10811         * gnus-agent.el: Doc fix.
10812
10813 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10814
10815         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
10816
10817 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
10818
10819         * nnmaildir.el (nnmaildir--update-nov): automatically parse
10820         NOV data out of the message again if nnmail-extra-headers has
10821         changed.
10822
10823 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10824
10825         * gnus-fun.el: New file.
10826         (gnus-convert-image-to-x-face-command): New variable.
10827         (gnus-insert-x-face): New function.
10828         (gnus-random-x-face): Renamed.
10829         (gnus-x-face-from-file): Renamed.
10830
10831         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
10832         "_".
10833         (gnus-body-boundary-delimiter): Typo fix.
10834
10835 2002-01-02  Simon Josefsson  <jas@extundo.com>
10836
10837         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
10838         (gnus-body-boundary-delimiter): Fix type.
10839
10840 2002-01-01  Simon Josefsson  <jas@extundo.com>
10841
10842         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
10843         (gnus-treat-emphasize, gnus-treat-strip-cr)
10844         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
10845         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
10846         (gnus-treat-fill-article, gnus-treat-hide-citation)
10847         (gnus-treat-hide-citation-maybe)
10848         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
10849         (gnus-treat-strip-pem, gnus-treat-strip-banner)
10850         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
10851         (gnus-treat-date-ut, gnus-treat-date-local)
10852         (gnus-treat-date-english, gnus-treat-date-lapsed)
10853         (gnus-treat-date-original, gnus-treat-date-iso8601)
10854         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
10855         (gnus-treat-strip-trailing-blank-lines)
10856         (gnus-treat-strip-leading-blank-lines)
10857         (gnus-treat-strip-multiple-blank-lines)
10858         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
10859         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
10860         (gnus-treat-display-xface, gnus-treat-display-smileys)
10861         (gnus-treat-from-picon, gnus-treat-mail-picon)
10862         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
10863         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
10864         (gnus-treat-play-sounds, gnus-treat-translate)
10865         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
10866
10867         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
10868         (gnus-article-treat-body-boundary): Use it.
10869
10870         * message.el (message-mode): Fix doc.
10871         (message-mode-menu): Fix names.
10872
10873 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10874
10875         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
10876         articles.
10877
10878         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
10879         (gnus-picon-transform-address): Search for unknown faces as well.
10880         (gnus-picon-find-face): Don't search "news" for MISC.
10881         (gnus-picon-user-directories): Changed default back to exclude
10882         "unknown".
10883
10884         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
10885
10886         * gnus-picon.el (gnus-picon-find-face): Search through all
10887         databases.
10888         (gnus-picon-find-face): New implementation.
10889
10890         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
10891         keystroke.
10892         (gnus-topic-goto-next-topic): Ditto.
10893
10894         * gnus.el (gnus-summary-line-format): Changed default.
10895
10896         * nnmail.el (nnmail-extra-headers): Change default.
10897
10898         * gnus-sum.el (gnus-extra-headers): Change default.
10899
10900         * message.el (message-news-other-window): Changed "news" to
10901         "posting".
10902         (message-news-other-frame): Ditto.
10903         (message-do-send-housekeeping): Ditto.
10904
10905         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
10906         function.
10907         (gnus-article-unread-p): New function.
10908         (gnus-article-unseen-p): New function.
10909         (gnus-dead-summary-mode-map): Typo.
10910
10911         * gnus-util.el (gnus-make-predicate): New function.
10912         (gnus-make-predicate-1): New function.
10913
10914         * gnus-sum.el: New function.
10915         (gnus-map-articles): New function.
10916
10917         * gnus-art.el (gnus-treat-fold-headers): New variable.
10918         (gnus-article-treat-fold-headers): New command and keystroke.
10919
10920         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
10921         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
10922
10923 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10924
10925         * message.el (message-fcc-externalize-attachments): New variable.
10926         (message-do-fcc): Use it.
10927
10928         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
10929         (gnus-inews-do-gcc): Use it.
10930
10931         * mml.el (mml-tweak-sexp-alist): New variable.
10932         (mml-externalize-attachments): New variable.
10933         (mml-tweak-part): Use mml-tweak-sexp-alist.
10934         (mml-tweak-externalize-attachments): New function.
10935
10936 2002-01-01  Steve Youngs  <youngs@xemacs.org>
10937
10938         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
10939         'set-glyph-face' so x-face back/foreground can be set.
10940
10941 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10942
10943         * message.el (message-fix-before-sending): Fix a typo.
10944
10945 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10946
10947         * gnus-art.el (gnus-treat-smiley): Renamed command.
10948         (gnus-article-remove-images): New command and keystroke.
10949
10950         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
10951
10952         * smiley-ems.el (gnus-smiley-display): Removed.
10953
10954         * gnus.el (gnus-version-number): Update version.
10955
10956         * message.el (message-text-with-property): Renamed and moved
10957         here.
10958         (message-fix-before-sending): Highlight invisible text and place
10959         point there.
10960
10961 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10962
10963         * gnus.el: Oort Gnus v0.04 is released.
10964
10965 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10966
10967         * gnus-delay.el (gnus-delay-send-queue): Renamed.
10968
10969         * gnus-art.el (gnus-ignored-headers): More headers,
10970
10971         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
10972         of `scan-error', since XEmacs doesn't seem to support that.
10973
10974 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10975
10976         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
10977         arg.
10978         (gnus-summary-best-unread-subject): Ditto.
10979         (gnus-summary-best-unread-subject): No, don't.
10980         (gnus-summary-better-unread-subject): New command.
10981
10982         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
10983
10984         * lpath.el ((featurep 'xemacs)): fbind url function.
10985
10986         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
10987         buffer.
10988         (gnus-xmas-remove-image): Implementation that does something.
10989         (gnus-xmas-article-display-xface): Mark images properly.
10990
10991         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
10992
10993 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
10994
10995         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
10996
10997 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10998
10999         * gnus-group.el (gnus-group-line-format): Added %O to the default
11000         value.
11001
11002         * gnus-util.el (gnus-text-with-property): The smallest point is
11003         point-min.
11004
11005         * smiley-ems.el (smiley-region): Return images.
11006         (gnus-smiley-display): Allow toggling.
11007         (smiley-region): Use text properties, not overlays.
11008
11009         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
11010         implemented yet.
11011
11012         * smiley-ems.el (smiley-update-cache): Check for valid types.
11013
11014         * gnus-art.el (gnus-with-article-buffer): New macro.
11015
11016         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
11017         strings as well as the glyphs.
11018         (gnus-picon-transform-address): Ditto.
11019         (gnus-picon-insert-glyph): Ditto.
11020         (gnus-picon-transform-newsgroups): Toggle.
11021         (gnus-picon-transform-address): Toggle.
11022
11023         * gnus-ems.el (gnus-remove-image): New function.
11024         (gnus-put-image): Take an optional string.
11025
11026         * gnus-util.el (gnus-text-with-property): New function.
11027
11028         * gnus-art.el (gnus-delete-images): New function.
11029
11030         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
11031
11032         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
11033         (gnus-article-wash-status): Use it.
11034         (gnus-signature-toggle): Clean up.
11035         (gnus-add-wash-status): New function.
11036         (gnus-delete-wash-status): New function.
11037         (gnus-article-hide-text-type): Use them throughout.
11038         (gnus-add-image): New function.
11039
11040         * gnus-ems.el (gnus-article-display-xface): Use new interface.
11041
11042         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
11043         interface.
11044
11045         * gnus-art.el (article-display-x-face): Cleaned up.
11046
11047         * rfc2047.el (rfc2047-field-value): New function.
11048
11049         * mail-parse.el (mail-header-field-value): New alias.
11050
11051         * gnus-art.el (gnus-mime-print-part): Fix typos.
11052
11053         * smiley-ems.el (gnus-smiley-file-types): New variable.
11054         (smiley-update-cache): Use it.
11055         (smiley-regexp-alist): Suffix-less smiley names.
11056         (smiley-regexp-alist): Added more smileys.
11057
11058         * gnus-sum.el (gnus-print-buffer): Made into own function.
11059         (gnus-summary-print-article): Use it.
11060
11061         * mailcap.el (mailcap-mime-info): Actually return the bit that we
11062         looked for when REQUEST is a string.
11063
11064         * gnus-art.el (gnus-mime-button-commands): Add printing
11065         keystroke.
11066         (gnus-mime-copy-part): Doc fix.
11067         (gnus-mime-print-part): New command.
11068
11069 2001-12-31  Simon Josefsson  <jas@extundo.com>
11070
11071         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
11072         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
11073
11074 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11075
11076         * gnus-picon.el (gnus-treat-from-picon): Autoload.
11077         (picon): Fix doc.
11078
11079         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
11080         longer exists. Remove those codes.
11081         * gnus.el (gnus-use-picons): Ditto.
11082
11083 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11084
11085         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
11086         infloop.
11087
11088         * gnus-sum.el (t): New `W D' map.
11089
11090         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
11091         (gnus-article-treat-body-boundary): Clean up.
11092         (gnus-body-boundary-face): Removed.
11093         (gnus-article-goto-header): Moved here.
11094         (gnus-article-goto-header): Allow better regexps.
11095         (gnus-article-treat-fold-newsgroups): New command.
11096
11097         * gnus-sum.el (gnus-summary-move-article): We have to select an
11098         article to give `gnus-read-move-group-name' an opportunity to
11099         suggest an appropriate default.
11100
11101         * rfc2047.el (rfc2047-fold-line): New function.
11102         (rfc2047-unfold-line): Ditto.
11103         (rfc2047-fold-region): Don't fold just after the header name.
11104
11105         * mail-parse.el (mail-header-fold-line): New alias.
11106         (mail-header-unfold-line): Ditto.
11107
11108         * gnus-art.el (gnus-body-boundary-face): Renamed.
11109         (gnus-article-treat-body-boundary): Use it.
11110         (gnus-article-treat-body-boundary): Use an invisible header and a
11111         line of underline characters.
11112
11113 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11114
11115         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
11116
11117         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
11118         (gnus-picon-split-address): New function.
11119         (gnus-picon-find-face): Use it.
11120         (gnus-picon-transform-address): Use it. Set first to t for each
11121         address.
11122
11123         * gnus-art.el (gnus-with-article-headers): Move to here. Define
11124         the macro then use it.
11125         (gnus-treatment-function-alist): Treat picons earlier.
11126
11127 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11128
11129         * gnus-art.el (gnus-body-separator-face): New variable.
11130         (gnus-article-treat-body-boundary): Use a blank, colored line.
11131
11132         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
11133         well.
11134
11135         * gnus-art.el (gnus-treat-body-boundary): New variable.
11136         (gnus-article-treat-unfold-headers): Use helper macro.
11137         (gnus-article-treat-body-boundary): New command.
11138
11139         * gnus.el (gnus-logo-color-style): Change the default color.
11140         (gnus-splash-face): Gray, gray.
11141
11142         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
11143         colors.
11144
11145         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
11146         (gnus-logo-color-style): Ditto.
11147         (gnus-logo-colors): Ditto.
11148
11149         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
11150
11151         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
11152
11153         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
11154         (gnus-picon-transform-newsgroups): New function.
11155
11156         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
11157         string.
11158
11159         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
11160
11161         * gnus-art.el (gnus-treat-cc-picon): New variable.
11162         (gnus-treat-mail-picon): Renamed.
11163
11164         * gnus-picon.el: New implementation.
11165         (gnus-picon-find-face): Renamed.
11166         (gnus-treat-from-picon): Use it.
11167         (gnus-picon-transform-address): Renamed.
11168         (gnus-treat-from-picon): Use it.
11169         (gnus-picon-create-glyph): Renamed.
11170         (gnus-picon-transform-address): Use it.
11171         (gnus-treat-cc-picon): New command.
11172
11173         * mm-decode.el (mm-create-image-xemacs): Separated out into
11174         function.
11175         (mm-get-image): Use it.
11176
11177         * gnus-art.el (gnus-treat-display-picons): Simplify.
11178         (gnus-treat-from-picon): Renamed.
11179
11180         * gnus-ems.el (gnus-create-image): New function.
11181         (gnus-put-image): New function.
11182
11183         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
11184         (gnus-with-article-headers): New macro.
11185         (gnus-article-goto-header): New function.
11186
11187         * gnus-xmas.el (gnus-image-type-available-p): New function.
11188
11189         * gnus-ems.el (gnus-image-type-available-p): New function.
11190
11191 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11192
11193         * nnrss.el (nnrss-check-group): Find the correct tag, because
11194         xml.el is changed.
11195
11196 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11197
11198         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
11199         lines are shorter than the window width.
11200         (gnus-ignored-headers): More headers.
11201
11202 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11203
11204         * gnus-art.el (gnus-treat-unfold-lines): New variable.
11205         (gnus-treat-unfold-headers): Renamed.
11206         (gnus-article-treat-unfold-headers): New command and keystroke.
11207
11208         * rfc2047.el (rfc2047-encode-message-header): Clean up.
11209
11210         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
11211
11212 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11213
11214         * sha1-el.el (sha1-use-external): New variable.
11215         (sha1-region): Use it.
11216         (sha1-string): Ditto.
11217
11218         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
11219         * gnus-picon.el: Less warnings when compile.
11220
11221 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11222
11223         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
11224         alias.
11225         (gnus-picons-database): Default to list.
11226         (gnus-picons-lookup-internal): Use it.
11227
11228         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
11229         to "bogus".
11230
11231         * gnus-win.el (gnus-configure-windows-hook): New hook.
11232
11233 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
11234
11235         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
11236
11237 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11238
11239         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
11240         lists.
11241         (gnus-select-newsgroup): Don't append; push.
11242         (gnus-adjust-marked-articles): Remove obsolete ranges from
11243         `seen'.
11244         (gnus-update-marks): Clean up.
11245         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
11246
11247 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
11248
11249         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
11250
11251 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11252
11253         * gnus-sum.el (gnus-auto-select-subject): New variable.
11254         (gnus-summary-best-unread-subject): New function.
11255         (gnus-summary-best-unread-article): Use it.
11256         (gnus-summary-first-unseen-subject): New function and command.
11257
11258         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
11259         other treatments.
11260
11261         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
11262         function.
11263
11264         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
11265         from the list of hidden types.
11266
11267         * mm-view.el (mm-inline-text): Ditto.
11268         (mm-inline-text): Ditto.
11269         (mm-w3-prepare-buffer): Ditto.
11270
11271         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
11272
11273 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11274
11275         * gnus-art.el (gnus-ignored-headers): Added more headers.
11276
11277 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
11278
11279         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
11280         once.
11281
11282 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11283
11284         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
11285
11286 2001-12-28  Simon Josefsson  <jas@extundo.com>
11287
11288         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
11289         Jesper Harder <harder@ifa.au.dk>.
11290
11291 2001-12-27  Simon Josefsson  <jas@extundo.com>
11292
11293         * gnus-sum.el (gnus-select-newsgroup): Make
11294         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
11295         contain all articles (instead of none) when no seen marks have
11296         been set for the group.
11297         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
11298         instead, it seems to result in shorter ranges.
11299
11300 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11301
11302         * mm-util.el (mm-iso-8859-x-to-15-region): Use
11303         insert-before-markers.
11304         From Jesper Harder <harder@ifa.au.dk>
11305
11306 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
11307
11308         * nnmaildir.el (nnmaildir-save-mail): create the destination
11309         groups if they do not exist.
11310
11311 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
11314
11315 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11316
11317         * gnus-group.el (gnus-group-read-ephemeral-group): Call
11318         gnus-group-real-name.
11319
11320         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
11321         (gnus-newsgroup-variables): Ditto.
11322
11323         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
11324         return it.
11325
11326 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
11327
11328         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
11329         * nnmaildir.el (top-level): Add commentary.
11330         (nnmaildir-version): Indicate that nnmaildir is now a standard
11331         part of Gnus, not separately released.
11332
11333 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11334
11335         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
11336         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
11337         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
11338         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11339
11340 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11341
11342         * nnmaildir.el: Copyright changes. Require cl only at compile time.
11343
11344 2001-12-20  Simon Josefsson  <jas@extundo.com>
11345
11346         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
11347         ZHU <zsh@cs.rochester.edu>.
11348         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
11349         Brian P Templeton <bpt@tunes.org>.
11350
11351 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11352
11353         * nnmaildir.el: New file.
11354         From Paul Jarc <prj@po.cwru.edu>.
11355
11356 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11357
11358         * nndoc.el (nndoc-type-alist): Move forward to the end.
11359
11360 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
11363         `dolist'.
11364
11365 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11366
11367         * gnus-win.el (gnus-frames-on-display-list): New function.
11368         (gnus-get-buffer-window): Use it.
11369
11370 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11371
11372         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
11373
11374 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11375
11376         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
11377
11378 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11379            From Harald Meland <Harald.Meland@usit.uio.no>
11380
11381         * gnus-win.el (gnus-get-buffer-window): New function.
11382         (gnus-all-windows-visible-p): Use it.
11383
11384         * gnus-util.el (gnus-horizontal-recenter)
11385         (gnus-horizontal-recenter, gnus-horizontal-recenter)
11386         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
11387
11388         * gnus-score.el (gnus-score-insert-help): Use it.
11389
11390         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
11391         (gnus-generate-tree, gnus-highlight-selected-tree)
11392         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
11393         it.
11394
11395         * gnus-art.el (gnus-article-set-window-start)
11396         (gnus-mm-display-part, gnus-request-article-this-buffer)
11397         (gnus-button-next-page, gnus-button-prev-page)
11398         (gnus-article-button-next-page, gnus-article-button-prev-page):
11399         Use it.
11400
11401 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
11402
11403         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
11404         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
11405         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
11406
11407 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11408
11409         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
11410         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
11411         * mml1991.el, nnultimate.el: Add `coding'.
11412
11413 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
11414
11415         * ChangeLog: changed coding to buffer-file-coding-system
11416         * ChangeLog.1: same
11417         * nnwfm.el: same
11418         * gnus-smiley.el: same
11419         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
11420         * gnus-delay.el: same
11421         * gnus-spec.el: same
11422         * message.el: same
11423         * mml1991.el: same
11424         * nnultimate.el: same
11425
11426 2001-12-16  Simon Josefsson  <jas@extundo.com>
11427         Inspired by code by Dirk Meyer <dischi@tzi.de>.
11428
11429         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
11430         (gnus-summary-save-map): Add muttprint.
11431         (gnus-summary-make-menu-bar): Ditto.
11432         (gnus-summary-muttprint): New function.
11433
11434         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
11435
11436 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11437
11438         * uudecode.el (uudecode-decode-region-internal): Speedup by using
11439         temporary list instead of buffer.
11440
11441         * mm-url.el (executable-find): autoload.
11442
11443 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11444
11445         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
11446         to variable, follow doc-string conventions).
11447
11448 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
11449
11450         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
11451         subscribe-level
11452         * gnus-topic.el (gnus-subscribe-topics): use it.
11453
11454 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11455
11456         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
11457         messages. (A small patch with indentation)
11458         From Sean Neakums <sneakums@zork.net>.
11459
11460         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
11461         nil after shooting down the gnus-original-article-buffer.
11462
11463 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11464
11465         * uudecode.el (uudecode-use-external): New variable.
11466         (uudecode-decode-region): Automatically detect external program.
11467
11468         * binhex.el (binhex-use-external): New variable.
11469         (binhex-decode-region-internal): New function.
11470         (binhex-decode-region): Automatically detect external program.
11471
11472         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
11473         Use them.
11474
11475 2001-12-12  Simon Josefsson  <jas@extundo.com>
11476
11477         * nnvirtual.el (nnvirtual-always-rescan)
11478         (nnvirtual-component-regexp): Fix doc.
11479
11480         * nnoo.el (defvoo): Add doc to defvoo variables.
11481
11482         * nnml.el (nnml-directory, nnml-active-file)
11483         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
11484         (nnml-marks-is-evil, nnml-filenames-are-evil)
11485         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
11486
11487         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
11488         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
11489         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
11490         `error'.
11491
11492         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
11493         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
11494
11495         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
11496         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
11497         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
11498         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
11499
11500         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
11501         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
11502
11503         * imap.el, nnimap.el: Fix indentation.
11504
11505         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
11506
11507 2001-12-12  Didier Verna  <didier@xemacs.org>
11508
11509         * gnus-msg.el (gnus-group-news): New function.
11510         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
11511         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
11512         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
11513         for it.
11514         * gnus-msg.el (gnus-summary-news-other-window): New function.
11515         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
11516         bind it to `i'.
11517         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
11518         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
11519         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
11520         for it (called with a prefix).
11521         * gnus-msg.el (gnus-configure-posting-styles): add an optional
11522         group-name argument.
11523         * gnus-msg.el (gnus-setup-message): use it.
11524
11525 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11526
11527         * gnus-sum.el (gnus-summary-show-article): Fix doc.
11528
11529 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11530
11531         * mml.el (mime-to-mml): Remove Content-Disposition too.
11532
11533 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11534
11535         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
11536         * gnus-group.el (gnus-group-name-decode): Decode unibyte
11537         strings only.
11538         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11539
11540 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
11541
11542         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
11543         (nnmail-fancy-expiry-target): Use it.
11544         Suggestions from Simon Josefsson <jas@extundo.com>.
11545
11546 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11547
11548         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
11549
11550 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11551
11552         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
11553
11554         * gnus-util.el (gnus-url-unhex-string): Move here.
11555
11556 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11557
11558         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
11559         mm-url-decode-entities-nbsp.
11560
11561         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
11562         * webmail.el, nnwfm.el: Use mm-url.
11563
11564         * mm-url.el (mm-url-fetch-form): Move from nnweb.
11565         (mm-url-remove-markup): Move from nnweb.
11566         (mm-url-fetch-simple): Move from webmail.
11567
11568         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
11569
11570 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11571
11572         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
11573         (gnus-summary-print-article): Use it.
11574
11575         * gnus-util.el (gnus-replace-in-string): Typo.
11576
11577 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11578
11579         * nnweb.el (nnweb-replace-in-string): Removed.
11580
11581         * gnus-util.el (gnus-replace-in-string): New function.
11582         (gnus-mode-string-quote): Use it.
11583
11584         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
11585         * nnwfm.el (nnwfm-create-mapping): Ditto.
11586
11587 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11588
11589         * dgnushack.el (dgnushack-compile): nnrss.el and
11590         nnslashdot.el don't depend on nnweb, url, w3.
11591
11592         * nnrss.el: Use mm-url.
11593
11594 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11595
11596         * mm-url.el (mm-url-insert-file-contents): Support file:.
11597
11598 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11599
11600         * mm-view.el: Lower case for the description line. Sync from the
11601         Emacs CVS.
11602
11603 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11604
11605         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
11606         From:  Stefan Monnier  <monnier@cs.yale.edu>
11607
11608 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
11611
11612 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11613
11614         * mm-url.el: Require executable.
11615         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11616
11617 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11618
11619         * pop3.el (pop3-munge-message-separator): Only use valid date.
11620         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
11621
11622         * Makefile.in: gnus-load.elc may not be generated.
11623
11624 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11625
11626         * mm-url.el: New file.
11627         * nnslashdot.el: Use it.
11628         * mm-extern.el (mm-extern-url): Use it.
11629
11630 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11631
11632         * gnus-sum.el (gnus-summary-save-article): Nix
11633         gnus-display-mime-function and gnus-article-prepare-hook.
11634
11635         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
11636         the beginning of lines.
11637         (gnus-complex-form-to-spec): Ditto.
11638
11639 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11640
11641         * message.el (message-make-mft): Fix the m-s-a-file regexp.
11642         From Paul Jarc <prj@po.cwru.edu>.
11643
11644 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11645
11646         * message.el: New variable message-subscribed-address-file;
11647         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
11648
11649 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11650
11651         * message.el (message-tab-body-function): Set to nil.
11652         (message-tab): Use text-mode-map or global-map.
11653         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11654
11655 2001-11-30  Simon Josefsson  <jas@extundo.com>
11656
11657         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
11658         instead of gnus-union, for speed.  Suggested by Christoph Conrad
11659         <christoph.conrad@gmx.de>.
11660         (gnus-agent-fetch-group-1): Add verbose message.
11661
11662 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11663
11664         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
11665         of integers.
11666
11667 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11668
11669         * message.el (message-newgroups-header-regexp)
11670         (message-completion-alist, message-tab-body-function): Use
11671         defcustom rather than defvar.
11672         (message-tab): Mention `message-tab-body-function' in doc.
11673         Suggested by Karl Eichwalder.
11674
11675 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11676
11677         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
11678
11679 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11680
11681         * nnheader.el (nnheader-find-nov-line): Don't use macro
11682         gnus-delete-line.
11683
11684         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
11685         (gnus-group-name-charset): Ditto.
11686
11687         * gnus-util.el (gnus-buffer-live-p): Ditto.
11688
11689 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11690
11691         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
11692         open parenthesis in doc.
11693         (sieve-manage-authenticator-alist): Typo in doc.
11694         * imap.el (imap-authenticator-alist): Typo in doc.
11695         (imap-stream-alist): Backslash.
11696
11697         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
11698           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
11699
11700 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11701
11702         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
11703
11704         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
11705
11706         * gnus-msg.el (gnus-configure-posting-styles): use
11707         make-local-hook. Add LOCAL for add-hook.
11708
11709 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
11710
11711         * message.el (message-mode): Use `make-local-hook' unless
11712         obsolete.
11713         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
11714
11715 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * canlock.el: Remove sha1.el and base64.el stuff.
11718
11719 2001-11-26  Didier Verna  <didier@xemacs.org>
11720
11721         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
11722         if needed.
11723
11724 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * message.el (message-tamago-not-in-use-p): New function.
11727         (message-strip-forbidden-properties): Use it.
11728
11729 2001-11-26  Didier Verna  <didier@xemacs.org>
11730
11731         * gnus-start.el (gnus-check-first-time-used): only check for
11732         existence of .el[d] files.
11733
11734 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11735
11736         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
11737
11738         * message.el (message-setup-1): Clean up mc-*.
11739
11740 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11741
11742         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
11743         * gnus-score.el (gnus-score-find-bnews): Use it.
11744
11745         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
11746         (gnus-summary-limit-to-author): Ditto.
11747         (gnus-summary-limit-to-extra): Ditto.
11748         (gnus-summary-find-matching): Support not-matching argument.
11749
11750 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11751
11752         * message.el (message-wash-subject): Use `insert' rather than
11753         `insert-string', which is deprecated.
11754
11755 2001-11-24  Simon Josefsson  <jas@extundo.com>
11756
11757         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
11758         message. (Gnus does not "default" to using 8bit for the message,
11759         it default to use 8bit encoding and the user-supplied CTE
11760         value. Calling this behaviour "treating it as 8bit" is perhaps
11761         better.)
11762
11763         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
11764         (compare mm-charset-to-coding-system).
11765
11766 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11767
11768         * canlock.el (canlock-sha1-with-openssl): Use unibyte
11769         buffer. Correctly decode hex.
11770
11771 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11772
11773         * gnus-agent.el (gnus-category-insert-line): Convert category
11774         names to strings.
11775
11776 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11777
11778         * message.el (sha1): eval-and-compile.
11779
11780 2001-11-20  Simon Josefsson  <jas@extundo.com>
11781
11782         * message.el (message-allow-no-recipients): New variable.
11783         (message-send): Use it, customize the prompting when posting to
11784         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
11785
11786 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11787
11788         * mm-util.el (mm-coding-system-priorities): New variable.
11789         (mm-sort-coding-systems-predicate): New function.
11790         (mm-find-mime-charset-region): Resort coding systems if needed.
11791         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11792
11793 2001-11-20  Didier Verna  <didier@xemacs.org>
11794
11795         * gnus-group.el (gnus-group-make-help-group): new optional
11796         argument to control the error behavior.
11797         * gnus-start.el (gnus-check-first-time-used): use it to avoid
11798         erroring.
11799
11800 2001-11-19  Simon Josefsson  <jas@extundo.com>
11801
11802         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
11803         instead of C-c C-u.  Suggested by Per Abrahamsen
11804         <abraham@dina.kvl.dk>.
11805
11806 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11807
11808         * nnfolder.el (nnfolder-read-folder): Use group instead of
11809         nnfolder-current-group.
11810         Suggested by Lorentey Karoly <lorentey@elte.hu>.
11811
11812 2001-11-17  Simon Josefsson  <jas@extundo.com>
11813
11814         * message.el (message-send): Ask user if Fcc/Gcc should be
11815         performed when no other sender was specified.
11816         Suggested by prj@po.cwru.edu (Paul Jarc).
11817
11818 2001-11-17  Simon Josefsson  <jas@extundo.com>
11819
11820         * message.el (message-mode, message-mode-map): Use C-c C-u for
11821         Importance: instead of C-c C-p (used by SC).
11822
11823 2001-11-16  Simon Josefsson  <jas@extundo.com>
11824
11825         * message.el (message-insert-importance-high)
11826         (message-insert-importance-low): Save point.
11827
11828         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
11829         value.
11830
11831 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
11832
11833         * message.el (message-strip-special-text-properties): New option.
11834         (message-strip-forbidden-properties): Obey it.
11835
11836 2001-11-14  Sam Steingold  <sds@gnu.org>
11837
11838         * gnus-score.el: Fixed some doc strings to properly quote symbols.
11839
11840 2001-11-15  Simon Josefsson  <jas@extundo.com>
11841
11842         Support "Importance:" header in Message.
11843
11844         * message.el (message-mode-map): Bind C-c C-p to
11845         `message-insert-or-toggle-importance'
11846         (message-mode-menu): Add message-insert-importance-{high,low}.
11847         (message-insert-importance-high, message-insert-importance-low)
11848         (message-insert-or-toggle-importance): New functions.
11849         (message-tool-bar-map): Add {un,}important.
11850         (message-mode): Doc fix.
11851
11852 2001-11-15  Simon Josefsson  <jas@extundo.com>
11853
11854         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
11855
11856         * mml.el (mml-menu): Fix toolbar tooltip.
11857
11858 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11859
11860         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
11861         * nnml.el (nnml-save-marks): Ditto.
11862
11863         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
11864
11865 2001-11-15  Simon Josefsson  <jas@extundo.com>
11866
11867         * nnml.el (nnml-save-marks):
11868         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
11869         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
11870
11871 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11872
11873         * gnus-art.el (gnus-article-wash-status-strings): Use
11874         `copy-sequence', not `copy-seq'.
11875
11876 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11877
11878         * gnus-art.el (gnus-article-wash-status-strings): New constant.
11879         (gnus-gnus-article-wash-status-entry): New function.
11880         (gnus-article-wash-status): Use it.
11881
11882 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11883
11884         * mml1991.el: Add coding header.
11885
11886 2001-11-12  Simon Josefsson  <jas@extundo.com>
11887
11888         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
11889         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
11890         `mml1991-sign' and `mml1991-encrypt'.
11891         (mml1991-encrypt, mml1991-sign): New glue functions.
11892         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
11893
11894         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
11895         (mml-menu): Add PGP to menu.
11896
11897         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
11898         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
11899         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
11900         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
11901
11902         * mml2015.el: Mention RFC 3156.
11903
11904         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
11905
11906 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11907
11908         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
11909
11910         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
11911           From <Michael.Cook@cisco.com>
11912
11913 2001-11-11  Simon Josefsson  <jas@extundo.com>
11914
11915         * message.el (top-level): Autoload sha1.
11916         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
11917         canlock, no need to require two different hash algs).  Suggested
11918         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
11919
11920 2001-11-09  Simon Josefsson  <jas@extundo.com>
11921
11922         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
11923         <Pavel@Janik.cz>.
11924
11925 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11926
11927         * message.el (message-point-in-header-p): New function.
11928         (message-do-auto-fill): Use it.
11929         (message-beginning-of-line): New function.  Goes to beginning of
11930         header value (i.e., end of header name), or to beginning of line
11931         if already at beginning of value.  Behaves like
11932         `beginning-of-line' when in message body.
11933         (message-mode-map): Bind it.
11934
11935 2001-11-08  Simon Josefsson  <jas@extundo.com>
11936
11937         * gnus-msg.el (gnus-posting-styles): Add doc.
11938
11939 2001-11-07  Simon Josefsson  <jas@extundo.com>
11940
11941         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
11942
11943         * sieve-mode.el (sieve-control-commands-face)
11944         (sieve-control-commands-face, sieve-action-commands-face)
11945         (sieve-test-commands-face, sieve-tagged-arguments-face): New
11946         faces.
11947         (sieve-font-lock-keywords): Use them.
11948         (sieve-mode): Only set font-lock-defaults in emacs.
11949
11950         * gnus-art.el (gnus-default-article-saver): Add
11951         gnus-summary-save-body-in-file.
11952         (gnus-summary-write-to-file): Fix doc.
11953
11954 2001-11-07  Simon Josefsson  <jas@extundo.com>
11955
11956         * gnus-art.el (gnus-treat-highlight-signature): Add cross
11957         reference to the correct chapter in the manual.
11958
11959         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
11960         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
11961
11962 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11963
11964         * mml.el (mml-preview): Bind mail-header-separator.
11965
11966 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * message.el: Always require canlock.
11969         (message-ignored-supersedes-headers): Include Cancel-Lock and
11970         Cancel-Key.
11971         (message-insert-canlock): Don't require canlock.
11972         (message-cancel-news): Don't check whether canlock is available.
11973         (message-supersede): Support cancel-locks.
11974
11975         * gnus-art.el: Don't autoload canlock.
11976
11977 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11978
11979         * mail-source.el (mail-source-fetch-imap): ASYNC param.
11980         From: <andre@slamdunknetworks.com>
11981
11982 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11983
11984         * many files: Fix copyright lines.
11985
11986 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11987
11988         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
11989         Suggested by Dave Love  <fx@gnu.org>.
11990
11991 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11992
11993         * message.el (message-kill-buffer): Remove auto-save file after
11994         confirm.
11995
11996         * message.el (message-send-mail): Call message-generate-headers
11997         once.  Suggested by Matt Armstrong <matt@lickey.com>.
11998
11999         * gnus-topic.el (gnus-topic-rename): Initial-input.
12000         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
12001
12002 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12003
12004         * message.el (message-forbidden-properties): New constant.
12005         (message-strip-forbidden-properties): New function.
12006         (message-mode): Activate it.
12007
12008 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12009
12010         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
12011         (mm-hack-charsets): Fix doc.
12012
12013 2001-11-02  Simon Josefsson  <jas@extundo.com>
12014
12015         * gnus-int.el (gnus-check-server): Message "...done" when done.
12016
12017         * imap.el (imap-close): Don't message (imap-send-command-wait
12018         returns if the connection is dropped).
12019         (imap-wait-for-tag): Nix out message only when necessary.
12020
12021         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
12022         for non-crossposting.
12023         (gnus-sieve-crosspost): Default to t to be consistent with other
12024         parts of Gnus.
12025
12026 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12027
12028         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
12029         (mm-iso-8859-x-to-15-table): Ditto.
12030         (mm-iso-8859-x-to-15-region): Ditto.
12031         (mm-find-mime-charset-region): Ditto.
12032
12033 2001-11-01  Simon Josefsson  <jas@extundo.com>
12034
12035         * nnimap.el (nnimap-close-asynchronous): New variable.
12036         (nnimap-close-group): Use it.
12037         (nnimap-expunge): Don't use it.
12038
12039         * imap.el (imap-callbacks): New variable.
12040         (imap-remassoc): Copied from `gnus-remassoc'.
12041         (imap-add-callback): New function.
12042         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
12043         behaviour.
12044         (imap-parse-response): Call the callback.
12045
12046         * message.el (message-insert-canlock): New variable.
12047         (message-canlock-generate, message-canlock-password)
12048         (message-insert-canlock): New functions.
12049         (message-send-news): Call `message-insert-canlock'.
12050         (top-level): Require canlock when compiling.
12051         (message-insert-canlock): Require canlock before we need it.
12052
12053 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12054
12055         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
12056
12057 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12058
12059         * dgnushack.el (dgnushack-make-load): A workaround for
12060         custom-add-loads bug in some versions of XEmacs.
12061
12062 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12063
12064         * mm-util.el (mm-charset-synonym-alist): Revert (some).
12065
12066 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12067
12068         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
12069         (mm-hack-charsets): New variable.
12070         (mm-iso-8859-15-compatible): New variable.
12071         (mm-iso-8859-x-to-15-table): New variable.
12072         (mm-find-mime-charset-region): Add parameter hack-charsets.
12073
12074         * mm-bodies.el (mm-encode-body): Use it.
12075         * mml.el (mml-parse-1): Ditto.
12076
12077 2001-11-01  Simon Josefsson  <jas@extundo.com>
12078
12079         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
12080
12081 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12082
12083         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
12084         is nil.
12085
12086 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12087
12088         * smiley-ems.el (smiley-update-cache): Auto detect file type.
12089
12090         * message.el (message-forward-rmail-make-body): Use
12091         save-window-excursion.
12092         (message-encode-message-body): Search with noerror.
12093         (message-setup-1): Convert compose-mail send-actions to
12094         message-send-actions.
12095
12096 2001-11-01  Simon Josefsson  <jas@extundo.com>
12097
12098         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
12099         <yamaoka@jpl.org>.
12100
12101 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12102
12103         * sieve-manage.el (sieve-string-bytes): No complain.
12104
12105 2001-11-01  Simon Josefsson  <jas@extundo.com>
12106
12107         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
12108         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
12109         has autoload cookies, so no `require' should be necessary.)
12110
12111         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
12112         files.
12113
12114 2001-10-31  Simon Josefsson  <jas@extundo.com>
12115
12116         * gnus-cus.el (gnus-group-parameters): Support integer `display'
12117         parameter.
12118
12119         * gnus-sum.el (gnus-select-newsgroup): If group parameter
12120         `display' is a number (and C-u wasn't used to enter group), only
12121         fetch that number of articles.
12122
12123 2001-10-31  Matt Armstrong  <matt@lickey.com>
12124
12125         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
12126         not-subscribed -> subscribed.
12127
12128 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12129         From: Josh Huber <huber@alum.wpi.edu>
12130
12131         * message.el (message-subscribed-address-functions): New variable.
12132         (message-subscribed-addresses): New variable.
12133         (message-subscribed-regexps): New variable.
12134         (message-goto-mail-followup-to): New function.
12135         (message-send-mail): Add Mail-Followup-To.
12136         (message-make-mft): New function.
12137
12138         * gnus.el (gnus-find-subscribed-addresses): New function.
12139
12140 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12141
12142         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
12143         (mail-source-fetch-pop): Ditto.
12144         (mail-source-check-pop): Ditto.
12145
12146         * gnus-start.el (gnus-read-init-file): Ditto.
12147         (gnus-activate-group): Ditto.
12148         (gnus-read-newsrc-el-file): Ditto.
12149
12150 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12151
12152         * message.el (message-get-reply-headers): Make sure there is ", ".
12153
12154         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
12155         mm-coding-system-p. Don't correct it only in XEmacs.
12156         (mm-charset-to-coding-system): Use mm-coding-system-p and
12157         mm-get-coding-system-list.
12158         (mm-emacs-mule, mm-mule4-p): New variables.
12159         (mm-enable-multibyte, mm-disable-multibyte,
12160         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
12161         mm-with-unibyte-current-buffer,
12162         mm-with-unibyte-current-buffer-mule4): Use them.
12163         (mm-find-mime-charset-region): Treat iso-2022-jp.
12164
12165         From  Dave Love  <fx@gnu.org>:
12166
12167         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
12168         construction.
12169         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
12170         entries conditional on not having a coding system defined for
12171         them.
12172         (mm-mule-charset-to-mime-charset): Use
12173         find-coding-systems-for-charsets if defined.
12174         (mm-charset-to-coding-system): Don't use
12175         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
12176         later.  Add last resort search of coding systems.
12177         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
12178         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
12179         Mule 4.
12180         (mm-find-mime-charset-region): Re-write.
12181         (mm-with-unibyte-current-buffer): Restore buffer as well as
12182         multibyteness.
12183
12184 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12185
12186         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
12187         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
12188         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
12189
12190 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12191
12192         * gnus-art.el (article-display-x-face): Nix buffer-read-only
12193         again.
12194
12195         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
12196
12197 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12198
12199         * gnus-spec.el (gnus-parse-simple-format): Use
12200           buffer-substring-no-properties.
12201
12202 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * gnus-art.el (article-verify-cancel-lock): New function.
12205
12206         * nnheader.el (nntp-process-response): New variable.
12207         (nnheader-init-server-buffer): Make `nntp-process-response'
12208         buffer-local in `nntp-server-buffer'.
12209
12210         * nntp.el (nntp-prepare-post-hook): New hook.
12211         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
12212         (nntp-async-trigger): Ditto.
12213         (nntp-request-post): Insert a server's ID if there's no Message-ID
12214         header; run `nntp-prepare-post-hook'.
12215
12216 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12217
12218         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
12219         instead.
12220
12221         * message.el (message-forward-subject-author-subject): Don't use
12222         message-news-p, which widens the buffer.
12223         (message-forward-make-body): New function.
12224         (message-forward): Use it.
12225         (message-insinuate-rmail): New function.
12226         (message-forward-rmail-make-body): New function.
12227
12228 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12229
12230         * mm-extern.el (mm-extern): Provide it.
12231
12232         * mm-partial.el (mm-partial): Provide it.
12233
12234 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12235
12236         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
12237
12238 2001-10-29  Simon Josefsson  <jas@extundo.com>
12239
12240         * mml.el (mml-preview): Bind message-this-is-news if it is
12241         news. From Jesper Harder <harder@myrealbox.com>.
12242
12243 2001-10-28  Simon Josefsson  <jas@extundo.com>
12244
12245         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
12246
12247 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
12248
12249         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
12250         ironic smilies.
12251
12252 2001-10-27  Simon Josefsson  <jas@extundo.com>
12253
12254         * message.el (message-indent-citation): Don't add trailing
12255         whitespace when citing text.
12256
12257         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
12258         <harder@ifa.au.dk>.
12259
12260 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12261
12262         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
12263         not available.
12264         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
12265         (nnweb-type-definition): Add google as alias of dejanews.
12266         (nnweb-google-parse-1): Forward 1 line.
12267
12268 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12269
12270         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
12271         variable `message-forward-ignored-headers'.
12272
12273 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
12274
12275         * gnus.el (gnus-expand-group-parameter): New function.
12276         (gnus-expand-group-parameters): Call it.
12277         (gnus-group-fast-parameter): New function.
12278         (gnus-group-find-parameter): Call it.
12279
12280 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12281
12282         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
12283         vector (it didn't before because of a bug).
12284         * gnus-msg.el (gnus-post-news): Use header vector directly, if
12285         available.  Before it converted it to an article number.
12286
12287         This makes followup to news articles with negative numbers in
12288         nnvirtual groups use news instead of mail.
12289
12290 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12291
12292         * gnus.el (post-method): Use `native' instead of `nil'.
12293
12294         * gnus-msg.el (gnus-post-method): Ditto.
12295
12296 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12297
12298         * gnus.el (gnus-define-group-parameter): Grammar fix.
12299
12300 2001-10-22  Simon Josefsson  <jas@extundo.com>
12301
12302         * gnus-msg.el (gnus-extended-version): Include
12303         system-configuration.
12304         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
12305
12306 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12307
12308         * gnus.el (post-method): Customization fix: `native' is not a
12309         valid value.
12310         * gnus-msg.el (gnus-post-method): Doc and customization fix:
12311         `native' is not a valid value.
12312
12313 2001-10-21  Simon Josefsson  <jas@extundo.com>
12314
12315         * nnimap.el (nnimap): Defgroup
12316         (nnimap-strict-function, nnimap-strict-function-match): New
12317         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
12318         (nnimap-split-crosspost, nnimap-split-inbox)
12319         (nnimap-split-rule, nnimap-split-predicate)
12320         (nnimap-split-predicate): Defcustom.
12321         (nnimap-split-inbox, nnimap-expunge-search-string)
12322         (nnimap-importantize-dormant): Remove "*" from doc.
12323
12324 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12325
12326         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
12327         not supplied via prefix arg.  From Lisp, make arg mandatory.
12328         Suggested by Frank Schmitt.
12329
12330 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12331
12332         * message.el (message-do-auto-fill): Avoid calling
12333         'rfc822-goto-eoh'.
12334
12335 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12336         From Paul Jarc <prj@po.cwru.edu>.
12337
12338         * message.el (message-get-reply-headers): Restructure the logic
12339         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
12340
12341 2001-10-20  Simon Josefsson  <jas@extundo.com>
12342
12343         * message.el (message-cancel-news): Support cancel-locks.
12344         Suggested by Per Abrahamsson.
12345
12346         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
12347         conses.  From David Z Maze <dmaze@MIT.EDU>.
12348
12349         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
12350
12351 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12352
12353         * mm-decode.el (mm-default-directory): Fix customize type.
12354
12355         * message.el (message-setup-fill-variables): Kludge to use
12356         normal-auto-fill-function even if auto fill is already activated.
12357
12358 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12359
12360         * message.el (message-do-auto-fill): New version that does not
12361         rely on text properties, by Simon Josefsson <jas@extundo.com>.
12362         (message-setup-1): Removed the `message-field' property.
12363
12364         * gnus-draft.el (gnus-draft-edit-message): Removed the
12365         `message-field' property.
12366
12367 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12368
12369         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
12370         `message-field'.  The `field' property has a special significance in
12371         Emacs 21.
12372
12373         * message.el (message-send, message-setup-1): Ditto.
12374
12375 2001-10-18  Simon Josefsson  <jas@extundo.com>
12376
12377         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
12378         when undoing.
12379
12380 2001-10-18  Simon Josefsson  <jas@extundo.com>
12381         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
12382
12383         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
12384         (gnus-summary-make-menu-bar): Ditto.
12385
12386 2001-10-17  Simon Josefsson  <jas@extundo.com>
12387
12388         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
12389         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
12390
12391 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12392
12393         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
12394         * gnus-util.el (gnus-user-date): New function.
12395         From Frank Schmitt <usenet@Frank-Schmitt.net>.
12396
12397 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12398
12399         * message.el (message-check-news-header-syntax): Special case
12400         nnvirtual groups.
12401
12402         * gnus-sum.el (gnus-summary-respool-default-method): Changed
12403         customize type to `symbol'.
12404
12405 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12406
12407         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
12408         %&foo;.
12409         (gnus-parse-simple-format): Support user extended spec too.
12410         %u&foo; invokes gnus-user-format-function-foo.
12411
12412 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12413
12414         * nnml.el (nnml-request-expire-articles): Make sure it is back to
12415         the server.
12416         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12417         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12418         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12419         * nndiary.el (nndiary-request-expire-articles): Ditto.
12420         (nndiary-schedule): Defsubst it before use it.
12421         (nndiary-error): eval-and-compile.
12422
12423 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12424
12425         * gnus-msg.el (gnus-post-method): Changed two instances of
12426         `active' to `current' and one `null' to `not'.
12427
12428 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12429         From Katsumi Yamaoka <yamaoka@jpl.org>.
12430
12431         * message.el (message-setup-fill-variables): Use
12432         `normal-auto-fill-function' instead of `auto-fill-function'.
12433
12434 2001-10-16  Simon Josefsson  <jas@extundo.com>
12435
12436         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
12437         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
12438         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
12439
12440 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12441         Patch by Oliver Scholz <oscholz@my.gnus.org>.
12442
12443         * gnus-draft.el (gnus-draft-edit-message): Add text property
12444         `field' with value `header' to message headers.
12445         * message.el (message-setup-1): Really add text property to all of
12446         the header, not just part of it.
12447
12448 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12449
12450         * gnus-group.el (gnus-group-sort-by-server): Use it.
12451
12452         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
12453
12454         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
12455         and keystroke.
12456
12457 2001-10-14  Simon Josefsson  <jas@extundo.com>
12458
12459         * dig.el: Doc fix.
12460
12461         * smime.el: Doc fix.
12462
12463         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
12464         charset magic from message.el.
12465
12466 2001-10-12  Simon Josefsson  <jas@extundo.com>
12467         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
12468
12469         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
12470         'cite from g-a-wash-types.
12471         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
12472         (gnus-article-hide-citation): Fix.
12473
12474         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
12475         character.
12476         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
12477
12478         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
12479         definition.
12480         (gnus-signature-toggle): Toggle `s' mode line character.
12481
12482         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
12483         doing stuff that clears it.
12484
12485 2001-10-12  Simon Josefsson  <jas@extundo.com>
12486
12487         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
12488         From Eric Marsden <emarsden@laas.fr>.
12489
12490 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12491
12492         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
12493         (autoload): Add some autoloads.
12494
12495 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12496         Suggested by Oliver Scholz <epameinondas@gmx.de>.
12497
12498         * message.el (message-do-auto-fill): New function.  Like
12499         `do-auto-fill' but don't fill when in the message header.
12500         (message-setup-1): Put a text property on the message header.
12501         (message-setup-fill-variables): Use `message-do-auto-fill'.
12502
12503 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12504
12505         * message.el (message-send-mail-partially): Insert an empty line
12506         first, because of the change of message-make-lines.
12507
12508 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
12509
12510         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
12511         iso-8859-15, make it an alias for iso-8859-1.
12512
12513 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * message.el (message-send-news): Don't modify the value of
12516         `message-syntax-checks' if it is not a list (possibly it is
12517         `dont-check-for-anything-just-trust-me').
12518
12519 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * gnus-group.el (gnus-group-name-charset-group-alist): Use
12522         `find-coding-system' for XEmacs to check whether the coding-system
12523         `utf-8' is available.
12524
12525 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12526
12527         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
12528
12529 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12530
12531         * message.el (message-send-news): Oops, missed case with no
12532         "Followup-To" header...
12533
12534 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12535
12536         * message.el (message-send-news): Allow
12537         `gnus-group-name-charset-group-alist' to affect encoding of the
12538         "Newsgroups" and "Followup-To" headers.
12539
12540 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12541
12542         * Makefile.in (install-el): Depend on gnus-load.el.
12543
12544 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12545
12546         * Makefile.in (install-el): Use -f.
12547         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
12548
12549 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
12550
12551         * message.el (message-send-news): Don't encode Followups-To when
12552         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
12553
12554         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
12555         header.
12556
12557         * gnus-art.el (article-decode-group-name): Also decode
12558         "Followup-To".
12559
12560         * rfc2047.el (rfc2047-encode-message-header): Encode without
12561         asking for null methods.
12562
12563         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
12564         default charset for newsgroup names in accordance with USEFOR.
12565
12566         * gnus-group.el (gnus-group-name-charset-method-alist,
12567         gnus-group-name-charset-group-alist): Removed "*" from doc
12568         strings, "*" should not be used for complex variables.
12569
12570 2001-10-06  Simon Josefsson  <jas@extundo.com>
12571
12572         Support UTF-8 group names better.
12573
12574         * message.el (message-check-news-header-syntax): Encode group
12575         names before comparison.
12576
12577         * gnus-msg.el (gnus-copy-article-buffer): Run all
12578         `gnus-article-decode-hook's except `article-decode-charset'
12579         instead of hardcoding call to one of them.
12580
12581         * gnus-art.el (gnus-article-decode-hook): Add
12582         `article-decode-group-name'.
12583         (article-decode-group-name): New function, use `g-d-n'.
12584
12585         * gnus-group.el (gnus-group-insert-group-line): Decode
12586         gnus-tmp-group using `g-d-n'.
12587
12588         * gnus-util.el (gnus-decode-newsgroups): New function.
12589
12590 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12591
12592         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
12593         `gnus-group-name-charset-group-alist'.
12594
12595 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12596
12597         * Makefile.in: Install el in install. Add uninstall.
12598
12599 2001-10-05  Simon Josefsson  <jas@extundo.com>
12600
12601         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
12602
12603         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
12604
12605         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
12606         empty folders.
12607
12608         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
12609         limiting if read-all (C-u RET) was used.
12610
12611 2001-10-04  Simon Josefsson  <jas@extundo.com>
12612
12613         * mail-source.el (mail-source-movemail-program): New variable.
12614         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
12615         <thutt@thutt.vmware.com>.
12616
12617 2001-10-03  Simon Josefsson  <jas@extundo.com>
12618
12619         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
12620         (gnus-summary-line-format-alist): Fix param.
12621
12622 2001-10-02  Simon Josefsson  <jas@extundo.com>
12623
12624         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
12625         don't go through `nnimap-request-expire-articles' to delete the
12626         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
12627
12628 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12629
12630         * gnus-agent.el (gnus-agent-write-active): The min in the
12631         agent/active may be larger than that in the server/active.
12632
12633 2001-10-01  Simon Josefsson  <jas@extundo.com>
12634
12635         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
12636         is IMAP4rev1.
12637
12638         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
12639
12640         * nnfolder.el: Ditto.
12641
12642 2001-09-30  Dan Christensen  <jdc@uwo.ca>
12643
12644         * gnus-sum.el (gnus-summary-extract-address-component): New function.
12645         (gnus-summary-from-or-to-or-newsgroups): Optimize.
12646
12647 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12648
12649         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
12650         (message-mode-menu): Menu item for same.
12651
12652         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
12653         delayed articles.
12654
12655         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
12656         nndraft:delayed does not exist.
12657         (gnus-delay-initialize): Don't set up keymap, that's done from
12658         message.el now.
12659         (gnus-delay, gnus-delay-group, gnus-delay-header)
12660         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
12661
12662 2001-09-29  Simon Josefsson  <jas@extundo.com>
12663
12664         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
12665         utf-8, not eight-bit-control.
12666
12667         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
12668         (imap-log, imap-debug): Custom.
12669         (imap-log-buffer, imap-debug-buffer): New constants.
12670         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
12671         (imap-network-open, imap-shell-open, imap-starttls-open)
12672         (imap-send-command-1, imap-send-command, imap-arrival-filter)
12673         (imap-debug): Use imap-*-buffer.
12674
12675         * nndoc.el (nndoc-article-type): Add mailman.
12676         (nndoc-type-alist): Ditto.
12677         (nndoc-mailman-type-p): New function.
12678
12679 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12680
12681         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
12682         gnus-art.el.
12683
12684 2001-09-27  Simon Josefsson  <jas@extundo.com>
12685
12686         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
12687         (gnus-topic-catchup-articles): New function. Suggested by Robin
12688         S. Socha <robin-dated-1001857693.185e29@socha.net>.
12689
12690 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12691         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
12692
12693         * gnus-ems.el (gnus-article-display-xface): Insert xface after
12694         previous ones.
12695
12696 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12697         From Daiki Ueno  <ueno@unixuser.org>
12698
12699         * gnus-sum.el (gnus-summary-show-article): The arglist of
12700         detect-coding-region is incompatible.
12701
12702 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12703         From Katsuhiro Hermit Endo <hermit@koka-in.org>
12704
12705         * gnus-group.el (gnus-group-delete-group): Typo.
12706
12707 2001-09-26  Simon Josefsson  <jas@extundo.com>
12708
12709         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
12710
12711         * nnimap.el (nnimap-expiry-target): Use temp buffer.
12712
12713 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12714
12715         * gnus-cus.el (gnus-group-parameters): Display as sexp.
12716
12717 2001-09-22  Simon Josefsson  <jas@extundo.com>
12718
12719         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
12720
12721         * nnfolder.el (nnfolder-open-marks): Ditto.
12722
12723         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
12724         (gnus-update-marks): Use it.
12725         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
12726         hardcoded list.
12727
12728         * gnus.el (gnus-article-special-mark-lists): Add killed.
12729         (gnus-article-unpropagated-mark-lists): New constant.
12730
12731 2001-09-22  Simon Josefsson  <jas@extundo.com>
12732
12733         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
12734         custom option.
12735
12736 2001-09-23  Simon Josefsson  <jas@extundo.com>
12737
12738         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
12739
12740 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12741
12742         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
12743
12744 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12745
12746         * gnus-group.el (gnus-group-sort-function): Fix customize type to
12747         accept lists of functions.
12748
12749 2001-09-20  Simon Josefsson  <jas@extundo.com>
12750
12751         * gnus-group.el (gnus-group-catchup): Update expire marks in
12752         backend.  Also, if ALL also set expire marks on tick/dormant.
12753
12754 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12755
12756         * message.el (message-tab-body-function): New variable.
12757         * message.el (message-tab): Use it.
12758
12759 2001-09-19  Sam Steingold  <sds@gnu.org>
12760
12761         * gnus-win.el (gnus-buffer-configuration): Respect
12762         `gnus-bug-create-help-buffer'.
12763
12764 2001-09-18  Simon Josefsson  <jas@extundo.com>
12765
12766         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
12767         (gnus-parse-simple-format): Re-revert.
12768
12769 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
12770         Trivial patch.
12771
12772         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
12773         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
12774
12775 2001-09-18  Simon Josefsson  <jas@extundo.com>
12776
12777         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
12778         signed.
12779         (gnus-parse-simple-format): Don't use it.
12780
12781 2001-09-17  Miles Bader  <miles@gnu.org>
12782
12783         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
12784         error querying a backend abort the whole process.
12785
12786 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12787
12788         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
12789         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
12790
12791 2001-09-17  Didier Verna  <didier@xemacs.org>
12792
12793         * nndiary.el: version 0.2-b14.
12794         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
12795         compatibility problem with XEmacs 21.1.
12796
12797 2001-09-15  Simon Josefsson  <jas@extundo.com>
12798
12799         * gnus-group.el (gnus-group-line-format): Document %c.
12800
12801         * nnml.el (nnml-parse-head): Handle CRLF files.
12802         (nnml-generate-nov-file): Ditto.
12803         (nnml-retrieve-headers): Ditto.
12804
12805 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
12806
12807         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
12808
12809 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
12810
12811         * gnus-spec.el (gnus-correct-substring): Still stopped one
12812         character before we wanted (never included last character).
12813         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
12814         add missing "," (once per function)
12815
12816 2001-09-14  Simon Josefsson  <jas@extundo.com>
12817
12818         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
12819         (otherwise e.g. gnus-agentize in .gnus overrides the customized
12820         default before gnus-group is loaded and the variable set.)
12821
12822         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
12823         killed or unsent marks.
12824
12825         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
12826         isn't an article to set it on (e.g. when you `a' in a group).
12827
12828 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12829
12830         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
12831         can read e-mails from Microsoft Outlook users not using ISO
12832         8859-2 character set.
12833
12834 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12835
12836         * gnus-diary.el: Minor modifications to avoid warnings.
12837         (gnus-summary-misc-menu): defvar.
12838         (gnus-diary-check-message): Use gnus-point-at-eol.
12839         (gnus-diary-kill-entire-line): eval-and-compile.
12840
12841 2001-09-12  Didier Verna  <didier@xemacs.org>
12842
12843         * nndiary.el: new version (0.2-b13).
12844         * nndiary.el (nndiary-mail-sources): doc update.
12845         * nndiary.el (nndiary-split-methods): ditto.
12846         * nndiary.el (nndiary-request-accept-article-hooks): New.
12847         * nndiary.el (nndiary-request-accept-article): use it, check
12848         message validity.
12849         * nndiary.el (nndiary-get-new-mail): changed default to nil.
12850         * nndiary.el (nndiary-schedule): fix bug (misplaced
12851         condition-case): it didn't return nil on error.
12852         * gnus-diary.el: new version.
12853         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
12854         * gnus-diary.el (gnus-diary-header-value-history): New.
12855         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
12856         * gnus-diary.el (gnus-diary-add-header): New.
12857         * gnus-diary.el (gnus-diary-check-message): New.
12858         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
12859         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
12860
12861 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12862
12863         * gnus-sum.el (gnus-select-newsgroup): Make
12864         `gnus-current-select-method' buffer-local.
12865
12866         * gnus-art.el (gnus-request-article-this-buffer): Refer
12867         `gnus-current-select-method' in the current summary buffer.
12868
12869 2001-09-10  Simon Josefsson  <jas@extundo.com>
12870         From Daniel Pittman <daniel@rimspace.net>
12871
12872         * gnus-spec.el (gnus-correct-pad-form): Fix.
12873
12874 2001-09-09  Simon Josefsson  <jas@extundo.com>
12875
12876         * mm-decode.el (mm-inline-media-tests): Add
12877         application/x-emacs-lisp.
12878         (mm-attachment-override-types): Add
12879         application/{x-,}pkcs7-signature.
12880
12881         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
12882         (gnus-server-line-format, gnus-server-mode-line-format)
12883         (gnus-server-browse-in-group-buffer): Customize.
12884
12885 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12886
12887         * nnml.el (nnml-marks-changed-p): Typo.
12888         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
12889         (nnml-marks-changed-p): Use gnus-gethash.
12890         (nnml-marks-modtime): Use gnus-make-hashtable.
12891
12892         * nnfolder.el (nnfolder-marks-changed-p): Typo.
12893         (nnfolder-request-expire-articles, nnfolder-save-marks)
12894         (nnfolder-open-marks): Typo.
12895         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
12896         (nnfolder-marks-changed-p): Use gnus-gethash.
12897         (nnfolder-marks-modtime): Use gnus-make-hashtable.
12898
12899 2001-09-08  Simon Josefsson  <jas@extundo.com>
12900
12901         * nnfolder.el (nnfolder-marks-modtime): New variable.
12902         (nnfolder-marks-changed-p): New function.
12903         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
12904         (nnfolder-request-update-info): Don't update if marks didn't change.
12905
12906         * nnml.el (nnml-marks-modtime): New variable.
12907         (nnml-marks-changed-p): New function.
12908         (nnml-save-marks, nnml-open-marks): Save modtime.
12909         (nnml-request-update-info): Don't update if marks didn't change.
12910
12911         * gnus-agent.el (gnus-agent-any-covered-gcc)
12912         (gnus-agent-add-server, gnus-agent-remove-server): Use
12913         gnus-agent-method-p.
12914
12915         * gnus-art.el (gnus-buttonized-mime-types): New variable.
12916         (gnus-unbuttonized-mime-type-p): Use it.
12917
12918         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
12919         fetch group.
12920
12921 2001-09-08  Simon Josefsson  <jas@extundo.com>
12922         From Daniel Pittman <daniel@rimspace.net>
12923
12924         * gnus-spec.el (gnus-correct-pad-form): New function.
12925         (gnus-parse-simple-format): Use it.
12926
12927 2001-09-07  Simon Josefsson  <jas@extundo.com>
12928
12929         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
12930         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
12931         Putnam <reader@newsguy.com>.
12932         (gnus-group-sort-selected-groups): Touch dribble file.
12933
12934 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
12935
12936         * nnml.el (nnml-filenames-are-evil): New variable.
12937         (nnml-article-to-file-alist): Rename to ...
12938         (nnml-current-group-article-to-file-alist): ... this.
12939         Respect `nnml-filenames-are-evil'.
12940         (nnml-active-number): Update.
12941         (nnml-update-file-alist): Update.
12942         (nnml-request-article): Use nnheader-article-to-file-alist.
12943         (nnml-request-rename-group): Likewise.
12944
12945 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * gnus-sum.el (gnus-summary-insert-line): Fix.
12948
12949 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
12950
12951         * gnus-sum.el: Bind g-s-t-s to "W g".
12952         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
12953         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
12954         display of graphical smilies.
12955
12956 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12957
12958         * gnus-start.el (gnus-setup-news): A typo.
12959         From Bill White <billw@wolfram.com>.
12960
12961 2001-09-06  Simon Josefsson  <jas@extundo.com>
12962
12963         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
12964         and unseen marks.
12965
12966 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12967
12968         * nnmail.el (nnmail-split-fancy): Document `junk'.
12969
12970 2001-09-04  Simon Josefsson  <jas@extundo.com>
12971
12972         * imap.el (imap-search): Don't error if server is broken.
12973
12974 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
12975
12976         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
12977         searching for an article that isn't in the mbox.
12978
12979 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12980
12981         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
12982         right, and get all the comments.
12983
12984 2001-09-02  Simon Josefsson  <jas@extundo.com>
12985         Suggested by Dan Christensen <jdc+news@uwo.ca>
12986
12987         * nnfolder.el (nnfolder-request-update-info): Fix message.
12988
12989         * nnml.el (nnml-request-update-info): Ditto.
12990
12991 2001-09-01  Simon Josefsson  <jas@extundo.com>
12992
12993         * nnml.el (nnml-request-expire-articles): Also bind
12994         `nnml-current-group' and `nnml-article-file-alist' when using
12995         expiry-target. (Otherwise nnml will be in a inconsistent internal
12996         state causing all kind of problems.)
12997         (nnml-request-expire-articles): If `nnml-article-to-file' or
12998         `file-attributes' failes, return article as un-expirable instead
12999         of treating it as expired.
13000
13001 2001-08-31  Sam Steingold  <sds@gnu.org>
13002
13003         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
13004         typo: `exmine' --> `examine'.
13005
13006 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13007
13008         * nndoc.el (nndoc-forward-type-p): It is not a digest.
13009
13010 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13011
13012         * nnml.el (nnml-check-directory-twice): Remove.
13013         (nnml-retrieve-headers): Ditto.
13014         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
13015
13016 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13017
13018         * nnheader.el (nnheader-directory-files-is-safe): No need to read
13019         directory twice on Windows, or on GNU Emacs-21.
13020
13021 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13022
13023         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
13024         (nnml-request-rename-group): Ditto.
13025         (nnml-active-number): Ditto.
13026         (nnml-request-create-group): Use nnml-directory-articles.
13027         (nnml-request-expire-articles): Use nnml-directory-articles, which
13028         gets list from nov database if available.
13029         (nnml-get-nov-buffer): New function.
13030         (nnml-open-nov): Use it.
13031         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
13032         gets alist from nov database if available.
13033         (nnml-directory-articles): New function.
13034         (nnml-article-to-file-alist): New function.
13035
13036 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13037
13038         * mm-decode.el (mm-display-external): Use `name' as filename, if
13039         `filename' attribute is not present.
13040
13041 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13042
13043         * mail-source.el (mail-source-flash): New defcustom.
13044         (mail-source-new-mail-p): Ring visible bell if appropriate.
13045         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
13046         timer is cleared even if mail check signals an error.
13047
13048 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13049
13050         * gnus-sum.el (gnus-summary-move-article): Only update marks of
13051         type 'list.
13052
13053 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13054
13055         * flow-fill.el (fill-flowed): eol might be point-max.
13056
13057 2001-08-27  Simon Josefsson  <jas@extundo.com>
13058
13059         * nnml.el (nnml-request-update-info): Fix message.
13060         (nnml-open-marks): Ditto.
13061
13062         * nnfolder.el (nnfolder-request-update-info):
13063         (nnfolder-open-marks): Fix message.
13064
13065 2001-08-25  Simon Josefsson  <jas@extundo.com>
13066
13067         * nnfolder.el (nnfolder-save-marks): Don't create directory named
13068         after group in ~/.
13069
13070 2001-08-25  Simon Josefsson  <jas@extundo.com>
13071         From Andreas Jaeger  <aj@suse.de>
13072
13073         * nnfolder.el (nnfolder-open-marks): Fix typo.
13074         * nnml.el (nnml-open-marks): Likewise.
13075
13076 2001-08-25  Simon Josefsson  <jas@extundo.com>
13077
13078         Make nnfolder groups self-contained as far as marks are concerned.
13079
13080         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
13081         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
13082         (nnfolder-open-server): Make marks directory.
13083         (nnfolder-request-delete-group): Delete marks file.
13084         (nnfolder-request-delete-group): Check of nov/marks file exist
13085         before deleting.
13086         (nnfolder-request-rename-group): Rename marks file.
13087         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
13088         (nnfolder-request-set-mark, nnfolder-request-update-info)
13089         (nnfolder-group-marks-pathname, nnfolder-save-marks)
13090         (nnfolder-open-marks): New functions.
13091         (top-level): Require gnus.
13092
13093 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13094
13095         * nnweb.el (nnweb-type-definition): Use google raw file.
13096         (nnweb-google-parse-1): Ditto.
13097         (nnweb-google-identity): Ditto.
13098         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
13099         (nnweb-altavista-wash-article): Ditto.
13100         (nnweb-request-article): Remove nnweb-decode-entities.
13101
13102         * nnml.el: Require 'gnus.
13103
13104 2001-08-25  Simon Josefsson  <jas@extundo.com>
13105
13106         * nnml.el (nnml-marks-is-evil): Add doc.
13107
13108 2001-08-25  Simon Josefsson  <jas@extundo.com>
13109
13110         * nnml.el (nnml-save-marks): Wrap saving marks in a
13111         condition-case, to allow user to start Gnus if saving marks failed
13112         for some reason.
13113
13114 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13115
13116         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
13117
13118         * gnus-group.el (gnus-update-group-mark-positions): Bind
13119         gnus-group-update-hook to nil.
13120
13121 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13122
13123         * mml.el (mml-generate-mime-1): Force as multibyte string.
13124
13125 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13126
13127         * gnus-sum.el (gnus-summary-insert-line)
13128         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
13129         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
13130
13131         * gnus-spec.el (gnus-correct-substring): Take optional END.
13132
13133         * nnrss.el (nnrss-request-article): Remove \n.
13134         (nnrss-retrieve-headers): Lines number is -1.
13135
13136 2001-08-24  Simon Josefsson  <jas@extundo.com>
13137
13138         * gnus-group.el (gnus-info-clear-data): Call
13139         nnfoo-request-set-mark to propagate marks.  Fix bug:
13140         `gnus-group-update-line' doesn't update read range unless we call
13141         `gnus-get-unread-articles-in-group' first.
13142
13143         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
13144         to server.
13145
13146 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13147
13148         * gnus-util.el (gnus-create-info-command): Return an interactive
13149         function.
13150
13151 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13152         From Katsumi Yamaoka <yamaoka@jpl.org>
13153
13154         * gnus-spec.el (gnus-parse-complex-format): Use equal.
13155
13156 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13157
13158         * gnus-sum.el (gnus-select-newsgroup): Use it.
13159
13160         * gnus-util.el (gnus-not-ignore): New function.
13161
13162         * lpath.el (featurep): Don't fbind char-int.
13163
13164         * gnus-util.el (gnus-create-info-command): New function.
13165
13166         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
13167         right node.
13168
13169         * gnus-sum.el (gnus-select-newsgroup): Clean up.
13170         (gnus-summary-limit-children): Use 'identity instead of `all'.
13171         (gnus-summary-limit-to-display-predicate): New command and
13172         keystroke.
13173
13174 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13175
13176         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
13177
13178         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
13179
13180 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13181
13182         * gnus-spec.el: Add the Gnus version.
13183         (gnus-update-format-specifications): If the Gnus version changes,
13184         nix out the format spec cache.
13185
13186         * gnus.el (gnus-continuum-version): Made into a command and
13187         optionalize the VERSION.
13188
13189         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
13190         the start of the lines.
13191
13192 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13193
13194         * gnus.el (gnus-visual-p): Define function before use of
13195         function.
13196
13197 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13198
13199         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
13200         (gnus-article-mark-to-type): New function.
13201         (gnus-update-missing-marks): Only update marks of type 'list.
13202
13203         * gnus.el (gnus-article-special-mark-lists): New variable.
13204
13205 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13206
13207         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
13208         (gnus-select-newsgroup): Still use 'all.
13209         (gnus-summary-initial-limit): Comparing with 'all.
13210
13211 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13212
13213         * gnus-start.el (gnus-activate-group): If dont-check, don't update
13214         active.
13215
13216 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13217
13218         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
13219         nnslashdot-*-retrieve-headers.
13220         (nnslashdot-request-article): Fix for slashcode 2.2.
13221         (nnslashdot-make-tuple): New function.
13222         (nnslashdot-read-groups): Use it.
13223
13224 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13225
13226         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
13227         list.
13228
13229         * gnus-sum.el (gnus-summary-move-article): Don't select article.
13230
13231 2001-08-20  Simon Josefsson  <jas@extundo.com>
13232
13233         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
13234         opened, error instead of continuing (and exploding later).
13235
13236 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13237
13238         * gnus.el (gnus-expand-group-parameters): Return the parameter
13239         list.
13240
13241         * gnus-sum.el (gnus-summary-show-article): Doc fix.
13242         (gnus-summary-show-article): Guess at charset if required.
13243
13244         * gnus-spec.el (gnus-correct-substring): Stopped one character
13245         before we wanted.
13246
13247 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13248
13249         * earcon.el (earcon-auto-play): Remove unused option.
13250
13251 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13252
13253         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
13254         message down in levels, since it happens very fast.
13255
13256         * smiley-ems.el (smiley-update-cache): Respect the symbol version
13257         of smiley-regexp-alist.
13258
13259         * mm-view.el (mm-inline-text): Ignore vcard errors.
13260
13261         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
13262
13263         * gnus-score.el (gnus-all-score-files): Use append instead of
13264         nconc.
13265
13266         * gnus.el (gnus-splash-face): Doc fix.
13267
13268         * mm-decode.el (mm-mailcap-command): Use
13269         mm-path-name-rewrite-functions.
13270         (mm-path-name-rewrite-functions): New variable.
13271
13272         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
13273         (gnus-complex-form-to-spec): Insert tab.
13274         (gnus-spec-tab): New function.
13275
13276         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
13277         entering the group.
13278
13279         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
13280         the positional spec.
13281         (gnus-parse-complex-format): React to %C.
13282
13283         * gnus-ems.el (gnus-char-width): Moved here.
13284
13285         * gnus-sum.el (gnus-select-newsgroup): Set
13286         gnus-newsgroup-articles.
13287         (gnus-unseen-mark): New variable.
13288         (gnus-newsgroup-unseen): Ditto.
13289         (gnus-newsgroup-seen): Ditto.
13290         (gnus-adjust-marked-articles): Use them.
13291         (gnus-update-marks): Use them.
13292         (gnus-summary-update-secondary-mark): Display.
13293         (gnus-summary-prepare-threads): Display.
13294
13295         * gnus-msg.el (gnus-inews-group-method): Use and return the
13296         method, not the server.
13297
13298 2001-08-19  Simon Josefsson  <jas@extundo.com>
13299
13300         * gnus-srvr.el (gnus-server-agent-face): New.
13301         (gnus-server-agent-face): New.
13302         (gnus-server-mode): Turn on font-lock-mode.
13303
13304         * gnus.el (gnus-server-visual): Add defgroup.
13305
13306 2001-08-19  Simon Josefsson  <jas@extundo.com>
13307         From Joe Casadonte <jcasadonte@northbound-train.com>
13308
13309         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
13310         gnus-server-denied-face): New.
13311         (gnus-server-opened-face, gnus-server-closed-face,
13312         gnus-server-denied-face): New.
13313         (gnus-server-font-lock-keywords): Add.
13314
13315 2001-08-19  Simon Josefsson  <jas@extundo.com>
13316
13317         * nnml.el (nnml-request-set-mark): Return nil.
13318         (nnml-save-marks): Use nnml-possibly-create-directory.
13319         (nnml-open-marks): Only work in temp buffer when inserting/reading
13320         .marks file.
13321
13322 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13323
13324         * gnus.el (gnus-expand-group-parameters): Fix.
13325
13326         * gnus-spec.el (gnus-char-width): New function.
13327         (gnus-correct-substring, gnus-correct-length): Use it.
13328
13329         * message.el (message-required-mail-headers): Fix doc.
13330
13331 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13332
13333         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
13334
13335         * mm-decode.el (mm-save-part-to-file): Insert the handle.
13336
13337 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13338
13339         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
13340         slashdot 2.2 (not fully fixed yet).
13341         (nnslashdot-request-article): Ditto.
13342
13343 2001-08-18  Simon Josefsson  <jas@extundo.com>
13344
13345         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
13346         nnimap.
13347
13348         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
13349         gnus-util.
13350         (nnimap-request-update-info-internal): Use new functions.
13351
13352         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
13353         new functions.
13354
13355 2001-08-18  Simon Josefsson  <jas@extundo.com>
13356
13357         Make nnml groups self-contained as far as marks are concerned.
13358
13359         * nnml.el (nnml-request-delete-group): Delete marks file.
13360         (nnml-request-rename-group): Move marks file.
13361         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
13362         variables.
13363         (nnml-request-set-mark, nnml-request-update-info): New server
13364         functions.
13365         (nnml-save-marks, nnml-open-marks): New functions.
13366
13367 2001-08-18  Simon Josefsson  <jas@extundo.com>
13368
13369         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
13370         `set' when setting marks.
13371
13372 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13373
13374         * gnus.el (gnus-info-find-node): Take an argument.
13375
13376         * gnus-art.el (gnus-button-handle-info): New function.
13377         (gnus-url-unhex-string): Replace "+" with " ".
13378
13379 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13380
13381         * message.el (message-check-news-header-syntax): Check bad From.
13382
13383 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13384
13385         * gnus-spec.el (gnus-correct-length): New function.
13386         (gnus-correct-substring): New function.
13387         (gnus-tilde-max-form): Use it.
13388
13389 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
13390
13391         * nnmh.el: Docstring changes as below.
13392
13393         * nnml.el: Docstring changes as below.
13394
13395         * nnbabyl.el: Docstring changes as below.
13396
13397         * nnmbox.el: Docstring changes as below.
13398
13399         * nnfolder.el: Added docstrings identifying each virtual server
13400         parameter.
13401
13402 2001-08-18  Simon Josefsson  <jas@extundo.com>
13403
13404         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
13405
13406 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
13407
13408         * message.el: rename "Abort Message" to "Postpone Message".
13409         Remove "Attach file as MIME" from Message menu, it's already in
13410         the MIME menu.
13411
13412 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13413
13414         * smime.el (smime-point-at-eol): eval-and-compile.
13415         (smime-make-temp-file): New function.
13416         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
13417         Use it.
13418
13419 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13420
13421         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
13422         (gnus-agent-summary-fetch-group): New command and keystroke.
13423
13424         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
13425         (gnus-mime-display-security): Make it respect
13426         gnus-unbuttonized-mime-type-p.
13427
13428         * gnus-sum.el (gnus-articles-to-read): Comments.
13429         (gnus-article-marked-p): New function.
13430         (gnus-summary-display-make-predicate): New function.
13431         (gnus-select-newsgroup): Use them.
13432
13433         * mm-decode.el (mm-save-part-to-file): Made it not error.
13434
13435 2001-08-17  Simon Josefsson  <jas@extundo.com>
13436
13437         * imap.el (imap-wait-for-tag): If process-status isn't open or
13438         run, return nil instead of sit-for looping.
13439
13440 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13441
13442         * lpath.el (featurep): fbind xml-parse-region.
13443
13444         * gnus.el (gnus-message-archive-method): Default to "archive".
13445         (gnus-message-archive-method): Doc fix.
13446         (gnus-parameters-get-parameter): Cleaned up.
13447         (gnus-expand-group-parameter): New function.
13448
13449         * gnus-start.el (gnus-setup-news): Push the archive server only
13450         the server list.
13451
13452         * mml.el (mml-menu): Changed name to "Attachments".
13453
13454         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
13455         when there is something to detroy.
13456
13457 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13458
13459         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
13460         nil.
13461
13462 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13463
13464         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
13465         which specifies a time today or tomorrow.
13466
13467 2001-08-15  Simon Josefsson  <jas@extundo.com>
13468         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
13469
13470         * gnus-agent.el (gnus-agent-make-mode-line-string)
13471         (gnus-agent-toggle-plugged): Use new API.
13472
13473 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13474
13475         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
13476         deadline has expired.
13477
13478 2001-08-12  Simon Josefsson  <jas@extundo.com>
13479         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
13480
13481         Support `recent' mark indicating newly arrived messages (to
13482         separate from old but unread messages).
13483
13484         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
13485         `nnmail-split-history' if recent is > 0.
13486         (nnimap-request-update-info-internal): Update `recent' marks.
13487         (nnimap-request-set-mark): Never set `recent' marks.
13488         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
13489         recent.
13490
13491         * gnus-sum.el (gnus-recent-mark): New mark.
13492         (gnus-newsgroup-recent): New variable.
13493         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
13494         (gnus-summary-prepare-threads): Mark recent articles.
13495         (gnus-summary-add-mark): Support recent.
13496         (gnus-summary-update-secondary-mark): Support recent.
13497
13498         * gnus.el (gnus-article-mark-lists): Add recent.
13499
13500 2001-08-12  Simon Josefsson  <jas@extundo.com>
13501
13502         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
13503         whether successful decoding took place.  Add doc.
13504
13505 2001-08-12  Simon Josefsson  <jas@extundo.com>
13506         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
13507
13508         * gnus.el (gnus-summary-line-format, gnus-parameters):
13509         * gnus-gl.el (gnus-summary-grouplens-line-format):
13510         * gnus-salt.el (gnus-summary-pick-line-format):
13511         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
13512
13513 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
13514         Committed by Kai Gro\e,b_\e(Bjohann.
13515
13516         * gnus-score.el (gnus-score-string): Fix `match' regexp
13517         for `extra' header case.
13518
13519 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13520
13521         * nnmbox.el (nnmbox-read-mbox): No warning.
13522
13523 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13524
13525         * nndoc.el (nndoc-article-type): Fix doc.
13526         (nndoc-generate-article-function): New variable.
13527         (nndoc-dissection-function): New variable.
13528         (nndoc-type-alist): Add oe-dbx.
13529         (nndoc-oe-dbx-type-p): New function.
13530         (nndoc-oe-dbx-dissection): New function.
13531         (nndoc-oe-dbx-generate-article): New function.
13532
13533 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13534
13535         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
13536         whether deadline has been reached.  Patch from Dan Nicolaescu
13537         <dann@godzilla.ics.uci.edu>.
13538
13539 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13540
13541         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
13542         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
13543         <rintaman@cs.Helsinki.FI>.
13544
13545         * mail-source.el (mail-source-movemail): The error buffer is
13546         modified, but nothing in it.
13547
13548 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13549
13550         * message.el (message-bogus-system-names): New variable.
13551         (message-make-fqdn): Use it.
13552
13553 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13554
13555         * nndraft.el (nndraft-request-group): Use
13556         nndraft-auto-save-file-name.
13557
13558 2001-08-09  Simon Josefsson  <jas@extundo.com>
13559
13560         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
13561         Don't ask whether to decrypt.  Just leave result in buffer (don't
13562         call mm).
13563
13564         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
13565         parts as well.
13566         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
13567         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
13568
13569 2001-08-09  Simon Josefsson  <jas@extundo.com>
13570
13571         * mm-decode.el (mm-insert-part): Return decoding success status.
13572         (mm-save-part-to-file): Error if decoding failed.
13573
13574 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13575
13576         * message.el (message-tab): Use indent-relative.
13577         (message-mode): Don't bind indent-line-function to indent-relative.
13578
13579 2001-08-09  Simon Josefsson  <jas@extundo.com>
13580
13581         * message.el (message-get-reply-headers): Fix string. Suggested by
13582         Christoph Conrad <cc@cli.de>.
13583
13584 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13585
13586         * message.el (message-tab): Use the current value of
13587         indent-line-function.
13588         (message-mode): Bind indent-line-function to indent-relative.
13589
13590 2001-08-08  Simon Josefsson  <jas@extundo.com>
13591
13592         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
13593         whether `imtest' is installed.
13594
13595 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13596         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13597
13598         * gnus-sum.el (gnus-summary-show-article): Call
13599         gnus-summary-update-secondary-secondary-mark.
13600         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
13601         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
13602
13603 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13604
13605         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
13606
13607         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13608
13609         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
13610         <gerd@gnu.org>.
13611
13612         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
13613
13614         * gnus-util.el (gnus-output-to-rmail): Ditto.
13615         (gnus-output-to-mail): Ditto.
13616
13617         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
13618
13619 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
13620
13621         * message.el (message-indent-citation): Use
13622         `message-yank-cited-prefix' for empty lines.
13623
13624 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
13625
13626         * message.el (message-indent-citation): Quote only lines starting
13627         with ">" using `message-yank-cited-prefix'.
13628
13629 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13630         Trivial patch.
13631
13632         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
13633         gnus-cache-fully-p.
13634
13635 2001-08-04  Simon Josefsson  <jas@extundo.com>
13636
13637         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
13638         file if it doesn't exist (by calling gnus-cache-read-active).
13639
13640 2001-08-04  Simon Josefsson  <jas@extundo.com>
13641
13642         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
13643         (gnus-cache-passively-or-fully-p): Removed.
13644         (gnus-cache-fully-p): Fix it.
13645
13646         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
13647
13648 2001-08-04  Simon Josefsson  <jas@extundo.com>
13649
13650         * gnus-cache.el (gnus-cache-fully-p)
13651         (gnus-cache-passively-or-fully-p): New functions.
13652         (gnus-cache-possibly-enter-article): Cosmetic change, use
13653         `g-c-p-o-f-p'.
13654         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
13655         was bogus (`g-c-p-a-a' does not change active info, just change
13656         the functions parameters).
13657         (gnus-cache-possibly-remove-articles-1): Make sure articles are
13658         not removed in groups that match `gnus-uncacheable-groups'.
13659
13660         Reported and modifications based on discussions with Nuutti
13661         Kotivuori <nuutti.kotivuori@smarttrust.com>.
13662
13663 2001-08-04  Simon Josefsson  <jas@extundo.com>
13664         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13665
13666         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
13667         calls `gnus-cache-update-active' if bounds has been extended.
13668
13669 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13670
13671         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
13672         before remove.
13673         (gnus-mime-security-show-details): Ditto.
13674
13675 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13676
13677         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
13678         syntax.  Protect string-match against nil string and regexp.
13679
13680 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13681
13682         * mm-util.el (mm-find-charset-region): Remove control-1.
13683
13684 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13685
13686         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
13687
13688 2001-08-04  Simon Josefsson  <jas@extundo.com>
13689
13690         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
13691         buffer.  Delete MIME-Version header.
13692
13693 2001-08-03  Simon Josefsson  <jas@extundo.com>
13694
13695         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
13696         that is entered does not necessarily have the highest article
13697         number in the group, so use `gnus-cache-possibly-alter-active'
13698         instead of `gnus-cache-update-active'.
13699
13700 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13701
13702         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
13703
13704 2001-08-03  Simon Josefsson  <jas@extundo.com>
13705
13706         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
13707         menu.
13708
13709 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * gnus.el (post-method): New group parameter.  It also provides
13712         the user option `gnus-post-method-alist' and the internal function
13713         `gnus-parameter-post-method'.
13714
13715         * gnus-msg.el (gnus-post-method): Bind the value of
13716         `gnus-post-method' to the group parameter if it is defined.
13717
13718 2001-08-02  Simon Josefsson  <jas@extundo.com>
13719
13720         * smime.el (smime-extra-arguments): Removed.
13721         (smime-call-openssl-region): Don't use it.
13722
13723 2001-08-02  Simon Josefsson  <jas@extundo.com>
13724
13725         * smime.el (smime-sign-region): Handle stderr.
13726         (smime-encrypt-region): Ditto.
13727
13728         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
13729         match the ASN.1 length bytes.
13730         (mm-pkcs7-enveloped-magic): Ditto.
13731         (mm-view-pkcs7-get-type): Don't regexp quote.
13732
13733 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13734         From Andreas Fuchs <asf@void.at>
13735
13736         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
13737
13738 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13739
13740         * gnus-art.el (gnus-header-button-alist): References regexp.
13741
13742 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
13743
13744         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
13745         already fboundp.  Add INTERACTIVE arg to autoload form.
13746
13747 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13748
13749         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
13750
13751         * nnmail.el (nnmail-cache-open): Ditto.
13752
13753 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13754
13755         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
13756
13757 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
13760
13761 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13762         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13763
13764         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
13765         (gnus-agent-toggle-plugged): Use it.
13766
13767 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13768
13769         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
13770         (gnus-ding-file-coding-system): New variable.
13771         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
13772         (gnus-slave-save-newsrc): Use it.
13773
13774 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13775
13776         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
13777         syntax.
13778
13779 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13780         Originally from Andreas Fuchs <asf@void.at>
13781
13782         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
13783         (mml2015-gpg-pretty-print-fpr): New function.
13784         (mml2015-gpg-extract-signature-details): More details, rename from
13785         `m-g-e-from'.
13786         (mml2015-gpg-verify): Use them.
13787         (mml2015-gpg-clear-verify): Use them.
13788
13789 2001-07-31  Simon Josefsson  <jas@extundo.com>
13790
13791         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
13792         buffer when done.
13793
13794 2001-07-30  Simon Josefsson  <jas@extundo.com>
13795
13796         * smime.el (smime-call-openssl-region): Revert previous change,
13797         just pass on buf to `call-process-region'.
13798         (smime-verify-region): Doc fix.  Don't message stuff.  Use
13799         `smime-new-details-buffer'.  Inserts error messages into buffer.
13800         (smime-noverify-region): Ditto.
13801         (smime-decrypt-region): Ditto.  Handles stderr separately.
13802         (smime-verify-buffer, smime-noverify-buffer)
13803         (smime-decrypt-buffer): Doc fix.
13804         (smime-new-details-buffer): New function.
13805         (smime-pkcs7-region, smime-pkcs7-certificates-region)
13806         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
13807         (smime-sign-region, smime-encrypt-region): Don't use
13808         `insert-buffer'.
13809
13810         * mml-smime.el (mml-smime-verify): Fix security button strings.
13811
13812 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13813
13814         * gnus-art.el (gnus-mime-save-part-and-strip): Save
13815         gnus-article-mime-handles.
13816
13817 2001-07-29  Simon Josefsson  <jas@extundo.com>
13818
13819         * mail-source.el (top-level): Require message for message-directory.
13820         (mail-source-directory): Change default to message-directory.
13821
13822         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
13823         (smime-certificate-directory, smime-openssl-program)
13824         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
13825         (smime-extra-arguments): New variable.
13826         (smime-dns-server): Fix customize group.
13827         (smime-call-openssl-region): Use `smime-extra-arguments'.
13828
13829 2001-07-29  Simon Josefsson  <jas@extundo.com>
13830         From Vladimir Volovich <vvv@vsu.ru>
13831
13832         * smime.el (smime-call-openssl-region): Ignore stderr.
13833
13834 2001-07-29  Simon Josefsson  <jas@extundo.com>
13835         From Christoph Conrad <christoph.conrad@gmx.de>
13836
13837         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
13838         file.
13839
13840 2001-07-29  Simon Josefsson  <jas@extundo.com>
13841
13842         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
13843
13844         Support S/MIME decryption.
13845
13846         * mm-decode.el (mm-inline-media-tests):
13847         (mm-inlined-types):
13848         (mm-automatic-display):
13849         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
13850
13851         * mm-view.el (mm-pkcs7-signed-magic):
13852         (mm-pkcs7-enveloped-magic): New variables.
13853         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
13854         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
13855         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
13856         PKCS#7 blobs.
13857
13858         * smime.el (smime-decrypt-region): Expand keyfile.
13859
13860 2001-07-29  Simon Josefsson  <jas@extundo.com>
13861
13862         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
13863         `ssl.el' variables.
13864
13865         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
13866         but line instead of narrowing to it, because `nnmail-parse-active'
13867         calls widen.  Thanks to Christoph Conrad
13868         <christoph.conrad@gmx.de>.
13869
13870 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13871
13872         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
13873         for %B spec.
13874
13875         * gnus-sum.el (gnus-summary-prepare-threads): If
13876         gnus-sum-thread-tree-root is nil, use subject instead.
13877         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
13878         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13879         (gnus-sum-thread-tree-leaf-with-other)
13880         (gnus-sum-thread-tree-single-leaf): Documentation.
13881         (gnus-sum-thread-tree-single-indent): Allow nil.
13882
13883 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13884
13885         * message.el (message-fill-paragraph): Do nothing if the user
13886         wants filladapt-mode.
13887
13888 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13889
13890         * mm-decode.el (mm-image-type-from-buffer): New function.
13891         (mm-get-image): Use it.
13892
13893 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13894
13895         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
13896
13897         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
13898         mm-display-parts too.
13899
13900 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13901
13902         * nnfolder.el (nnfolder-request-accept-article): Bind
13903         nntp-server-buffer.
13904
13905         * nnmail.el (nnmail-parse-active): Read from buffer instead of
13906         nntp-server-buffer.
13907
13908 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13909
13910         * message.el (message-check-news-header-syntax): Use
13911         message-post-method.
13912         (message-send-news): Bind message-post-method.
13913
13914 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13915
13916         * mml.el (mml-tweak-type-alist): New variable.
13917         (mml-tweak-function-alist): New variable.
13918         (mml-tweak-part): New function.
13919         (mml-generate-mime-1): Use it.
13920
13921 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13922
13923         * nnfolder.el (nnfolder-request-accept-article): Replace
13924         nnfolder-request-list.
13925
13926 2001-07-27  Simon Josefsson  <jas@extundo.com>
13927
13928         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
13929         nnoo-change-server failed to do it.
13930
13931 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13932
13933         * gnus.el (gnus-parameters): Make it customizable.
13934
13935 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13936
13937         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
13938
13939         * message.el (message-set-auto-save-file-name): More
13940         poor-system-types.
13941
13942         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
13943
13944         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
13945         supports +.
13946
13947 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13948
13949         * mm-decode.el (mm-readable-p): New function.
13950         (mm-inline-media-tests): Fix the default testers.
13951
13952 2001-07-26  Simon Josefsson  <jas@extundo.com>
13953
13954         * nnimap.el (nnimap-version): Bump version number.
13955
13956 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13957         From Steven E. Harris <seh@speakeasy.org>
13958
13959         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
13960         in M$Windows too.
13961
13962 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13963
13964         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
13965
13966 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13967
13968         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
13969
13970         * mm-decode.el (mm-get-image): Guess then use the type.
13971
13972         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
13973
13974 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
13975
13976         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
13977         display (%B) for threads if threading is off.
13978
13979 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13980         From Henrik Enberg <henrik@enberg.org>
13981
13982         * gnus-msg.el: Customization patch.
13983
13984 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
13985
13986         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
13987         variable.
13988         (nnmail-split-fancy-with-parent): Ignore certain groups.
13989
13990 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13991
13992         * gnus-util.el (gnus-byte-compile): New function.
13993         (gnus-use-byte-compile): New variable.
13994         (gnus-make-sort-function): Use it.
13995
13996         * nnmail.el (nnmail-get-new-mail): Use it.
13997
13998         * gnus-agent.el (gnus-category-make-function): Simple function or
13999         compiled function.
14000         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
14001
14002         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
14003         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
14004         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
14005
14006         * message.el (message-check-news-header-syntax): Remove quote.
14007
14008 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14009
14010         * message.el (message-use-mail-followup-to): `t' is not a
14011         documented value.
14012
14013 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14014
14015         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
14016
14017 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14018
14019         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
14020         there are long lines.
14021
14022 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * dgnushack.el (copy-list): New compiler macro.
14025
14026 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14027
14028         * message.el (message-bounce): If no Return-Path, the whole
14029         content is considered as the original message.
14030
14031         * nnml.el (nnml-check-directory-twice): New variable.
14032         (nnml-article-to-file): Use it.
14033         (nnml-retrieve-headers): Hack it.
14034
14035 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14036
14037         * gnus-win.el (gnus-buffer-configuration): New configure.
14038
14039         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
14040         not alive.
14041
14042         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
14043         (mm-display-external): Use display-term configure.
14044
14045 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14046
14047         * gnus-delay.el (gnus-delay-default-hour): New variable.
14048         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
14049
14050 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14051         From Karl Kleinpaste <karl@charcoal.com>
14052
14053         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
14054         (gnus-summary-prepare-threads): Ditto.
14055
14056         * gnus.el (gnus-summary-line-format): Add %B.
14057
14058 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14059
14060         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
14061
14062         * mm-util.el (mm-string-as-multibyte): New function.
14063
14064         * nnmh.el (nnmh-request-list-1): Encode, not decode!
14065
14066 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14067
14068         * mm-util.el (mm-universal-coding-system): New variable.
14069
14070         * gnus-start.el (gnus-startup-file-coding-system): Use it.
14071
14072         * score-mode.el (score-mode-coding-system): Use it.
14073
14074 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * gnus-start.el (gnus-setup-news): Call
14077         `gnus-check-bogus-newsgroups' just after the native server is
14078         opened.
14079
14080 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14081
14082         * nnmail.el (nnmail-do-request-post): Util function to be used by
14083         `nnchoke-request-post' for all nnmail-derived backends.
14084
14085         * nnml.el (nnml-request-post): Use it.
14086
14087         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
14088         backend, for it groks nnml-request-post.
14089
14090         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
14091         Treat `mail-post' backends like `mail' backends, not like `news'
14092         backends.
14093
14094 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14095
14096         * gnus-msg.el (gnus-setup-message): make-local-hook.
14097
14098 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14099
14100         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
14101         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
14102         <karl@charcoal.com>, slightly changed by Kai.
14103
14104         * message.el (message-check-news-header-syntax): When checking
14105         whether the groups exist, check the right server based on
14106         `gnus-post-method'.
14107
14108 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14109
14110         * gnus-delay.el: New file.
14111
14112 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14113
14114         * mm-util.el (mm-read-coding-system): Take two arguments.
14115
14116         * gnus-sum.el (gnus-summary-show-article): Use
14117         mm-read-coding-system.
14118
14119         * gnus-art.el (article-de-quoted-unreadable):
14120         (article-de-base64-unreadable, article-wash-html):
14121         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
14122
14123 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14124
14125         * nnml.el (nnml-request-post): New function.  Can be used for
14126         annotations in nnml groups.
14127
14128 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
14131         command.
14132
14133         * gnus-start.el (gnus-find-new-newsgroups): Use
14134         `message-make-date' instead of `current-time-string'.
14135         (gnus-ask-server-for-new-groups): Ditto.
14136         (gnus-check-first-time-used): Ditto.
14137
14138 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14139
14140         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
14141
14142 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
14143
14144         * message.el (message-shorten-references): Change `maxcount' and
14145         `cut' to obey USEFOR draft 5.
14146
14147 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
14148
14149         * gnus-sum.el (gnus-summary-display-arrow): New variable.
14150         (gnus-summary-set-article-display-arrow): New function.
14151         (gnus-summary-goto-subject): Use it.
14152
14153 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14154
14155         * gnus-sum.el (gnus-summary-import-article): Insert date if
14156         doesn't exist.
14157
14158 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14159
14160         * mml.el (mml-content-type-parameters): New variable.
14161         (mml-content-disposition-parameters): New variable.
14162         (mml-insert-mime-headers): Use them.
14163         (mml-parse-1): Accept charset.
14164
14165 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14166
14167         * gnus-group.el (gnus-group-select-group): Doc fix.
14168
14169         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
14170
14171 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
14174         to handle `define-derived-mode'.
14175
14176 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14177         From:  Stefan Monnier  <monnier@cs.yale.edu>
14178
14179         * message.el (message-mode): Use define-derived-mode.
14180         (message-tab): message-completion-alist.
14181
14182         * imap.el (imap-interactive-login): Use make-local-variable.
14183         (imap-open): Ditto.
14184         (imap-authenticate): Ditto.
14185
14186         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
14187
14188         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
14189
14190 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14191
14192         * message.el (message-citation-line-function): Refer to
14193         gnus-cite-attribution-suffix.
14194
14195 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14196
14197         * gnus-art.el,...: Error convention changes.
14198
14199 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14200
14201         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
14202
14203 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14204
14205         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
14206         (nnrss-read-server-data): Ditto.
14207
14208 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14209
14210         * gnus-setup.el (gnus-use-installed-gnus): Typo.
14211         * Cleanup files.
14212         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
14213
14214 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14215
14216         * gnus.el (gnus-summary-line-format): Add %o.
14217
14218         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
14219         unless shell outputs something.
14220
14221 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14222
14223         * gnus-art.el (gnus-boring-article-headers): Better doc.
14224         (article-hide-headers): Better regexp.
14225         Suggested by Matt Swift <swift@alum.mit.edu>.
14226
14227         * nnheader.el (nnheader-max-head-length): Better doc.
14228         (nnheader-header-value): Skip spaces.
14229         (nnheader-parse-head): Remove space.
14230         Suggested by Matt Swift <swift@alum.mit.edu>.
14231
14232         * gnus-sum.el (gnus-summary-show-raw-article): New function.
14233         (gnus-get-newsgroup-headers): Remove space.
14234
14235 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14236
14237         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
14238         (gnus-summary-reply): Use it.
14239         (gnus-summary-reply-broken-reply-to): New function.
14240         (gnus-msg-force-broken-reply-to): New function.
14241
14242         * mm-view.el (mm-inline-text): Showing as text/plain when error.
14243
14244 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14245
14246         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
14247
14248 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14249
14250         * mm-decode.el (mm-external-terminal-program): New variable.
14251         (mm-display-external): Use it. Use term to display when no
14252         window-system.
14253
14254 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
14255
14256         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
14257         Browse->Next entries to Browse->Prev
14258
14259 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14260
14261         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
14262
14263 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14264
14265         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
14266         for the default encoding.
14267
14268         * nnrss.el (nnrss-url-field): New field.
14269         (nnrss-request-article): Add newsgroups.
14270
14271         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
14272
14273 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14274
14275         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
14276
14277         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
14278         (gnus-draft-setup): Remove backlog.
14279
14280 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14281
14282         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
14283         Cleanup.
14284
14285 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14286
14287         * gnus-msg.el (gnus-bug): Erase buffer.
14288
14289         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
14290
14291 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14292
14293         * mm-decode.el (mm-attachment-override-p): Fix typo.
14294
14295 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-kill.el (gnus-execute): Work with the extra headers.
14298         * gnus-sum.el (gnus-summary-execute-command): Ditto.
14299
14300 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14301
14302         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
14303         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
14304
14305         * message.el (message-send-mail-real-function): New variable.
14306         (message-send-mail-partially, message-send-mail):
14307
14308         * nngateway.el (nngateway-request-post): Use it.
14309
14310         * gnus-agent.el (gnus-agentize): Use it.
14311
14312         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
14313         (nnsoup-revert-variables): Use it.
14314
14315 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
14316
14317         * mm-decode.el (mm-inline-media-tests): Default to displaying as
14318         text/plain if the type doesn't match any other media types.
14319         (mm-inlined-types): Doc fix.
14320         (mm-display-inline): Revert previous change (now handled by a
14321         default type in `mm-inline-media-tests'.
14322         (mm-inlinable-p): Revive.
14323         (mm-display-part): Call `mm-inlinable-p'.
14324         (mm-attachment-override-p): Ditto.
14325         (mm-inlined-p): Doc fix.
14326
14327         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
14328         well as `mm-inlined-p'.
14329
14330 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14331
14332         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
14333         (nntp-send-command-and-decode): Use gnus-point-at-bol.
14334
14335 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14336         From  Paul Jarc <prj@po.cwru.edu>
14337
14338         * message.el (message-use-mail-followup-to): New variable.
14339         (message-get-reply-headers): Use it.
14340
14341 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
14342
14343         * nnheader.el (nnheader-init-server-buffer): Make sure the
14344         *nntpd* buffer is made multibyte instead of a random buffer.
14345
14346 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14347
14348         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
14349         when it returns headers.
14350
14351 2001-07-07  Simon Josefsson  <jas@extundo.com>
14352
14353         * rfc2047.el (rfc2047-encode-message-header): Skip header when
14354         trying to fold. Thanks to Colin Walters
14355         <walters@cis.ohio-state.edu>
14356
14357 2001-07-06  Simon Josefsson  <jas@extundo.com>
14358
14359         * imap.el (imap-parse-address-list, imap-parse-flag-list)
14360         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
14361         Add information in `assert's.
14362
14363         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
14364         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
14365         and `nnimap-group-overview-filename', should handle all
14366         change-of-uidvalidity related issues.  But there may be other
14367         problems.)
14368
14369 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14370
14371         * rfc2047.el (rfc2047-encode-message-header): Don't include the
14372         header name when folding.
14373
14374 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14375
14376         * mm-decode.el (mm-inlined-types): Document relationship with
14377         `mm-inline-media-tests'.
14378         (mm-display-inline): Default to displaying as plain text if no
14379         inlining handler is available.
14380         (mm-inlinable-p): Remove.
14381         (mm-inlined-p): Don't call `mm-inlinable-p'.
14382         (mm-automatic-display-p): Ditto.
14383         (mm-attachment-override-p): Ditto.
14384
14385 2001-07-04  Simon Josefsson  <jas@extundo.com>
14386
14387         * nnimap.el (nnimap-importantize-dormant): New variable.
14388         (nnimap-request-update-info-internal): Use it.
14389         (nnimap-request-set-mark): Ditto.
14390
14391 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14392
14393         * nntp.el (nntp-send-command): don't pass a buffer argument to
14394         `point'. Only XEmacs accepts this.
14395         * nntp.el (nntp-send-command-nodelete): ditto.
14396         * nntp.el (nntp-send-command-and-decode): ditto.
14397
14398 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14399
14400         * nntp.el (nntp-open-connection-function): doc update.
14401         * nntp.el (nntp-pre-command): New.
14402         * nntp.el (nntp-via-rlogin-command): New.
14403         * nntp.el (nntp-via-telnet-command): New.
14404         * nntp.el (nntp-via-telnet-switches): New.
14405         * nntp.el (nntp-via-user-name): New.
14406         * nntp.el (nntp-via-user-password): New.
14407         * nntp.el (nntp-via-address): New.
14408         * nntp.el (nntp-via-envuser): New.
14409         * nntp.el (nntp-via-shell-prompt): New.
14410         * nntp.el (nntp-open-telnet-stream): New.
14411         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
14412         * nntp.el (nntp-open-via-telnet-and-telnet): New.
14413         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
14414         * nntp.el (nntp-send-command): ditto.
14415         * nntp.el (nntp-send-command-nodelete): ditto.
14416         * nntp.el (nntp-send-command-and-decode): ditto.
14417
14418 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
14419         Trivial patch.
14420
14421         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
14422         `when'.
14423
14424 2001-07-03  Simon Josefsson  <jas@extundo.com>
14425         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
14426
14427         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
14428
14429 2001-07-03  Simon Josefsson  <jas@extundo.com>
14430
14431         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
14432         remove it (workaround XEmacs `fill-region' bug).
14433
14434 2001-07-01  Simon Josefsson  <jas@extundo.com>
14435
14436         * nnimap.el (nnimap-date-days-ago): Defeat locale.
14437
14438 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14439
14440         * mml2015.el (mml2015-format-error): New function.
14441         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
14442         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
14443         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
14444
14445 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14446
14447         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
14448         Suggested by Christoph Conrad <C.Conrad@cli.de>.
14449
14450         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
14451         group variables.
14452
14453 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14454
14455         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
14456
14457         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
14458         (nnrss-save-group-data): Ditto.
14459
14460         * gnus-agent.el (gnus-agent-save-alist): Ditto.
14461
14462 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * message.el (message-do-send-housekeeping): Narrow to headers.
14465
14466 2001-06-24  Simon Josefsson  <jas@extundo.com>
14467
14468         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
14469         insertion when breaking lines looked for " \t" instead of "[ \t]".
14470         (rfc2047-encode-message-header): Fold lines even if
14471         no QP encoding is done.
14472
14473 2001-06-23  Simon Josefsson  <jas@extundo.com>
14474         From Samuel Tardieu <sam@inf.enst.fr>
14475
14476         * smime.el (smime-keys): Support additional certificates.
14477         (smime-make-certfiles): New function.
14478         (smime-sign-region): Use previous variables.
14479         (smime-get-certfiles): New function.
14480         (smime-sign-buffer): Use it.
14481         (smime-verify-region): Support both CAfile and CApath.
14482
14483 2001-06-23  Simon Josefsson  <jas@extundo.com>
14484
14485         * smime.el (smime-decrypt-region): Perhaps work.
14486
14487 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14488
14489         * gnus-msg.el (gnus-copy-article-buffer): Typo.
14490
14491 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14492
14493         * mm-decode.el (mm-save-part): Rewrite file name.
14494         (mm-file-name-rewrite-functions): New variable.
14495         (mm-file-name-delete-whitespace): New function.
14496         (mm-file-name-trim-whitespace): New function.
14497         (mm-file-name-collapse-whitespace): New function.
14498         (mm-file-name-replace-whitespace): New variable and function.
14499
14500 2001-06-22  Simon Josefsson  <jas@extundo.com>
14501
14502         * message.el (message-make-date): Workaround locale for weekdays.
14503
14504 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14505
14506         * message.el (message-goto-body): Return nil if not found. (revert!)
14507
14508 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14509         From Fremlin <chief@bandits.org>
14510
14511         * message.el (message-goto-body): Some messages have no header.
14512
14513         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14514
14515 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14516
14517         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
14518
14519 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14520
14521         * message.el (message-make-date): Add week day.
14522         Suggested by Jason R. Mastaler <jason@mastaler.com>.
14523
14524 2001-06-19  Simon Josefsson  <jas@extundo.com>
14525
14526         * message.el (message-yank-prefix): Doc fix.
14527         (message-yank-cited-prefix): Ditto.
14528         (message-delete-not-region): Keep citation prefix on first line,
14529         if possible and appropriate.
14530
14531 2001-06-19  Simon Josefsson  <jas@extundo.com>
14532
14533         * imap.el (imap-process-connection-type): New variable.
14534         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
14535         recent `imtest's work completely (no line length issues), while
14536         making making old `imtest's unusable.  Thanks to NAGY Andras
14537         <nagya@inf.elte.hu> for his work.
14538
14539 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
14540
14541         * imap.el (imap-ssl-program): Add -quiet to shut up
14542         OpenSSL/SSLeay's internal debug talk.
14543
14544 2001-06-19  Matt Armstrong  <matt@lickey.com>
14545
14546         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
14547         server.
14548
14549 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14550
14551         * nnmail.el (nnmail-article-buffer): New variable.
14552         (nnmail-split-incoming): Use it.
14553
14554 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
14555
14556         * qp.el (quoted-printable-decode-region): If called interactively,
14557         use coding-system-for-read.
14558
14559 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14560
14561         * message.el (message-check-news-header-syntax): Check Reply-To.
14562
14563 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14564
14565         * mml.el (mml-parse-1): Use message options.
14566
14567         * message.el (message-do-fcc): Don't do anything if there is no
14568         FCC.
14569
14570 2001-06-16  Simon Josefsson  <jas@extundo.com>
14571
14572         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
14573         (nnimap-expunge-search-string): New variable.
14574         (nnimap-request-expire-articles): Use it.
14575
14576 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14577
14578         * message.el (message-send-mail-with-qmail): wrong exit status is
14579         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
14580
14581 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14582
14583         * gnus-art.el (article-strip-multiple-blank-lines): Use
14584         delete-region instead of replace-match.
14585
14586 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14587
14588         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
14589         (nnweb-google-wash-article): Ditto.
14590
14591 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
14592
14593         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
14594
14595 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
14598         specs.
14599
14600 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14601
14602         * gnus.el (gnus-email-address): Move it here.
14603
14604         * gnus-art.el (article-de-quoted-unreadable): Read charset if
14605         requested.
14606         (article-de-base64-unreadable): Ditto.
14607         (article-wash-html): Ditto.
14608
14609 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14610
14611         * message.el (message-options-set-recipient): Don't add ", "
14612         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
14613
14614 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14615
14616         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
14617
14618 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14619
14620         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
14621         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
14622
14623         * nnrss.el (nnrss-node-text): Node might be nil.
14624
14625 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14626
14627         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
14628         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
14629
14630         * nnrss.el (nnrss-group-alist): More items.
14631
14632 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14633
14634         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
14635
14636 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14637         Trivial patch from Dale Hagglund  <rdh@best.com>
14638
14639         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
14640         restrict clauses.
14641
14642 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14643
14644         From Benjamin Rutt <brutt+news@bloomington.in.us>
14645
14646         * message.el (message-wide-reply-confirm-recipients): New variable.
14647
14648 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
14649         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
14650
14651         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
14652         fix so it works with XEmacs.
14653
14654 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14655
14656         * nnrss.el (nnrss-retrieve-headers): Support description as extra
14657         headers.
14658
14659 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14660
14661         * nnrss.el: Fix a few bugs.
14662
14663 2001-06-05  Simon Josefsson  <jas@extundo.com>
14664
14665         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
14666         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
14667
14668 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
14669
14670         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
14671         binary so that we don't transmit ISO 2022 garbage to the process.
14672         This is needed under XEmacs.
14673
14674 2001-06-03  Simon Josefsson  <simon@josefsson.org>
14675
14676         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
14677         autoloaded incorrectly below because ssl-program-* is bound.)
14678         Thanks to Amos Gouaux for report.
14679
14680 2001-06-02  Simon Josefsson  <simon@josefsson.org>
14681
14682         * imap.el (imap-kerberos4-open):
14683         (imap-gssapi-open):
14684         (imap-ssl-open):
14685         (imap-network-open):
14686         (imap-shell-open):
14687         (imap-starttls-open): Set buffer to workaround spurious
14688         `accept-process-output' buffer changes.  Thanks to Mats Lidell
14689         <Mats.Lidell@contactor.se> for report and partial patch and Jake
14690         Colman <colman@ppllc.com> for report.
14691
14692 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14693
14694         * gnus-sum.el (gnus-summary-catchup): New argument.
14695         (gnus-summary-catchup-from-here): New function.
14696
14697 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14698
14699         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
14700         back, then insert glyph.  (Before, the glyph was inserted first,
14701         then the newline.)  This works around a behavior in XEmacs where
14702         it is not possible to insert a character after a glyph which is at
14703         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
14704
14705 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14706
14707         From Jaap-Henk Hoepman (jhh@xs4all.nl).
14708
14709         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
14710         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
14711         mm-destroy-postponed-undisplay-list): New functions.
14712         (mm-display-external): Use them.
14713
14714 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14715
14716         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
14717         `default-low' when evaluating `gnus-summary-highlight'.
14718         From Raja R Harinath <harinath@cs.umn.edu>.
14719
14720 2001-05-27  Simon Josefsson  <simon@josefsson.org>
14721
14722         * message.el (message-yank-cited-prefix): New variable.
14723         (message-indent-citation): Use it.
14724
14725         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
14726         as details.
14727         (mml2015-mailcrypt-clear-verify): Ditto.
14728
14729 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14730         From Nevin Kapur <nevin@jhu.edu>.
14731
14732         * gnus-sum.el (gnus-summary-default-high-score,
14733         gnus-summary-default-low-score): New variables.
14734         (gnus-summary-highlight): Use them.
14735
14736 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
14737
14738         * message.el (message-mail): pass the 'send-actions argument to
14739         `message-setup'.
14740
14741 2001-05-16  Simon Josefsson  <simon@josefsson.org>
14742         From Raymond Scholz <ray-2001@zonix.de>
14743
14744         * gnus-art.el (gnus-mime-view-part-as-charset):
14745         (gnus-mime-internalize-part): Doc fixes.
14746
14747 2001-05-11  Simon Josefsson  <simon@josefsson.org>
14748
14749         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
14750         status lines without any text ("^215$").
14751
14752 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14753
14754         * nnrss.el (nnrss-check-group): Reverse.
14755
14756 2001-05-07  Simon Josefsson  <simon@josefsson.org>
14757
14758         * message.el (message-get-reply-headers):
14759         (message-followup): Fix typo, suggested by David Green
14760         <dgreen@uab.edu>
14761
14762 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14763
14764         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
14765
14766         * nnrss.el (nnrss-open-server): Read server data when it is called.
14767         (nnrss-request-expire-articles): Fix.
14768
14769 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14770
14771         * message.el (message-do-send-housekeeping): mail-abbrevs may
14772         rename buffer behind Gnus.
14773
14774 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14775
14776         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
14777         (nnrss-group-alist): Add more resources.
14778         (nnrss-check-group): Ignore errors.
14779
14780 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14781
14782         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
14783
14784         * nnslashdot.el (nnslashdot-request-list): Add time.
14785         (nnslashdot-request-expire-articles): New function.
14786
14787         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
14788         secondary methods too.
14789
14790 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14791
14792         * message.el (message-use-followup-to): Set default value to t.
14793
14794 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
14795
14796         * message.el (message-dont-reply-to-names): Fix documentation.
14797         (message-get-reply-headers): Use Mail-Followup-To only for wide
14798         replies.
14799
14800 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14801
14802         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
14803         correctly.
14804         (nnrss-check-group): Use time.
14805
14806 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14807
14808         * gnus.el: Oort Gnus v0.03 is released.
14809
14810 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14811
14812         * nnultimate.el (nnultimate-topic-article-to-article): Use the
14813         group.
14814
14815 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14816
14817         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
14818
14819 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14820
14821         * nnultimate.el (nnultimate-retrieve-headers): Return all
14822         available headers.
14823
14824         * gnus-sum.el (gnus-read-all-available-headers): New variable.
14825         (gnus-get-newsgroup-headers-xover): Use it.
14826
14827 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14828
14829         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
14830
14831 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14832
14833         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
14834
14835 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14836
14837         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
14838         disable it.
14839
14840         * gnus.el (gnus-info-nodes): Remove a few The's.
14841
14842 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14843
14844         * mail-source.el (mail-source-movemail): Call-process may return a
14845         signal description string.
14846
14847         * gnus-start.el (gnus-read-newsrc-el-file):
14848         gnus-newsrc-file-version may be nil.
14849
14850         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
14851         Suggested by Michael Sperber [Mr. Preprocessor]
14852         <sperber@informatik.uni-tuebingen.de>.
14853
14854 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
14855
14856         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
14857
14858 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
14859
14860         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
14861         fontify HANDLE.
14862
14863 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14864
14865         * smime.el (smime-ask-passphrase): Rework to return value.
14866         (smime-sign-region): Rework to bind value and use it.
14867         (smime-decrypt-region): Ditto.
14868
14869 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14870         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
14871
14872         * smime.el (smime-ask-passphrase): New function.
14873         (smime-sign-region): Use it.
14874         (smime-encrypt-cipher): New variable.
14875         (smime-decrypt-region): Ditto.
14876
14877 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
14878         Committed by Simon Josefsson  <simon@josefsson.org>
14879
14880         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
14881         the log.
14882
14883 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14884
14885         * gnus.el: Oort Gnus v0.02 is released.
14886
14887 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
14888
14889         * gnus.el: Oort Gnus v0.01 is released.
14890
14891 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14892
14893         * gnus-sum.el (gnus-summary-highlight): Highlight read
14894         undownloaded articles as read articles.
14895
14896         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
14897         (gnus-agent-get-undownloaded-list): Mark all undownloaded
14898         articles, even read ones, as such.
14899
14900         * gnus-sum.el (gnus-summary-find-matching): Clean up.
14901         (gnus-find-matching-articles): New function.
14902         (gnus-summary-limit-include-matching-articles): New command.
14903         (gnus-summary-limit-include-thread): Include articles that have
14904         matching subjects.
14905         (gnus-offer-save-summaries): Clean up.
14906
14907 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14908
14909         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
14910
14911 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14912         From Jason Merrill <jason_merrill@redhat.com>
14913
14914         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
14915
14916 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
14917         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14918
14919         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
14920         newsgroup names when the original article is a news message.
14921
14922 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14923
14924         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
14925         supported. Suggest by Jim Meyering <jim@meyering.net>.
14926
14927 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
14928         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
14929
14930         * nnmail.el (nnmail-split-it): Added check for .* at the end of
14931         regexp in nnmail-split-fancy.
14932
14933 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14934
14935         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
14936
14937 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
14938
14939         * message.el (message-send-mail): Improve the interaction with the
14940         user.
14941
14942 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14943
14944         * imap.el (imap-message-copy): Work around buggy servers that
14945         doesn't send TRYCREATE tags.
14946
14947 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
14950
14951 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14952
14953         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
14954         date.
14955
14956 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14957
14958         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
14959         lives.
14960
14961 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14962
14963         * gnus-art.el (gnus-parse-news-url): New function.
14964         (gnus-button-handle-news): New function.
14965         (gnus-button-alist): Point to new functions.
14966
14967         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
14968
14969         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
14970         gnus-format-specs.
14971
14972         * message.el (message-check-news-header-syntax): Question even
14973         when Gnus doesn't know the group names.
14974         (message-send-news): Clean up.
14975
14976         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
14977         exited on purpose without saving.
14978
14979         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
14980
14981 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14982
14983         * gnus-score.el (gnus-score-orphans): Clean up.
14984
14985         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
14986
14987         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
14988         later.
14989
14990         * gnus-start.el (gnus-close-all-servers): Find the right items to
14991         close.
14992
14993         * qp.el (quoted-printable-decode-region): Just message
14994         malformation; don't quit.
14995
14996 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14997         From Gerd Moellmann <gerd@gnu.org>.
14998
14999         * gnus.el (gnus-interactive): A typo.
15000
15001 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
15002         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15003
15004         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
15005         `assq-delete-all', if that function exists; otherwise use the old
15006         definition. Documentation changed to match the one in
15007         `assq-delete-all'.
15008
15009 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15010
15011         * gnus-start.el (gnus-close-all-servers): New function.
15012
15013         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
15014         (gnus-server-remove-denials): Clean up.
15015
15016         * gnus-sum.el (gnus-summary-sort-by-original): New command and
15017         keystroke.
15018
15019 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15020
15021         * message.el (message-send-news): Message where we are sending.
15022         (message-send-mail): Ditto.
15023
15024         * gnus.el (gnus-server-string): New function.
15025
15026         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
15027
15028         * mm-decode.el (mm-default-directory): Customized.
15029         (mm-tmp-directory): Ditto.
15030
15031         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
15032         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
15033         or Chars.
15034         (gnus-summary-line-format-alist): ?l is now a string.
15035         (gnus-summary-prepare-threads): Output ? for unknown lines.
15036         (gnus-summary-insert-line): Ditto.
15037         (gnus-summary-print-article): Unbalanced parentheses.
15038
15039         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
15040         out whether new stuff has arrived.
15041
15042 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
15043
15044         * gnus-sum.el: Let printing work on ttys on Emacs.
15045
15046 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15047
15048         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
15049         when forcing news.
15050
15051         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
15052         command.
15053
15054 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
15055
15056         * message.el (message-set-auto-save-file-name): Don't use
15057         asterisks under nt.
15058
15059 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15060
15061         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
15062         lists of articles.
15063
15064         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
15065
15066         * gnus-msg.el (gnus-put-message): Clean up.
15067         (gnus-summary-reply): Mark all replied-to articles as replied to.
15068         (gnus-inews-add-send-actions): Also mark as forwarded.
15069         (gnus-summary-mail-forward): Mark as forwarded.
15070
15071         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
15072         of articles.
15073         (gnus-summary-mark-article-as-forwarded): Ditto.
15074
15075         * gnus-msg.el (gnus-summary-resend-message): Mark article as
15076         forwarded.
15077         (gnus-summary-mail-forward): Clean up.
15078
15079         * gnus.el (gnus-article-mark-lists): Added forward.
15080
15081         * gnus-sum.el (gnus-forwarded-mark): New variable.
15082         (gnus-summary-prepare-threads): Use it.
15083         (gnus-summary-update-secondary-mark): Ditto.
15084         (gnus-newsgroup-forwarded): New variable.
15085
15086 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15087
15088         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
15089         (gnus-summary-very-wide-reply): New command and keystroke.
15090         (gnus-summary-very-wide-reply-with-original): Ditto.
15091
15092         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
15093         (gnus-score-adaptive): Use it.
15094
15095         * gnus-start.el (gnus-get-unread-articles): Clean up.
15096
15097 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15098
15099         * nnultimate.el (nnultimate-retrieve-headers): Work for other
15100         boards.
15101
15102 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
15103
15104         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
15105         * gnus-start.el (gnus-subscribe-newsgroup): use it.
15106
15107 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15108
15109         * nnultimate.el (nnultimate-retrieve-headers): Understand
15110         long-form month names.
15111
15112 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15113
15114         * gnus-sum.el (gnus-summary-show-all-headers):
15115         gnus-article-show-all-headers is broken. Use
15116         gnus-summary-toggle-header instead.
15117
15118         * mml2015.el (mml2015-gpg-extract-from): No error.
15119
15120 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15121         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
15122
15123         * mml2015.el (mml2015-gpg-extract-from): New function.
15124         (mml2015-gpg-verify): Use it.
15125         (mml2015-gpg-clear-verify): Use it.
15126
15127 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15128
15129         * message.el (message-setup-fill-variables): Use
15130         fill-paragraph-function.
15131         (message-fill-paragraph): Take an argument.
15132         (message-newline-and-reformat): Take another argument.
15133
15134 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15135
15136         * message.el (rmail-output): It is in rmailout.el not rmail.el.
15137
15138 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15139
15140         * message.el (message-forward): local-variable-p takes an extra
15141         argument in XEmacs.
15142
15143 2001-03-16  Simon Josefsson  <simon@josefsson.org>
15144
15145         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
15146         `nnimap-use-nov-p' (it really tested the negative).
15147         (nnimap-retrieve-headers): Use it.
15148
15149 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15150
15151         * message.el (message-generate-headers-first): Update doc.
15152
15153 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
15154         Trivial patch.
15155
15156         * gnus.el (gnus-summary-line-format): Typo.
15157
15158 2001-03-11  Simon Josefsson  <simon@josefsson.org>
15159
15160         * mailcap.el (mailcap-mime-data): Add application/sieve.
15161         (mailcap-mime-extensions): Add .siv, .xls.
15162
15163 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15164         From Christoph Conrad <christoph.conrad@gmx.de>
15165
15166         * gnus-score.el (gnus-summary-lower-thread): Typo.
15167
15168 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15169
15170         * message.el (message-forward-decoded-p): New variable.
15171         (message-forward-subject-author-subject): Use it.
15172         (message-make-forward-subject): Use it.
15173         (message-forward): Use it.
15174
15175         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
15176
15177         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
15178         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
15179
15180 ;;Has been fixed -- zsh.
15181 ;;2001-03-05  Dave Love  <fx@gnu.org>
15182 ;;
15183 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
15184 ;;      Move it after definition of mm-coding-system-p.
15185 ;;
15186 2001-03-01  Dave Love  <fx@gnu.org>
15187
15188         * mm-util.el (mm-inhibit-file-name-handlers): Add
15189         image-file-handler.
15190
15191 2001-02-11  Dave Love  <fx@gnu.org>
15192
15193         * message.el (message-signature-file): Fix doc, :type.
15194
15195 2001-02-08  Dave Love  <fx@gnu.org>
15196
15197         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
15198         (message-posting-charset): Defvar when compiling again.
15199         (rfc2047-encodable-p): Require message.
15200
15201         * gnus-sum.el (gnus-alter-articles-to-read-function):
15202         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
15203
15204 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15205
15206         * nnrss.el: New file.
15207
15208 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
15209         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15210
15211         * rfc2047.el (rfc2047-unfold-region): Fix arg of
15212         `skip-chars-forward'.
15213
15214 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15215
15216         * nndraft.el (nndraft-request-group): Restore auto save files if
15217         the original files do not exist.
15218
15219 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15220
15221         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
15222         SCORE paths.
15223
15224         * mm-decode.el (mm-dissect-buffer): Call
15225         mail-extract-address-components only if necessary.
15226
15227 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15228
15229         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
15230         directory part.
15231         (gnus-score-search-global-directories): Use file-directory-p.
15232
15233         * gnus-score.el (gnus-score-score-files-1): Use
15234         gnus-kill-files-directory.
15235         From Adrian Aichner <adrian@xemacs.org>.
15236
15237 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15238
15239         * gnus.el (charset): Move here from gnus-sum.el.
15240
15241 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15242
15243         * mml.el (mml-preview): Disable local map.
15244
15245         * gnus-sum.el (gnus-summary-make-menu-bar): Make
15246         gnus-article-post-menu here.
15247
15248         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
15249         if it has not been made.
15250
15251 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15252
15253         * gnus-art.el (gnus-article-describe-key): Map key to event.
15254         (gnus-article-describe-key-briefly): Ditto
15255
15256 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15257
15258         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
15259
15260 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15261         From Katsumi Yamaoka <yamaoka@jpl.org>.
15262
15263         * dgnushack.el (coerce, merge, subseq): defmacro.
15264
15265 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15266
15267         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
15268         A fake defalias in nndraft.el results a not-activated bug in
15269         uncompiled versions.
15270
15271 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
15272         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15273
15274         * gnus-util.el (gnus-split-references): Handle malformed References:.
15275
15276 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15277
15278         * gnus-art.el (gnus-article-mime-part-status): 1 part.
15279
15280 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15281         From NAGY Andras <nagya@inf.elte.hu>.
15282
15283         * gnus.el (gnus-parameters): Typo.
15284
15285 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15286
15287         * gnus.el (gnus-read-method): Remove redundancy.
15288
15289 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15290
15291         * nnslashdot.el (nnslashdot-backslash-url): New variable.
15292         (nnslashdot-request-list): Use it.
15293
15294 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15295
15296         * nnml.el (nnml-generate-active-info): Fix the case when there is
15297         no file.
15298
15299         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
15300         (gnus-summary-create-article): New function.
15301
15302         * gnus-group.el (gnus-group-mark-article-read): New function.
15303
15304         * gnus-msg.el (gnus-inews-do-gcc): Use it.
15305
15306         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
15307
15308 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15309
15310         * gnus-art.el (gnus-article-edit-done): Don't use
15311         gnus-article-edit-exit.
15312         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
15313
15314         * gnus.el (gnus-parameters): New variable.
15315         Suggested by NAGY Andras <nagya@inf.elte.hu>.
15316         (gnus-parameters-get-parameter): New function.
15317         (gnus-group-find-parameter): Use it.
15318
15319 2001-02-23  Simon Josefsson  <simon@josefsson.org>
15320
15321         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
15322         change of default value to `current'.
15323
15324 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15325
15326         * nneething.el (nneething-get-head): Insert unreadable file too.
15327
15328 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15329
15330         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
15331
15332         * webmail.el (webmail-type-definition): Deja is bought by google.
15333
15334 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15335
15336         * gnus-sum.el (gnus-fetch-headers): New function.
15337         (gnus-select-newsgroup): Use it.
15338         (gnus-summary-insert-articles): New function.
15339         (gnus-summary-insert-old-articles): New function.
15340         (gnus-summary-insert-new-articles): New function.
15341
15342         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
15343         (gnus-group-list-active): Ditto.
15344         * gnus-sum.el (gnus-set-mode-line): Ditto.
15345         (gnus-summary-read-group-1): Ditto.
15346
15347 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15348
15349         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
15350         current topic.
15351
15352 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15353
15354         * smiley.el (gnus-smiley-display): Don't do widening.
15355
15356         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
15357         within body.
15358
15359         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
15360
15361         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
15362         New variable.
15363         (gnus-mime-display-multipart-related-as-mixed): New variable.
15364         (gnus-mime-display-part): Use them.
15365
15366 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15367
15368         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
15369         something special.
15370
15371 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15372
15373         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
15374         (nnweb-request-article): Call reference if exists.
15375         (nnweb-type-definition): Dejanews is bought by google.com.
15376         Beta!
15377
15378 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15379
15380         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
15381
15382 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15383
15384         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
15385         gnus-article-sort-functions.
15386         (gnus-article-sort-functions): Doc fix.  Refer to
15387         gnus-thread-sort-functions.
15388
15389 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15390         From Paul Jarc <prj@po.cwru.edu>.
15391
15392         * message.el (message-get-reply-headers): More fixes.
15393
15394 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
15395         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15396
15397         * message.el (message-get-reply-headers): Fix bug with
15398         Mail-Followup-To/to-address interaction.
15399
15400 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15401
15402         * gnus-msg.el (gnus-configure-posting-styles): Match header in
15403         gnus-article-copy.
15404
15405 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15406
15407         * message.el (message-do-send-housekeeping): Rename to a better
15408         name.
15409
15410 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15411
15412         * message.el (message-cancel-news): Check article first, then ask
15413         yes or no.
15414
15415 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15416
15417         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
15418
15419 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15420
15421         * gnus-range.el (gnus-range-normalize): New function.
15422
15423 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
15424
15425         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
15426
15427 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15428
15429         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
15430
15431         * nnagent.el (nnagent-request-regenerate): New function.
15432
15433         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
15434
15435         * nnml.el (nnml-generate-nov-databases): Accept argument
15436         server. Don't open server if it is opened.
15437         (nnml-request-regenerate): Use it. Change to deffoo.
15438
15439 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15440         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15441
15442         * gnus.el (gnus-define-group-parameter): Fix.
15443
15444 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15445
15446         * gnus.el (gnus-define-group-parameter): Improved.
15447
15448         * gnus-sum.el (charset): Define parameter.
15449         (ignored-charsets): Ditto.
15450         (gnus-summary-setup-default-charset): Use them.
15451
15452         * gnus-start.el (gnus-read-descriptions-file): Use them.
15453
15454         * gnus-cus.el (gnus-group-parameters): Remove them.
15455
15456 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15457
15458         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
15459
15460 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15461
15462         * gnus-sum.el (gnus-summary-read-group-1): Remove
15463         gnus-summary-set-local-parameters.
15464         (gnus-summary-setup-buffer): Put it here.
15465
15466 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15467
15468         * gnus.el (to-address): Define parameter.
15469         (to-list): Ditto.
15470         * gnus-art.el (article-hide-boring-headers): Use them.
15471         * gnus-msg.el (gnus-post-news): Ditto.
15472         * gnus-cus.el (gnus-group-parameters): Remove them.
15473
15474 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15475
15476         * gnus-draft.el (gnus-draft-reminder): New function.
15477
15478         * gnus-art.el (gnus-sender-save-name): New function.
15479
15480 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15481
15482         * mm-util.el (mm-mime-charset): Error message.
15483
15484 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15485
15486         * message.el (message-check-news-body-syntax): Don't check mml lines.
15487
15488 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15489
15490         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
15491         subscribe.
15492
15493         * gnus-start.el (gnus-call-subscribe-functions): New function.
15494         (gnus-find-new-newsgroups): Use it.
15495         (gnus-ask-server-for-new-groups): Use it.
15496         (gnus-check-first-time-used): Use it.
15497         (gnus-subscribe-newsgroup-method): Grok a list of functions.
15498         (gnus-subscribe-options-newsgroup-method): Ditto.
15499         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
15500         return .
15501
15502 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15503
15504         * gnus-cus.el (gnus-score-customize): Doc fix.
15505
15506 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
15507
15508         * dgnushack.el (my-getenv): Typo.
15509
15510 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15511
15512         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
15513
15514 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15515
15516         * gnus-group.el (gnus-group-suspend): Offer save summaries.
15517
15518         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
15519         (gnus-treatment-function-alist): Use it.
15520         (article-remove-leading-whitespace): New function.
15521         (gnus-article-make-menu-bar): Use it.
15522
15523         * gnus-sum.el (gnus-summary-wash-empty-map): Add
15524         remove-leading-whitespace.
15525         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
15526         because of conflict.
15527
15528 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15529
15530         * Makefile.in: Hack generating gnus-load.el.
15531         * dgnushack.el: Ditto.
15532         * gnus-load.el: Remove it.
15533
15534 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15535
15536         * dgnushack.el : Add URLDIR.
15537
15538         * Makefile.in (EMACS_COMP): Ditto.
15539
15540 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15541
15542         * gnus-cus.el (gnus-score-customize): Error on no score file.
15543
15544 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15545
15546         * mm-decode.el (mm-merge-handles): New function.
15547
15548         * mm-view.el (mm-inline-message): Use it.
15549         (mm-view-message): Ditto.
15550
15551         * mm-partial.el (mm-inline-partial): Ditto.
15552
15553         * mm-extern.el (mm-inline-external-body): Ditto.
15554
15555         * gnus-art.el (gnus-mime-view-part): Ditto.
15556         (gnus-mime-view-part-as-type): Ditto.
15557         (gnus-mime-save-part-and-strip): Prevent users to strip in some
15558         cases.
15559
15560 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15561
15562         * message.el (message-cancel-news): Allow to shoot foot.
15563         (message-supersede): Ditto.
15564
15565 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
15566         Trivial patch.
15567
15568         * gnus-sum.el (gnus-simplify-subject-re): Use
15569         message-subject-re-regexp.
15570
15571 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15572
15573         * nnmail.el (nnmail-expiry-target-group): Bind
15574         nnmail-cache-accepted-message-ids to nil.
15575
15576         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
15577         coding system.
15578
15579 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15580
15581         * qp.el (quoted-printable-encode-region): Make sure characters are
15582         between 00 and FF.  Don't check charset.
15583
15584         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
15585         in Emacs 20.
15586         * rfc2047.el (rfc2047-q-encode-region): Ditto.
15587
15588 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15589
15590         * message.el (message-make-forward-subject): Argument decoded.
15591         (message-forward): Use it when digest.
15592
15593         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
15594         buffer.
15595
15596 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15597
15598         * message.el (message-generate-headers-first): Doc fix.
15599
15600 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15601
15602         * gnus-art.el (article-make-date-line): Error proof.
15603
15604 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15605
15606         * gnus-group.el (gnus-group-listing-limit): New variable.
15607         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
15608
15609         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
15610
15611 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15612
15613         * message.el (message-newline-and-reformat): Special case for
15614         breaking at BOL.
15615
15616 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
15617
15618         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
15619         message/rfc822.
15620
15621 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15622
15623         * message.el (message-encode-message-body): Don't insert
15624         Content-Type if it is inside a mail.
15625
15626 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15627
15628         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
15629         gnus-article-commands-menu.
15630
15631         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
15632         in Emacs.
15633
15634         * gnus-start.el (gnus-read-descriptions-file): Use
15635         gnus-group-name-charset and gnus-group-charset-alist.
15636
15637 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15638
15639         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
15640         active region.
15641
15642         * gnus-start.el (gnus-group-change-level): Remove from both
15643         gnus-zombie-list and gnus-killed-list.
15644
15645 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15646
15647         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
15648         gnus-subscribe-topics.
15649
15650         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
15651
15652 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15653
15654         * gnus-art.el (gnus-article-make-menu-bar): Make
15655         gnus-article-post-menu.
15656
15657         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
15658
15659         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
15660
15661         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
15662
15663         * message.el (message-mode-menu): Ditto.
15664
15665         * gnus-art.el (defvar): eval-when-compile.
15666
15667 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15668
15669         * gnus-agent.el (gnus-agentize): Fix doc.
15670
15671 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
15672
15673         * mml.el (mml-preview): Bind `q'.
15674
15675 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15676
15677         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
15678
15679 2001-01-31  Dave Love  <fx@gnu.org>
15680
15681         * mm-util.el (mm-mime-mule-charset-alist)
15682         (mm-find-mime-charset-region): Consider mule-utf-8.
15683
15684 2001-01-31  Dave Love  <fx@gnu.org>
15685
15686         * gnus-art.el (gnus-article-x-face-command)
15687         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
15688         :version.
15689
15690 2001-01-26  Dave Love  <fx@gnu.org>
15691
15692         * mm-util.el (mm-multibyte-string-p): New.
15693
15694 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
15695 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
15696 ;;      string-as-multibyte on class.  Clarify line-folding.
15697         (quoted-printable-encode-string): Make temp buffer inherit
15698         string's multibyteness.
15699
15700 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
15701
15702         * nnheader.el (toplevel): Don't require `gnus-util' at
15703         compile-time; this creates a circular dependency, and prevents
15704         a bootstrap.
15705
15706 2001-01-22  Andreas Schwab  <schwab@suse.de>
15707
15708         * nnheader.el (gnus-delete-line): Autoload it as a macro.
15709
15710 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15711
15712         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
15713
15714         * gnus-art.el (article-hide-list-identifiers): Ditto.
15715
15716         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
15717
15718 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15719
15720         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
15721
15722         * gnus-art.el (article-hide-list-identifiers): Similar.
15723
15724 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
15725
15726         * nnmail.el (nnmail-remove-list-identifiers): Improved.
15727
15728 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15729
15730         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
15731
15732 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15733
15734         * gnus-util.el (gnus-string-equal): New function.
15735
15736         * gnus-art.el (article-hide-boring-headers): Use it.
15737
15738 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
15739
15740         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
15741
15742 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15743
15744         * gnus-msg.el (gnus-msg-mail): Support switch-action.
15745
15746 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15747
15748         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
15749         command if there is not last-saver.
15750
15751 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15752
15753         * nntp.el (nntp-open-connection): 201 is possible.
15754
15755 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15756
15757         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
15758         (rfc2047-charset-encoding-alist): Add big5.
15759
15760 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15761
15762         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
15763         (gnus-agent-remove-server): Ditto.
15764         (autoload): gnus-server-update-server.
15765
15766         * gnus-srvr.el (gnus-server-line-format): Add %a.
15767         (gnus-server-line-format-alist): Add gnus-tmp-agent.
15768         (gnus-server-insert-server-line): Use it.
15769
15770 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15771
15772         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
15773         GB2312 and Big5.
15774
15775 2001-01-24  Simon Josefsson  <sj@extundo.com>
15776
15777         * mail-source.el (mail-sources): Add :program specifier to IMAP
15778         mail source.
15779         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
15780
15781 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15782
15783         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
15784
15785 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15786
15787         * nntp.el (nntp-wait-for): Return the success code.
15788         (nntp-open-connection): Use it.
15789
15790 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15791
15792         * gnus-int.el (gnus-check-server): Allow breaking the opening.
15793
15794 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15795
15796         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
15797
15798 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15799
15800         * gnus-sum.el (gnus-summary-print-article): Take one prefix
15801         argument. Allow to print several articles in one file.
15802
15803 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15804
15805         * webmail.el (webmail-type-definition): netaddress changes.
15806
15807 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15808
15809         * gnus.el: Fix copyright. Remove trailing spaces.
15810
15811         * message.el (message-forward): Use mule4.
15812
15813 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15814
15815         * mm-util.el (mm-string-as-unibyte): New function.
15816
15817         * message.el (message-forward): Use it.
15818
15819 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15820
15821         * message.el (message-cite-original-without-signature): Don't peel
15822         off the blank line.
15823         (message-get-reply-headers): Add Cc if it is not in follow-to.
15824
15825 2001-01-20  Simon Josefsson  <sj@extundo.com>
15826
15827         * mm-decode.el (mm-handle-multipart-from): Add.
15828         (mm-dissect-buffer): Save From: header value.
15829         (mm-security-from): Remove.
15830         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
15831
15832         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
15833         instead of `mml-security-from'.  Protect null from value.
15834
15835 2001-01-20  Simon Josefsson  <sj@extundo.com>
15836
15837         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
15838         application/vnd.ms-excel attachments.
15839
15840 2001-01-19  Simon Josefsson  <sj@extundo.com>
15841
15842         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
15843
15844 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15845
15846         * message.el (message-ignored-mail-headers): Ditto.
15847
15848 2001-01-19  Simon Josefsson  <sj@extundo.com>
15849
15850         * message.el (message-ignored-news-headers): Only search beginning
15851         of line.
15852
15853 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
15854         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
15855
15856         * message.el (message-send-mail): Content-Type may not be there.
15857
15858 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15859
15860         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
15861         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
15862
15863         * gnus-art.el (article-display-x-face): Insert X-Face if there is
15864         not.
15865
15866 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15867
15868         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
15869         non-native groups.
15870
15871 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15872
15873         * message.el (message-yank-original): Understand
15874         universal-argument.
15875
15876 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15877
15878         * gnus-art.el (gnus-boring-article-headers): Add to-address.
15879         (article-hide-boring-headers): Ditto.
15880
15881         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
15882
15883 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15884
15885         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
15886         one.
15887
15888 2001-01-16  Simon Josefsson  <simon@josefsson.org>
15889
15890         * message.el (message-make-in-reply-to): Add comment to message-id
15891         (old syntax, see 2000-08-02 change).
15892
15893 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15894
15895         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
15896         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
15897         (gnus-button-reply): Ditto.
15898
15899 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * gnus-art.el (article-display-x-face): Fix.
15902
15903 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15904
15905         * gnus-art.el (article-display-x-face): Use
15906         gnus-original-article-buffer.
15907
15908 2001-01-15  Jack Twilley  <jmt@tbe.net>
15909
15910         * message.el (message-add-header): Move to point-max.
15911
15912 2001-01-15  Simon Josefsson  <simon@josefsson.org>
15913
15914         * smime.el (smime-CA-directory, smime-CA-file): Change default to
15915         nil, improve documentation.
15916         (smime-certificate-directory): Comment out false hints (until it
15917         is implemented).
15918
15919         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
15920         there aren't any keys.
15921         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
15922         verify certificate.  Default is changed to only check integrity.
15923         Improved security status texts.  If a certificate doesn't contain
15924         a email address, don't fail.
15925
15926         * smime.el (smime-noverify-region):
15927         (smime-noverify-buffer): New functions.  Verifies integrity only.
15928
15929 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15930
15931         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
15932
15933 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15934
15935         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
15936         (gnus-remove-some-windows): Ditto.
15937
15938 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15939
15940         * gnus-art.el (article-make-date-line): 11th.
15941
15942 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15943
15944         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
15945         (mml2015-gpg-sign): Ditto.
15946
15947 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15948
15949         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
15950         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
15951
15952 2001-01-08  Dave Love  <fx@gnu.org>
15953
15954         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
15955         single character.
15956
15957         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
15958
15959         * message.el: Doc and message fixes.
15960         (message-send-rename-function)
15961         (message-make-forward-subject-function)
15962         (message-send-mail-function, message-reply-to-function)
15963         (message-wide-reply-to-function, message-followup-to-function)
15964         (message-distribution-function, message-auto-save-directory): Fix
15965         :type.
15966
15967         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
15968         proceeding after warnings.  Amend multipart warning message.
15969
15970 2001-01-04  Dave Love  <fx@gnu.org>
15971
15972         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
15973         compiling.
15974         (gnus-make-directory): Require nnmail.
15975
15976         * mm-decode.el (mm-inline-media-tests): Add
15977         image/x-portable-bitmap.
15978         (mm-get-image): Grok pbm.
15979
15980 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
15981
15982         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
15983
15984 2001-01-09  Didier Verna  <didier@xemacs.org>
15985
15986         * dgnushack.el (dgnushack-compile): give a dummy value to
15987         `gnus-xmas-glyph-directory' for the time of compilation.
15988         * gnus-agent.el: moved some XEmacs specific hook add-ons from
15989         `gnus-xmas-[re]define' to avoid loosing user custom settings.
15990         * gnus-art.el: ditto.
15991         * gnus-group.el: ditto.
15992         * gnus-salt.el: ditto.
15993         * gnus-sum.el: ditto.
15994         * gnus-topic.el: ditto.
15995         * gnus-xmas.el (gnus-xmas-define): see above.
15996         * gnus-xmas.el (gnus-xmas-redefine): see above.
15997         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
15998         non-continuable error when the directory can't be found.
15999
16000 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16001
16002         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
16003         handle.
16004         * gnus-art.el (gnus-mime-view-part): Copy it.
16005         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
16006
16007 2001-01-09  Michael Downes  <mjd@ams.org>
16008
16009         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
16010
16011 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16012
16013         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
16014         orig-file. Use ',source.
16015
16016 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16017
16018         * gnus-xmas.el (gnus-xmas-modeline-glyph):
16019         (gnus-xmas-group-startup-message):
16020         Detect gnus-xmas-glyph-directory when it is nil.
16021
16022 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16023
16024         * pop3.el (pop3-get-message-count): Andrew Innes
16025         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
16026
16027 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16028
16029         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
16030
16031         * time-date.el (time-to-number-of-days): New function.
16032
16033 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
16034         Trivial patch.
16035
16036         * nnslashdot.el (nnslashdot-request-list): Always get the right
16037         sid.
16038
16039 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16040
16041         * message.el (message-minibuffer-local-map): New keymap.
16042         (message-read-from-minibuffer): Use it.
16043         * gnus-msg.el (gnus-summary-resend-message): Use it
16044
16045 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16046
16047         * gnus-start.el (gnus-display-time-event-handler): New function.
16048         (gnus-after-getting-new-news-hook): Use it.
16049
16050 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16051
16052         * message.el (message-ignored-mail-headers): Add draft header.
16053
16054 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16055
16056         * gnus-sum.el (gnus-summary-expire-articles): Don't save
16057         excursion.
16058
16059         * nnslashdot.el (nnslashdot-request-list): Get the right year.
16060
16061 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
16062         A revoked patch.
16063
16064         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
16065
16066 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16067
16068         * qp.el (quoted-printable-decode-region): Don't backward-char.
16069
16070 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16071
16072         * gnus-draft.el: Mark articles as replied.
16073
16074         * gnus-sum.el (gnus-summary-add-mark): New function.
16075
16076         * gnus-group.el (gnus-add-mark): New function.
16077
16078         * gnus-sum.el (gnus-summary-buffer-name): New function.
16079         (gnus-summary-setup-buffer): Use it.
16080
16081         * gnus-draft.el: Set things up with the right post method and
16082         stuff.
16083
16084         * message.el (message-ignored-news-headers): Remove X-Draft-From.
16085
16086         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
16087
16088         * gnus.el (gnus-draft-meta-information-header): New variable.
16089
16090 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16091
16092         * gnus-art.el (gnus-treatment-function-alist): Move the date
16093         functions before the header sorting functions.
16094
16095         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
16096
16097         * dgnushack.el (dgnushack-compile): Message whether there is w3.
16098         Don't (push "/usr/share/emacs/site-lisp" load-path).
16099
16100         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
16101         to empty fill prefixes.
16102
16103 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16104
16105         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
16106         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
16107
16108 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16109
16110         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
16111
16112         * nnml.el (autoload): Move to nnheader.el.
16113
16114         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
16115         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
16116         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
16117         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
16118
16119 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16120
16121         * gnus-art.el (article-make-date-line): Get the hours right.
16122         (gnus-ignored-headers): More hiding.
16123
16124         * nnmail.el (nnmail-expiry-wait): Not an integer.
16125
16126         * message.el (message-goto-body): Only expand abbrev when called
16127         interactively.
16128         (message-make-lines): Use it.
16129
16130 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16131
16132         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
16133
16134 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16135
16136         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
16137         include the expunged articles.
16138
16139         * gnus-group.el (gnus-group-sort-by-server): New function.
16140
16141         * gnus.el (gnus-method-to-server-name): New function.
16142         (gnus-group-prefixed-name): Use it.
16143
16144         * gnus-group.el (gnus-group-sort-function): Doc fix.
16145         (gnus-group-sort-groups-by-server): New command.
16146
16147 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16148
16149         * gnus-art.el (gnus-treat-date-english): New variable.
16150         (article-date-english): New command.
16151         (gnus-english-month-names): New variable.
16152         (article-make-date-line): Do 'english.
16153
16154         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
16155         after the fill prefix.
16156
16157         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
16158         score...".
16159
16160         * gnus-art.el (gnus-ignored-headers): Hide more headers.
16161
16162         * message.el (message-mode-map): Bind comment-region.
16163
16164         * gnus-art.el (gnus-mime-display-part): Let w3 display
16165         multipart/related.
16166
16167         * mm-bodies.el (mm-long-lines-p): New function.
16168         (mm-body-encoding): Use it.
16169         (mm-body-encoding): Encode articles with lines longer than 1000
16170         characters.
16171
16172 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16173
16174         * mm-util.el (mm-enable-multibyte): Use
16175         default-enable-multibyte-characters.
16176         (mm-enable-multibyte-mule4): Ditto.
16177         (mm-disable-multibyte): Test XEmacs.
16178         (mm-disable-multibyte-mule4): Ditto.
16179         (mm-with-unibyte-current-buffer): Simplified.
16180         (mm-with-unibyte-current-buffer-mule4): Ditto.
16181
16182 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16183
16184         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
16185
16186         * nnheader.el (nnheader-string-as-multibyte): New alias.
16187
16188         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
16189
16190         * gnus-uu.el (gnus-message-process-mark): New function.
16191         (gnus-uu-mark-by-regexp): Use it.
16192         (gnus-new-processable): New function.
16193
16194 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
16195          Trivial patch.
16196
16197         * gnus-sum.el (gnus-no-mark): New variable.
16198
16199 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16200
16201         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
16202         backslashes.
16203
16204 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
16207         definition.
16208
16209 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16210
16211         * dgnushack.el (dgnushack-compile): elc is in the current directory.
16212
16213         * qp.el (quoted-printable-encode-region): Don't check multibyte in
16214         XEmacs.
16215
16216 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
16217         Trivial patch.
16218
16219         * mml.el (mml-read-tag): Save tag location.
16220
16221 2000-12-25  Simon Josefsson  <simon@josefsson.org>
16222
16223         * starttls.el: Sync with Emacs 21.
16224
16225 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16226
16227         * message.el (message-mail): Support yank-action.
16228
16229         * message.el (message-setup): Revoke the last change.
16230
16231 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16232
16233         * message.el (message-setup): Use cons. Suggested by Johan Vromans
16234         <jvromans@squirrel.nl>.
16235
16236 2000-12-24  Simon Josefsson  <sj@extundo.com>
16237
16238         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
16239         mailing list junk at end of part.
16240
16241 2000-12-23  Simon Josefsson  <sj@extundo.com>
16242
16243         * nnimap.el (nnimap-expiry-target): New function.
16244         (nnimap-request-expire-articles): Use it.
16245
16246 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16247
16248         * gnus.el (gnus-group-parameters-more): New variable.
16249         * gnus-cus.el (gnus-group-customize): Use it.
16250
16251         * gnus.el (gnus-define-group-parameter): New macro.
16252         (auto-expire): Use it
16253         (total-expire): Use it.
16254         * gnus-art.el (banner): Use it.
16255
16256         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
16257         <ljz@asfast.com>.
16258
16259 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16260
16261         * gnus-topic.el (gnus-topic-create-topic): Use list.
16262
16263         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
16264         before binding gnus-default-article-saver.
16265
16266         * gnus-sum.el (gnus-summary-save-article):
16267         (gnus-summary-pipe-output):
16268         (gnus-summary-save-article-mail):
16269         (gnus-summary-save-article-rmail):
16270         (gnus-summary-save-article-file):
16271         (gnus-summary-write-article-file):
16272         (gnus-summary-save-article-body-file): Ditto.
16273
16274         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
16275
16276 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16277
16278         * gnus-art.el (gnus-mime-security-button-map):
16279         (gnus-mime-button-map): Add parent.
16280
16281 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16282
16283         * messagexmas.el (message-xmas-redefine): New function.
16284
16285         * message.el: Use it.
16286
16287         * gnus-art.el (gnus-article-check-hidden-text): Return t.
16288
16289         * gnus-util.el (gnus-remove-text-properties-when): Return t.
16290
16291 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16292
16293         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
16294         malformatted messages.
16295
16296 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16297
16298         * mm-util.el (mm-image-load-path): New function.
16299
16300         * gnus-group.el (gnus-group-make-tool-bar): Use it.
16301
16302         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
16303
16304         * message.el (message-tool-bar-map): Use it.
16305
16306         * Makefile.in (install-el): New rule.
16307
16308 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16309
16310         * gnus-art.el (article-treat-dumbquotes): Quote \.
16311
16312 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16313
16314         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
16315         Emacs 20 runs on a terminal.
16316
16317 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16318
16319         * gnus-msg.el (gnus-bug): Revert to save-excursion.
16320
16321         * mml.el (gnus-add-minor-mode): Autoload.
16322
16323         * message.el (message-forward): Save-restriction.
16324
16325 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16326
16327         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
16328         Paul Stevenson <p.stevenson@surrey.ac.uk>
16329
16330 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16331
16332         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
16333
16334         * mml.el (gnus-ems): Don't require.
16335
16336         * gnus.el (gnus-decode-rfc1522): Removed.
16337         (gnus-set-text-properties): Define.
16338
16339 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16340
16341         * gnus-art.el (gnus-mime-*): handle may be nil.
16342
16343         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
16344
16345         * gnus.el (gnus-group-remove-excess-properties): Not defined
16346         in gnus-xmas.
16347
16348 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16349
16350         * message.el (message-mail-user-agent): Add :version.
16351
16352 2000-12-21  Miles Bader  <miles@gnu.org>
16353
16354         * message.el (message-mode): Set `comment-start' to the  yank prefix.
16355
16356 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16357
16358         * message.el (message-mail-user-agent): New variable.
16359         (message-setup): Renamed to message-setup-1. Support
16360         mail-user-agent.
16361         (message-mail-user-agent): New function.
16362         (message-mail): Use it.
16363         (message-reply): Use it.
16364         (message-resend): Use it.
16365         (message-mail-other-window): Use it.
16366         (message-mail-other-frame): Use it.
16367
16368         * gnus-msg.el (gnus-bug): Support mail-user-agent.
16369
16370 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16371
16372         * message.el (message-tool-bar-map): Simplify.
16373         (message-narrow-to-head-1): New function.
16374         (message-narrow-to-head): Use it.
16375         (message-reply): Ditto.
16376         (message-cancel-news): Ditto.
16377         (message-supersede): Ditto.
16378         (message-make-forward-subject): Ditto.
16379         (message-bounce): Ditto.
16380
16381 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16382
16383         * uudecode.el (uudecode-decode-region-external): make-temp-file
16384         may not be defined.
16385
16386         * binhex.el (defalias): eval-and-compile.
16387
16388         * message.el (message-tool-bar-map): New function.
16389         (message-mode): Use it.
16390
16391 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16392
16393         * nntp.el (nntp-find-connection): Remove the entry.
16394         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
16395
16396 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16397
16398         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
16399
16400         * message.el (message-forward): Copy buffer in unibyte mode.
16401
16402 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16403
16404         * message.el (message-make-forward-subject): Don't widen. Decode.
16405         (message-forward): Don't decode subject.
16406
16407 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
16408
16409         * qp.el (quoted-printable-encode-region): Upcase QP.
16410
16411 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16412
16413         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
16414         mail-extract-a-c instead. Don't depend on Gnus.
16415
16416         * mml.el (gnus-ems): Require it.
16417
16418         * gnus-msg.el (gnus-summary-mail-forward):
16419
16420         * message.el (message-forward):  Move mime-to-mml here.
16421
16422 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16423
16424         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
16425         * gnus-art.el (gnus-insert-mime-button): Simplify.
16426         (gnus-mime-display-alternative): Ditto.
16427         (gnus-insert-mime-security-button): Ditto.
16428
16429 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16430
16431         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
16432         text-property-not-all doesn't return nil when start=mark(end).
16433         (gnus-remove-text-properties-when): Ditto.
16434
16435 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16436
16437         * gnus-start.el (gnus-group-change-level): Remove group from
16438         gnus-active-hashtb if real killed.
16439
16440 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16441
16442         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
16443         (gnus-mime-display-alternative): Ditto.
16444         (gnus-insert-mime-security-button): Ditto.
16445
16446 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16447
16448         * gnus-start.el (gnus-group-change-level): Don't add it into
16449         killed-list if it was killed.
16450
16451 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16452
16453         * nnmbox.el (nnmbox-file-coding-system): Use binary.
16454         (nnmbox-active-file-coding-system): Ditto.
16455
16456         * gnus-cus.el (gnus-group-parameters): Add posting-style.
16457
16458 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16459
16460         * gnus.el (gnus-version):
16461         (gnus-version-number): Set to Oort Gnus 0.01.
16462
16463         * gnus-art.el (gnus-mime-security-button-map):
16464         (gnus-insert-mime-security-button): Fix for Emacs21.
16465
16466 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16467
16468         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
16469         easymenu, because XEmacs doesn't understand :help.
16470
16471         * mm-uu.el: Require binhex.
16472
16473 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16474
16475         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
16476
16477 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16478
16479         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
16480
16481 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
16482
16483         * *.xpm, *.pbm: Convert icons icons to size 24x24.
16484
16485 2000-12-18  Dave Love  <fx@gnu.org>
16486
16487         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
16488         (unused).
16489
16490 2000-12-13  Miles Bader  <miles@gnu.org>
16491
16492         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
16493         to t, so that we don't get stuck while trying to smilefy
16494         intangible text.
16495
16496 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16497
16498         * smiley-ems.el (smiley-regexp-alist): Make regexps match
16499         at the end of the buffer.
16500         (smiley-region): In the loop, move to the end of the submatch
16501         matching the smiley instead of using the end of the match
16502         of the whole regexp.
16503
16504 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
16505
16506         * message.el (message-mode): Doc fix.
16507
16508 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16509
16510         * smiley-ems.el (smiley-region): Doc fix.
16511
16512 2000-12-11  Miles Bader  <miles@gnu.org>
16513
16514         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
16515         bottom line visible, check to see if it's partially obscured, and
16516         if so, either scroll one more line to make it fully visible, or
16517         revert to showing the second line from the top.
16518
16519 2000-12-07  Dave Love  <fx@gnu.org>
16520
16521         * mailcap.el (mailcap-download-directory)
16522         * gnus-audio.el (gnus-audio-directory)
16523         * smiley-ems.el (smiley-data-directory): Fix :type.
16524
16525 2000-11-30  Dave Love  <fx@gnu.org>
16526
16527         * message.el (message-auto-save-directory): Use
16528         file-name-as-directory.
16529         (message-set-auto-save-file-name): Create
16530         message-auto-save-directory if necessary.
16531         (message-replace-chars-in-string): Removed -- unused.
16532         (message-mail-alias-type): Customize.
16533         (message-headers): Remove duplicate defgroup.
16534
16535 2000-11-29  Dave Love  <fx@gnu.org>
16536
16537         * qp.el (quoted-printable-decode-region): Use error, not message
16538         to report malformed text (like base64).  Amend message.
16539
16540 2000-11-29  Miles Bader  <miles@gnu.org>
16541
16542         * message.el (message-header-lines): Fontify tag.
16543
16544 2000-11-27  Dave Love  <fx@gnu.org>
16545
16546         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
16547         compiler warning.
16548
16549 ;2000-11-26  Dave Love  <fx@gnu.org>
16550 ;
16551 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
16552 ;
16553 2000-11-23  Dave Love  <fx@gnu.org>
16554
16555         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
16556
16557         * mm-uu.el (uudecode): Require.
16558         (uudecode-decode-region, uudecode-decode-region-external): Don't
16559         autoload.
16560         (mm-uu-copy-to-buffer): Doc fix.
16561         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
16562         type fix.
16563
16564         * mailcap.el: Doc fixes.
16565         (mailcap-mime-data): Various adjustments.
16566         (mailcap): New group.
16567         (mailcap-download-directory): Customize.
16568         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
16569         (mailcap-temporary-directory): Deleted (unused).
16570         (mailcap-unescape-mime-test): Simplify slightly.
16571         (mailcap-viewer-passes-test): Use functionp.
16572         (mailcap-command-p): Aliased to executable-find.
16573
16574         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
16575         default-enable-multibyte-characters is nil.
16576
16577 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
16578
16579         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
16580
16581 2000-11-21  Dave Love  <fx@gnu.org>
16582
16583         * gnus-art.el (gnus-mime-button-map): Don't inherit from
16584         gnus-article-mode-map.
16585 ;       (gnus-mime-button-menu): Use mouse-set-point.
16586         (gnus-insert-mime-button, gnus-mime-display-alternative)
16587         (gnus-mime-display-alternative): Don't use local-map property.
16588
16589 2000-11-17  Dave Love  <fx@gnu.org>
16590
16591         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
16592         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
16593         and make-temp-file.
16594         (uudecode-decode-region): Doc fix.
16595
16596 2000-11-14  Dave Love  <fx@gnu.org>
16597
16598         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
16599         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
16600         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
16601         New files, derived from the XPMs.
16602
16603 2000-11-10  Dave Love  <fx@gnu.org>
16604
16605         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
16606         (gnus-agent-lib-file, gnus-agent-load-alist)
16607         (gnus-agent-save-alist, gnus-agent-article-name): Use
16608         expand-file-name.
16609
16610         * gnus-group.el (gnus-group-name-charset-method-alist): Add
16611         :version.
16612         (nnkiboze-score-file): Defvar when compiling.
16613
16614         * gnus-start.el (gnus-read-newsrc-file): Add :version.
16615
16616         * gnus-art.el (gnus-article-banner-alist)
16617         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
16618         (gnus-article-date-lapsed-new-header)
16619         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
16620         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
16621         (gnus-treat-strip-headers-in-body)
16622         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
16623         (gnus-treat-translate): Add :version.
16624         (gnus-article-mime-part-function): Fix defcustom.
16625
16626         * nnmail.el (nnmail-expiry-target)
16627         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
16628         (nnmail-split-header-length-limit): Add :version.
16629
16630         * gnus-sum.el (gnus-auto-expirable-marks)
16631         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
16632         (gnus-extra-headers, gnus-ignored-from-addresses)
16633         (gnus-newsgroup-ignored-charsets)
16634         (gnus-group-highlight-words-alist)
16635         (gnus-summary-show-article-charset-alist): Add :version.
16636
16637         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
16638         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
16639         files, converted from the XPMs.
16640
16641         * gnus-cache.el (gnus-cache-active-file): Don't use
16642         file-name-as-directory on directory.
16643         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
16644         use file-name-as-directory on directory.
16645
16646         * time-date.el (timezone-make-date-arpa-standard): Autoload.
16647         (date-to-time): Use it.
16648
16649 ;       * message.el (message-mode) <adaptive-fill-regexp>:
16650 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
16651 ;       (message-newline-and-reformat): Likewise.
16652         (message-forward-as-mime, message-forward-ignored-headers)
16653         (message-buffer-naming-style, message-default-charset)
16654         (message-dont-reply-to-names, message-send-mail-partially-limit):
16655         Add :version.
16656
16657         * mm-util.el: Doc fixes.
16658         (mm-mime-charset): Don't use the raw result of
16659         mm-preferred-coding-system.
16660         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
16661         (mm-with-unibyte): Simplify.
16662
16663         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
16664         concat.
16665
16666         * pop3.el (pop3-version): Deleted.
16667         (pop3-make-date): New function, avoiding message-make-date.
16668         (pop3-munge-message-separator): Use it.
16669
16670 2000-11-09  Dave Love  <fx@gnu.org>
16671
16672         * gnus-group.el (gnus-group-make-directory-group)
16673         (gnus-group-fetch-faq): Use expand-file-name.
16674         (gnus-group-fetch-faq): Simplify completing-read form.
16675
16676         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
16677         test for Mule.
16678
16679         * message.el (tool-bar-map): Defvar when compiling.
16680
16681         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
16682         (gnus-tm-lisp-directory): Deleted.
16683         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
16684         (featurep 'xemacs).
16685         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
16686         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
16687         version numbers from file names.
16688
16689 2000-11-08  Dave Love  <fx@gnu.org>
16690
16691         * mm-view.el: Use featurep for XEmacs test.
16692         (mm-inline-message): Test for `remove-specifier'; don't use
16693         condition-case.
16694
16695         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
16696
16697         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
16698         (gnus-score-find-bnews): Don't concat "".
16699
16700         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
16701         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
16702         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
16703         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
16704
16705         * gnus-sum.el: Put some defvars in eval-when-compile.
16706         (gnus-summary-mode-hook): Add :options.
16707         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
16708         (gnus-summary-tool-bar-map): New variable.
16709         (gnus-summary-make-tool-bar): New function.
16710         (gnus-summary-mode): Put kill-all-local-variables first.
16711
16712         * gnus-group.el (gnus-group-toolbar-map): New variable.
16713         (gnus-group-make-tool-bar): Rewritten.
16714         (gnus-group-mode): Put kill-all-local-variables first.
16715
16716         * rfc2047.el: Require gnus-util.
16717
16718         * nnml.el (gnus-sorted-intersection): Autoload.
16719
16720         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
16721         Put some defvars in eval-when-compile.
16722         (gnus-intersection, gnus-sorted-complement):  Autoload.
16723
16724         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
16725
16726         * mm-encode.el (mm-body-7-or-8): Autoload.
16727
16728         * mm-decode.el (mm-insert-inline): Autoload.
16729
16730         * mml.el:
16731         * message.el: Put some defvars in eval-when-compile.
16732
16733         * gnus-msg.el: Put some defvars in eval-when-compile.
16734         (gnus-msg-mail): Move after gnus-setup-message.
16735
16736         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
16737
16738 2000-11-07  Dave Love  <fx@gnu.org>
16739
16740         * gnus-util.el (nnheader): Don't require message (recursive
16741         autoload).
16742
16743         * uudecode.el: Avoid compiler warnings.
16744
16745         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
16746         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
16747
16748 2000-11-06  Dave Love  <fx@gnu.org>
16749
16750         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
16751
16752         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
16753         (uudecode-char-int): New alias, replacing char-int.
16754         (uudecode-decode-region): Don't call buffer-disable-undo.
16755
16756 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
16757 ;       (mm-uu-configure-list): Doc fix.
16758 ;
16759 ;       * earcon.el (running-xemacs): Don't define.
16760 ;
16761 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16762 ;
16763 ;       * message.el (message-font-lock-keywords): Match a final newline
16764 ;       to help font-lock's multiline support.
16765 ;
16766 2000-11-03  Dave Love  <fx@gnu.org>
16767
16768         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
16769
16770         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
16771         name.
16772
16773         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
16774         <banner>: Fix custom type, doc.
16775
16776         * mm-decode.el (mm-display-external): Space-prefix temp buffer
16777         name.  Don't disable undo explicitly.
16778
16779 ;2000-11-02  Dave Love  <fx@gnu.org>
16780 ;
16781 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
16782 ;       cite-prefix.
16783
16784 2000-11-01  Dave Love  <fx@gnu.org>
16785
16786         * rfc2047.el (base64): Require unconditionally.
16787         (message-posting-charset): Defvar when compiling.
16788         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
16789         message.
16790
16791         * gnus-sum.el (nnoo): Require.
16792         (mm-uu-dissect): Autoload.
16793
16794         * mml.el (mml-parse-1): Clarify message.
16795         (mml-minibuffer-read-type): Use mailcap-mime-types.
16796
16797 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
16798
16799         * mml.el: Fix a typo in the requiring of CL.
16800
16801 2000-11-01  Dave Love  <fx@gnu.org>
16802
16803         * utf7.el: Require cl when compiling.
16804
16805         * binhex.el: Use (featurep 'xemacs).
16806         (binhex-char-int): New alias, replacing char-int.  Change callers.
16807         (binhex-decode-region): Simplify work buffer code.
16808         (binhex-decode-region-external): Use expand-file-name, not concat.
16809
16810 2000-10-30  Dave Love  <fx@gnu.org>
16811
16812         * gnus-art.el: Fix 2000-10-27 change properly.
16813
16814 2000-10-28  Miles Bader  <miles@gnu.org>
16815
16816         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
16817
16818 2000-10-27  Dave Love  <fx@gnu.org>
16819
16820         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
16821         strings.
16822         (gnus-group-make-tool-bar): New function.
16823         (gnus-group-mode): Use it.
16824
16825         * message.el (message-mode-menu): Add some :help strings.
16826         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
16827         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
16828
16829         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
16830         * describe-group.xpm, get-news.xpm, kill-group.xpm:
16831         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
16832
16833         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
16834         display-graphic-p here.
16835
16836 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
16837
16838         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
16839         of the `gnus-xemacs' variable, as the latter has been removed.
16840         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
16841         * gnus-art.el (gnus-treat-display-xface)
16842         (gnus-treat-display-smileys, gnus-treat-display-picons)
16843         (gnus-article-read-summary-keys): Likewise.
16844
16845 2000-10-26  Dave Love  <fx@gnu.org>
16846
16847         (defvar): Use rmail-spool-directory unconditionally.
16848
16849 2000-10-18  Dave Love  <fx@gnu.org>
16850
16851         * mm-bodies.el (mm-uu-decode-function)
16852         (mm-uu-binhex-decode-function): Defvar when compiling.
16853
16854         * gnus-nocem.el (gnus-nocem-issuers): Update.
16855         (gnus-nocem-check-from): New option.
16856         (gnus-nocem-scan-groups): Use it.
16857         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
16858         (gnus-nocem-check-article-limit): Add :version.
16859
16860 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
16861
16862         * ietf-drums.el (mm-util): Require CL when compiling.
16863
16864 2000-10-15  Dave Love  <fx@gnu.org>
16865
16866         * qp.el: Require mm-util.
16867
16868 2000-10-13  Dave Love  <fx@gnu.org>
16869
16870         * qp.el (quoted-printable-decode-region): Avoid invalid
16871         coding-systems.
16872
16873 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
16874
16875         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
16876         to a recursive load.
16877
16878 2000-10-12  Dave Love  <fx@gnu.org>
16879
16880         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
16881
16882         * gnus.el (gnus-group-startup-message): Check for PBM image.
16883
16884 2000-10-09  Dave Love  <fx@gnu.org>
16885
16886         * mail-source.el (mail-source-fetch-imap): Bind
16887         default-enable-multibyte-characters rather than using
16888         mm-disable-multibyte.
16889
16890 2000-10-05  Dave Love  <fx@gnu.org>
16891
16892         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
16893         Autoload.
16894         (quoted-printable-decode-region):  Rename arg which confused
16895         charset with coding-system.  Don't use nonascii-insert-offset.
16896         Coding-system encode the region initially.  Don't recognize `=='
16897         as valid QP.  Coding-system decode the region finally.
16898         (quoted-printable-decode-string): Rename arg which confused
16899         charset with coding-system.
16900
16901         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
16902         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
16903         mm-encode-coding-region.
16904         (mm-decode-body, mm-decode-string): Rename variables which
16905         confused charset with coding-system.
16906         (binhex-decode-region): Don't autoload.
16907         (mm-body-encoding): Require message.
16908         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
16909         cond branches.
16910
16911         * gnus-art.el (article-de-quoted-unreadable)
16912         (article-de-base64-unreadable): Fold search case
16913         rather than downcasing string.  Apply mm-charset-to-coding-system
16914         to arg of quoted-printable-decode-region.
16915
16916 2000-10-04  Dave Love  <fx@gnu.org>
16917
16918         * gnus-ems.el: Don't turn off compiler warnings in local vars.
16919         Require ring when compiling.
16920         (gnus-article-compface-xbm): New variable.
16921
16922 2000-10-04  Dave Love  <fx@gnu.org>
16923
16924         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
16925         pbm images.
16926
16927         * frown.pbm, smile.pbm, wry.pbm: New files.
16928
16929         * frown.xbm, smile.xbm, wry.xbm: Deleted.
16930
16931 2000-10-03  Dave Love  <fx@gnu.org>
16932
16933         * mail-source.el (mail-sources): Revert to nil.
16934
16935         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
16936
16937         * qp.el: Don't require mm-util.
16938         (quoted-printable-decode-region): Rewritten.
16939         (quoted-printable-decode-string, quoted-printable-encode-region):
16940         Doc fix.
16941         (quoted-printable-encode-region): Barf on multibyte characters.
16942         Maybe make the class multibyte.  Upcase chars, not formatted
16943         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
16944         (quoted-printable-encode-string): Don't use
16945         mm-with-unibyte-buffer.
16946
16947 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16948
16949         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
16950
16951 2000-09-21  Dave Love  <fx@gnu.org>
16952
16953         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
16954         (for Emacs 20).  Tidy somewhat.
16955
16956 2000-09-21  Dave Love  <fx@gnu.org>
16957
16958         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
16959         image processing.  Rationalize logic somewhat.
16960
16961 2000-09-20  Dave Love  <fx@gnu.org>
16962
16963         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
16964         specifically.
16965
16966         * gnus.el (gnus-version-number): Avoid some redundant
16967         autoloads.
16968
16969 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
16970
16971         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
16972         to XBM; we always have PBM support.
16973
16974 2000-09-14  Dave Love  <fx@gnu.org>
16975
16976         * gnus.el (gnus-charset):
16977         * mm-decode.el (mime-display):
16978         * imap.el (imap) <defgroup>: Add :version.
16979
16980 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
16981
16982         * parse-time.el: Fix author's mail address.
16983
16984         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
16985         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
16986         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
16987         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
16988         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
16989         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
16990         * rfc2231.el, uudecode.el: Fix copyright notice.
16991
16992         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
16993         require `w3' at load-time only if not running in batch mode.
16994
16995 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16996
16997         * gnus.el: Before merge with Emacs21.
16998
16999 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
17000
17001         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
17002
17003 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
17004
17005         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
17006         to avoid conflict with the standard `back-to-indentation'
17007         binding.
17008
17009 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17010
17011         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
17012
17013         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
17014         (mm-disable-multibyte-mule4): Ditto.
17015         (mm-with-unibyte-current-buffer-mule4): Ditto.
17016
17017 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17018
17019         * pop3.el (pop3-movemail): Use binary.
17020         (pop3-movemail-file-coding-system): Removed.
17021
17022 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17023
17024         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
17025
17026 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17027
17028         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
17029         exists.
17030
17031 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17032
17033         * gnus-msg.el (gnus-post-method): Use backend name when the
17034         address is "".
17035
17036 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17037
17038         * gnus-art.el (article-verify-x-pgp-sig): Don't test
17039         mm-verify-option.
17040         (gnus-treat-x-pgp-sig): Default value.
17041         (gnus-ignored-headers): Redundant.
17042
17043 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17044
17045         * gnus-win.el (gnus-configure-frame): Save selected window.
17046
17047 2000-02-15  Andrew Innes  <andrewi@gnu.org>
17048
17049         * nnmbox.el: Require gnus-range.
17050         (nnmbox-group-building-active-articles): New variable.
17051         (nnmbox-group-active-articles): New variable; this is a cache of
17052         all active articles by group and number.
17053         (nnmbox-in-header-p): New function.
17054         (nnmbox-find-article): New function.
17055         (nnmbox-record-active-article): New function.
17056         (nnmbox-record-deleted-article): New function.
17057         (nnmbox-is-article-active-p): New function.
17058         (nnmbox-retrieve-headers): Use nnmbox-find-article.
17059         (nnmbox-request-article): Ditto.  Also supply extra arg to
17060         nnmbox-article-group-number.
17061         (nnmbox-request-expire-articles): Ditto.
17062         (nnmbox-request-move-article): Ditto.
17063         (nnmbox-request-replace-article): Ditto.
17064         (nnmbox-request-rename-group): Rename group entry in active
17065         article cache.
17066         (nnmbox-delete-mail): Update active article cache, unless article
17067         is being replaced.
17068         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
17069         than partially duplicating it.
17070         (nnmbox-article-group-number): Add extra `this-line' arg, to
17071         handle articles belonging to multiple groups.
17072         (nnmbox-save-mail): Update active article cache.
17073         (nnmbox-read-mbox): Build active article cache when loading mbox.
17074         Also do some repair work, if we find articles that are missing the
17075         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
17076         reconstruct these from Xref info.
17077
17078 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17079
17080         * mail-source.el (mail-source-report-new-mail): Use
17081         nnheader-run-at-time.
17082
17083 2000-02-15  Andrew Innes  <andrewi@gnu.org>
17084
17085         * mail-source.el (mail-source-fetch-pop): Clear pop password when
17086         an error is thrown, and then rethrow the error.
17087         (mail-source-check-pop): Ditto.
17088         (mail-source-start-idle-timer): Prevent multiple pop checks
17089         running if the check takes a long time.
17090
17091 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17092
17093         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
17094         succeed.
17095
17096 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17097
17098         * gnus-win.el (gnus-configure-windows): Make sure
17099         nntp-server-buffer is live.
17100         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
17101
17102 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
17103
17104         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
17105
17106 2000-12-04  Andreas Jaeger  <aj@suse.de>
17107
17108         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
17109
17110 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17111
17112         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
17113
17114 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17115         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
17116
17117         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
17118
17119 2000-12-01  Simon Josefsson  <sj@extundo.com>
17120
17121         * mml-smime.el (mml-smime-verify): Fix address parsing.
17122
17123 2000-12-01  Simon Josefsson  <sj@extundo.com>
17124
17125         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
17126         more than one certificate inside PKCS#7 blob.  Better security
17127         information (clamed / actual sender, openssl output, certificates
17128         inside message).
17129
17130         * smime.el (smime-verify-region): Output to /dev/null.
17131         (smime-buffer-as-string-region): Don't parse empty lines.
17132
17133 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17134
17135         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
17136         ?d and ?D.
17137         (gnus-mime-security-show-details-inline): New variable.
17138         (gnus-mime-security-show-details): Use them.
17139         (gnus-insert-mime-security-button): Ditto.
17140
17141         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
17142         Suggest by Michael Duggan (md5i@cs.cmu.edu).
17143         (mml2015-gpg-clear-verify): Ditto.
17144         (mml2015-gpg-decrypt-1): Ditto.
17145         (mml2015-use): Prefer 'gpg.
17146
17147 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17148
17149         * gnus-util.el (gnus-add-text-properties-when): New function.
17150         (gnus-remove-text-properties-when): Ditto.
17151
17152         * gnus-cite.el (gnus-article-hide-citation): Use them.
17153         (gnus-article-toggle-cited-text): Use them.
17154
17155         * gnus-art.el (gnus-signature-toggle): Use them.
17156         (gnus-article-show-hidden-text): Ditto.
17157         (gnus-article-hide-text): Ditto.
17158
17159 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17160
17161         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
17162
17163 2000-11-30  Simon Josefsson  <sj@extundo.com>
17164
17165         * smime.el (smime-point-at-eol): New alias.
17166         (smime-buffer-as-string-region): Use it.
17167
17168 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17169
17170         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
17171
17172 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17173
17174         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
17175
17176         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
17177
17178         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
17179
17180 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
17181
17182         * nnmh.el (nnmh-request-expire-articles): Implemented
17183         expiry-target for nnmh backend.
17184
17185 2000-11-30  Simon Josefsson  <sj@extundo.com>
17186
17187         * mm-decode.el (mm-security-from): New variable.
17188         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
17189
17190         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
17191         than `from'.
17192
17193 2000-11-30  Simon Josefsson  <sj@extundo.com>
17194
17195         * mml-smime.el (mml-smime-verify): Verify that certificate mail
17196         address match sender address.
17197
17198         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
17199
17200         * smime.el (smime-verify-region): Don't copy buffer.
17201         (smime-decrypt-buffer): Use expand-file-name on keyfile.
17202         (smime-pkcs7-region): New function.
17203         (smime-pkcs7-certificates-region): Ditto.
17204         (smime-pkcs7-email-region): Ditto.
17205         (smime-buffer-as-string-region): Ditto.
17206
17207         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
17208         buffer.
17209
17210 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
17211
17212         * smime.el (smime-decrypt-region): Fix keyfile argument.
17213
17214 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17215
17216         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
17217
17218 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17219
17220         * message.el (message-shoot-gnksa-feet): New variable.
17221         (message-gnksa-enable-p): New function.
17222         (message-send): Use it.
17223         (message-check-news-body-syntax): Ditto.
17224
17225 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17226
17227         * message.el (message-make-message-id): Remove the redundancy.
17228
17229 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17230
17231         * message.el (message-setup): Discourage using mc-install-*-mode.
17232
17233         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
17234
17235 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17236
17237         * gnus-cite.el (gnus-cite-parse): Guess citation length.
17238
17239 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17240
17241         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
17242
17243 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17244
17245         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
17246
17247 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17248
17249         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
17250         insert-buffer-substring.
17251
17252         * message.el (message-send-mail): Use buffer-substring-no-properties.
17253         (message-send-news): Ditto.
17254
17255 2000-11-22  David Edmondson  <dme@dme.org>
17256
17257         * imap.el (imap-wait-for-tag): Message read info.
17258
17259 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17260
17261         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
17262         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
17263         (mml2015-gpg-encrypt): Ditto.
17264
17265 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17266
17267         * mm-decode.el (mm-verify-option): Default value.
17268
17269         * mml-sec.el (mml-secure-part): Error message.
17270
17271 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17272
17273         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
17274
17275 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17276
17277         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
17278
17279 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17280
17281         * gnus-art.el (gnus-article-describe-key): Use prompt.
17282         (gnus-article-describe-key-briefly): Ditto.
17283
17284 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17285
17286         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
17287
17288 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17289
17290         * gnus-art.el (gnus-article-describe-key): New function.
17291         (gnus-article-describe-key-briefly): New function.
17292
17293 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17294
17295         * mm-decode.el (mm-decrypt-option): Doc typo.
17296
17297         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
17298         return a number.
17299
17300 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17301
17302         * message.el (message-newline-and-reformat): Typo.
17303
17304 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17305
17306         * gnus-art.el (article-verify-x-pgp-sig): Check whether
17307         original-article-buffer exists.
17308
17309         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
17310         (rfc2047-header-encoding-alist): Addresses are different from text.
17311         (rfc2047-encode-message-header): Ditto.
17312         (rfc2047-dissect-region): Extra parameter.
17313         (rfc2047-encode-region): Ditto.
17314         (rfc2047-encode-string): Ditto.
17315
17316 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17317
17318         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
17319         (mm-uu-pgp-encrypted-extract): Use it.
17320         (mm-uu-pgp-signed-extract-1): New function.
17321         (mm-uu-pgp-signed-extract): Use it.
17322
17323         * gnus-art.el (gnus-mime-display-security): New function.
17324         (gnus-mime-display-part): Use it.
17325         (gnus-mime-security-verify-or-decrypt): New function.
17326         (gnus-mime-security-press-button): New function.
17327         (gnus-insert-mime-security-button): Use it.
17328
17329         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
17330         (mm-find-raw-part-by-type): Ditto.
17331         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
17332         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
17333         (mm-destroy-parts): Kill nested multibyte buffer.
17334
17335         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
17336         (mml2015-gpg-verify): Ditto.
17337
17338 2000-11-18  Simon Josefsson  <sj@extundo.com>
17339
17340         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
17341         (mml2015-function-alist): Use it.
17342
17343         * mml-sec.el (mml-sign-alist): Update names.
17344         (mml-encrypt-alist): Ditto.
17345         (mml-secure-part-smime-sign): Moved to mml-smime.el
17346         as `mml-smime-sign-query'.
17347         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
17348         `mml-smime-get-file-cert'.
17349         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
17350         `mml-smime-get-dns-cert'.
17351         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
17352         `mml-smime-encrypt-query'.
17353         (mml-smime-sign-buffer): Use mml-smime-sign.
17354         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
17355
17356         * mml-smime.el (mml-smime-sign): New function.
17357         (mml-smime-encrypt):
17358         (mml-smime-sign-query):
17359         (mml-smime-get-file-cert):
17360         (mml-smime-get-dns-cert):
17361         (mml-smime-encrypt-query): Moved from mml-sec.el.
17362
17363 2000-11-16  Simon Josefsson  <sj@extundo.com>
17364
17365         * mml2015.el (mml2015-gpg-clear-verify): New function.
17366         (mml2015-function-alist): Add it.
17367
17368 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17369
17370         * message.el (message-setup-fill-variables): Use
17371         message-cite-prefix-regexp.
17372         (message-newline-and-reformat): Check the end of citation, leading
17373         WSP, break in the cite prefix.
17374         (message-fill-paragraph): New function.
17375
17376 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17377
17378         * lpath.el: Shut up.
17379
17380 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
17381
17382         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
17383         raw 8-bit in headers in dk.* newsgroups.
17384
17385 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17386
17387         * message.el (message-newline-and-reformat): Match extra WSPs.
17388
17389 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
17390
17391         * mml.el (mml-generate-mime-1): Ignore ascii.
17392
17393 2000-11-16 Justin Sheehy  <justin@iago.org>
17394
17395         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
17396
17397 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17398
17399         * message.el (message-cite-prefix-regexp): Prefix should not end
17400         at space.
17401
17402 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17403
17404         * message.el (message-mode-syntax-table): Add - as a word
17405         constituent as in articles.
17406         (message-setup-fill-variables): Add -_. as supercite-style prefix.
17407         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
17408         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
17409
17410 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17411
17412         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
17413
17414 2000-11-12  David Edmondson  <dme@dme.org>
17415
17416         * message.el (message-font-lock-keywords): use
17417         message-cite-prefix-regexp.
17418
17419 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17420
17421         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
17422         Stein Arild Str\e,Ax\e(Bmme.
17423         (gnus-group-jump-to-group): Use it.
17424         (gnus-group-jump-to-group-prompt): Customize.
17425
17426 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
17427
17428         * mailcap.el (mailcap-possible-viewers): Match the entire string.
17429
17430 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17431
17432         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
17433         incompatible.
17434         (mml2015-mailcrypt-sign): Ditto.
17435
17436 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17437
17438         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
17439         group is open.
17440
17441 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
17442
17443         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
17444         nnvirtual articles.
17445         (gnus-backlog-request-article): Don't request nnvirtual articles.
17446
17447 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17448
17449         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
17450         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
17451
17452 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17453
17454         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
17455         * mml.el (mml-generate-mime-1): Use charset attribute.
17456         * mm-bodies.el (mm-encode-body): Add parameter charset.
17457         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
17458
17459 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17460
17461         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
17462         (mml2015-mailcrypt-clear-decrypt): Ditto.
17463         (mml2015-mailcrypt-verify): Ditto.
17464         (mml2015-mailcrypt-clear-verify): Ditto.
17465         (mml2015-gpg-verify): Ditto.
17466
17467 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17468
17469         * smime.el (smime-openssl-program): Test the existence of openssl.
17470         * mml-smime.el: Require mm-decode.
17471         (mml-smime-verify-test): New function.
17472         * mm-decode.el (mm-verify-function-alist): Use it.
17473
17474 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17475
17476         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
17477         anyway.
17478
17479 2000-11-13  Simon Josefsson  <sj@extundo.com>
17480
17481         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
17482         verification doesn't work.
17483
17484 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17485
17486         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
17487         (gnus-inews-do-gcc): Use it.
17488
17489 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17490
17491         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
17492         leading space.
17493         * mm-extern.el (mm-inline-external-body): Report error when no
17494         access-type.
17495
17496 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
17497
17498         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
17499
17500 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
17501
17502         * gnus-art.el (gnus-mime-button-menu): Use select-window.
17503
17504 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
17505
17506         * gnus-art.el (gnus-mime-display-part): Display multipart/related
17507         as multipart/mixed.
17508
17509 2000-11-12  David Edmondson  <dme@dme.org>
17510
17511         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
17512         and replace `.' with `\w' to allow for different syntax tables
17513         (from Vladimir Volovich).
17514         * message.el (message-newline-and-reformat): use
17515         `message-cite-prefix-regexp'.
17516         * gnus-cite.el (gnus-supercite-regexp): use
17517         `message-cite-prefix-regexp'.
17518         * gnus-cite.el (gnus-cite-parse): use
17519         `message-cite-prefix-regexp'.
17520
17521 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17522
17523         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
17524         PGP SIGNATURE.  Escape leading "-"'s.
17525         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
17526
17527 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17528
17529         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
17530
17531 2000-11-11  Simon Josefsson  <sj@extundo.com>
17532
17533         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
17534
17535         * smime.el (smime-details-buffer): New variable.
17536         (smime-sign-region):
17537         (smime-encrypt-region):
17538         (smime-verify-region):
17539         (smime-decrypt-region): Copy OpenSSL output to the buffer.
17540
17541         * mml-smime.el (mml-smime-verify): Support security info.
17542
17543 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
17544
17545         * mm-decode.el (mm-verify-option): Set default to nil.
17546         (mm-decrypt-option): Ditto.
17547         * gnus-art.el (article-verify-x-pgp-sig): New function.
17548
17549 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
17550
17551         * gnus-art.el (gnus-mime-display-alternative): Show button if no
17552         preferred part.
17553
17554 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17555
17556         * gnus-sum.el (gnus-move-split-methods): Say that
17557         `gnus-split-methods' uses file names, whereas this uses group
17558         names.  (Report from Nevin Kapur)
17559
17560 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
17561
17562         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
17563
17564 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17565
17566         * nnheader.el (nnheader-directory-files-is-safe): New variable.
17567         (nnheader-directory-articles): Use it.
17568         (nnheader-article-to-file-alist): Ditto.
17569
17570 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17571
17572         * rfc2047.el (rfc2047-pad-base64): New function.
17573         (rfc2047-decode): Use it.
17574
17575 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17576
17577         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
17578         select method.
17579
17580 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17581
17582         * mml2015.el (mml2015-gpg-decrypt-1):
17583         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
17584
17585 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17586
17587         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
17588
17589 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
17590
17591         * pop3.el (pop3-munge-message-separator): A message may have an
17592         empty body.
17593
17594 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
17595
17596         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
17597         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
17598         (mm-uu-pgp-signed-extract): Use coding-system.
17599
17600 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17601
17602         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
17603         (gnus-insert-mime-security-button): New function.
17604         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
17605         * mml2015.el:  Add security info when verify or decrypt.
17606         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
17607         (mm-uu-pgp-encrypted-extract): Ditto.
17608
17609 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
17610
17611         * mm-decode.el (mm-display-parts): New function.
17612         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
17613
17614 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17615
17616         * gnus-mlspl.el: Documentation tweaks.
17617
17618 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17619
17620         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
17621         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
17622         argument.
17623
17624 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
17625
17626         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
17627
17628 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
17629
17630         * gnus-art.el (gnus-article-encrypt): New function.
17631         (gnus-article-encrypt-protocol-alist): New variable.
17632         (gnus-article-encrypt-protocol): New variable.
17633         * mml2015.el (mml2015-self-encrypt): New function.
17634         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
17635
17636 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
17637
17638         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
17639         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
17640         let mailcap do it.
17641         * mml2015.el: Remove snarf code.
17642         * mm-decode.el: Remove snarf code.
17643
17644 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
17645
17646         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
17647         (mml-insert-mime): Understand gnus-decoded.
17648         (mime-to-mml): New parameter handles.
17649         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17650         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
17651
17652 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17653
17654         * mm-decode.el (mime-security): New group.
17655         (mm-verify-function-alist): Add test function.
17656         (mm-decrypt-function-alist): Ditto.
17657         (mm-snarf-option): Set default value as nil.
17658         (mm-find-part-by-type): Recursive parameter.
17659         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
17660         * mml2015.el: Support draft-ietf-openpgp-multsig.
17661
17662 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
17663
17664         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
17665         (gnus-article-view-part-as-charset): New function.
17666
17667 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17668
17669         * mm-decode.el (mm-verify-option): Default value.
17670         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
17671
17672 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17673
17674         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
17675
17676 2000-11-05  Simon Josefsson  <sj@extundo.com>
17677
17678         * mml-smime.el (mml-smime-verify): Work in original multipart
17679         buffert.
17680
17681         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
17682         (mm-handle-multipart-ctl-parameter): Ditto.
17683         (mm-alist-to-plist): New function.
17684         (mm-dissect-buffer): Store CTL parameters and copy original buffer
17685         for multiparts.
17686         (mm-destroy-parts): Destroy multipart buffert.
17687         (mm-remove-part): Ditto.
17688
17689         * mml-smime.el (mml-smime-sign): Not used.
17690         (mml-smime-encrypt): Ditto.
17691
17692         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
17693
17694         Verify S/MIME signature support.
17695
17696         * mm-decode.el (mm-inline-media-tests): Add
17697         application/{x-,}pkcs7-signature.
17698         (mm-inlined-types): Ditto.
17699         (mm-automatic-display): Ditto.
17700         (mm-verify-function-alist): Ditto.  Add name of method.
17701         (mm-decrypt-function-alist): Add name of method.
17702         (mm-find-part-by-type): Add documentation.
17703         (mm-possibly-verify-or-decrypt): Use new format of
17704         mm-{verify,decrypt}-function-alist.  Use method names.
17705
17706         * mml-smime.el (mml-smime-verify): New function.
17707
17708 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17709
17710         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
17711
17712 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17713
17714         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
17715         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
17716         * mm-decode.el (mm-snarf-option): New variable.
17717
17718 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17719
17720         * mm-util.el (mm-subst-char-in-string): New function.
17721         (mm-replace-chars-in-string): Use it.
17722         * message.el (message-replace-chars-in-string): Use it.
17723         * nnheader.el (nnheader-replace-chars-in-string): Use it.
17724         * gnus-mh.el (mh-lib-progs): Shut up.
17725
17726 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
17727
17728         * base64.el, md5.el: Moved to contrib directory.
17729
17730 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17731
17732         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
17733         the last article when search.
17734
17735 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17736
17737         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
17738         * nnmail.el (nnmail-pathname-coding-system): Ditto.
17739
17740 2000-09-29  David Edmondson  <dme@thus.net>
17741
17742         * message.el (message-newline-and-reformat): Typo.
17743
17744 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17745
17746         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
17747
17748 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
17749
17750         * nntp.el (nntp-decode-text): Delete bogus status lines.
17751
17752 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
17753
17754         * message.el (message-font-lock-keywords): Match a final newline
17755         to help font-lock's multiline support.
17756
17757 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17758
17759         * nnoo.el (nnoo-set): New function.
17760
17761 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
17762
17763         * gpg.el, gpg-ring.el: Moved to contrib directory.
17764
17765 2000-11-04  Simon Josefsson  <sj@extundo.com>
17766
17767         * nnimap.el (nnimap-split-inbox): Typo.
17768
17769 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17770
17771         * gnus-msg.el (gnus-msg-mail): Move it backwards.
17772
17773 2000-11-03  Simon Josefsson  <sj@extundo.com>
17774
17775         * rfc2231.el (rfc2231-parse-qp-string): New function.
17776         (require): rfc2047.
17777
17778         * mail-parse.el (mail-header-parse-content-type):
17779         (mail-header-parse-content-disposition): Support invalid QP
17780         encoded strings, by using `rfc2231-parse-qp-string'.
17781
17782 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17783
17784         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
17785         (rfc2231-decode-encoded-string): Typo "> X 1".
17786         (rfc2231-encode-string): Insert the name of charset.
17787         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
17788
17789 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17790
17791         * mm-decode.el (mm-save-part): Return the filename.
17792         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
17793         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
17794         (gnus-mime-action-alist): Use it.
17795         (gnus-mime-button-commands): Use it.
17796         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
17797         (mm-inline-external-body): unwind-protect.
17798
17799 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17800
17801         * gnus-art.el (gnus-insert-mime-button): Show url.
17802
17803 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17804
17805         * mml.el (mml-generate-mime-1): Support external url.
17806         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
17807
17808 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
17809
17810         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
17811         * mm-decode.el (mm-display-external): Ditto.
17812         * mm-extern.el: New file.
17813         * mm-decode.el (mm-inline-media-tests): Hook it up.
17814         (mm-inlined-types): Inline message/external-body.
17815
17816 2000-11-02  Simon Josefsson  <sj@extundo.com>
17817
17818         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
17819
17820         * message.el (message-get-reply-headers): Better handling when
17821         Mail-Followup-To is very large.
17822
17823 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17824
17825         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
17826         * gnus-art.el (gnus-article-edit-done):
17827         * gnus-sum.el (gnus-summary-edit-article-done): Move line
17828         counting code here.
17829         * gnus-msg.el (gnus-setup-message): Remove a hack.
17830
17831 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17832
17833         * gnus-sum.el (gnus-newsgroup-variables): New variable.
17834         (gnus-summary-mode): Make them local variables.
17835         (gnus-set-global-variables): Globalize them.
17836         (gnus-summary-exit): Kill them.
17837
17838 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
17839
17840         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
17841         word.
17842
17843 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
17844
17845         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
17846         gnus-article-wash-types.
17847         * gnus-art.el (gnus-article-wash-status): Use them.
17848
17849 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
17850
17851         * mml.el (mml-read-tag): Remove spaces and LF.
17852
17853 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17854
17855         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
17856         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
17857
17858 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
17859
17860         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
17861
17862 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
17863
17864         * gnus-sum.el (gnus-article-charset): New variable.
17865         (gnus-summary-display-article): Set it.
17866         * gnus-msg.el (gnus-copy-article-buffer): Use it.
17867         * gnus-art.el (gnus-article-mode): Make it local variable.
17868
17869 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17870
17871         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
17872
17873 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17874
17875         * nnwfm.el: New file.
17876
17877         * nnweb.el (nnweb-replace-in-string): New function.
17878
17879 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17880
17881         * mml2015.el: Wrap gpg.el.
17882         * gpg.el (gpg-verify): The last argument of apply is a list.
17883         (gpg-encrypt): Add passphrase as a parameter.
17884
17885 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17886
17887         * gpg.el: New file.
17888         * gpg-ring.el: New file.
17889
17890 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17891
17892         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
17893
17894 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17895
17896         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
17897         double-quote characters.
17898         (gnus-summary-prepare-threads): Ditto.
17899
17900 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17901
17902         * gnus-art.el (gnus-mime-display-single): Forward line -1.
17903         * mml.el (mml-read-tag): Don't skip the leading space.
17904         * lpath.el (font-lock-set-defaults): Shut up.
17905
17906 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17907
17908         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
17909
17910 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17911
17912         * qp.el (quoted-printable-encode-region): Replace leading - when
17913         ultra safe.
17914         * mml.el (mml-generate-mime-postprocess-function): Removed.
17915         (mml-postprocess-alist): Removed.
17916         (mml-generate-mime-1): Use ultra-safe when sign.
17917         * mml2015.el (mml2015-fix-micalg): Uppercase.
17918         (mml2015-verify): Insert LF.
17919         (mml2015-mailcrypt-sign): Downcase; search backward.
17920
17921 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17922
17923         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
17924         restrictive.
17925         (nnultimate-table-regexp): New variable.
17926         (nnultimate-forum-table-p): Use it.
17927
17928 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
17929         Trivial patch.
17930
17931         * gnus-sum.el (gnus-summary-expire-articles): Save point.
17932
17933 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17934
17935         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
17936         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
17937
17938 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
17939
17940         * mml2015.el: Shut up.
17941
17942 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17943
17944         * gnus.el (gnus-server-browse-hashtb): Removed.
17945         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
17946         (gnus-group-insert-group-line-info): Use simplified method.
17947         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
17948
17949 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17950
17951         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
17952         moved here.
17953         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
17954         * gnus-group.el (gnus-group-prepare-flat): Use it.
17955         * gnus-topic.el (gnus-group-prepare-topics): Use it.
17956
17957 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17958
17959         * mml.el (mml-mode): Show menu in XEmacs.
17960
17961 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
17962
17963         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
17964         (gnus-server-read-server-in-server-buffer): New function.
17965         (gnus-browse-foreign-server): Browse in group buffer.
17966         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
17967         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
17968         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
17969         * gnus.el (gnus-server-browse-hashtb): New variable.
17970
17971 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17972
17973         * nnfolder.el (nnfolder-open-nov): Use group.
17974
17975 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
17976
17977         * nnfolder.el: Add NOV. Set version to 2.0.
17978         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
17979
17980 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17981
17982         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
17983
17984 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17985
17986         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
17987         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
17988
17989 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17990
17991         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
17992
17993 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17994
17995         * mm-decode.el (mm-verify-function-alist): New variable.
17996         (mm-verify-option): New variable.
17997         (mm-decrypt-function-alist): Ditto.
17998         (mm-decrypt-option): Ditto.
17999         (mm-find-raw-part-by-type): New function.
18000         (mm-possibly-verify-or-decrypt): New function.
18001         (mm-dissect-multipart): Use it.
18002         * mml2015.el (mml2015-fix-micalg): New function.
18003         (mml2015-decrypt): Use new interface.
18004         (mml2015-verify):  Use new interface.
18005         (mml2015-setup): Make it bogus.
18006
18007 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
18008
18009         * mml.el (mml-generate-mime-postprocess-function): Set to
18010         mml-postprocess.
18011         (autoload): Autoload mml2015 and mml-smime.
18012         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
18013         * mml2015.el (mml2015-encrypt): New function.
18014         (mml2015-sign): New function.
18015         (mml2015-encrypt-function): New variable.
18016         (mml2015-sign-function): New variable.
18017         (mml2015-mailcrypt-encrypt): Use message-recipients.
18018         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
18019         * mml-smime.el (mml-smime-setup): Ditto.
18020
18021 2000-10-28  Simon Josefsson  <sj@extundo.com>
18022
18023         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
18024         Communigate Pro 3.3.1 server.
18025
18026         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
18027         in buffers.
18028         (mml-secure-dns-server): Removed.
18029         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
18030         write certificates to files.
18031
18032         * smime.el (smime-dns-server): New variable.
18033         (smime-mail-to-domain):
18034         (smime-cert-by-dns): New functions.
18035
18036         * dig.el: New file.
18037
18038 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
18039
18040         * message.el (message-options): New variable.
18041         (message-options-set-recipient): New function.
18042         (message-send): Use them.
18043         * gnus-int.el (gnus-request-replace-article): Use them.
18044         (gnus-request-accept-article): Ditto.
18045         * mml.el (mml-preview): Use them.
18046         * gnus-sum.el (gnus-summary-edit-article): Use them.
18047
18048         * message.el (message-options-get): New function.
18049         (message-options-get): New function.
18050         * rfc2047.el (rfc2047-encode-message-header): Use them.
18051         * mm-bodies.el (mm-encode-body): Use them.
18052
18053 2000-10-28  Simon Josefsson  <sj@extundo.com>
18054
18055         * nnimap.el (nnimap-retrieve-which-headers):
18056         (nnimap-request-article-part): Quote message-id.
18057
18058         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
18059         (smime-CA-file): New variable.
18060         (smime-call-openssl-region): Don't error.
18061         (smime-sign-region): Return result value.
18062         (smime-encrypt-region): Ditto.
18063         (smime-verify-region): New function.
18064         (smime-decrypt-region): Ditto.
18065         (smime-verify-buffer): Ditto.
18066         (smime-decrypt-buffer): Ditto.
18067
18068         * mml.el: Require mml-sec.
18069         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
18070         (mml-mode-map): Add "sign" and "encrypt" maps.
18071         (mml-menu): Add security menu.
18072         (mml-preview): Use generate-new-buffer.
18073
18074         * mml-sec.el: New file.
18075
18076 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18077
18078         * mm-decode.el (mm-find-part-by-type): Move it here.
18079         * mml.el (mml-postprocess): Move it here.
18080         (mml-postprocess-alist): Move it here. Merge them.
18081
18082 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
18083
18084         * rfc2047.el (rfc2047-encode-message-header): Make sure no
18085         unencoded stuff in the header.
18086
18087 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
18088
18089         * gnus-group.el (gnus-group-listed-groups): New variable.
18090         (gnus-group-list-option): New variable.
18091         (gnus-group-list-limit-map): New keymap.
18092         (gnus-group-list-flush-map): New keymap.
18093         (gnus-group-list-plus-map): New keymap.
18094         (gnus-group-prepare-logic): New function.
18095         (gnus-group-prepare-flat): Merge with
18096         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
18097         (gnus-group-prepare-flat-list-dead): Ditto.
18098         (gnus-group-list-matching): Use gnus-group-prepare-function.
18099         (gnus-group-list-dormant): Ditto.
18100         (gnus-group-list-cached): Ditto.
18101         (gnus-group-listed-groups): New function.
18102         (gnus-group-list-limit): New function.
18103         (gnus-group-list-flush): New function.
18104         (gnus-group-list-plus): New function.
18105         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
18106         (gnus-topic-prepare-topic): Ditto.
18107
18108 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
18109
18110         * message.el (message-insert-to, message-get-reply-headers):
18111         (message-reply, message-followup): Mail-{Followup,Reply}-To.
18112
18113 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18114
18115         * mml2015.el: New file.
18116         * smime.el: New file.
18117         * mml-smime.el: New file.
18118
18119 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
18120
18121         * ChangeLog: Moved to ChangeLog.1.
18122
18123     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
18124   Copying and distribution of this file, with or without modification,
18125   are permitted provided the copyright notice and this notice are preserved.
18126
18127 ;; Local Variables:
18128 ;; coding: iso-2022-7bit
18129 ;; End: