8716d80b63d85b01576f7ee66257c345a224c9cd
[gnus] / lisp / ChangeLog
1 2003-11-24  Kevin Greiner <kgreiner@xpediantsolutions.com>
2         * gnus-srvr.el (gnus-server-insert-server-line): The server names
3         used in gnus-agent are different (for example, the native server
4         uses the alias "native") from the names in gnus-srvr.
5         Compensating by adding a second text property storing the name
6         expected by gnus-agent.
7         (gnus-server-named-server): New function.
8         * gnus-agent.el (gnus-agent-remove-server, gnus-agent-add-server):
9         No longer expect an argument as it was ignored anyway.  Uses the
10         new gnus-server-named-server function to get gnus-agent compatible
11         names from the server buffer.
12
13 2003-11-20  Kevin Greiner <kgreiner@xpediantsolutions.com>
14
15         * gnus.el (gnus-agent-covered-methods): Documented use of
16         named servers, not methods, to identity agentized groups.
17         Users may now change their server configurations without having
18         the server become "unagentized".
19         (gnus-agent-covered-methods): Removed from gnus-variable-list to
20         avoid storing two copies of gnus-agent-covered-methods, one in
21         .newsrc.eld and the other in agent/lib/servers.
22         (gnus-server-to-method): Do not cache server for the nil method.
23         (gnus-method-to-server): New function.  Associate named server
24         with all, even foreign, methods.
25         (gnus-agent-method-p, gnus-agent-method-p-cache): Incorporated
26         simple last-response cache to offset performance lose of having to
27         always convert methods to named servers.
28         * gnus-agent.el (gnus-agent-expire-days): Removed obsolete
29         documentation.
30         (gnus-agentize, gnus-agent-add-server, gnus-agent-remove-server):
31         Modified to support new definition of gnus-agent-covered-method.
32         (gnus-agent-read-servers): Rewritten to convert old method data
33         into server names.
34         (gnus-agent-read-servers-validate)
35         (gnus-agent-read-servers-validate-native): New functions.
36         (gnus-agent-write-servers): No longer use gnus-method-simplify as
37         it failed to simplify foreign methods.
38         (gnus-agent-close-connections, gnus-agent-synchronize-flags)
39         (gnus-agent-possibly-synchronize-flags, gnus-agent-fetch-session)
40         (gnus-agent-regenerate): Uses new gnus-agent-covered-methods
41         function as gnus-agent-covered-methods variable no longer provides
42         methods.
43         (gnus-agent-covered-methods): New function
44         (gnus-agent-expire-group, gnus-agent-expire): Final message will,
45         if gnus-verbose is greater than 4, report statistics of NOV
46         entries and files deleted as well as total bytes recovered.
47         (gnus-agent-expire-done-message): New function
48         (gnus-agent-unread-articles): Bug fix.  No longer drops last
49         unread article onto read list.
50         (gnus-agent-regenerate-group): Changed prompt to use typical
51         style.
52         (gnus-agent-group-covered-p): Rewrote to internally use
53         gnus-agent-method-p.
54         * gnus-int.el (gnus-start-news-server): Partially convert old
55         gnus-agent-covered-methods to new format so that gnus-open-server
56         functions correctly.
57         * gnus-srvr.el (gnus-server-insert-server-line): Replaced
58         gnus-agent-covered-methods with gnus-agent-method-p.
59         * gnus-start.el (gnus-clear-system): Added
60         gnus-agent-covered-methods to compensate for removing it from
61         gnus-variable-list.
62         (gnus-setup-news): Complete conversion of old
63         gnus-agent-covered-methods to new format so that secondary and
64         foreign servers can be correctly opened.
65
66 2003-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
67
68         * spam.el (spam-ham-copy-or-move-routine): add respooling
69         support, not working well yet
70
71         * gnus.el (ham-process-destination): make 'respool option the
72         only one, so it can't be chosen together with other groups
73
74 2003-11-19  Teodor Zlatanov  <tzz@lifelogs.com>
75
76         * gnus-registry.el (gnus-registry-track-extra): make it a set of
77         choices instead of a boolean
78         (gnus-registry-track-subject-p, gnus-registry-track-sender-p):
79         new convenience functions
80         (gnus-registry-split-fancy-with-parent): use convenience
81         functions, also don't return extra tracking info if sender or
82         subject is found in more than one groups
83         (gnus-registry-add-group): use new convenience functions to
84         decide if sender and subject should be tracked
85
86         * gnus.el (ham-process-destination): add 'respool option,
87         unused by spam.el yet
88
89 2003-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * gnus-score.el (gnus-decay-score): Return a surely smaller value
92         than the argument in XEmacs.
93
94 2003-11-18  Reiner Steib  <Reiner.Steib@gmx.de>
95
96         * message.el (message-insert-to): Don't use `gnus-message'.
97         (message-header-synonyms): New variable.
98         (message-carefully-insert-headers): Use it (check for synonyms).
99         Added doc-string.  From Sam Steingold <sds@gnu.org>.
100
101 2003-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * html2text.el (html2text-remove-tags): Remove the tag in a
104         simpler way to avoid inflooping.
105
106 2003-11-17  Simon Josefsson  <jas@extundo.com>
107
108         * imap.el (imap-gssapi-auth-p): Don't check capability (some
109         servers remove AUTH=GSSAPI from capability response returned after
110         successful authentication).
111
112 2003-11-16  Jesper Harder  <harder@ifa.au.dk>
113
114         * gnus.el (gnus-getenv-nntpserver): Fix regexp and simplify.
115         Reported by Artem Chuprina <ran@ran.pp.ru>.
116
117 2003-11-14  Simon Josefsson  <jas@extundo.com>
118
119         * mm-util.el (mm-charset-synonym-alist): Map BIG5-HKSCS to BIG5
120         when it isn't available.
121
122 2003-11-13  Alex Schroeder  <alex@gnu.org>
123
124         * nnrss.el (nnrss-check-group): Use dc:contributor if neither
125         rss:author nor dc:creator is provided.
126
127 2003-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * mm-decode.el (mm-dissect-buffer): Save start="<id>" value
130         contained in Content-Type header of multipart/related messages.
131
132         * mm-view.el (mm-w3m-cid-retrieve-1): New function.
133         (mm-w3m-cid-retrieve): Use it.
134
135         * mml.el (mml-generate-mime-1): Add start="<id>" to Content-Type.
136         (mml-insert-mime-headers): Insert Content-ID header.
137         (mml-insert-mml-markup): Insert start="<id>" value.
138
139 2003-11-12  Teodor Zlatanov  <tzz@lifelogs.com>
140
141         * nnml.el (nnml-request-accept-article): pass sender to
142         nnmail-cache-insert
143
144         * nnmh.el (nnmh-request-accept-article): pass sender to
145         nnmail-cache-insert 
146
147         * nnmbox.el (nnmbox-request-accept-article): pass sender to
148         nnmail-cache-insert 
149
150         * nnfolder.el (nnfolder-request-accept-article): pass sender to
151         nnmail-cache-insert 
152
153         * nnbabyl.el (nnbabyl-request-accept-article): pass sender to
154         nnmail-cache-insert 
155
156         * nnmail.el (nnmail-cache-insert): accept sender parameter and
157         pass it to the nnmail-spool-hook
158
159         * gnus-registry.el (gnus-registry-track-extra): clarify doc
160         (gnus-registry-action): add sender lexical var and pass it to
161         gnus-registry-add-group
162         (gnus-registry-spool-action): take a sender parameter, pass to
163         gnus-registry-add-group
164         (gnus-registry-split-fancy-with-parent): trace by sender in
165         addition to subject
166         (gnus-registry-fetch-sender-fast): new function
167         (gnus-registry-add-group): accept sender parameter
168
169 2003-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
170
171         * spam.el (spam-ham-copy-routine, spam-ham-move-routine)
172         (spam-mark-spam-as-expired-and-move-routine): allow for the
173         groups to be a list of a single item
174
175         * gnus.el (gnus-install-group-spam-parameters):
176         ham-process-destination and spam-process-destination allow lists now
177
178 2003-11-10  Reiner Steib  <Reiner.Steib@gmx.de>
179
180         * message.el (message-insert-to): Do error out when the user
181         requested no Cc.  Don't insert empty To.  Can be added to
182         `message-setup-hook' now.  From Sam Steingold <sds@gnu.org>.
183         (message-mode-field-menu): Moved some entries, added
184         `message-insert-wide-reply'.
185         (message-change-subject): Fixed comment.
186
187 2003-11-10  Simon Josefsson  <jas@extundo.com>
188
189         * pgg-def.el (pgg-encrypt-for-me): Change default from nil to t.
190
191 2003-11-09  Simon Josefsson  <jas@extundo.com>
192
193         * pgg-gpg.el (pgg-gpg-encrypt-region): Cache passphrase under hex
194         key id too (for decryption).
195         (pgg-gpg-sign-region): Likewise.
196
197 2003-11-09  Simon Josefsson  <jas@extundo.com>
198
199         * pgg-gpg.el (pgg-gpg-all-secret-keys): New variable.
200         (pgg-gpg-lookup-all-secret-keys): New function.
201         (pgg-gpg-select-matching-key): Likewise.
202         (pgg-gpg-decrypt-region): Use new functions.  From Satyaki Das
203         <satyakid@stanford.edu>.
204
205 2003-11-07  Teodor Zlatanov  <tzz@lifelogs.com>
206
207         * nnmail.el (nnmail-cache-insert): make sure that the
208         nnmail-spool-hook is called with a valid newsgroup name (though
209         it may be wrong)
210
211         * gnus.el (gnus-group-real-prefix): return nil if group is not a
212         string, instead of triggering an error
213
214 2003-11-06  Teodor Zlatanov  <tzz@lifelogs.com>
215
216         * gnus.el (gnus-group-guess-full-name-from-command-method): new function
217
218         * gnus-registry.el (gnus-registry-fetch-group): use long names if
219         requested 
220         (gnus-registry-split-fancy-with-parent): when long names are in
221         use, strip the name if we're in the native server, or else return nothing
222         (gnus-registry-spool-action, gnus-registry-action): use
223         gnus-group-guess-full-name-from-command-method instead of
224         gnus-group-guess-full-name
225
226         * spam.el (spam-mark-spam-as-expired-and-move-routine)
227         (spam-ham-copy-or-move-routine): prevent article deletions or
228         moves unless the backend allows it
229
230         * gnus.el (gnus-install-group-spam-parameters): fixed parameters
231         to list spamoracle as well, suggested by Jean-Marc Lasgouttes
232         <Jean-Marc.Lasgouttes@inria.fr>
233
234         * spam.el (spam-spamoracle): doc change, suggested by Jean-Marc
235         Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
236
237 2003-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * gnus-score.el (gnus-decay-score): Protect against arithmetic
240         errors.  Tiny patch from Norbert Koch <viteno@xemacs.org>.
241
242 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
243
244         * spam.el
245         (spam-log-processing-to-registry): improved message and comments
246         (spam-log-unregistration-needed-p): new function
247         (spam-ifile-register-spam-routine)
248         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
249         (spam-stat-register-ham-routine)
250         (spam-blacklist-register-routine)
251         (spam-whitelist-register-routine)
252         (spam-bogofilter-register-spam-routine)
253         (spam-bogofilter-register-ham-routine)
254         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): change
255         spam-log-processing-to-registry invocations appropriately
256
257 2003-10-31  Simon Josefsson  <jas@extundo.com>
258
259         * imap.el (imap-kerberos4-open): Ignore output from ATHENA imtest.
260         Tiny patch from Derek Atkins <warlord@MIT.EDU>.
261         (imap-process-connection-type): Improve docstring.  Suggested by
262         Derek Atkins <warlord@MIT.EDU>.
263
264 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
265
266         * spam.el (autoload): autoload the gnus-registry functions we'll
267         need
268         (spam-log-to-registry): new variable for interfacing with the
269         gnus-registry
270         (spam-install-hooks): variable had the wrong customization group
271         (spam-fetch-field-message-id-fast): convenience function for fetch
272         a message ID quickly
273         (spam-log-processing-to-registry): new function
274         (spam-ifile-register-spam-routine)
275         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
276         (spam-stat-register-ham-routine)
277         (spam-blacklist-register-routine)
278         (spam-whitelist-register-routine)
279         (spam-bogofilter-register-spam-routine)
280         (spam-bogofilter-register-ham-routine)
281         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): add
282         spam-log-processing-to-registry invocations
283
284         * gnus-registry.el: fixed docs in the preface to mention
285         gnus-registry-initialize
286         (gnus-registry-store-extra): remove cached extra entry
287         information when new extra entry is stored
288
289 2003-10-29  Simon Josefsson  <jas@extundo.com>
290
291         * message.el (message-forward-make-body-plain): Fix ARG=1 mode
292         after separating m-f-m-b.
293
294 2003-10-29  Simon Josefsson  <jas@extundo.com>
295
296         * message.el (message-forward-make-body-plain): Remove ignored
297         headers.  Tiny patch from Andre Srinivasan <andre@e2open.com>.
298         (message-forward-make-body-plain): Fix ARG=1.
299
300 2003-10-28  Jesper Harder  <harder@ifa.au.dk>
301
302         * message.el (message-forward-subject-name-subject)
303         (message-forward-subject-author-subject): Decode non-ASCII
304         newsgroup names.
305         (autoload): Autoload gnus-group-decoded-name.
306
307 2003-10-27  Simon Josefsson  <jas@extundo.com>
308
309         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
310         parameter key, overrides the key id used to store passphrase
311         under (uses true key id from gpg output if nil).
312         (pgg-gpg-encrypt-region): Search for passphrase using user suplied
313         string STR, instead of (pgg-lookup-key STR t).
314         (pgg-gpg-encrypt-region): Store passphrase under user suplied
315         string, instead of real key id taken from gpg output.
316         (pgg-gpg-decrypt-region): Likewise.
317         (pgg-gpg-sign-region): Likewise.
318         * pgg.el (pgg-decrypt-region): Don't set pgg-default-user-id.
319
320 2003-10-27  Romain FRANCOISE  <romain@orebokech.com>
321
322         * gnus-art.el (gnus-article-goto-prev-page): Doc fix. 
323
324 2003-10-27  Simon Josefsson  <jas@extundo.com>
325
326         * mm-bodies.el (mm-body-encoding): Don't use QP when message body
327         only consists of short lines and ASCII, when
328         mm-use-ultra-safe-encoding.  Refer to 'About foo' thread in
329         gnus-bug, e.g. <ilullrg4k7p.fsf@extundo.com>, for more discussion.
330         This make it possible to pipe the raw RFC 822 message into 'gpg'
331         and have the signature work.  Potential problem: what if message
332         contain data that would be dash-escaped by OpenPGP
333         implementations? Then PGP 2.x might not be able to parse the raw
334         RFC 822 message correctly.  If that problem is worth fixing, it
335         should be fixed by detecting the situation, instead of applying QP
336         to everything.  Based on discussion with "John A. Martin"
337         <jam@jamux.com>.
338
339 2003-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
340
341         * spam.el (spam-mark-spam-as-expired-and-move-routine)
342         (spam-ham-copy-or-move-routine): don't ask when deleting copied
343         articles, and use move instead of copy when possible
344         (spam-split): added the option of specifying a string as a
345         spam-split parameter; such a string will override
346         spam-split-group temporarily.
347
348         * nnmail.el (nnmail-cache-insert): protect from nil message IDs,
349         but should we do something else?
350
351         * gnus-registry.el (gnus-registry-spool-action): protect from nil
352         message IDs
353
354 2003-10-26  Simon Josefsson  <jas@extundo.com>
355
356         * gnus-art.el (gnus-button-alist): Allow & in mailto URLs.
357         (gnus-header-button-alist): Likewise.
358         (gnus-url-mailto): Handle ?to parameters.  Replace \r\n with \n.
359         Reverse parameter list to use same order as in the URL.  Reported
360         by f95-msv@f.kth.se (M\e,Ae\e(Brten Svantesson).
361
362 2003-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
363
364         * spam.el (spam-move-spam-nonspam-groups-only): documentation fix
365         for the variable
366
367 2003-10-25  Steve Youngs  <sryoungs@bigpond.net.au>
368
369         * Makefile.in (clean-some): Remove auto-autoloads.* and
370         custom-load.* as well.
371         (distclean): Ditto.
372
373         * dgnushack.el (dgnushack-make-load): Add a local vars section to
374         the dummy gnus-load.el.
375
376 2003-10-24  Teodor Zlatanov  <tzz@lifelogs.com>
377
378         * spam.el (spam-ham-copy-or-move-routine): do not delete if copy
379         is t, also don't intepret the list of groups as a list of lists
380         (spam-mark-spam-as-expired-and-move-routine)
381         (spam-ham-copy-or-move-routine): delete articles only if 1 or
382         more groups were specified (and "copy" was not specified for
383         spam-ham-copy-or-move-routine) (fixed twice)
384
385 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * nndoc.el (nndoc-guess-type): Reverse the sort order.  Suggested
388         by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
389         (nndoc-dissect-buffer): Don't miss even-numbered articles.
390
391 2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>
392
393         * dgnushack.el (dgnushack-gnus-load-file): Set to
394         "auto-autoloads.el" if building with XEmacs.
395         (dgnushack-cus-load-file): Set to "custom-load.el" if building
396         with XEmacs.
397         (dgnushack-make-cus-load): We don't delete the resulting file if
398         building with XEmacs so byte-compile it.
399         (dgnushack-make-load): When building with XEmacs do nothing except
400         byte-compile the autoload file and create a dummy gnus-load.el
401         file. 
402
403 2003-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * message.el (message-make-fqdn): Bind case-fold-search.
406         Suggested by Christopher Richards <richards@CS.Princeton.EDU>.
407
408 2003-10-23  Teodor Zlatanov  <tzz@lifelogs.com>
409
410         * gnus.el (spam-process-destination, ham-process-destination):
411         allow multiple groups as a choice
412
413         * spam.el (spam-check-blackholes): remove "[IP address]"
414         requirement, now just "IP address" is enough for detection for
415         blackhole checking
416         (spam-check-blackholes): oops, the dots were not escaped
417         (spam-mark-spam-as-expired-and-move-routine): added multiple group
418         support (multiple copies, then delete)
419         (spam-ham-copy-routine): new function
420         (spam-ham-move-routine): new function
421         (spam-ham-copy-or-move-routine): new function (used to be
422         spam-ham-move-routine), handle multiple groups
423         (spam-summary-prepare-exit): call the new functions
424
425 2003-10-23  Simon Josefsson  <jas@extundo.com>
426
427         * flow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
428
429 2003-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * gnus-art.el (gnus-emphasis-strikethru): Use the :strike-through
432         attribute in Emacs.
433
434 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * message.el (message-bounce): Don't erase except bounced header.
437
438 2003-10-21  Teodor Zlatanov  <tzz@lifelogs.com>
439
440         * spam.el (spam-reverse-ip-string): new function to reverse an IP
441         address in a string
442         (spam-check-blackholes): use spam-reverse-ip-string
443
444 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * gnus-art.el (gnus-narrow-to-page): Clear as well as set the
447         value for gnus-page-broken.
448
449         * gnus-sum.el (gnus-summary-beginning-of-article): Use
450         gnus-break-pages instead of gnus-page-broken.
451         (gnus-summary-end-of-article): Use gnus-break-pages instead of
452         gnus-page-broken; narrow to the end of a page beforehand.
453         (gnus-summary-toggle-header): Use gnus-break-pages instead of
454         gnus-page-broken; remove delimiter buttons unless gnus-break-pages
455         is non-nil.
456
457 2003-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-picon.el (gnus-picon-transform-address): Protect against
460         errors. 
461
462 2003-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * gnus-msg.el (nnspool-rejected-article-hook): Remove defvar.
465         (xemacs-codename): Move defvar to gnus-util.el.
466
467         * gnus-util.el (xemacs-codename): Defvar when compiling.
468
469 2003-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * spam-report.el (spam-report-url-ping-plain): Include a
472         User-Agent. 
473
474         * gnus-msg.el (gnus-extended-version): Use it.
475
476         * gnus-util.el (gnus-emacs-version): Separated out into own
477         function. 
478
479 2003-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
480
481         * message.el (message-mode-field-menu): Added
482         message-generate-unsubscribed-mail-followup-to.
483         (message-forward-subject-fwd): Avoid double "Fwd: "
484         (message-change-subject): Added comment.
485
486 2003-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487
488         * gnus-sum.el (gnus-nov-parse-line): Remove condition-cases.
489
490         * mml.el (mml-insert-mime): Quote mml.
491
492 2003-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * gnus-sum.el (gnus-remove-odd-characters): Use
495         mm-subst-char-in-string instead of subst-char-in-string.
496         (gnus-summary-refer-article): Use gnus-replace-in-string instead
497         of replace-regexp-in-string.
498
499 2003-10-19  Jesper Harder  <harder@ifa.au.dk>
500
501         * gnus-uu.el (gnus-uu-uustrip-article): Really strip directory
502         from file name.
503
504 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
505
506         * gnus-sum.el (gnus-summary-save-parts-last-directory): Default
507         to mm-default-directory.
508         (gnus-summary-save-parts-1): Use mm-file-name-rewrite-functions.
509
510 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
511
512         * pop3.el (pop3-read-response): Check whether the process is
513         alive. 
514
515         * gnus-sum.el (gnus-summary-refer-article): Strip spaces.
516
517         * rfc2047.el (rfc2047-encode-region): Do error out on invalid
518         strings. 
519
520         * nntp.el (nntp-retrieve-headers-with-xover): Get error messages
521         right. 
522
523         * gnus-agent.el (gnus-agent-read-servers): Remove sit-for.
524
525         * gnus-art.el (article-treat-dumbquotes): Doc fix.
526
527         * message.el (message-field-value): New function.
528         (message-insert-disposition-notification-to): Use Reply-To, too.
529
530         * imap.el (imap-mailbox-status): Upcase STATUS commands. 
531
532         * gnus-sum.el (gnus-remove-odd-characters): New function.
533         (gnus-nov-parse-line): Use it.
534
535 2003-10-18  Matt Swift  <swift@alum.mit.edu>
536
537         * mm-decode.el (mm-inline-media-tests): Recognize pjpeg as jpeg. 
538
539 2003-10-18  Romain FRANCOISE  <romain@orebokech.com>
540
541         * message.el (message-forward-make-body): does both
542         m-f-make-body-mml and m-f-make-body-plain, resulting in a strange
543         message buffer.
544
545 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * gnus-art.el (gnus-narrow-to-page): Only break page if it's
548         broken.
549
550         * nnrss.el (nnrss-find-rss-via-syndic8): Return nil if xml-rpc
551         isn't available.
552
553         * message.el (message-hidden-headers): Doc fix.
554
555 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
556
557         * gnus-msg.el (gnus-summary-resend-message-edit): Avoid error when
558         fields aren't found.
559
560 2003-10-18  Simon Josefsson  <jas@extundo.com>
561
562         * message.el (message-forward-make-body-plain)
563         (message-forward-make-body-mime, message-forward-make-body-mml)
564         (message-forward-make-body-digest-plain)
565         (message-forward-make-body-digest-mime)
566         (message-forward-make-body-digest): New, derived from
567         message-forward-make-body.
568         (message-forward-make-body): Use them.
569         (message-forward-show-mml): New default 'best.
570         (message-forward-make-body): Support it.
571
572 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-art.el (gnus-article-mode): Set gnus-page-broken to nil.
575         (gnus-article-prepare): Don't set to t.
576         (gnus-narrow-to-page): Set to t if we break.
577
578 2003-06-11  Daniel N\e,Ai\e(Bri  <dne@mayonnaise.net>
579
580         * message.el (message-resend): Generate Resent-Message-ID header.
581
582 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * gnus-art.el (gnus-article-next-page): Don't go to the next line
585         before checking end-of-buffer.
586         (gnus-mime-delete-part): Don't insert parts twice.
587
588 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * gnus-art.el (article-update-date-lapsed): Make sure point
591         doesn't move around (much).
592
593 2003-07-28  Vasily Korytov  <deskpot@myrealbox.com>
594
595         * mail-source.el (mail-source-keyword-map): List "cur" before
596         "new" for maildirs.
597
598 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * gnus-sum.el (gnus-summary-enter-digest-group): ogroup, nor
601         group. 
602
603         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use the parent
604         name for gcc-self.
605         (gnus-inews-insert-archive-gcc): Paren mistake.
606
607         * gnus-sum.el (gnus-summary-enter-digest-group): Add
608         parent-group. 
609
610         * gnus-art.el (gnus-ignored-headers): Add more headers.
611
612         * rfc2047.el (rfc2047-encode): See which encoding is shorter --
613         base64 or QP.
614
615         * nnmail.el (nnmail-article-group): Default to "bogus".
616
617         * mail-source.el (mail-source-delete-incoming): Change to nil.
618
619 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * mail-source.el (mail-source-fetch-imap): Fix mismatched parens.
622
623 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * mail-source.el (defvar): Add post/pre/scripts.
626         (mail-source-fetch-imap): Use them.
627
628         * nndraft.el (nndraft-request-move-article): Fix infinite
629         recursion. 
630
631         * gnus-group.el (gnus-group-mark-regexp): Jump to groups.
632
633 2003-10-16  Ed L. Cashin  <ecashin@uga.edu>
634
635         * imap.el (imap-interactive-login): Set imap-password to nil if
636         login fails.
637
638 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639
640         * message.el (message-inserted-headers): New variable.
641         (message-mode): Make local.
642         (message-mode): Set all the local action variables to nil.      
643
644 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
645
646         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
647         (mm-w3m-safe-url-regexp): Doc fix.
648
649 2003-10-12  Jesper Harder  <harder@ifa.au.dk>
650
651         * gnus-sum.el (gnus-summary-respool-query): Don't narrow to head,
652         it's done by nnmail-article-group.
653
654         * gnus-uu.el (gnus-uu-grab-articles): Fix misplaced parens.
655         From Mark Hood <markhood@speakeasy.net> (tiny change)
656
657 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
658
659         * mm-decode.el (mm-file-name-delete-gotchas): Avoid infloop in
660         XEmacs.
661
662 2003-10-10  Teodor Zlatanov  <tzz@lifelogs.com>
663
664         * spam.el (spam-initialize): new function, does the spam-face
665         update and all the hooks, replaces spam-install-hooks-function
666
667         * gnus-registry.el (gnus-registry-initialize): new autoloaded
668         function to explicitly initialize the registry
669
670 2003-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
671
672         * mm-decode.el (mm-w3m-safe-url-regexp): Doc fix.
673
674         * mm-view.el (mm-w3m-mode-map): Doc fix.
675         (mm-inline-text-html-render-with-w3m): Add a comment.
676
677 2003-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * gnus-group.el: Remove superfluous eval-when-compiles.
680
681 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
682
683         * gnus-group.el (gnus-group-suspend): Reset gnus-backlog-articles.
684
685 2003-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * dns.el (query-dns): Don't error out on malformed resolv files.
688
689 2003-10-06  Jesper Harder  <harder@ifa.au.dk>
690
691         * gnus.el (gnus-group-faq-directory): Update .tw entry.  From
692         Albert Chun-Chieh Huang <mr894348@cs.nthu.edu.tw>
693
694 2003-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
695
696         * spam.el (spam-check-blackholes): exit the loop if matches are
697         found (idea from Adrian Lanz <lanz@fowi.ethz.ch>)
698         (spam-check-bogofilter-headers, spam-check-blackholes, spam-check-BBDB)
699         (spam-from-listed-p): use nnmail-fetch-field instead of message-fetch-field
700         
701
702 2003-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * mm-decode.el (mm-attachment-file-modes): Change the default
705         value into 384 from ?\600 which doesn't mean an integer in XEmacs.
706
707 2003-10-03  Jesper Harder  <harder@ifa.au.dk>
708
709         * mm-decode.el (mm-file-name-delete-control)
710         (mm-file-name-delete-gotchas): New functions.
711         (mm-file-name-rewrite-functions): Use them.
712         (mm-attachment-file-modes): New option.
713         (mm-save-part-to-file): Use it.
714
715 2003-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
716
717         * spam.el (spam-install-hooks-function): Added Autoload cookie.
718
719 2003-10-02  Jesper Harder  <harder@ifa.au.dk>
720
721         * pgg-def.el (pgg-default-keyserver-address): Change to
722         subkeys.pgp.net.  From Michael Shields <shields@msrl.com>
723
724 2003-10-01  Simon Josefsson  <jas@extundo.com>
725
726         * message.el (message-idna-to-ascii-rhs-1): RHS can be terminated
727         by ',', as in 'foo@example.org, bar@example.org'.
728
729 2003-10-01  Jesper Harder  <harder@ifa.au.dk>
730
731         * message.el (message-send): Fix reversed logic of supersedes
732         check.
733
734 2003-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
735
736         * gnus-art.el (gnus-article-view-part-as-charset): Doc fix,
737         suggested by Norbert Koch <viteno@xemacs.org>.
738
739 2003-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * gnus-topic.el (gnus-topic-goto-missing-topic): Revert 2003-02-09
742         change in order to correct the position where an invisible topic
743         (because gnus-topic-display-empty-topics is nil) may be inserted.
744
745 2003-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * message.el (message-ignored-supersedes-headers): Add X-Payment.
748
749 2003-09-20  Jesper Harder  <harder@ifa.au.dk>
750
751         * rfc2047.el (rfc2047-encode): Limit line length to 76 characters.
752
753 2003-09-20  Simon Josefsson  <jas@extundo.com>
754
755         * tls.el (tls-process-connection-type): Doc fix.
756
757         * imap.el (imap-starttls-open): Rewrite, should support both old
758         starttls.el and new starttls.el that uses GNUTLS.
759
760 2003-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * gnus-art.el (gnus-treat-display-x-face): Use set-default instead
763         of custom-set-default which isn't available in old XEmacsen.
764
765 2003-09-17  Jesper Harder  <harder@ifa.au.dk>
766
767         * gnus-msg.el (gnus-summary-resend-message-edit): Don't convert
768         to MML.  MIME -> MML -> MIME does not work for PGP/MIME.
769
770         * message.el (message-bounce, message-forward-show-mml): do.
771         
772 2003-09-13  Jesper Harder  <harder@ifa.au.dk>
773
774         * rfc2047.el (rfc2047-charset-encoding-alist): Add viscii.
775         (rfc2047-encode): Add factors for big5, gb2312 and euc-kr.
776
777         * nnweb.el (nnweb-google-parse-1): Fix parsing.
778
779 2003-09-12  Jesper Harder  <harder@ifa.au.dk>
780
781         * gnus-group.el (gnus-group-fetch-control): ISC changed
782         compression from .Z to .gz.
783
784         * rfc2047.el (rfc2047-header-encoding-alist): Add "Approved" to
785         address-mime.
786
787 2003-09-11  Jesper Harder  <harder@ifa.au.dk>
788
789         * rfc2047.el (rfc2047-encode): Restrict encoded-words to 75
790         characters.
791
792 2003-09-10  Jesper Harder  <harder@ifa.au.dk>
793
794         * gnus.el (gnus-group-charter-alist): Update.
795
796 2003-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
797
798         * spam-report.el: use mm-url.el functions for external URL
799         loading when the built-in HTTP GET is insufficient (e.g. proxies
800         are in the way).  From Eric Knauel
801         <knauel@informatik.uni-tuebingen.de>.
802         (spam-report-url-ping-function): new option, defaults to the
803         built-in HTTP GET (spam-report-url-ping-plain)
804         (spam-report-url-ping): calls spam-report-url-ping-function now
805         (spam-report-url-ping-plain): new function, does what
806         spam-report-url-ping used to do
807         (spam-report-url-ping-mm-url): function that delegates to
808         mm-url.el (autoloaded)
809
810 2003-09-08  Teodor Zlatanov  <tzz@lifelogs.com>
811
812         * gnus-registry.el (gnus-registry-delete-id): function to
813         completely delete an ID, including all the cache hashtables
814         (gnus-registry-delete-group): use gnus-registry-delete-id
815         (gnus-registry-simplify-subject): only run if the argument is a
816         string, return nil otherwise
817
818 2003-09-07  Jesper Harder  <harder@ifa.au.dk>
819
820         * gnus-msg.el (gnus-summary-resend-bounced-mail): Docstring fix.
821
822 2003-09-05  Teodor Zlatanov  <tzz@lifelogs.com>
823
824         * gnus-registry.el (gnus-registry-split-fancy-with-parent): yet
825         another error *sigh*
826
827         * gnus-registry.el (gnus-registry-fetch-extra-entry): don't use
828         puthash unless gnus-registry-entry-caching is on
829         (gnus-registry-split-fancy-with-parent): misplaced parenthesis
830         made everything a part of the 'else'
831         (gnus-registry-save): used 'entry-caching' instead of 'caching'
832
833 2003-09-05  Jesper Harder  <harder@ifa.au.dk>
834
835         * gnus-art.el (gnus-button-alist): Improve Info regexp.
836
837 2003-09-04  Teodor Zlatanov  <tzz@lifelogs.com>
838
839         * gnus-registry.el: added brief explanation of basics
840         (gnus-registry-track-extra): new variable for tracking of message
841         subjects
842         (gnus-registry-entry-caching): caching parameter, used for extra
843         data
844         (gnus-registry-minimum-subject-length): minimum subject length
845         before it's considered when tracing subjects
846         (gnus-registry-save): accomodate extra data entry caching
847         (gnus-registry-action): change function name, add the subject and
848         pass it to gnus-registry-add-group
849         (gnus-registry-spool-action): change function name, add the
850         subject and pass it to gnus-registry-add-group
851         (gnus-registry-split-fancy-with-parent): add subject tracking
852         (gnus-registry-register-message-ids): pass subject to
853         gnus-registry-add-group
854         (gnus-registry-simplify-subject)
855         (gnus-registry-fetch-simplified-message-subject-fast): new
856         functions
857         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry): add
858         extra data entry caching
859         (gnus-registry-add-group): handle the extra subject parameter
860         (gnus-registry-install-hooks, gnus-registry-unload-hook): fix the
861         gnus-register-* function names
862
863         * nnmail.el (nnmail-cache-insert): add subject parameter, pass it
864         on to the nnmail-spool-hook
865
866         * nnbabyl.el (nnbabyl-request-accept-article): added subject to
867         nnmail-cache-insert call
868
869         * nndiary.el (nndiary-request-accept-article): added subject to
870         nnmail-cache-insert call
871
872         * nnfolder.el (nnfolder-request-accept-article): added subject to
873         nnmail-cache-insert call
874
875         * nnimap.el (nnimap-split-articles): added subject to
876         nnmail-cache-insert call
877         (nnimap-request-accept-article): added subject to
878         nnmail-cache-insert call
879
880         * nnmbox.el (nnmbox-request-accept-article): added subject to
881         nnmail-cache-insert call
882
883         * nnmh.el (nnmh-request-accept-article): added subject to
884         nnmail-cache-insert call
885
886         * nnml.el (nnml-request-accept-article): added subject to
887         nnmail-cache-insert call
888
889 2003-09-04  Jesper Harder  <harder@ifa.au.dk>
890
891         * gnus-art.el (gnus-button-handle-info-url)
892         (gnus-button-handle-info-url-gnome)
893         (gnus-button-handle-info-url-kde, gnus-button-alist): Handle GNOME
894         and KDE style Info URLs.
895
896         * gnus-util.el (gnus-url-unhex-string): Don't replace "+" with " ".
897
898 2003-09-02  Jesper Harder  <harder@ifa.au.dk>
899
900         * rfc2047.el (rfc2047-fold-region): Don't fold at the beginning
901         of the field.
902
903 2003-09-01  Simon Josefsson  <jas@extundo.com>
904
905         * mml.el (mml-insert-mime-headers-always): New variable.
906         (mml-insert-mime-headers): Use it.  Based on (tiny) patch from
907         Lars Balker Rasmussen <lars@balker.org>.
908
909 2003-08-30  Simon Josefsson  <jas@extundo.com>
910
911         * mail-source.el (mail-source-fetch-imap): Pass correct buffer to
912         imap-open, reverts 2003-03-17 change.  Reverse remove before
913         calling gnus-compress-sequence.  From Gaute Strokkenes
914         <gs234@srcf.ucam.org> (tiny change).
915
916 2003-08-29  Simon Josefsson  <jas@extundo.com>
917
918         * gnus-group.el (gnus-group-delete-group): Doc fix.  Suggested by
919         Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>.
920
921 2003-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
922
923         * gnus-art.el (article-display-x-face): Make it possible to set
924         the gnus-article-x-face-command variable to the lambda form.
925
926 2003-08-27  Simon Josefsson  <jas@extundo.com>
927
928         * mm-decode.el (mm-remove-part): Try to kill external displayers
929         cleanly first (if it refuses, C-g aborts loop and kill process
930         unconditionally).  Also make sure process is dead before we remove
931         the files it may be using.  Reported by David Coe
932         <davidc@debian.org>.
933
934 2003-08-27  Jesper Harder  <harder@ifa.au.dk>
935
936         * gnus-cache.el (gnus-cache-generate-active): Fix bug in
937         replacement.  From Vagn Johansen <v@johansen.mail.dk> (tiny
938         change).
939
940 2003-08-25  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * gnus-art.el: Don't use defvaralias.
943         (gnus-treat-display-x-face): Warn if the obsolete variable
944         `gnus-treat-display-xface' exists.
945
946 2003-08-25  Jesper Harder  <harder@ifa.au.dk>
947
948         * gnus-art.el (gnus-treat-display-face): Fix typo.
949         (gnus-treat-display-xface): Rename to gnus-treat-display-x-face
950         (reported by Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>)
951
952 2003-08-24  Jesper Harder  <harder@ifa.au.dk>
953
954         * gnus-art.el (gnus-header-button-alist, gnus-button-alist): Fix
955         type.
956
957 2003-08-22  Jesper Harder  <harder@ifa.au.dk>
958
959         * message.el (message-make-forward-subject-function): Fix
960         customize mismatch.
961
962         * gnus.el (gnus-message-archive-method): do.
963
964 2003-08-20  Reiner Steib  <Reiner.Steib@gmx.de>
965
966         * gnus.el (gnus-read-group): Offer to continue only if the invalid
967         char is `/' and add more information for the user.
968
969         * gnus-art.el (gnus-button-alist): Add `+' (gnus-button-handle-man).
970         (gnus-header-button-alist): Added `In-Reply-To'.
971
972         * nnimap.el (nnimap-open-connection): Allow different user names
973         on the same server (and in the same authinfo file).
974
975 2003-08-20  Jesper Harder  <harder@ifa.au.dk>
976
977         * gnus-sieve.el (gnus-sieve-crosspost): Fix type.
978
979         * message.el (message-make-forward-subject-function): Add
980         message-forward-subject-name-subject to choices.
981
982         * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit):
983         Redisplay article after editing.
984
985 2003-08-20  Simon Josefsson  <jas@extundo.com>
986
987         * gnus.el (gnus-read-group): Added check to ask confirmation if
988         Group name contains invalid character. You can use '/' in IMAP,
989         but not in filenames. G m cannot know what the user is creating,
990         so let user decide. See thread m2oeysiev3.fsf@naima.lensflare.org.
991         Tiny patch from letters@hotpop.com (Jari Aalto+mail.linux).
992
993 2003-08-13  Reiner Steib  <Reiner.Steib@gmx.de>
994
995         * gnus-score.el (gnus-summary-score-effect): Fix interactive use.
996
997 2003-08-10  Teodor Zlatanov  <tzz@lifelogs.com>
998
999         * gnus-draft.el (gnus-draft-send-all-messages): ask if all drafts
1000         should be sent unless gnus-expert-user is on
1001
1002 2003-08-09  Jesper Harder  <harder@ifa.au.dk>
1003
1004         * pgg-gpg.el (pgg-gpg-extra-args): Fix customization type.
1005
1006 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
1007
1008         * pgg-gpg.el (pgg-gpg-process-region): Bind
1009         default-enable-multibyte-characters to nil.
1010
1011 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1012
1013         * canlock.el (canlock-password): Fix customization type.
1014         (canlock-password-for-verify): Ditto.
1015         * deuglify.el (gnus-outlook-deuglify-unwrap-min): Ditto.
1016         (gnus-outlook-deuglify-unwrap-max): Ditto.
1017         (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
1018         * gnus-sum.el (gnus-sum-thread-tree-root): Ditto.
1019         (gnus-sum-thread-tree-false-root): Ditto.
1020         (gnus-sum-thread-tree-single-indent): Ditto.
1021         * message.el (message-archive-note): Ditto.
1022         (message-subscribed-address-file): Ditto.
1023         (message-user-fqdn): Ditto.
1024         * spam-report.el (spam-report-gmane-regex): Ditto.
1025         * spam.el (spam-blackhole-good-server-regex): Ditto.
1026
1027         * gnus-start.el (gnus-save-killed-list): Fix last change.
1028         * message.el (message-courtesy-message): Ditto.
1029
1030 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
1031
1032         * gnus-art.el (gnus-header-face-alist): Revert previous change.
1033         (gnus-header-newsgroups-face): Explain that it's only used for
1034         crossposts.
1035
1036 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * gnus-registry.el (gnus-registry-max-entries): Fix customization
1039         type.
1040         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
1041         * gnus.el (gnus-refer-article-method): Ditto.
1042         * message.el (message-courtesy-message): Ditto.
1043
1044 2003-08-06  Jesper Harder  <harder@ifa.au.dk>
1045
1046         * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry.
1047         From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch)
1048
1049 2003-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * gnus-start.el (gnus-save-killed-list): Fix customization type.
1052         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
1053         * gnus.el (gnus-use-long-file-name): Ditto.
1054
1055 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
1056
1057         * gnus-group.el (gnus-group-rename-group): Don't allow renaming to
1058         an existing name.
1059
1060         * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
1061
1062         * nnmail.el (nnmail-large-newsgroup): Docstring fix.
1063
1064         * nntp.el (nntp-large-newsgroup): do.
1065
1066         * nnspool.el (nnspool-large-newsgroup): do.
1067
1068         * gnus-cus.el (gnus-group-parameters): Typo.
1069
1070 2003-07-31  Simon Josefsson  <jas@extundo.com>
1071
1072         * mml-sec.el (mml-signencrypt-style-alist): Use separate S/MIME
1073         method by default (revert partial 2003-07-10 patch).
1074
1075 2003-07-28  Dave Love  <fx@gnu.org>
1076
1077         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el: Require cl when compiling.
1078
1079 2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
1080
1081         * gnus-registry.el (gnus-registry-install): add an initial
1082         registry read to the loading when gnus-registry-install is set
1083
1084 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1085
1086         * flow-fill.el (fill-flowed): Empty lines separate paragraphs
1087         even if the preceding line ends with a soft break.  Tiny patch
1088         from Mark Thomas <swoon@bellatlantic.net>.
1089
1090 2003-07-25  Teodor Zlatanov  <tzz@lifelogs.com>
1091
1092         * spam.el (spam-use-regex-body, spam-regex-body-spam) 
1093         (spam-regex-body-ham): new variables, default to nil/empty/empty
1094         (spam-install-hooks): added spam-use-regex-body to list or
1095         pre-install conditions
1096         (spam-list-of-checks): added spam-use-regex-body and
1097         spam-check-regex-body to list of checks
1098         (spam-list-of-statistical-checks): added spam-use-regex-body to
1099         list of statistical checks
1100         (spam-check-regex-body): invokes spam-check-regex-headers with
1101         appropriate variable masking
1102         (spam-check-regex-headers): changes to print "body" or "header"
1103         where appropriate
1104
1105 2003-07-25  Jesper Harder  <harder@ifa.au.dk>
1106
1107         * smime.el (smime-ask-passphrase): Use read-passwd rather than
1108         comint-read-noecho.  The former is more secure.
1109
1110 2003-07-24  Teodor Zlatanov  <tzz@lifelogs.com>
1111
1112         * gnus-registry.el (gnus-registry-cache-whitespace): make "adding
1113         whitespace" message level 5 instead of 4
1114         (gnus-registry-clean-empty-function): new function to remove empty
1115         registry entries
1116         (gnus-registry-clean-empty): new variable to enable cleaning the
1117         registry when saving it by calling gnus-registry-clean-empty-function
1118
1119         * spam.el (spam-summary-prepare-exit): use spam-process-ham-in-spam-groups
1120         (spam-process-ham-in-spam-groups): new variable
1121
1122 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
1123
1124         * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
1125
1126         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
1127         from 2003-04-03 to fix security problem.  See
1128         http://www.debian.org/security/2003/dsa-339
1129
1130 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
1131
1132         * gnus.el (gnus-install-group-spam-parameters): add the
1133         gnus-ticked-mark to the possible choices of ham marks
1134
1135         * spam.el (spam-process-ham-in-nonham-groups): new variable
1136         (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
1137
1138 2003-07-23  Jesper Harder  <harder@ifa.au.dk>
1139
1140         * rfc2047.el (rfc2047-header-encoding-alist): Add Mail-Followup-To
1141         and Mail-Copies-To to address-mime.
1142         (rfc2047-narrow-to-field): Use rfc2047-point-at-bol.
1143
1144 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
1145
1146         * mm-util.el (mm-coding-system-priorities): Docstring improvement.
1147
1148 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
1149
1150         * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
1151         the right place.
1152
1153 2003-07-14  Simon Josefsson  <jas@extundo.com>
1154
1155         * mail-source.el (mail-source-fetch-imap): Don't assume
1156         imap-error-text returns something.
1157
1158 2003-07-12  Nevin Kapur  <kapur@mts.jhu.edu>
1159
1160         * nnimap.el (nnimap-request-newgroups): Use the pattern in
1161         nnimap-list-pattern instead of "*".
1162
1163 2003-07-10  Simon Josefsson  <jas@extundo.com>
1164
1165         * mml-sec.el (mml-signencrypt-style-alist): Use "combined" by
1166         default.  Improve docstring.
1167
1168 2003-07-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1169
1170         * imap.el (imap-arrival-filter): Fix test for missing process
1171         buffer.
1172
1173 2003-07-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1174         From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
1175
1176         * imap.el (imap-wait-for-tag): Clarify comment.  Use timeout zero
1177         for second, after-process-has-died, accept-process-output.
1178         (imap-arrival-filter): If PROC has no buffer, do nothing.
1179
1180 2003-07-09  Jesper Harder  <harder@ifa.au.dk>
1181
1182         * flow-fill.el: Docstring and message fixes.
1183
1184         * deuglify.el: do.
1185
1186         * gnus-int.el: do.
1187
1188         * gnus-msg.el: do.
1189
1190         * gnus-util.el: do.
1191
1192         * gnus-draft.el: do.
1193
1194         * gnus-start.el: do.
1195
1196         * gnus.el: do.
1197
1198         * gnus-group.el: do.
1199
1200         * gnus-art.el: do.
1201
1202         * gnus-sum.el: do.
1203
1204         * mail-source.el (mail-source-movemail): Handle non-numerical
1205         return values.
1206
1207 2003-07-08  Jesper Harder  <harder@ifa.au.dk>
1208
1209         * mailcap.el (mailcap-parse-args-syntax-table)
1210         (mailcap-viewer-passes-test): Docstring fix.
1211
1212         * mm-bodies.el (mm-long-lines-p): Docstring fix.
1213
1214         * mm-decode.el (mm-w3m-safe-url-regexp, mm-verify-option)
1215         (mm-decrypt-option, mm-handle-set-external-undisplayer)
1216         (mm-file-name-replace-whitespace): Docstring fix.
1217
1218         * mm-uu.el (mm-uu-emacs-sources-regexp): Docstring fix.
1219         (mm-uu-pgp-signed-test): Fix message.
1220
1221         * mml.el (mml-tweak-sexp-alist): Docstring fix.
1222         (mml-parse-1, mml-insert-mime-headers): Fix message.
1223
1224         * message.el (message-archive-header)
1225         (message-subscribed-address-functions)
1226         (message-subscribed-addresses, message-subscribed-regexps)
1227         (message-canlock-generate)
1228         (message-generate-new-buffer-clone-locals): Docstring fixes.
1229
1230 2003-07-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1231
1232         * imap.el (imap-wait-for-tag): After the process has died, look
1233         for more output still pending.  From Gaute B Strokkenes
1234         <gs234@cam.ac.uk> (tiny patch).
1235
1236 2003-07-07  Teodor Zlatanov  <tzz@lifelogs.com>
1237
1238         * spam.el (spam-bogofilter-score): redisplay article normally
1239         after spam-bogofilter-score is called
1240
1241 2003-07-06  Jesper Harder  <harder@ifa.au.dk>
1242
1243         * message.el (message-send-mail-with-sendmail): Handle
1244         non-numeric return values.
1245
1246         * gnus-sum.el (gnus-print-buffer): Apply emphasis.
1247         From Michael Piotrowski <mxp@dynalabs.de> (tiny change).
1248
1249         * gnus-start.el (gnus-clear-system): Revert change from
1250         2003-06-19.
1251
1252 2003-07-04  Dave Love  <fx@gnu.org>
1253
1254         * rfc2047.el (rfc2047-q-encode-region): Exclude especials from
1255         characters not encoded, and make the list more legible.
1256
1257 2003-07-04  Jesper Harder  <harder@ifa.au.dk>
1258
1259         * message.el (message-make-from): Revert change from 2002-01-08.
1260
1261 2003-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * nnheader.el (nnheader-init-server-buffer): Don't add
1264         nntp-server-buffer to list of Gnus buffers.
1265
1266 2003-06-25  Teodor Zlatanov  <tzz@lifelogs.com>
1267
1268         * spam.el (spam-parse-list): prevent empty ("") strings
1269
1270 2003-06-24  Teodor Zlatanov  <tzz@lifelogs.com>
1271
1272         * spam.el (spam-parse-list): use gnus-extract-address-components
1273         instead of ietf-drums-parse-addresses
1274         (spam-from-listed-p): let* was unnecessary
1275
1276 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277
1278         * gnus-ems.el (gnus-put-image): Mark the right text segment with
1279         gnus-image-category. 
1280
1281         * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
1282         native groups.
1283
1284         * gnus-topic.el (gnus-group-prepare-topics): Update topic line
1285         format specs.
1286
1287         * gnus-picon.el: Written by moi, moi, moi.
1288
1289         * gnus-group.el (gnus-group-kill-group): Clean up.
1290
1291 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
1292
1293         * spam.el (spam-from-listed-p, spam-parse-list): use
1294         ietf-drums-parse-addresses to extract the address portion of the
1295         whitelist/blacklist file if it looks like an address can be found
1296
1297 2003-06-23  Didier Verna  <didier@xemacs.org>
1298
1299         * gnus-ems.el (gnus-put-image): New argument CATEGORY. Add it as a
1300         text property.
1301         (gnus-remove-image): New argument CATEGORY. Only remove if
1302         category matches.
1303         * gnus-xmas.el (gnus-xmas-put-image):
1304         (gnus-xmas-remove-image): Ditto, with extents.
1305         * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
1306         gnus-[xmas-]remove-image.
1307         (article-display-face): Don't always act as a toggle. Call
1308         `gnus-put-image' with CATEGORY argument.
1309         (article-display-x-face): Call `gnus-put-image' with CATEGORY
1310         argument.
1311         * smiley.el (smiley-region): Ditto.
1312         * gnus-fun.el (gnus-display-x-face-in-from): Ditto.
1313         * gnus-picon.el (gnus-picon-insert-glyph): Ditto.
1314         (gnus-treat-mail-picon): Don't always act as a toggle.
1315         * gnus-picon.el (gnus-treat-newsgroups-picon): Ditto.
1316
1317 2003-06-23  Didier Verna  <didier@xemacs.org>
1318
1319         * gnus-art.el (article-display-face): Check for existence of the
1320         original article buffer before switching to it.
1321
1322 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1323
1324         * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
1325         Dan Jacobson <jidanni@jidanni.org>.
1326
1327         * mm-view.el (mm-inline-message): Bind
1328         gnus-original-article-buffer to the buffer in the mml handle
1329         holding the message.
1330
1331 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1332
1333         * message.el (sender, from): No need to bind them.
1334
1335 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1336
1337         * spam.el (spam-enter-list): search-forward specified wrong
1338
1339 2003-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * gnus-art.el: Comment fix.
1342
1343 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
1344
1345         * gnus-msg.el (gnus-configure-posting-styles): Remove unused
1346         variable.  From Jan Rychter <jan@rychter.com>.
1347
1348         * spam.el (spam-spamoracle-learn): insert-string is obsolete.
1349
1350 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
1351
1352         * spam.el (spam-enter-list): do not enter duplicate addresses into
1353         the whitelist/blacklist
1354
1355 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
1356
1357         * nnheader.el (nnheader-init-server-buffer): Add
1358         nntp-server-buffer to gnus-buffers.
1359
1360         * gnus-start.el (gnus-clear-system): Now we don't need to kill
1361         nntp-server-buffer separately.
1362
1363 2003-06-18  Didier Verna  <didier@xemacs.org>
1364
1365         * gnus-art.el (article-display-face): Correctly toggle between
1366         display and hiding. Handle multiple Face headers.
1367
1368 2003-06-17  Dave Love  <fx@gnu.org>
1369
1370         * nnimap.el: Require cl when compiling.
1371
1372         * message.el (message-fix-before-sending): Reinstate nullifying
1373         the invisible text property.
1374         (sender, from): Defvar when compiling.
1375         (message-is-yours-p): Remove autoload cookie.
1376
1377 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
1378
1379         * gnus-util.el (gnus-extract-address-components): Added
1380         doc-string.
1381
1382 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1383
1384         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
1385         overview when using compressed files.  From Michael Albinus
1386         <Michael.Albinus@alcatel.de>.
1387
1388 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
1391         Message-ID from In-Reply-To header.
1392
1393 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * message.el (message-is-yours-p): Narrow to head; extract from
1396         and sender by itself.
1397         (message-cancel-news, message-supersede): Remove useless things.
1398
1399 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
1400
1401         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
1402         `gnus-article-emulate-mime'.
1403
1404 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1405         From Tommi Vainikainen <thv+gnus@iki.fi>.
1406
1407         * message.el (message-is-yours-p): New function.  Separated common
1408         code from message-cancel-news and message-supersede.  Added
1409         matching code which uses message-alternative-emails regexp as last
1410         resort.
1411         (message-cancel-news, message-supersede): Use message-is-yours-p.
1412
1413 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1414
1415         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
1416         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
1417
1418 2003-06-12  Dave Love  <fx@gnu.org>
1419
1420         * nnheader.el (nnheader-functionp): Deleted.
1421
1422         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
1423         defvar.
1424         (nnmail-version): Deleted.
1425         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
1426         nnheader-functionp.
1427
1428 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
1429
1430         * spam.el (spam-check-bogofilter-headers): fix for when the score
1431         is requested but the message is not spam
1432
1433 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
1434         From Eric
1435         <knauel@informatik.uni-tuebingen.de>
1436
1437         * spam.el (spam-use-spamoracle): new variable
1438         (spam-install-hooks): add spamoracle to the list of conditions
1439         for activation of spam-install-hooks
1440         (spam-spamoracle): new variable customization group
1441         (spam-spamoracle, spam-spamoracle): new variables
1442         (spam-group-spam-processor-spamoracle-p)
1443         (spam-group-ham-processor-spamoracle-p): new functions
1444         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
1445         (spam-list-of-checks, spam-list-of-statistical-checks): add
1446         spam-use-spamoracle
1447         (spam-check-spamoracle, spam-spamoracle-learn)
1448         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
1449
1450         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
1451         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
1452         (spam-process, ham-process): added spamoracle spam/ham processors
1453
1454 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
1455
1456         * message.el (message-beginning-of-line): Docstring improvement.
1457         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
1458
1459 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460
1461         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
1462         gnus-summary-display-buttonized t]
1463
1464 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1465
1466         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
1467         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
1468
1469 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
1470
1471         * message.el (message-beginning-of-line): Docstring improvement.
1472
1473 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
1474
1475         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
1476         groups correctly.
1477
1478 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1479         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1480
1481         * message.el (message-fetch-field): Augment documentation to state
1482         the narrowed-to-headers restriction.
1483         (message-change-subject, message-reduce-to-to-cc)
1484         (message-generate-unsubscribed-mail-followup-to)
1485         (message-insert-importance-high, message-insert-importance-low)
1486         (message-insert-or-toggle-importance)
1487         (message-insert-disposition-notification-to): Narrow to headers
1488         before calling message-fetch-field or message-remove-header.
1489
1490 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1491
1492         * gnus-registry.el (gnus-registry-trim): fix for when
1493         gnus-registry-max-entries is nil
1494
1495 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * qp.el (quoted-printable-decode-region): Don't error out on
1498         malformed text.
1499
1500 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501
1502         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
1503         strings.
1504
1505 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
1506
1507         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
1508         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
1509         change)
1510
1511 2003-06-03  Dave Love  <fx@gnu.org>
1512
1513         * gnus-soup.el (gnus-soup-send-packet): Don't use
1514         message-functionp.
1515
1516         * gnus.el (gnus-agent-cache): Doc fix.
1517         (gnus-other-frame): Quote lambda used as hook.
1518
1519         * message.el: Doc fixes.
1520         (message-functionp): Deleted.  Callers changed.
1521         (message-fix-before-sending): Highlight with overlays.  Clarify
1522         `illegible text' messages.
1523         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
1524         compiling.
1525         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
1526
1527 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1528
1529         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
1530         option.
1531         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
1532
1533         * message.el (message-fetch-field): Mention narrow-to-headers
1534         requirement.
1535
1536 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
1537
1538         * gnus-xmas.el (gnus-xmas-create-image): Use
1539         insert-file-contents-literally.  From: Eric Eide
1540         <eeide@cs.utah.edu>
1541
1542 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
1543
1544         * gnus-registry.el (gnus-registry-fetch-group): always return the
1545         short name of the group
1546
1547 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
1548
1549         * gnus-cus.el (defvar): Silence byte-compiler warnings.
1550
1551         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
1552
1553 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
1554
1555         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
1556         rather than gnus-display-mime-function.
1557
1558 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
1559
1560         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
1561         (gnus-registry-add-group): use it
1562         (gnus-registry-trim-articles-without-groups): new variable
1563         (gnus-registry-delete-group): use it
1564         (gnus-registry-unload-hook): uninstall all the hooks
1565
1566         * spam.el (spam-install-hooks-function, spam-unload-hook): new
1567         functions so users that load spam.el for customization don't get
1568         all the hooks installed
1569         (spam-install-hooks): new variable, set to t by default if user
1570         has one of the spam-use-* variables set
1571
1572         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
1573         functions so users that load spam-stat.el for customization don't get
1574         all the hooks installed
1575
1576 2003-05-30  Dave Love  <fx@gnu.org>
1577
1578         * rfc2047.el (rfc2047-decode): Don't use
1579         mm-with-unibyte-current-buffer.
1580
1581         * qp.el (quoted-printable-decode-string): Use
1582         mm-with-unibyte-buffer.
1583
1584 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
1585
1586         * gnus-registry.el (gnus-registry-save): allow forced saving even
1587         when registry is not dirty.  Use gnus-registry-trim to shorten the
1588         gnus-registry-alist.
1589         (gnus-registry-max-entries): new variable
1590         (gnus-registry-trim): new function, trim gnus-registry-alist to
1591         size gnus-registry-max-entries, sorting by entry mtime so the
1592         newest entries stick around
1593
1594         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
1595         just one specific variable, allow a list of specific variables
1596
1597 2003-05-28  Dave Love  <fx@gnu.org>
1598
1599         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
1600         end of region.
1601
1602 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
1603
1604         * lpath.el: Add put-char-table and get-char-table.
1605
1606 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
1607
1608         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
1609         (gnus-registry-save, gnus-registry-read)
1610         (gnus-registry-store-extra, gnus-registry-clear): use it (note
1611         that gnus-registry-store-extra is invoked for all modifications to
1612         set the mtime, so gnus-registry-dirty only needs to be set there)
1613
1614 2003-05-23  Simon Josefsson  <jas@extundo.com>
1615
1616         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
1617         message-sender.
1618
1619         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
1620
1621         * message.el (message-use-idna): Ditto.
1622
1623 2003-05-20  Dave Love  <fx@gnu.org>
1624
1625         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
1626         (rfc2047-q-encode-region): Don't use it.
1627         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
1628         rfc2047-encoding-type to `mime'.
1629         (rfc2047-encode-string, rfc2047-encode): Doc fix.
1630
1631 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
1632
1633         * message.el (message-send-mail): Don't insert a courtesy copy
1634         notice in base64 encoded messages.
1635
1636 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
1639         marks if the destination group is not auto-expirable.
1640
1641 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * dgnushack.el (assq-delete-all): Removed the compiler macro.
1644
1645 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
1646
1647         * gnus-agent.el (gnus-agentize): Updated documentation to match
1648         usage.
1649         (gnus-agent-expire-group-1): Do not skip over a group when the
1650         force argument is set.
1651         * gnus.el (gnus-agent): Updated documentation to reflect that
1652         gnus-agent now defaults to t.
1653
1654 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * gnus.el (gnus-version-number): Bump.
1657
1658 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1659
1660         * gnus.el: Gnus v5.10.2 is released.
1661
1662 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * mail-source.el (mail-source-delete-incoming): Changed to t.
1665
1666         * rfc2047.el (rfc2047-syntax-table): Funcall.
1667
1668         * lpath.el ((featurep 'xemacs)): Added set-char-table-range.
1669         ((featurep 'xemacs)): No, don't.
1670
1671         * rfc2047.el (rfc2047-encodable-p): Use the header charset.
1672
1673         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
1674         leave-hidden.
1675
1676 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
1677
1678         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
1679         patch.)
1680
1681 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * gnus-registry.el (gnus-registry-store-extra-entry): Use
1684         gnus-assq-delete-all.
1685
1686         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
1687
1688         * message.el (message-ignored-bounced-headers): Add Delivered-To.
1689
1690         * gnus-sum.el (gnus-summary-find-next): Indent.
1691         (gnus-summary-find-prev): Ditto.
1692         (gnus-summary-catchup): Doc fix.
1693         (gnus-summary-mark-current-read-and-unread-as-read): New function.
1694         (gnus-summary-catchup): Really mark after point.
1695
1696         * gnus-util.el (gnus-user-date): Use %d instead of %m.
1697         (gnus-user-date): Use floating point time so that we don't get
1698         overflows.
1699
1700         * gnus-sum.el (gnus-summary-local-variables): Clean up.
1701
1702         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
1703         since none of the other image things do.
1704
1705 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
1708
1709 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1710
1711         * lpath.el: Fbind find-coding-system.
1712
1713         * dgnushack.el (dgnushack-make-load): Remove redundant format call
1714         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
1715         * pop3.el (pop3-movemail): Ditto.
1716
1717 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
1718
1719         * gnus.el (gnus-agent): Docstring fix.
1720
1721 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
1722
1723         * gnus-registry.el (gnus-registry-install): new variable
1724         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry)
1725         (gnus-registry-store-extra-entry, gnus-registry-delete-group)
1726         (gnus-registry-add-group): add a modification timestamp to each entry
1727         (gnus-registry-install-hooks): new function
1728
1729 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1730
1731         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
1732         (gnus-agent-cat-disable-undownloaded-faces): New function.
1733         Accessor for new agent property
1734         'agent-disable-undownloaded-faces'.
1735         gnus-cus.el (gnus-agent-parameters): Added
1736         agent-disable-undownloaded-faces and corrected documentation.
1737         (gnus-agent-cat-prepare-category-field,
1738         gnus-agent-customize-category): Changed to avoid creating free
1739         references to each field's symbol.
1740         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
1741         (gnus-select-newgroup): Initialize it.
1742         (gnus-summary-highlight-line): Use it.
1743
1744 2003-05-12  Dave Love  <fx@gnu.org>
1745
1746         * mm-util.el (mm-read-charset): Deleted.
1747         (mm-coding-system-mime-charset): New.
1748         (mm-read-coding-system, mm-mule-charset-to-mime-charset)
1749         (mm-charset-to-coding-system, mm-mime-charset)
1750         (mm-find-mime-charset-region): Use it.
1751         (mm-default-multibyte-p): Fix non-mule case.
1752
1753         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
1754         and compile.
1755         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
1756         (rfc2047-unfold-region): Delete unused var `leading'.
1757
1758 2003-05-12  Simon Josefsson  <jas@extundo.com>
1759
1760         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
1761         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
1762         <scop@xemacs.org>.
1763
1764 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
1767         space.
1768
1769 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
1770
1771         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
1772         washing etc.
1773         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
1774
1775         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
1776         `mime-parts'.
1777
1778 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
1779
1780         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
1781         work.  Update mode-line.
1782
1783 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784
1785         * gnus.el (gnus-logo-color-alist): Added no colours.
1786
1787 2003-05-09  Dave Love  <fx@gnu.org>
1788
1789         * utf7.el (mm-util): Require.
1790         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
1791         Defconst, not defvar.
1792         (utf7-utf-16-coding-system): New.
1793         (utf7-encode-internal): Hoist concat out of loop.
1794         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
1795         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
1796         case.
1797         (utf7-latin1-u16-char-converter): Encode the region.
1798         (utf7-u16-latin1-char-converter): Decode the region.
1799         (utf7-encode, utf7-decode): Fix multibyteness.
1800
1801         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
1802         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
1803         (mm-uu-yenc-decode-function): Defvar when compiling.
1804         (mm-encode-body, mm-decode-body): Doc fix.
1805
1806 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1807
1808         * gnus-registry.el (gnus-registry-unregistered-group-regex):
1809         removed in favor of the group/topic/global variables
1810         (gnus-registry-register-message-ids): fixed test to omit
1811         gnus-registry-unregistered-group-regex
1812
1813         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
1814         gnus-registry-headers-alist from the list
1815         (gnus-registry-headers-alist): removed
1816         (registry-ignore): new parameter, with accompanying
1817         gnus-registry-ignored-groups global variable
1818
1819         * gnus-start.el (gnus-clear-system): no need to clear the
1820         registry, we can do it ourselves
1821         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
1822         used by gnus-registry.el
1823
1824         * gnus-registry.el (gnus-registry-cache-file): new file variable
1825         (gnus-registry-cache-read, gnus-registry-cache-save): new
1826         functions
1827         (gnus-registry-cache-whitespace): new function.  From Dan
1828         Christensen <jdc@chow.mat.jhu.edu>
1829         (gnus-registry-save, gnus-registry-read): use the new
1830         gnus-registry-cache-{read|save} functions, and change the name
1831         from gnus-registry-translate-{from|to}-alist
1832         (gnus-registry-clear): fixed so it doesn't refer to old function name
1833
1834 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
1835
1836         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
1837         address.
1838
1839 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
1840
1841         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
1842         the list of cleared variables
1843
1844         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1845         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
1846         in addition to a list of regexes.
1847
1848         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
1849         Morberg <niklas.morberg@axis.com>
1850
1851 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1852
1853         * gnus-sum.el (gnus-summary-next-page): Mention
1854         `gnus-article-skip-boring' in docstring.
1855
1856 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
1857
1858         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
1859         syntax here.
1860
1861         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
1862         whitespace syntax class when parsing email addresses.
1863
1864         * message.el (message-forward-subject-name-subject): Don't use
1865         mail-decode-encoded-word-string before parsing from.
1866
1867 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1868
1869         * message.el (message-setup-1): Setup alternative email before
1870         generate-headers.
1871
1872         (message-forward-subject-name-subject): Fix the case when the
1873         field "from" doesn't exist.
1874
1875 2003-05-07  Dave Love  <fx@gnu.org>
1876
1877         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
1878
1879         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
1880         possible values.
1881
1882 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
1883
1884         * message.el (message-kill-to-signature): Fix.
1885
1886 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
1887
1888         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
1889
1890         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
1891         (gnus-mime-display-multipart-related-as-mixed)
1892         (gnus-button-mid-or-mail-heuristic-alist): do.
1893
1894 2003-05-05  Dave Love  <fx@gnu.org>
1895
1896         * mm-util.el (mm-default-multibyte-p): New.
1897         (mm-coding-system-p): Maybe use find-coding-systems.
1898
1899 2003-05-04  Dave Love  <fx@gnu.org>
1900
1901         * rfc2047.el (with-syntax-table): Define if necessary.
1902         (rfc2047-syntax-table): Fix last change for XEmacs.
1903         (rfc2047-parse-and-decode): Revert last change.
1904
1905 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
1906
1907         * gnus.el: Don't test for `mm-guess-mime-charset'.
1908
1909         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
1910
1911         * gnus.el (gnus-default-charset): Set default value to
1912         `undecided'.
1913
1914         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
1915         mm-decode-body.
1916
1917         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
1918         (mm-decode-body): Don't use mm-decode-coding-region-safely.
1919
1920 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
1921
1922         * gnus-util.el (gnus-multiple-choice): Add ", ?".
1923
1924 2003-05-03  Dave Love  <fx@gnu.org>
1925
1926         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
1927         with 2 args.
1928         (rfc2047-decode-string): Don't set the buffer multibyte before
1929         calling buffer-string.
1930
1931         * mm-encode.el (mm-long-lines-p): Autoload.
1932         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
1933         unibyte.  Signal error on unknown encoding.
1934         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
1935
1936         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
1937         Callers of gnus- versions changed to use them.
1938         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
1939         fixes.
1940         (rfc2047-encoding-type): New.
1941         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
1942         Don't include header name field in encoding.  Add `address-mime'
1943         case and bind rfc2047-encoding-type for `mime' case.
1944         (rfc2047-encodable-p): Deleted.
1945         (rfc2047-syntax-table): New.
1946         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
1947         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
1948         in place rather than by passing strings.
1949         (rfc2047-encode-string): Doc fix.
1950         (rfc2047-q-encode-region): Don't use
1951         mm-with-unibyte-current-buffer.
1952         (rfc2047-encoded-word-regexp): eval-and-compile.
1953         (rfc2047-decode-region): Avoid concatenation in loop.
1954         (rfc2047-parse-and-decode): Remove useless disjunction.
1955
1956 2003-05-02  Dave Love  <fx@gnu.org>
1957
1958         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
1959         mm-with-unibyte-current-buffer.
1960         (ietf-drums, gnus-util): don't require.
1961
1962         * sieve.el (sieve-manage-mode-menu): Define before use.
1963
1964         * mml-smime.el (message-narrow-to-headers): Autoload.
1965
1966         * mm-util.el (mm-coding-system-p): Don't override nil from
1967         coding-system-p.
1968         (mm-mule4-p, mm-disable-multibyte-mule4)
1969         (mm-with-unibyte-current-buffer-mule4): Deleted.
1970         (mm-multibyte-p): Use defun, not defalias.
1971         (mm-make-temp-file): Moved to group at top of file.
1972         (mm-point-at-eol, mm-point-at-bol): New.
1973
1974         * gnus-cite.el (gnus-art): Require.
1975
1976         * gnus-ems.el (gnus-get-buffer-create)
1977         (nnheader-find-etc-directory, message-text-with-property):
1978         Autoload.
1979         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
1980         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
1981         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
1982         (gnus-check-before-posting): Only defvar when compiling.
1983
1984         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
1985
1986         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
1987         Defvar when compiling.
1988         (gnus-output-to-rmail): Require mm-util.
1989
1990         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
1991         (mail-source-make-complex-temp-name): Deleted.
1992
1993         * message.el (message-use-idna): Use mm-coding-system-p.
1994         (message-tokenize-header, message-make-organization)
1995         (message-make-from):  Use with-temp-buffer.
1996         (message-set-work-buffer): Deleted.
1997         (message-fill-paragraph): Use `if' not `and' for compiler warning.
1998         (message-check-news-header-syntax): Remove useless lambda.
1999         (message-forward-make-body): Use mm-disable-multibyte,
2000         mm-with-unibyte-current-buffer, mm-enable-multibyte.
2001         (message-replace-chars-in-string): Deleted.
2002
2003         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
2004         (mm-extern-url): Use mm-with-unibyte-current-buffer,
2005         mm-disable-multibyte.
2006         (mm-extern-anon-ftp): Use mm-disable-multibyte.
2007
2008         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
2009         mm-with-unibyte-current-buffer.
2010
2011         * mml2015.el (mml): Require.
2012         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
2013         mm-with-unibyte-current-buffer.
2014
2015         * nnheader.el (gnus-util): Require.
2016
2017         * nntp.el (format-spec, format-spec-make, open-tls-stream):
2018         Autoload.
2019
2020         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
2021         (mail-header-remove-whitespace): Autoload.
2022
2023         * sieve-manage.el (starttls-negotiate): Autoload.
2024
2025 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
2028
2029 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
2030
2031         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
2032
2033 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034
2035         * gnus.el (gnus-version-number): Bump.
2036
2037 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
2038
2039         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
2040         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
2041
2042         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
2043         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
2044
2045         * gnus-registry.el (gnus-registry-fetch-extra)
2046         (gnus-registry-store-extra, gnus-registry-group-count): new functions
2047         (gnus-registry-fetch-group, gnus-registry-delete-group)
2048         (gnus-registry-add-group): changed to work with extra data element
2049         if present
2050
2051 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2052
2053         * gnus.el: Gnus v5.10.1 is released.
2054
2055 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2056
2057         * gnus.el: Oort Gnus v0.24 is released.
2058
2059 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * dgnushack.el (when): Check whether defadvice is fbound.
2062
2063 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
2064
2065         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
2066         (gnus-registry-register-message-ids): use it
2067
2068 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * gnus.el (gnus-version-number): Bump.
2071
2072         * gnus.el: Update copyright for several files.
2073
2074 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2075
2076         * gnus.el: Oort Gnus v0.23 is released.
2077
2078 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * spam-stat.el (spam-stat-test-directory): Compare against zero.
2081
2082 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
2083
2084         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
2085
2086 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * message.el (message-forward-subject-name-subject): Decode
2089         string when forwarding.
2090
2091 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
2092
2093         * dgnushack.el (when): Add defadvice.
2094
2095 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * gnus.el (gnus-version-number): Bump.
2098
2099 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2100
2101         * gnus.el: Oort Gnus v0.22 is released.
2102
2103 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2104
2105         * gnus.el: Oort Gnus v0.21 is released.
2106
2107 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * gnus.el (gnus-version-number): Bump.
2110
2111 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2112
2113         * gnus.el: Oort Gnus v0.20 is released.
2114
2115 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
2116
2117         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
2118
2119 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
2120
2121         * mm-url.el (mm-url-insert-file-contents): set url-current-object
2122         in the case where mm-url-use-external is set.
2123
2124         * nnrss.el (nnrss-request-article): Change the messages created to
2125         multipart/alternative.  Hopefully fixes a problem interaction with
2126         w3m.
2127         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
2128         around.
2129
2130 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * message.el (message-check-news-header-syntax): Alter "posting"
2133         message.
2134
2135         * nnrss.el (nnrss-node-text): Don't use char classes.
2136
2137 2003-05-01  David Z. Maze  <dmaze@mit.edu>
2138
2139         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
2140         in condition-case.
2141
2142 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * message.el (message-required-headers): Remove In-Reply-To.
2145
2146         * gnus-int.el (gnus-open-server): Revert changes.
2147
2148 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2149
2150         * gnus-int.el (gnus-open-server): Try to open unagentized servers
2151         even when unplugged.
2152
2153 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
2154
2155         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
2156         doc-string.
2157
2158 2003-05-01  Steve Youngs  <youngs@xemacs.org>
2159
2160         * lpath.el: Add a section for non-Mule XEmacsen.
2161         fbind `find-charset-string' and `coding-system-base' in that
2162         section.
2163
2164         * gnus-util.el (gnus-completing-read-maybe-default): New.
2165         (gnus-completing-read): Use it.
2166
2167         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
2168
2169         * gnus-art.el (gnus-read-string): New.
2170         (gnus-summary-pipe-to-muttprint): Use it.
2171
2172         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
2173
2174         * dns.el (dns-make-network-process): Use it.
2175
2176         Take care of some differences between XEmacs 21.1 and newer
2177         versions of XEmacs.
2178
2179 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
2180
2181         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
2182         diagnostic message
2183         (gnus-registry-grep-in-list): don't run when word is nil
2184         (gnus-registry-fetch-message-id-fast): new function
2185         (gnus-registry-delete-group, gnus-registry-add-group): make sure
2186         the id and group are not nil
2187         (gnus-registry-register-message-ids): new function
2188         (gnus-register-action): optimized logical flow
2189         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
2190
2191 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2192
2193         * gnus-delay.el (gnus-delay-article): Call
2194         `gnus-agent-queue-setup' to create the delay group.
2195
2196         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
2197         for the (queue) group name.
2198
2199 2003-04-30  Simon Josefsson  <jas@extundo.com>
2200
2201         * mm-util.el (mm-charset-to-coding-system): Use user specified
2202         charset unless coding-system-get is fboundp.
2203
2204 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
2205
2206         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
2207         Wrapped in eval-when-compile.
2208         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
2209         shouldn't be asked twice to go online with each server.
2210         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
2211         gnus-agent-crosspost, gnus-agent-flush-cache,
2212         gnus-agent-fetch-session, gnus-agent-unread-articles,
2213         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
2214         gnus-agent-group-covered-p): Expanded pop macros used for
2215         effect. Avoids compilation warning in emacs 21.3.
2216
2217         * gnus-int.el (gnus-open-server): Restructured to only open
2218         nnagent when gnus-plugged is nil.
2219
2220 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * lpath.el: Fbind string-to-multibyte.
2223
2224 2003-04-30  Steve Youngs  <youngs@xemacs.org>
2225
2226         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
2227
2228 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
2229
2230         * gnus-registry.el (gnus-registry-fetch-group): faster
2231         (gnus-registry-delete-group): new function
2232         (gnus-registry-add-group): new function
2233         (gnus-register-spool-action): use it
2234         (gnus-register-action): use it
2235         (gnus-registry-translate-from-alist)
2236         (gnus-registry-translate-to-alist): remove the headers registry
2237         for now
2238
2239 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
2240
2241         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
2242
2243 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
2244
2245         * spam-report.el (spam-report-gmane): gnus-summary-article-number
2246         is not necessary, just use the function parameter
2247
2248 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
2249
2250         * spam-stat.el (spam-stat-save): No longer font-locks the file
2251         when saving
2252
2253 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * canlock.el: Bind mail-header-separator when compiling (XEmacs
2256         provides it in mail-lib/auto-autoloads.el).
2257
2258 2003-04-29  Simon Josefsson  <jas@extundo.com>
2259
2260         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
2261         message-sender.
2262
2263         * mml.el (mml-generate-mime-1): Set mml-sender too.
2264
2265 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
2266
2267         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
2268
2269         * mm-url.el (mm-url-use-external): do.
2270
2271 2003-04-29  Simon Josefsson  <jas@extundo.com>
2272
2273         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
2274         warnings).
2275
2276         * sieve-mode.el (c-mode): Ditto.
2277
2278         * pgg.el (run-at-time): Ditto.
2279
2280         * mm-url.el (require): Require timer when compiling for
2281         with-timeout macro (fix xemacs compile warnings).
2282
2283 2003-04-28  Dave Love  <fx@gnu.org>
2284
2285         * gnus-util.el (nnheader): Don't require.
2286         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
2287         Autoload.
2288
2289         * spam.el: Require cl when compiling.
2290
2291         * dns.el: Require cl when compiling.
2292
2293 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
2294
2295         * gnus-art.el (gnus-article-goto-next-page)
2296         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
2297         gnus-pick-mode work.
2298
2299 2003-04-28  Steve Youngs  <youngs@xemacs.org>
2300
2301         * Makefile.in (FLAGS): Use @FLAGS@.
2302
2303 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
2304
2305         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
2306         (gnus-mime-display-multipart-alternative-as-mixed)
2307         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
2308         allow customization.
2309
2310 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2311
2312         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
2313         currently called (See source for explanation).
2314
2315 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2316
2317         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages.
2318         (gnus-summary-mark-read-and-unread-as-read): Take an optional
2319         mark.
2320
2321         * gnus.el (gnus-version-number): Bump.
2322
2323 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2324
2325         * gnus.el: Oort Gnus v0.19 is released.
2326
2327 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
2328
2329         * gnus-registry.el (gnus-register-spool-action): Replaced literal
2330         carriage-return character with its escape sequence.
2331
2332 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
2335
2336         * nnrss.el (nnrss-node-text): Use only one
2337         gnus-replace-in-string.
2338
2339         * gnus.el: Remove gnus-functionp throughout.
2340
2341         * gnus-util.el (gnus-functionp): Removed.
2342
2343         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
2344
2345         * message.el (message-required-headers): Add In-Reply-To.
2346
2347 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
2348
2349         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
2350         to binary.
2351
2352 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
2353
2354         * mml.el (mml-preview): do.
2355
2356         * message.el (message-mode): do.
2357
2358         * gnus-undo.el (gnus-undo-mode): do.
2359
2360         * gnus-topic.el (gnus-topic-mode): do.
2361
2362         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
2363
2364         * gnus-msg.el (gnus-setup-message)
2365         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
2366
2367         * gnus-gl.el (gnus-grouplens-mode): do.
2368
2369         * gnus-art.el (gnus-mime-save-part-and-strip)
2370         (gnus-mime-delete-part): Use it.
2371
2372         * gnus-util.el (gnus-make-local-hook): New function.
2373
2374 2003-04-25  Simon Josefsson  <jas@extundo.com>
2375
2376         * nnrss.el (nnrss-node-text): Don't use a star.
2377         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
2378
2379 2003-04-24  Dave Love  <fx@gnu.org>
2380
2381         * mm-encode.el (mm-long-lines-p): Autoload.
2382         (mm-encode-content-transfer-encoding): Don't try to make buffer
2383         unibyte before decoding.  Don't ignore errors for base64 encoding.
2384
2385         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
2386         Signal error on malformed text, as for base64.
2387         (quoted-printable-encode-region): DTRT in Emacs 22.
2388
2389         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
2390         (mm-auto-save-coding-system): Consider utf-8-emacs.
2391         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
2392         (mm-charset-to-coding-system, mm-mime-charset)
2393         (mm-find-mime-charset-region): Check for :mime-charset coding
2394         systems property.
2395
2396         * mml-sec.el (mml2015, mml1991): Don't require.
2397         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt)
2398         (message-goto-body, mml-insert-tag): Autoload.
2399
2400         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
2401
2402         * gnus-start.el (message-make-date): Autoload rather than
2403         requiring message.
2404
2405         * gnus-group.el (gnus-group-name-charset-group-alist): Use
2406         mm-coding-system-p.
2407         (gnus-cache-active-altered): Defvar when compiling.
2408         (gnus-group-delete-group): Re-write to help avoid warnings.
2409
2410         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
2411
2412         * pgg.el: Split eval-when-compile forms.
2413
2414 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
2415
2416         * gnus-group.el (gnus-large-ephemeral-newsgroup)
2417         (gnus-fetch-old-ephemeral-headers): News variables.
2418         (gnus-group-read-ephemeral-group): Use them.
2419
2420 2003-04-24  Simon Josefsson  <jas@extundo.com>
2421
2422         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
2423
2424         * nnrss.el (nnrss-node-text): Ditto.
2425
2426 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
2429         gnus-inews-mark-gcc-as-read exists.
2430
2431 2003-04-23  Simon Josefsson  <jas@extundo.com>
2432
2433         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
2434         doesn't exceed the regexp stack space.
2435
2436 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2437
2438         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
2439
2440         * gnus-art.el (gnus-article-hide-pgp-hook): do.
2441
2442 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
2443
2444         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
2445
2446 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2447
2448         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
2449
2450 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * dgnushack.el (merge, copy-list): Remove compiler macros.
2453         (butlast): Add a compiler macro.
2454
2455 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
2456
2457         * gnus-util.el (gnus-merge): Added "type" argument to match CL
2458         merge and gnus-sum.el's expectations.
2459
2460 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
2461
2462         * gnus-art.el (gnus-button-url-regexp): Added nntp.
2463
2464         * message.el (message-generate-headers-first): Default to
2465         '(references).
2466
2467         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
2468
2469 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
2470
2471         * smime.el (smime-decrypt-region): Insert From header.
2472
2473 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2474
2475         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
2476         Max length of header is 726, not 740.  From Gaute B Strokkenes
2477         <gs234@cam.ac.uk>.
2478
2479 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
2480
2481         * nndb.el, mml1991.el: Fix license template.
2482
2483 2003-04-20  Simon Josefsson  <jas@extundo.com>
2484
2485         * nnimap.el (nnimap-split-articles): Don't download body unless
2486         required.
2487
2488         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
2489         starting process, like imap-kerberos4-open does.
2490
2491         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
2492         license template.
2493
2494         * mml-sec.el: Fix license template.
2495
2496         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
2497         license template.
2498
2499         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
2500         pgg-pgp.el: Fix license template.
2501
2502 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
2503
2504         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
2505
2506 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
2507
2508         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
2509
2510 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2511
2512         * spam.el (spam-split): allow a particular check as a parameter,
2513         e.g. (: spam-split 'spam-use-bogofilter)
2514         (spam-mark-only-unseen-as-spam): new parameter, see doc
2515         (spam-mark-junk-as-spam-routine): use
2516         spam-mark-only-unseen-as-spam, simplify routine to take advantage
2517         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
2518
2519 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2520
2521         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
2522         (gnus-group-guess-full-name): don't prefix the group twice
2523
2524         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
2525
2526         * gnus-registry.el (gnus-registry-clear)
2527         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
2528         (gnus-registry-split-fancy-with-parent): new functions
2529         (gnus-register-spool-action, gnus-register-action): simplified the format
2530         (gnus-registry): new customization group
2531         (gnus-registry-unfollowed-groups): new variable
2532
2533 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2534
2535         * gnus-art.el (gnus-button-alist): Add nntp: urls.
2536         (gnus-header-button-alist): Ditto.
2537
2538 2003-04-17  Dave Love  <fx@gnu.org>
2539
2540         * gnus-util.el (gnus-string-equal): Revert last change.
2541
2542 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
2545
2546 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
2547
2548         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
2549
2550 2003-04-15  Michael Shields  <shields@msrl.com>
2551
2552         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
2553         the broken-reply-to group parameter is set.  Idea from Vasily
2554         Korytov <deskpot@myrealbox.com>.
2555
2556 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2557
2558         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
2559         process.el in XEmacsen >= 21.5.
2560
2561 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2562
2563         * dgnushack.el: Add a whole swag of autoloads and defaliases to
2564         satisfy the byte-compiler when building with XEmacs.
2565
2566         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
2567         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
2568         W3 doesn't have these.
2569
2570         * mailcap.el: Maybe require 'lpr in XEmacs.
2571
2572 2003-04-16  Simon Josefsson  <jas@extundo.com>
2573
2574         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
2575         sender tag, if available.
2576
2577 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2578
2579         * gnus-registry.el (gnus-register-action)
2580         (gnus-register-spool-action, hashtable-to-alist)
2581         (gnus-registry-translate-from-alist, alist-to-hashtable)
2582         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
2583         new variables and function fixes
2584
2585         * gnus.el (gnus-registry-headers-alist): new variable to hold
2586         article header data
2587         (gnus-variable-list): save gnus-registry-headers-alist
2588
2589         * spam-report.el (Module): new module for spam reporting
2590
2591         * gnus.el (spam-process): added
2592         gnus-group-spam-exit-processor-report-gmane to the list of choices
2593         (gnus-install-group-spam-parameters): defined new spam exit processor
2594
2595         * spam.el (autoload): autoload spam-report-gmane when needed
2596         (spam-report-gmane-register-routine): glue for spam-report.el
2597         (spam-group-spam-processor-report-gmane-p): glue for the
2598         gnus-group-spam-exit-processor-report-gmane spam processor
2599         (spam-summary-prepare-exit): check the report-gmane spam processor
2600         and run spam-report-gmane-register-routine if it's active
2601
2602         From John Wiegley <johnw@gnu.org>
2603
2604         * spam.el (spam-bogofilter-score): check bogofilter headers before
2605         checking bogofilter itself
2606
2607 2003-04-16  Dave Love  <fx@gnu.org>
2608
2609         * gnus-agent.el: Wrap defsetf in eval-when-compile.
2610         (gnus-agent-cat-defaccessor): Don't use gensym.
2611
2612         * mml1991.el: Require cl, mm-util when compiling.
2613         (quoted-printable-decode-region, quoted-printable-encode-region):
2614         Autoload.
2615
2616         * pgg.el: Require cl when compiling.
2617
2618         * nnmail.el (gnus): Require.
2619
2620         * gnus-util.el: Move provide to end.
2621         (gnus-string-equal): Maybe use compare-strings.
2622         (gnus-merge): New.
2623
2624         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
2625         (gnus-summary-insert-articles): Use gnus-merge.
2626
2627         * gnus-fun.el: Require cl and mm-util when compiling.
2628
2629         * gnus-diary.el (gnus-diary-delay-format-french)
2630         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
2631
2632         * nndiary.el (nndiary-compute-reminders): Don't use setf with
2633         nthcdr.
2634
2635 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
2636
2637         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
2638         specify a predicate other than false.
2639         (gnus-category-read): Use the new feature to create a 'default'
2640         category with a 'short' predicate.
2641
2642 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * message.el (message-unique-id): Comment change.
2645
2646         * gnus-art.el (gnus-article-next-page-1): New function.
2647         (gnus-article-next-page): Use it.
2648
2649 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2650
2651         * spam.el (spam-split): added save-restriction to save-excursion
2652
2653 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
2654         From Julien Avarre <julien@avarre.com>
2655
2656         * gnus-fun.el: Fixed autoload cookie.
2657
2658 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
2659         From Remi Letot  <remi.letot@easynet.be>
2660
2661         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
2662         instead of remove-if.
2663
2664 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
2667         copy-sequence instead of remove which is a cl run-time function in
2668         Emacs 20.
2669
2670 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
2671
2672         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
2673         local copy of gnus-discouraged-post-methods with the current
2674         method removed.
2675
2676 2003-04-14  Simon Josefsson  <jas@extundo.com>
2677
2678         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
2679
2680 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2681
2682         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
2683         of `mm-coding-system-priorities' to base coding system.
2684
2685         * gnus-sum.el: Added coding cookie ("middle dot" in
2686         gnus-summary-morse-message).
2687
2688 2003-04-13  Simon Josefsson  <jas@extundo.com>
2689
2690         * gnus-art.el (article-fill-long-lines)
2691         (article-verify-x-pgp-sig, article-decode-group-name)
2692         (gnus-mime-button-menu): Split >80 character lines.
2693
2694 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
2695
2696         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
2697         we're let-binding it.
2698
2699         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
2700
2701 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * message.el (message-hide-headers): Don't do intangible.
2704
2705         * gnus.el (gnus-group-prefixed-name): Comment out the test for
2706         colon.
2707
2708         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
2709         to the ephemeral entry, but the prefixed name.
2710
2711         * gnus.el (gnus-group-prefixed-name): Clean up.
2712
2713 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2714
2715         * gnus-agent.el (gnus-agent-group-pathname): Bind
2716         gnus-command-method so that gnus-agent-directory will always
2717         return a valid directory.
2718         * gnus-cache.el (gnus-cache-enter-article): Remove article from
2719         gnus-newsgroup-undownloaded so that the summary will display the
2720         article as downloaded.
2721         (gnus-cache-remove-article): If the article isn't in the agent,
2722         remove it from gnus-newsgroup-undownloaded so that the summary
2723         will display the article as undownloaded.
2724
2725 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * gnus.el (gnus-version-number): Bump.
2728
2729 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2730
2731         * gnus.el: Oort Gnus v0.18 is released.
2732
2733 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers.
2736
2737 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * gnus-art.el (gnus-article-next-page): Use
2740         gnus-article-over-scroll.
2741         (gnus-article-over-scroll): New variable.
2742
2743         * message.el (message-newline-and-reformat): Place a boundary
2744         before filling.
2745         (message-make-forward-subject-function): Changed default to
2746         message-forward-subject-name-subject.
2747         (message-forward-subject-name-subject): New function.
2748
2749         * nnimap.el (nnimap-split-fancy): Ditto.
2750
2751         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
2752
2753         * gnus-cus.el (gnus-group-parameters): Removed "which see".
2754
2755         * mml.el (mml-minibuffer-read-file): Bind
2756         completion-ignored-extensions to nil.
2757
2758         * message.el (message-fix-before-sending): Comment fix.
2759         (message-fix-before-sending): Make hidden headers visible.
2760         (message-hide-headers): Bind after-change-functions to nil.
2761         (message-forbidden-properties): Put invisible and intangible
2762         back.
2763         (message-strip-forbidden-properties): Ignore message-hidden text.
2764
2765         * gnus-msg.el: Hide headers.
2766
2767         * message.el (message-hidden-headers): New variable.
2768         (message-hide-headers): New function.
2769         (message-hide-header-p): New function.
2770         (message-hide-header-p): Change logic.
2771         (message-forbidden-properties): Remove intangible nil invisible
2772         nil.
2773         (message-hide-headers): Narrow to headers.
2774
2775         * lpath.el (featurep): Bind Info-directory, Info-menu.
2776
2777 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
2778
2779         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
2780         encoded.
2781         (mm-encode-body): Don't corrupt UTF-16.
2782         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
2783
2784 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
2785
2786         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
2787         the CACHE are now detected and handled the same as an article
2788         downloaded into the agent.
2789         (gnus-agent-group-path): Modified to match nnmail-group-pathname
2790         so that the agent front-end and back-end (nnagent) always use the
2791         same directory.
2792         (gnus-agent-group-pathname): New function. Wrapper for
2793         nnmail-group-pathname.
2794         (gnus-agent-expire-unagentized-dirs): New variable.  May be
2795         customized to disable gnus-agent-expire-unagentized-dirs.
2796         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
2797         as the directories in gnus-agent-expire-current-dirs were
2798         expanded.
2799
2800 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
2801
2802         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
2803         body" entry in read only groups.
2804
2805 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
2806
2807         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
2808         and "Create article" items in non-editable groups.
2809
2810 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
2811
2812         * gnus-agent.el (gnus-agent-write-active): Added option of
2813         replacing, rather than updating, the agent's active file.  Do NOT
2814         use the fully qualified group name as gnus-active-to-gnus-format
2815         blindly prefixes group names with server names.
2816         (gnus-agent-save-group-info): Merge BOTH min/max of current active
2817         range, was just merging min, with specified active range.
2818         (gnus-agent-expire): Save agent's active ranges after
2819         expiring all groups.
2820         (gnus-agent-expire-group-1): Update min of agent's active range to
2821         min article currently fetched.
2822         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
2823         same ancestor multiple times.
2824
2825         * gnus-async.el (gnus-asynchronous): Moved defcustom of
2826         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
2827         seems to fix an intermittant error in which loading gnus-async
2828         fails to define gnus-asynchronous (the variable).
2829
2830         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
2831         non-essential.  Removed on all platforms.
2832         (gnus-select-newsgroup): When the agent is active, expand the
2833         group's active range to include fetched articles that are no
2834         longer in the server's active range.
2835
2836         * gnus-util.el (gnus-with-output-to-file): Removed all of the
2837         print-* bindings as they should be handled by the function doing
2838         the printing.
2839
2840 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
2841
2842         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
2843         might be unbound in non-MULE XEmacsen.
2844
2845 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
2846
2847         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
2848         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
2849         recognize diffs.
2850
2851         * mm-bodies.el (mm-decode-body): Use the supplied charset
2852         unconditionally if `code-pages' hasn't been loaded.
2853
2854 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
2855
2856         * gnus-art.el (article-verify-x-pgp-sig): Don't use
2857         `insert-buffer', the docstring says "This function is meant for
2858         the user to run interactively.  Don't call it from programs!"
2859
2860         * mm-extern.el (mm-extern-mail-server): do.
2861
2862         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
2863         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
2864         (mml1991-pgg-encrypt): do.
2865
2866         * pgg.el (pgg-decrypt-region): do.
2867
2868         * mm-view.el (mm-view-pkcs7-decrypt): do.
2869
2870         * mml-smime.el (mml-smime-verify): do.
2871
2872         * mml.el (mml-insert-mime, mml-preview): do.
2873
2874         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
2875         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
2876         (mml2015-pgg-encrypt): do.
2877
2878 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
2881
2882 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
2883
2884         * mm-uu.el (mm-uu-copy-to-buffer): Copy
2885         `buffer-file-coding-system' to the new buffer.
2886         (mm-uu-pgp-signed-extract-1): Don't copy
2887         `buffer-file-coding-system' here.
2888
2889         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
2890         exist in XEmacs.
2891         (mm-decode-body): Add missing quote.
2892
2893         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
2894         buffer-file-coding-system.
2895
2896         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
2897         last-coding-system-used.
2898
2899         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
2900         according to buffer-file-coding-system.
2901
2902         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
2903
2904         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
2905         (pgg-pgp-snarf-keys-region): do.
2906
2907         * pgg-pgp5.el (pgg-pgp5-verify-region)
2908         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
2909
2910         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
2911
2912 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2913
2914         * spam.el (spam-split): (save-excursion) around (widen)
2915         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
2916         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
2917
2918 2003-04-05  Steve Youngs  <youngs@xemacs.org>
2919
2920         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
2921         don't use it when loading gnus-sum.el if we're in XEmacs.
2922
2923 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
2924
2925         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2926         print-escape-nonascii to fix more characters in compiled format
2927         specs.
2928
2929 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
2930
2931         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
2932         Fix customization type.
2933
2934 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
2935
2936         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2937         print-quoted, print-readably, print-escape-multibyte, and
2938         print-level to match original behavior of gnus-prin1.  This should
2939         repair the format of .newsrc.eld when using compiled format specs.
2940
2941 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
2942
2943         * gnus-group.el (tool-bar-map): defvar it.
2944
2945         * gnus-art.el (tool-bar-map): do.
2946
2947         * gnus-sum.el (tool-bar-map): do.
2948
2949 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
2950
2951         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
2952
2953 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2954
2955         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
2956         and value.
2957         (gnus-button-alist): Use it.
2958
2959 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
2960
2961         * pgg-gpg.el (pgg-gpg-process-region): do.
2962
2963         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
2964         (pgg-pgp-snarf-keys-region): do.
2965
2966         * pgg-pgp5.el (pgg-pgp5-verify-region)
2967         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
2968
2969         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
2970         unsafe.
2971         (pgg-temporary-file-directory): Remove.
2972
2973 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * lpath.el: Fbind Info-directory and Info-menu.
2976
2977 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
2978
2979         * gnus-util.el (gnus-message): Added doc-string.
2980
2981         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
2982         (gnus-score-edit-file-at-point): Goto first match when using `e'.
2983
2984 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
2985
2986         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
2987         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
2988
2989 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2992         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
2993
2994 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
2995
2996         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2997         print-escape-newlines to print escape sequences rather than
2998         literal newline characters.
2999
3000 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3001
3002         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
3003         `message-valid-fqdn-regexp' for initialization.
3004         (gnus-button-handle-info-url): Renamed and extended version of
3005         `gnus-button-handle-info'.
3006         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
3007         (gnus-button-handle-symbol, gnus-button-handle-library)
3008         (gnus-button-handle-info-keystrokes): New functions.
3009         (gnus-button-browse-level): New variable.
3010         (gnus-button-alist): Use them.  Added levels.
3011         (gnus-header-button-alist): Added levels.
3012
3013 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * gnus.el (gnus-version-number): Bump.
3016
3017 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3018
3019         * gnus.el: Oort Gnus v0.17 is released.
3020
3021 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * gnus-start.el (gnus-unload): Removed.
3024
3025         * pop3.el (pop3-read-response): Use
3026         nnheader-accept-process-output.
3027         (pop3-retr): Ditto.
3028
3029         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
3030         (mm-text-html-washer-alist): Ditto.
3031
3032 2003-03-31  Simon Josefsson  <jas@extundo.com>
3033
3034         * imap.el (imap-gssapi-program): Also try GNU SASL.
3035         (imap-gssapi-open): Accept GNU SASL greeting.
3036         (imap-read-timeout): New.
3037         (imap-wait-for-tag): Use it.
3038
3039 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * nntp.el (nntp-accept-process-output): Use new function.
3042
3043         * nnheader.el (nnheader-read-timeout): New variable.
3044         (nnheader-accept-process-output): New function.
3045
3046         * nntp.el (nntp-read-timeout): Removed.
3047
3048         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
3049
3050 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
3053
3054 2003-03-30  Simon Josefsson  <jas@extundo.com>
3055
3056         * message.el (message-idna-inside-rhs-p): Narrow to header before
3057         searching.
3058
3059         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
3060
3061 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
3064
3065 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
3066
3067         * message.el (message-make-in-reply-to): Use
3068         mail-extract-address-components to determine sender's
3069         name/address.
3070
3071 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3072
3073         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead.
3074
3075         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
3076         valid lambda.
3077         (gnus-registry-translate-from-alist): Ditto.
3078
3079         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3080         print-length to nil.
3081
3082         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
3083
3084         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
3085         (gnus-grab-cam-face): Use it.
3086
3087 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
3088
3089         * nnmaildir.el (nnmaildir-request-set-mark)
3090         (nnmaildir-close-group): Allow each mark directory in a group to
3091         have its own inode for mark files, to accommodate AFS.
3092
3093 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
3094
3095         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
3096         gnus-read-newsrc-el-file
3097         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
3098
3099         * gnus-registry.el (gnus-registry-translate-to-alist)
3100         (gnus-registry-translate-from-alist, alist-to-hashtable)
3101         (hashtable-to-alist): new functions
3102         (gnus-register-spool-action): add a spool item to the registry
3103
3104         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
3105         list of saved variables
3106         (gnus-registry-alist): new variable
3107
3108 2003-03-27  Simon Josefsson  <jas@extundo.com>
3109
3110         * gnus-art.el (article-decode-group-name): Be correct instead of
3111         smart.
3112
3113 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
3114
3115         * lpath.el: Bind url-current-object for Emacs; bind
3116         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
3117         for both Emacsen.
3118
3119 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
3120
3121         * gnus-sum.el (gnus-article-loose-mime)
3122         (gnus-article-emulate-mime): Move to gnus-article-mime customize
3123         group.
3124
3125         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
3126         doc string.
3127
3128 2003-03-26  Kevin Ryde <user42@zip.com.au>
3129
3130         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
3131         gnus-summary-find-uncancelled, skip temporary articles inserted by
3132         "refer" functions.
3133
3134 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
3135
3136         * smiley.el (smiley-buffer): New function.
3137
3138 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
3139
3140         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
3141         gnus-summary-update-line (which updated the article's face) with
3142         gnus-summary-update-download-mark (which updates the article's
3143         face by calling gnus-summary-update-line AND updates the download
3144         mark to show that the article was fetched).
3145
3146 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
3147
3148         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
3149         option of deleting agent directories for groups/servers that are
3150         not currently agentized.
3151         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
3152
3153         * gnus-int.el (gnus-open-server): Report backend errors in
3154         condition handler.
3155
3156 2003-03-23  Simon Josefsson  <jas@extundo.com>
3157
3158         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
3159         header.
3160
3161         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
3162         same as Newsgroups.
3163
3164         * nntp.el (nntp-open-connection-function): Mention
3165         nntp-open-tls-stream.
3166         (nntp-open-tls-stream): New function.
3167
3168         * tls.el: New file.
3169
3170         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
3171         instead of SSL.
3172         (nnimap-stream): Add other streams, link to imap variables.
3173         (nnimap-authenticator): Add other authenticator, link to imap
3174         variables.
3175
3176         * imap.el: Autoload open-tls-stream.
3177         (imap-streams): Add tls in front of ssl.
3178         (imap-stream-alist): Add tls.
3179         (imap-default-tls-port): New variable.
3180         (imap-tls-p, imap-tls-open): New functions.
3181
3182 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3183
3184         * mm-url.el (mm-url-insert-file-contents): parse url only if
3185         results is a list.
3186
3187 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * mail-source.el (mail-source-fetch-imap): Revert.
3190
3191 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
3192
3193         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
3194         less strict regexp.
3195
3196 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * mail-source.el (mail-source-fetch-imap): Use buffer name for
3199         more imap function.
3200
3201 2003-03-21  Simon Josefsson  <jas@extundo.com>
3202
3203         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
3204         Followup-To data inline.
3205
3206 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
3207
3208         * gnus-art.el (gnus-treat-display-xface): Don't enable if
3209         icontopbm isn't available.
3210
3211 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
3212
3213         * gnus-int.el (gnus-open-server): Catch errors in backend's
3214         open-server method.  Returns nil rather than crashing startup.
3215
3216         * gnus-sum.el (eval-when-compile): Modified to resolve
3217         compile-time warnings.
3218
3219         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
3220         Reports length of series so that the user can compare N with a
3221         subject that should, if the entire series is present, contain
3222         '(.../N)'.
3223         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
3224         of temp file (Win-XP may leave the temp file locked when the
3225         uudecode process fails).
3226
3227 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3228
3229         * message.el (message-split-line): Ignore error.
3230
3231         * lpath.el (split-line): Avoid split-line warning message.
3232
3233 2003-03-20  Kim F. Storm  <storm@cua.dk>
3234
3235         * message.el (message-split-line): New function.
3236         (message-mode-map): Remap split-line to message-split-line.
3237
3238 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
3239
3240         * message.el (message-make-overlay): Defalias it to make-overlay.
3241         (message-delete-overlay): Defalias it to delete-overlay.
3242         (message-overlay-put): Defalias it to overlay-put.
3243         (message-idna-to-ascii-rhs-1): Use them.
3244
3245         * messagexmas.el (message-xmas-redefine): Defalias some overlay
3246         functions to extent functions.
3247
3248 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3249
3250         * message.el (message-check-news-header-syntax): Fixed regexp.
3251
3252 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3253
3254         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
3255
3256         * mm-url.el (mm-url-insert): Move url-current-object stuff into
3257         mm-url-insert-file-contents.
3258
3259         * nnrss.el (nnrss-fetch): Fetch the local stuff.
3260         (nnrss-check-group): Use it.
3261
3262 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
3263
3264         * nnrss.el: Primitive XML Name-space support.  This means that RSS
3265         feeds like Kevin Burton's[1] can now be read in Gnus.
3266
3267         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
3268         means that if you want to read the RSS feed for example.com, all
3269         you have to do is hit "G R http://www.example.com/ RET" and
3270         nnrss.el will find and the feed listed on the site or (if you have
3271         loaded xml-rpc.el) look it up on syndic8.com.
3272
3273         Marked the message as HTML (by adding a Content-Type header) so
3274         that Gnus will render it as html if the user wants that.
3275
3276         Implemented the ability to save nnrss-group-alist so that any new
3277         feeds the you subscribe to will be found the next time you start
3278         up.
3279
3280         Implemented support for RSS 2.0 elements (author, pubDate).
3281
3282         Prefer for <content:encoded> over <description> where both
3283         elements exist.
3284
3285         * mm-url.el (mm-url-insert): Set url-current-object.
3286
3287         * gnus-group.el (gnus-group-make-rss-group): New function.
3288
3289 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
3290
3291         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
3292         for highlight overlays.
3293
3294 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
3297         a NOV.
3298
3299 2003-03-20  Simon Josefsson  <jas@extundo.com>
3300
3301         * message.el (message-use-idna): Disable if UTF-8 unavailable.
3302         (message-idna-to-ascii-rhs): Use it.
3303
3304         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
3305
3306 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
3307
3308         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
3309         (spam-group-ham-marks, spam-group-spam-marks): new functions
3310         (spam-spam-marks, spam-ham-marks): removed in favor of the
3311         spam-marks and ham-marks parameters
3312         (spam-generic-register-routine, spam-ham-move-routine): use the
3313         new spam-group-{spam,ham}-mark-p functions
3314
3315         * gnus.el (spam-marks, ham-marks): new group parameters with
3316         default values same as the old spam-spam-marks and spam-ham-marks
3317
3318 2003-03-19  Simon Josefsson  <jas@extundo.com>
3319
3320         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
3321         (gnus-use-idna): New variable.
3322         (article-decode-idna-rhs): New function.
3323
3324         * message.el (message-use-idna): New variable.
3325         (message-mode-field-menu): Add entry for IDNA.
3326         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
3327         (message-idna-to-ascii-rhs): New function.
3328         (message-generate-headers): Invoke IDNA code.
3329
3330 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
3331
3332         * nnmaildir.el (nnmaildir--system-name): New function.
3333         (nnmaildir-request-accept-article): Use it.
3334
3335 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * gnus-util.el (gnus-byte-compile): Make it work silently as the
3338         gnus-compile function does.
3339
3340         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
3341         bogus change.
3342
3343 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
3344
3345         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
3346         sort-coding-systems is defined.
3347
3348 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
3349
3350         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
3351         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
3352         Replace create-directory with target-prefix.
3353
3354 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3355
3356         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
3357         find-charset-string which is slooow in XEmacs.
3358
3359 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3360
3361         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
3362         compiler under XEmacs.
3363
3364 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3365
3366         * gnus-art.el (gnus-treat-highlight-signature): Make the default
3367         work for multipart/signed where the message text isn't `last'.
3368
3369 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
3372         the value of mm-inline-text-html-with-images.
3373         (mm-inline-text-html-render-with-w3m): Don't bind
3374         w3m-display-inline-images.
3375
3376         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
3377         w3m-display-inline-images.
3378
3379         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
3380         regardless of an Emacs flavor.
3381
3382 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3383
3384         * gnus.el (gnus-version-number): Bump.
3385
3386 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3387
3388         * gnus.el: Oort Gnus v0.16 is released.
3389
3390 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * lpath.el (featurep): Bind mm-w3m-mode-map.
3393
3394 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
3395
3396         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
3397         'respool-able backends define a global nnchoke-get-new-mail
3398         variable.
3399
3400 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
3401
3402         * gnus-art.el (gnus-mime-delete-part): New function.
3403         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
3404
3405 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3406
3407         * message.el (message-check-news-header-syntax): Don't push
3408         groups twice onto list of unknown groups.
3409
3410         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
3411         back.
3412
3413         * nnheader.el (nnheader-find-etc-directory): Doc fix.
3414
3415         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
3416         config unless the summary buffer exists.
3417
3418         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
3419         that target group is computed correctly when articles are marked
3420         as read by Xref handling.
3421
3422         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
3423         imap-open.
3424
3425         * message.el (message-send-mail): Add courtesy string to Bcc's,
3426         too.
3427
3428         * gnus-cite.el (gnus-cited-line-p): New function.
3429
3430 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
3431
3432         * mm-bodies.el (mm-decode-body): Add new optional parameter,
3433         force, to use the supplied charset unconditionally.
3434
3435         * gnus-art.el (article-decode-charset): Use it.
3436
3437 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
3438
3439         * mm-bodies.el (mm-decode-coding-region-safely): New function.
3440         (mm-decode-body): Use it.
3441
3442         * rfc2047.el (rfc2047-decode-region): do.
3443         (rfc2047-decode-string): Guess coding system if the default is
3444         invalid.
3445
3446 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3447
3448         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
3449         articles are marked 'read, so we get correct article counts.
3450
3451 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
3454         the button.
3455         (gnus-insert-prev-page-button): Ditto.
3456         (gnus-insert-next-page-button): Ditto.
3457         (gnus-insert-mime-security-button): Ditto.
3458
3459         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
3460         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
3461         (mm-inline-image-xemacs): Ditto.
3462
3463 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3464
3465         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
3466         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
3467         the recent filename uniqueness discussion.
3468
3469 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
3472         newline next time.
3473         (mm-inline-image-xemacs): Ditto.
3474
3475 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
3476
3477         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
3478         kill-line.
3479
3480 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
3481
3482         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
3483         kill-line.
3484
3485 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3486
3487         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
3488         fixing the code to match the documentation.
3489         (gnus-agent-fetch-selected-article): Replaced
3490         gnus-summary-update-article-line with gnus-summary-update-line as
3491         the former did not correctly recalculate the thread indentation.
3492         (gnus-agent-find-parameter): The agent-predicate, if not found
3493         anywhere else, defaults to the value of gnus-agent-predicate.
3494         (gnus-agent-fetch-session): Fixed typo; now executes
3495         gnus-agent-fetched-hook rather than the undocumented
3496         gnus-agent-fetch-hook.
3497         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
3498         default agent predicate is now provided by
3499         gnus-agent-find-parameter.
3500         (gnus-agent-message): New macro.  This macro avoids potentially
3501         costly parameter evaluation when the message's level is too high
3502         to display.
3503         (gnus-agent-expire-group-1): Disabled undo tracking in temp
3504         overview buffer. Uses new gnus-agent-message macro to reduce
3505         overhead of optional messages. Reversed message levels to
3506         emphasize percent completion messages.  Detailed messages of
3507         little use except when debugging code.
3508
3509 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3510
3511         * spam.el (spam-ham-move-routine): use
3512         spam-mark-ham-unread-before-move-from-spam-group
3513         (spam-mark-ham-unread-before-move-from-spam-group): new variable
3514
3515 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3516
3517         * spam.el: load nnimap.el when compiling
3518         (spam-setup-widening): use
3519         nnimap-split-download-body-default instead of
3520         nnimap-split-download-body which is a user-customizable variable
3521
3522 2003-03-07  Simon Josefsson  <jas@extundo.com>
3523
3524         * nnimap.el (nnimap-split-download-body-default): New, holds
3525         default for n-s-d-b.
3526         (nnimap-split-download-body): Add new setting (symbol default),
3527         which uses contents of n-s-d-b-d, and made it the default.
3528
3529 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3530
3531         * spam.el (spam-use-hashcash): new variable
3532         (spam-list-of-checks): added spam-use-hashcash with associated
3533         spam-check-hashcash
3534         (spam-check-hashcash): new function, installed iff hashcash.el is
3535         loaded
3536         (spam-setup-widening): don't use (return)
3537
3538 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3539
3540         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
3541         predicate of `false' to avoid an error when a group defines no
3542         predicate. Fixed typo that disabled agent scoring (i.e. the
3543         low/high predicates should now work).
3544
3545 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3546
3547         * spam.el: add spam-maybe-spam-stat-load to
3548         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
3549         (spam-bogofilter-register-with-bogofilter): use
3550         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
3551         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
3552         custom variables to replace "-s" and "-n"
3553
3554         * gnus-group.el (gnus-group-get-new-news): call the new
3555         gnus-get-top-new-news-hook hook
3556
3557         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
3558         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
3559
3560 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
3563
3564 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
3567         a cl run-time function.
3568
3569 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3570
3571         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
3572         on gnus-agent-short-article.
3573         (gnus-category-read): Replaced CL function mapcar* with new macro:
3574         gnus-mapcar.
3575         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
3576         support functions that accept multiple parameters.  A separate
3577         sequence must be provided for each parameter in the function.
3578         Iteration stops when the end of the shortest list is reached.
3579
3580 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
3581
3582         * nnimap.el (nnimap-request-accept-article): Use delete-region.
3583
3584         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
3585         (html2text-delete-single-tag, html2text-clean-anchor)
3586         (html2text-remove-tags): Use delete-region.
3587         (html2text-fix-paragraphs): Simplify.
3588
3589         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
3590         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
3591         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
3592         kill-region.
3593
3594 2003-03-04  John Paul Wallington  <jpw@gnu.org>
3595
3596         * gnus-agent.el (gnus-agent-enable-expiration)
3597         (gnus-agent-article-alist, gnus-agent-article-alist)
3598         (gnus-agent-cat-defaccessor): Doc fixes.
3599
3600 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3601
3602         * gnus-agent.el (gnus-function-implies-unread-1): Grok
3603         byte-compiled functions.
3604
3605 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3606
3607         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
3608         customization between new maneuvering (which permits selecting
3609         undownloaded articles) and old maneuvering (which skipped over
3610         undownloaded articles) behaviors.
3611         (gnus-summary-find-next): Pass through the unread and subject
3612         parameters when calling gnus-summary-find-prev.
3613         (gnus-summary-find-next,gnus-summary-find-prev): Apply
3614         gnus-auto-goto-ignores to filter out unacceptable articles.
3615
3616 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
3617
3618         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
3619         exists in all supported Emacs versions, so we don't need this
3620         compatibility function.
3621         (mail-source-fetch-pop, mail-source-check-pop)
3622         (mail-source-fetch-webmail): Use read-passwd.
3623
3624         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
3625         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
3626         read-passwd.
3627
3628         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
3629
3630         * imap.el (imap-read-passwd): Remove.
3631         (imap-interactive-login): Use read-passwd.
3632
3633         * canlock.el (canlock-read-passwd): Remove.
3634         (canlock-insert-header, canlock-verify): Use read-passwd.
3635
3636         * sieve-manage.el (sieve-manage-read-passwd): Remove.
3637         (sieve-manage-interactive-login): Use read-passwd.
3638
3639         * pop3.el (pop3-read-passwd): Remove.
3640         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
3641         read-passwd.
3642
3643         * pgg.el (pgg-read-passphrase): Simplify.
3644
3645 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3646
3647         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
3648         'plugged' when actually 'unplugged' bug.
3649         (gnus-category-read): Ignore nil values when converting an
3650         old-format category so that the new-format category will default
3651         those attributes to the global variables.
3652
3653 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3654
3655         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
3656         doc-string.
3657
3658 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3659
3660         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
3661         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
3662         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
3663         * mm-url.el (mm-url-decode-entities-string): do.
3664         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
3665         * mm-decode.el (mm-find-raw-part-by-type): do.
3666         * message.el (message-send-mail-partially)
3667         (message-send-mail-with-sendmail): do.
3668         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
3669         * gnus-kill.el (gnus-pp-gnus-kill): do.
3670         * gnus-art.el (gnus-article-treat-unfold-headers)
3671         (gnus-article-encrypt-body): do.
3672
3673 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3674
3675         * mail-source.el (mail-source-delete-incoming): Allow integer value.
3676         (mail-source-delete-old-incoming-confirm): New variable.
3677         (mail-source-delete-old-incoming): Use it.  New function.
3678         (mail-source-callback): Call `mail-source-delete-old-incoming' if
3679         `mail-source-delete-incoming' is a nonnegative integer.
3680
3681 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3682
3683         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
3684         (gnus-user-agent): Fixed typo.
3685
3686 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3687
3688         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
3689         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
3690
3691 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3692
3693         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
3694         (gnus-agent-fetch-session): Allow debugging to take place.
3695
3696 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3697
3698         * gnus-sum.el (gnus-highlight-selected-summary)
3699         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
3700         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
3701         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
3702         and makes it clear that we don't need the side effect.
3703         * gnus-util.el (gnus-delete-line): do.
3704         * gnus-xmas.el (gnus-group-add-icon): do.
3705         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
3706         * nntp.el (nntp-send-authinfo-from-file): do.
3707         * nnml.el (nnml-header-value): do.
3708         * nnheader.el (nnheader-insert-references): do.
3709         * gnus-cite.el (gnus-article-highlight-citation)
3710         (gnus-cite-parse): do.
3711         * gnus-score.el (gnus-score-followup): do.
3712         * gnus-draft.el (gnus-draft-send): do.
3713         * gnus-group.el (gnus-group-highlight-line): do.
3714         * gnus-cache.el (gnus-cache-braid-nov): do.
3715         * nnfolder.el (nnfolder-retrieve-headers)
3716         (nnfolder-request-article): do.
3717         * gnus-art.el (article-hide-boring-headers)
3718         (gnus-article-hide-header): do.
3719
3720         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
3721         * nnml.el (nnml-request-replace-article): do.
3722         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
3723         * nnfolder.el (nnfolder-request-move-article): do.
3724         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
3725         * gnus-art.el (gnus-mm-display-part): do.
3726
3727         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
3728
3729 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3730
3731         * nntp.el (nntp-possibly-change-group): Avoid calling
3732         process-buffer on nil (Which happened when you lost your
3733         connection while fetching); instead signal a "Server Closed
3734         Connection" error.
3735
3736 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3737
3738         * gnus-agent.el (gnus-agent-enable-expiration): New
3739         variable. Either ENABLE or DISABLE.  Sets default behavior for
3740         selecting which groups are expired.
3741         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
3742         gnus-agent-set-cat-groups): Provides abstract interface for
3743         accessing agent category.  Category now implemented by an alist.
3744         (gnus-agent-add-group, gnus-agent-remove-group,
3745         gnus-category-insert-line, gnus-category-edit-predicate,
3746         gnus-category-edit-score, gnus-category-edit-groups,
3747         gnus-category-copy, gnus-category-add, gnus-group-category): Use
3748         new agent category abstraction.
3749         (gnus-agent-find-parameter): New function. Search for agent
3750         configuration parameter first in the group's parameters, then its
3751         topics (if any), and then the group's category.  If not found
3752         anywhere, use the original defined constants.
3753         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
3754         gnus-agent-find-parameter.
3755         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
3756         gnus-agent-cache now blocks retrieving headers and articles from
3757         the local cache.  Fetched content is still added to the cache
3758         before being returned.
3759         (gnus-agent-fetch-session): Use error-message-string to generate
3760         displayed error message.
3761         (gnus-agent-customize-category): New Command. 'e' in category
3762         buffer opens category customization buffer.
3763         (gnus-category-read): Reads either positional or alist format;
3764         returns alist format.
3765         (gnus-category-write): Writes category file compatible with
3766         current, and previous, versions of gnus-agent.
3767         (gnus-category-make-function, gnus-category-make-function-1):
3768         Corrected documentation; parameter is predicate NOT category.
3769         (gnus-predicate-implies-unread): Now works in more cases per the
3770         todo comment.
3771         (gnus-function-implies-unread-1): New function. Supports
3772         gnus-predicate-implies-unread.
3773         (gnus-agent-expire-group): Command now provides default of group
3774         under point.
3775         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
3776         agent-days-until-old parameters. No longer supports
3777         gnus-agent-expire-days being set to an alist.
3778         (gnus-agent-request-article): Now performs its own checks of
3779         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
3780         assuming that the caller will do them correctly.
3781         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
3782         gnus-agent-expire-days is set to an alist.  Converts said alist
3783         into group parameter so that gnus-agent-expire-days will not be
3784         needed.
3785         * gnus-art.el (gnus-request-article-this-buffer): Conditional
3786         checks surrounding gnus-agent-request-article removed; now
3787         performed by gnus-agent-request-article.
3788         * gnus-cus.el (gnus-agent-parameters): New variable. List of
3789         customizable group/topic parameters that regulate the agent.
3790         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
3791         kill-buffer with gnus-kill-buffer to remove the killed buffer from
3792         the list of gnus buffers.
3793         (gnus-trim-whitespace): Removes leading and trailing whitespace
3794         from multiline strings.
3795         (gnus-agent-cat-prepare-category-field,
3796         gnus-agent-customize-category): Constructs a category
3797         customization buffer.
3798         * gnus-int.el (gnus-retrieve-headers,
3799         gnus-request-expire-articles): No longer checks gnus-agent-cache
3800         as it is handled internally by the agent.
3801         (gnus-request-head, gnus-request-body): Conditional checks
3802         surrounding gnus-agent-request-article removed; now performed by
3803         gnus-agent-request-article.
3804
3805         * gnus-start.el (): Added defvar statements to resolve compilation
3806         warnings.
3807         (gnus-long-file-names): New function. Isolates platform dependent
3808         msdos-long-file-names.
3809         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
3810         option of writing directly to file.  Avoids memory exhausted
3811         errors when .newsrc.eld is huge.
3812         (gnus-save-newsrc-file): Uses new
3813         gnus-save-startup-file-via-temp-buffer.
3814         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
3815         standard-output.
3816         (gnus-display-time-event-handler): Changed to alias from a defun
3817         to avoid a compile-time warning when display-time-event-handler is
3818         not defined.
3819         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
3820         standard-output such that prin1 and princ will write directly to a
3821         file.
3822
3823         * gnus.el (gnus-agent-cache): Expanded documentation.
3824         (gnus-summary-high-undownloaded-face): Removed second bold keyword
3825         so that this face is actually bold.
3826
3827         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
3828         gnus-use-cache has been set.
3829
3830 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
3831
3832         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
3833
3834 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
3835
3836         * gnus-art.el (gnus-article-refer-article): Be more permissive.
3837
3838 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3839
3840         * spam.el: Fix typo.
3841
3842 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
3843         (Trivial patch.)
3844
3845         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
3846         errors-buffer. This produces a nicer error message in case of
3847         problems.
3848
3849 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
3850
3851         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
3852         load stats iff spam-use-stat is on
3853
3854         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
3855         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
3856         instead of spam-stat-load and spam-stat-save in the
3857         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
3858
3859 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3860
3861         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
3862
3863 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * message.el (message-make-fqdn): Protect against nil user-mail.
3866
3867 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
3868
3869         * gnus-art.el (gnus-boring-article-headers): New values:
3870         'to-list and 'cc-list.
3871
3872 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3873
3874         * spam.el (spam-setup-widening): new function to set
3875         nnimap-split-download-body, we add it to gnus-get-new-news-hook
3876         (spam-list-of-statistical-checks): list of statistical splitter
3877         checks
3878         (spam-split): added a widen call when a statistical check is
3879         enabled
3880
3881 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3882
3883         * gnus-msg.el (gnus-user-agent): Changed default to
3884         'emacs-gnus-type, renamed 'full.
3885
3886 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3887
3888         * nnfolder.el (nnfolder-request-accept-article): Don't use
3889         mail-header-unfold-field.
3890
3891 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3892
3893         * imap.el (imap-ssl-open): Don't depend on ssl.el.
3894         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
3895
3896 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3897
3898         * spam.el: add spam-stat-load to gnus-get-new-news-hook
3899         (spam-split): remove spam-stat-load call
3900
3901 2003-02-26  Simon Josefsson  <jas@extundo.com>
3902
3903         * gnus-sum.el (gnus-summary-toggle-header): Run
3904         gnus-article-decode-hook instead of calling a-decode-encoded-words
3905         directly (the latter is run as part of the former).
3906
3907 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3908
3909         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
3910
3911 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
3912
3913         * message.el (message-sendmail-envelope-from): New option.
3914         (message-sendmail-envelope-from): New function.
3915         (message-send-mail-with-sendmail): Use it.
3916
3917 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
3918
3919         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
3920         compensation for TDMA addresses.
3921
3922 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3923
3924         * gnus-msg.el (gnus-user-agent): New variable.
3925         (gnus-version-expose-system): Removed.  Obsoleted by
3926         `gnus-user-agent'.
3927         (gnus-extended-version): Use `gnus-user-agent'.
3928
3929 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3930
3931         * spam.el (spam-stat-register-spam-routine,
3932         spam-stat-register-ham-routine): remove spam-stat-save
3933         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
3934
3935 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3936
3937         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
3938         reference.
3939
3940 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3941
3942         * nnheader.el (nnheader-find-nov-line): Changed midpoint
3943         calculation to avoid integer overflow.
3944
3945 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3946
3947         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
3948
3949 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
3950         * spam.el: disabled spam-get-article-as-filename
3951
3952         From Michael Shields  <shields@msrl.com>
3953
3954         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
3955         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
3956         * gnus-sum.el (gnus-summary-expire-articles): Use it.
3957         * spam.el (spam-summary-prepare-exit): Use it.
3958         * gnus.el (gnus-install-group-spam-parameters): New.
3959         * spam.el (spam-group-ham-processor-copy-p): New.
3960         * spam.el (spam-summary-prepare-exit): Support for ham copying.
3961         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
3962         that would cause the current message to be moved if the group had
3963         no spam.
3964         * spam.el (spam-ham-move-routine): New `copy' argument.
3965
3966 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3967         From Martin Thornquist <martint@ifi.uio.no>
3968
3969         * gnus-topic.el (gnus-topic-select-group): Select last group if
3970         after last group.
3971         * gnus-group.el (gnus-group-select-group): Ditto.
3972
3973 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
3976         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
3977         point-at-(b|e)ol which aren't available in Emacs 20.
3978
3979         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
3980
3981 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3982
3983         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
3984         clause of the condition-case statement.  Errors connecting to a
3985         server no longer terminate gnus.
3986
3987         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
3988         make its use obvious.  Added no-nothing case to avoid
3989         opening(closing) servers when already open(closed).
3990         (gnus-agent-while-plugged): Added macro to facilitate internal use
3991         of gnus-agent-toggle-plugged.
3992         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
3993         temporarily open servers.
3994         (gnus-agent-get-undownloaded-list): Sort list of article numbers
3995         as sorting gnus-newsgroup-headers is wrong.
3996         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
3997         to temporarily open servers. Corrected logic to handle setting
3998         gnus-agent-mark-unread-after-downloaded.
3999         (gnus-agent-fetch-articles): Now handles headers with missing
4000         article sizes and/or missing article lengths.  Now clears the
4001         message buffer when finished.
4002         (gnus-agent-fetch-group-1): Position point before calling
4003         gnus-summary-set-agent-mark.
4004         (gnus-get-predicate): Corrected description, parameter is
4005         predicate not category.
4006         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
4007         provide a separate single group expiration function.
4008         (gnus-agent-regenerate-group): Now clears the message buffer when
4009         finished.
4010
4011 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4012
4013         * gnus.el (gnus-agent-target-move-group-header): New variable.
4014         * gnus-draft.el (gnus-draft-send): If special header
4015         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
4016         that group, instead of performing the regular sending functions.
4017
4018 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
4021
4022 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4023
4024         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
4025         variables.
4026         (message-make-fqdn): Use it.  Improved validity check.
4027
4028 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4029
4030         * message.el (message-user-mail-address): Check whether
4031         user-mail-address looks valid.
4032
4033         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
4034
4035         * gnus-util.el (gnus-fetch-original-field): New function.
4036
4037 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4038
4039         * message.el (message-mode): \\(...\\) around additional
4040         paragraph-separate alternative.
4041
4042 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
4043
4044         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
4045         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
4046         display key bindings.
4047         (gnus-mime-button-menu): Rewrite.
4048
4049 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-art.el (gnus-button-url-regexp): Removed `.
4052
4053 2003-02-23  Max Froumentin  <mf@w3.org>
4054
4055         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
4056
4057 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * gnus-art.el (gnus-mime-action-on-part): Require a match
4060         interactively.
4061
4062         * gnus-start.el (gnus-save-newsrc-file): Use
4063         gnus-backup-startup-file.
4064         (gnus-backup-startup-file): New variable.
4065
4066 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4067
4068         * gnus.el (gnus-summary-buffer-name): Moved function here.
4069
4070         * gnus-draft.el (defun): Remove debug.
4071
4072 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
4073
4074         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
4075         can't open server.
4076
4077 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4078
4079         * gnus-draft.el (defun): Configure posting styles.
4080
4081         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
4082         the entry for the group exists before we alter it.
4083
4084 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4085
4086         * message.el (message-mode): MML tags separate paragraphs.  Small
4087         change from David S Goldberg <david.goldberg6@verizon.net>.
4088
4089         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
4090         `gnus-newsgroup-headers'.
4091
4092         * gnus-art.el (gnus-article-refer-article): Grok more message id
4093         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4094
4095 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
4096
4097         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
4098         use "path name".
4099
4100 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
4101
4102         * gnus-sum.el (gnus-summary-move-article)
4103         (gnus-summary-expire-articles): send data header for article, not
4104         just article ID
4105
4106         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
4107         (gnus-register-spool-action): added hashtable of message ID keys
4108         with message motion data
4109
4110 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
4111         From Reiner Steib  <Reiner.Steib@gmx.de>.
4112
4113         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
4114         variable, used in `gnus-button-mid-or-mail-heuristic'.
4115         (gnus-button-mid-or-mail-heuristic): New function derived from
4116         Florian Weimer's Perl script.
4117         (gnus-button-handle-mid-or-mail): Allow a function instead of
4118         'guess.
4119         (gnus-button-guessed-mid-regexp): Removed.
4120
4121 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * message.el (message-resend): Bind message-setup-hook to nil;
4124         remove X-Draft-From header.
4125
4126 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
4127
4128         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
4129         (gnus-newsgroup-undownloaded)
4130         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
4131         Doc fixes.
4132
4133 2003-02-17  John Paul Wallington  <jpw@gnu.org>
4134
4135         * gnus.el (gnus-shell-command-separator, gnus-email-address)
4136         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
4137
4138 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
4139
4140         * gnus-spec.el (gnus-xmas-format): Use insert instead of
4141         insert-string which is obsolete in Emacs 21.4.
4142
4143         * message.el (message-cross-post-followup-to-header): do.
4144
4145         * spam.el (spam-ifile-register-with-ifile)
4146         (spam-stat-register-spam-routine)
4147         (spam-stat-register-ham-routine)
4148         (spam-bogofilter-register-with-bogofilter): do.
4149
4150         * mailcap.el (mailcap-mime-data): Fix typo.
4151
4152         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
4153
4154 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
4155
4156         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
4157         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
4158         `gnus-cite-unsightly-citation-regexp'.
4159
4160 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
4163         even if there's just a header.
4164
4165 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
4166
4167         * message.el (message-fix-before-sending): Fix highlighting of
4168         illegible and invisible text.
4169
4170         * gnus-util.el (gnus-multiple-choice): Separate choices with
4171         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
4172
4173 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
4174
4175         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
4176
4177 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
4178
4179         * spam.el (spam-ham-move-routine)
4180         (spam-mark-spam-as-expired-and-move-routine): use
4181         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
4182         around process-mark manipulation on the group
4183
4184 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4185
4186         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
4187         submenu.
4188
4189 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * mail-source.el (mail-source-fetch): Reverse the return value of
4192         the continuation question.
4193
4194 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4195
4196         * nndraft.el (nndraft-request-move-article): Bind
4197         nnmh-allow-delete-final to t.
4198
4199 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4200
4201         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
4202
4203 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
4204
4205         * nntp.el (nntp-accept-process-output): Don't use point-max to get
4206         the buffer's size.
4207
4208 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
4209
4210         * nnheader.el: Added cygwin to system-type comparisons.
4211
4212 2003-01-27  Juanma Barranquero  <lektu@terra.es>
4213
4214         * imap.el (imap-mailbox-status): Fix typo.
4215
4216 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4217
4218         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
4219         online.
4220
4221 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4222
4223         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
4224         commands.
4225         * gnus-sum.el: Small change from Frank Weinberg
4226         <frank@usenet-rundfahrt.de>:
4227         (gnus-auto-center-group): New variable.
4228         (gnus-summary-read-group-1): Use it.
4229         (gnus-summary-next-group): Fix docstring.
4230
4231 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * gnus-util.el (gnus-faces-at): Simplify.
4234
4235 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4236
4237         * spam.el (spam-ham-move-routine)
4238         (spam-mark-spam-as-expired-and-move-routine): made the article
4239         move conditional, so it's not called even if there's nothing to move
4240
4241 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4242
4243         * message.el (message-unix-mail-delimiter): Accept any whitespace
4244         after the email address and before the date; do not require the
4245         space character.  From Kurt B. Kaiser <kbk@shore.net>.
4246
4247 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
4250         gnus-article-boring-faces variable is bound; use gnus-faces-at.
4251
4252         * gnus-util.el (gnus-faces-at): New macro.
4253
4254 2003-02-13  Michael Shields  <shields@msrl.com>
4255
4256         * gnus-cite.el
4257         (gnus-cite-attribution-suffix, gnus-cite-parse):
4258         Better handling for Microsoft citation styles.
4259         (gnus-unsightly-citation-regexp): New.
4260
4261 2003-02-12  Michael Shields  <shields@msrl.com>
4262
4263         * gnus-art.el (article-strip-banner): Strip both per-group and
4264         per-user-address banners.
4265         (article-really-strip-banner): New.
4266
4267 2003-02-12  Michael Shields  <shields@msrl.com>
4268
4269         * gnus-sum.el (gnus-article-goto-next-page,
4270         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
4271         relying on the summary bindings of `n' and `p'.
4272
4273 2003-02-12  Michael Shields  <shields@msrl.com>
4274
4275         * gnus-art.el (gnus-article-only-boring-p): New.
4276         (gnus-article-skip-boring): New.
4277         * gnus-cite.el (gnus-article-boring-faces): New.
4278         * gnus-sum.el (gnus-summary-next-page): Use
4279         gnus-article-only-boring-p.
4280
4281 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
4282
4283         * spam.el (spam-mark-spam-as-expired-and-move-routine)
4284         (spam-ham-move-routine): unmark all articles before marking those
4285         of interest and calling gnus-summary-move-article
4286
4287 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
4288
4289         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
4290         logically the complement of gnus-get-buffer-create and
4291         gnus-add-buffer.
4292
4293         * gnus-util.el (gnus-kill-buffer): do.
4294
4295         * nnmail.el: Autoload gnus-kill-buffer.
4296
4297 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4298
4299         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
4300         gnus-summary-goto-subject as gnus-summary-update-mark operates on
4301         the current LINE.
4302         (gnus-agent-summary-fetch-group): Minimized the number of times
4303         that the article is updated in the buffer.
4304
4305 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
4306
4307         * spam.el (spam-ham-move-routine): use the process-mark instead of
4308         gnus-current-article when moving articles
4309         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
4310
4311 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4312
4313         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
4314         (gnus-topic-catchup-articles): Ditto.
4315         (gnus-topic-mark-topic): Reverse recursive logic.
4316
4317 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
4318
4319         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
4320         gnus-refer-thread-limit is t.
4321
4322 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
4323
4324         * mm-util.el (mm-mule-charset-to-mime-charset): Use
4325         sort-coding-systems to prefer utf-8 over utf-16.
4326
4327 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4328
4329         * gnus-agent.el (gnus-agent-expire-days):
4330         gnus-request-move-article depends on gnus-agent-expire to clean up
4331         the cache after moving the article.  Therefore, g-a-e-d can NOT
4332         default to nil or can gnus-agent-expire be disabled by doing so.
4333         If you don't want to run gnus-agent-expire, don't call it.
4334         (gnus-agent-expire): The broken test to disable gnus-agent-expire
4335         when g-a-e-d was NOT nil was removed.
4336         (gnus-agent-article-name): Removed unnecessary input test as
4337         article IDs are always strings.
4338         (gnus-agent-regenerate-group): Added check to protect against
4339         servers that generate absurdly long article IDs.  Valid IDs are
4340         less than 10 digits to avoid overflow errors.  Fixed logic error
4341         when ensuring that the final article ID is present in the new
4342         alist.
4343
4344 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
4347         next line after finding the parent.
4348
4349 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4350
4351         * gnus.el (gnus-version-number): Bumped.
4352
4353 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4354
4355         * gnus.el: Oort Gnus v0.15 is released.
4356
4357 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4358
4359         * nnmail.el (nnmail-split-it): If a message ends up matching the
4360           same mailbox more than once, it will cause duplicates to appear
4361           in the mailbox.
4362
4363 2003-02-08  Simon Josefsson  <jas@extundo.com>
4364
4365         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
4366         code that only worked under Emacs.
4367
4368         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
4369         Das <satyaki@chicory.stanford.edu>.
4370
4371 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
4372
4373         * gnus-art.el (gnus-article-refer-article): Use
4374         gnus-replace-in-string.
4375
4376         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
4377         (gnus-remove-duplicates): do.
4378
4379 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4380
4381         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
4382         (gnus-request-scan): set
4383         gnus-internal-registry-spool-current-method to gnus-command-method
4384         before a request-scan operation
4385
4386         * gnus-registry.el (regtest-nnmail): use
4387         gnus-internal-registry-spool-current-method
4388
4389 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390
4391         * mail-source.el (mail-source-fetch): Typo fix.
4392
4393 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4394
4395         * nnmail.el (nnmail-spool-hook): new hook
4396         (nnmail-cache-insert): call nnmail-spool-hook
4397
4398         * gnus-registry.el: new file with examples of using the hooks
4399
4400         * gnus.el (gnus-registry): added registry customization group
4401         (gnus-group-prefixed-name): improve function to return full group
4402         name optionally
4403         (gnus-group-guess-prefixed-name): shortcut to
4404         gnus-group-prefixed-name, using just the group name
4405         (gnus-group-full-name): always get a group's full name
4406         (gnus-group-guess-full-name): shortcut, using just the group name
4407
4408         * gnus-sum.el (gnus-summary-article-move-hook)
4409         (gnus-summary-article-delete-hook)
4410         (gnus-summary-article-expire-hook): new hooks
4411         (gnus-summary-move-article, gnus-summary-expire-articles)
4412         (gnus-summary-delete-article): invoke the new hooks
4413
4414 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
4415
4416         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
4417         from message-ID
4418
4419 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
4420
4421         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
4422
4423 2003-02-07  John Paul Wallington  <jpw@gnu.org>
4424
4425         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
4426         (mm-write-region, mm-detect-coding-region): Doc fixes.
4427
4428 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4429
4430         * mail-source.el (mail-source-fetch): Ignore errors.
4431         (mail-source-ignore-errors): New variable.
4432
4433         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
4434         articles.
4435
4436         * gnus-msg.el (gnus-version-expose-system): Change default.
4437
4438 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
4439
4440         * gnus-msg.el (gnus-version-expose-system): New variable.
4441
4442 2003-02-07  Simon Josefsson  <jas@extundo.com>
4443
4444         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
4445         patch from deskpot@myrealbox.com (Vasily Korytov).
4446
4447 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4448
4449         * gnus-art.el (article-display-face): Get the Face header from
4450         the current buffer.
4451
4452 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * gnus-art.el (gnus-mime-view-part-internally): Bind
4455         buffer-read-only to nil.
4456
4457 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
4460         from g-a-e-1 to g-a-e-2.
4461
4462 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
4463
4464         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
4465         of bbdb-search-simple, use spam-use-BBDB-exclusive
4466         (spam-check-whitelist): use spam-use-whitelist-exclusive
4467         (spam-use-whitelist-exclusive): new variable affecting
4468         spam-use-whitelist
4469         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
4470
4471 2003-02-05  Simon Josefsson  <jas@extundo.com>
4472
4473         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
4474         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
4475         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
4476         (gnus-agent-expire-1): New.
4477         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
4478         (gnus-agent-expire-2): New.
4479
4480 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
4481
4482         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
4483         "delete-if" is misleading because it isn't actually destructive.
4484
4485         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
4486
4487         * nnmail.el (nnmail-purge-split-history): do.
4488
4489         * gnus-win.el (gnus-get-buffer-window): do.
4490
4491         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
4492         let-binding.
4493         (gnus-simplify-all-whitespace): do.
4494
4495 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * gnus-delay.el (gnus-delay-article): Fix binding of the
4498         nndraft:delayed group.
4499
4500 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4501
4502         * gnus.el (spam group parameters): change 'other to 'const in
4503         the group parameter definitions to soothe XEmacs
4504
4505 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4506
4507         * gnus-delay.el (gnus-delay-article): Really create
4508         nndraft:delayed group if it doesn't exist.
4509
4510 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
4511
4512         * gnus-sum.el (gnus-summary-search-article): Speed up by
4513         disabling various visual features while searching.
4514         (gnus-summary-recenter): Test gnus-auto-center-summary first.
4515
4516 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
4517
4518         * spam.el (spam-list-of-checks): Don't quote nil and t in
4519         docstrings.  From the elisp manual:
4520
4521            When a documentation string refers to a Lisp symbol, write
4522            it [..] with single-quotes around it.  [..] There are two
4523            exceptions: write t and nil without single-quotes.
4524
4525         * messcompat.el (message-from-style): do.
4526
4527         * message.el (message-send-mail): do.
4528
4529         * gnus-util.el (gnus-use-byte-compile): do.
4530
4531         * gnus-score.el (gnus-score-lower-thread): do.
4532
4533         * gnus-int.el (gnus-server-unopen-status): do.
4534
4535         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
4536         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
4537
4538         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
4539         (gnus-group-parameters): do.
4540
4541         * gnus-art.el (gnus-article-mime-match-handle-function): do.
4542
4543         * mm-decode.el (mm-text-html-renderer): do.
4544
4545 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * nnheader.el (nnheader-directory-separator-character): Change the
4548         way to compute the dafault value.
4549
4550 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
4551
4552         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
4553         (gnus-button-alist): Fix regexp for describe-key.
4554         (gnus-button-handle-describe-function)
4555         (gnus-button-handle-describe-variable)
4556         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
4557         (gnus-button-handle-apropos-variable)
4558         (gnus-button-handle-apropos-documentation): Docstring fix.
4559
4560         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
4561
4562 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563
4564         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
4565         to nil.
4566
4567         * nnmail.el: Removed gnus-util autoload.
4568
4569         * gnus.el: Use gnus-prin1-to-string throughout.
4570
4571         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
4572         print-level.
4573
4574         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
4575         (gnus-treat-display-grey-xface): Removed.
4576
4577         * gnus-fun.el (gnus-grab-cam-face): New.
4578         (gnus-convert-image-to-gray-x-face): Removed.
4579         (gnus-convert-gray-x-face-to-xpm): removed.
4580         (gnus-convert-gray-x-face-region): Removed.
4581         (gnus-grab-gray-x-face): Removed.
4582
4583         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
4584
4585 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
4586
4587         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
4588         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
4589         bound.
4590
4591         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
4592
4593 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
4594
4595         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
4596         Remove -- these are bogus options which are never used.
4597
4598 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
4599
4600         * gnus-art.el (gnus-article-mode): Use summary tool bar.
4601
4602 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
4603
4604         * spam.el (spam-check-blackholes)
4605         (spam-blackhole-good-server-regex): new variable to skip some IPs
4606         when checking blackholes; use it
4607         (spam-check-bogofilter-headers)
4608         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
4609         case more X-Bogosity is used than just "Yes/No"
4610         (spam-ham-move-routine): semi-fixed, only first article is
4611         properly moved now
4612
4613 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
4614
4615         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
4616         as well.
4617
4618         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
4619
4620         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
4621
4622         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
4623
4624         * gnus-bcklg.el (gnus-backlog-shutdown): do.
4625
4626         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
4627
4628 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4629
4630         * gnus-fun.el (gnus-face-encode): New function.
4631         (gnus-convert-png-to-face): Use it.
4632
4633         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
4634
4635 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
4636
4637         * mm-decode.el (mm-dissection-list): Remove.
4638         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
4639         only used in mm-remove-all-parts.
4640         (mm-remove-all-parts): Remove it, it's never called.
4641
4642 2003-01-25  Simon Josefsson  <jas@extundo.com>
4643
4644         * gnus-group.el (gnus-group-make-group): Report errors.
4645
4646         * nnimap.el (nnimap-request-create-group): Ditto.
4647
4648         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
4649
4650         * sieve.el (sieve-upload): Fix error printing.
4651
4652         * mm-encode.el (mm-qp-or-base64): Always QP iff
4653         mm-use-ultra-safe-encoding and cleartext PGP.
4654
4655         * gnus-sum.el (gnus-summary-select-article): Inhibit
4656         redisplay (mainly for secured messages).
4657
4658         * nnmail.el (nnmail-article-group): Copy body too (but don't
4659         process it).
4660
4661 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
4662
4663         * gnus-art.el (gnus-article-setup-buffer): Reset
4664         gnus-button-marker-list.
4665
4666 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4667
4668         * nntp.el (nntp-read-timeout): Default to using a second delay
4669         under Microsoft Windows.
4670
4671 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * nnheader.el (nnheader-directory-separator-character): New
4674         variable.
4675
4676 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4677
4678         * gnus-agent.el (gnus-agent-max-fetch-size)
4679         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
4680         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
4681         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
4682         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
4683         (gnus-agent-braid-nov, gnus-agent-load-alist)
4684         (gnus-agent-article-alist-save-format)
4685         (gnus-agent-read-agentview, gnus-agent-save-alist)
4686         (gnus-agent-fetch-group-1, gnus-agent-expire)
4687         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
4688         (gnus-agent-regenerate-group): Reformat to keep under eighty
4689         columns.  Reword docstrings so that first line is under eighty
4690         chars and a complete sentence.  Still need to work on the rear
4691         end of the file, in particular gnus-agent-expire.
4692
4693 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694
4695         * gnus-agent.el (gnus-agentize): Indent.
4696
4697         * gnus.el (gnus-version-number): Bumped.
4698
4699 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4700
4701         * gnus.el: Oort Gnus v0.14 is released.
4702
4703 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4704
4705         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
4706         before beginning.  Tiny patch from Mark Thomas
4707         <swoon@bellatlantic.net>.
4708
4709 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4710
4711         * spam.el (spam-check-blackholes, spam-split)
4712         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
4713         gnus-message calls to show to users what spam.el is doing
4714
4715 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
4716
4717         * gnus-msg.el (gnus-message-replysign)
4718         (gnus-message-replyencrypt): Fix typo.
4719
4720 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
4723         details.
4724
4725 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4726
4727         * gnus-art.el (gnus-article-press-button): let* -> let.
4728         (gnus-mime-security-show-details): Cleaned up.
4729         (gnus-mime-security-press-button): Save excursion.
4730         (gnus-insert-mime-security-button): Clean up.
4731
4732         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
4733
4734         * gnus-async.el (gnus-async-wait-for-article): Don't use a
4735         timeout.
4736
4737         * nntp.el (nntp-accept-process-output): Removed timeout.
4738         (nntp-read-timeout): New variable.
4739         (nntp-accept-process-output): Use it.
4740
4741         * gnus-sum.el (gnus-data-find-list): Remove *.
4742
4743 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4744
4745         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
4746         introduced on 2002-01-22.
4747         (gnus-summary-first-unseen-or-unread-subject): Ditto.
4748
4749 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
4750
4751         * spam.el (spam-check-regex-headers, spam-list-of-checks)
4752         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
4753         checks of incoming mail based on simple header regexp matching
4754
4755 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
4756
4757         * gnus-sum.el (gnus-spam-mark): set to `$'
4758
4759 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4760
4761         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
4762         gnus-newsgroup-unfetched, the list of articles whose headers have
4763         not been fetched from the server.
4764
4765         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
4766         parameter as it never worked due to a bug.  Added check to prevent
4767         selection of any article in the gnus-newsgroup-unfetched list.
4768         (gnus-summary-find-prev): Added check to prevent selection of any
4769         article in the gnus-newsgroup-unfetched list.
4770         (gnus-summary-first-subject): Documented API. Modified
4771         implementation so that constraints are handled independently.
4772         Added check to prevent selection of any article in the
4773         gnus-newsgroup-unfetched list.
4774         (gnus-summary-first-unseen-subject): Updated parameters in
4775         gnus-summary-first-subject call to match new API.
4776         (gnus-summary-first-unseen-or-unread-subject): Ditto.
4777         (gnus-summary-catchup): Do not mark unfetched articles as read.
4778
4779 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
4780
4781         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
4782         make-obsolete-variable allows only two arguments in XEmacs and
4783         Emacs 20.
4784
4785         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
4786         gnus-article-hide-pgp.
4787         (gnus-summary-make-menu-bar): do.
4788
4789         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
4790         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
4791         gnus-article-hide-pgp.
4792         (article-hide-pgp): Remove.
4793         (gnus-article-hide): Remove gnus-article-hide-pgp.
4794
4795         * gnus.el: Remove gnus-article-hide-pgp
4796
4797 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4798
4799         * message.el (message-required-headers): Doc fix.
4800
4801 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
4802
4803         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
4804         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
4805         option to make ifile a purely binary classifier
4806
4807 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4808
4809         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
4810         (mml-secure-encrypt-pgpmime): Removed double.
4811
4812         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
4813         debugging statements.
4814
4815 2003-01-21  Andreas Fuchs  <asf@void.at>
4816
4817         * mml-sec.el (mml-sign-alist): Added pgpauto.
4818
4819 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * gnus.el (gnus-version-number): Bumped version number.
4822
4823 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4824
4825         * gnus.el: Oort Gnus v0.13 is released.
4826
4827 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828
4829         * gnus-art.el (gnus-button-url-regexp): Removed |.
4830
4831         * message.el (message-send-hook): Doc fix.
4832
4833         * gnus-win.el (gnus-buffer-configuration): Display article
4834         instead of article-copy when `reply'.
4835
4836 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
4837
4838         * gnus.el (gnus-format): Change customize group to gnus.
4839         (gnus-cache): Add link.
4840         (gnus-group-charter-alist): Fix docstring.
4841
4842 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
4843
4844         * mailcap.el (mailcap-print-command): lpr-command might be
4845         unbound in XEmacs.
4846
4847 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4848
4849         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
4850
4851         * gnus-sum.el (gnus-summary-update-article-line): Fixed
4852         calculation of net characters added for use in the gnus-data
4853         structure.
4854
4855 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4856
4857         * nnmail.el (nnmail-process-unix-mail-format): Improve error
4858         message.  Suggested by Jari Aalto.
4859
4860 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4861
4862         * gnus-art.el (gnus-article-followup-with-original): Clean up.
4863         (gnus-article-reply-with-original): Ditto.
4864
4865         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
4866         read articles don't become unread.
4867
4868 2003-01-17  Simon Josefsson  <jas@extundo.com>
4869
4870         * gnus-fun.el (gnus-x-face-from-file):
4871         (gnus-face-from-file): Suggest image format in minibuffer prompt.
4872
4873         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4874         (gnus-convert-image-to-face-command): Doc fix.
4875
4876 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
4879
4880 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
4881
4882         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
4883         avoid encoding problems.
4884
4885         * mailcap.el (mailcap-ps-command): New variable.
4886         (mailcap-mime-data): Add print entry where applicable.  Use
4887         pdftotext on a tty.
4888
4889 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4890
4891         * gnus-sum.el (gnus-alter-header-function): Add type and group.
4892
4893 2003-01-16  Simon Josefsson  <jas@extundo.com>
4894
4895         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4896         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
4897         (gnus-face-from-file): Doc fix; don't mention image format.
4898
4899 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4900
4901         * spam.el (spam-get-article-as-filename): new function (unused for now)
4902         (spam-get-article-as-buffer): new function
4903         (spam-get-article-as-string): use spam-get-article-as-buffer
4904         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
4905
4906 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4907
4908         * gnus-agent.el: Don't use `path'.
4909         From the GNU coding standards:
4910
4911             Please do not use the term ``pathname'' that is used in Unix
4912             documentation; use ``file name'' (two words) instead.  We use
4913             the term ``path'' only for search paths, which are lists of
4914             directory names.
4915
4916         * nnsoup.el (nnsoup-file-name): Ditto.
4917
4918         * nnmail.el (nnmail-pathname-coding-system): Ditto.
4919         (nnmail-group-pathname): Ditto.
4920
4921         * nnimap.el (nnimap-group-overview-filename): Ditto.
4922
4923         * nnheader.el (nnheader-pathname-coding-system): Ditto.
4924         (nnheader-group-pathname): Ditto.
4925
4926         * nnfolder.el (nnfolder-group-pathname): Ditto.
4927
4928         * gnus.el (gnus-home-directory): Ditto.
4929
4930         * gnus-group.el (gnus-group-icon-list): Ditto.
4931
4932 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
4933
4934         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
4935
4936         * message.el (message-mode-menu): Use it.
4937         (message-mode-menu): Deactivate "Yank Original" if there's no
4938         reply buffer.
4939
4940         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
4941
4942         * message.el (message-mark-active-p): New function.
4943
4944 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
4945
4946         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
4947         (spam-bogofilter-database-directory): new variables
4948         (spam-check-bogofilter-headers, spam-check-bogofilter)
4949         (spam-bogofilter-register-with-bogofilter)
4950         (spam-bogofilter-register-spam-routine)
4951         (spam-bogofilter-register-ham-routine)
4952         (spam-group-ham-processor-bogofilter-p): new functions for the new
4953         Bogofilter interface
4954         (spam-summary-prepare-exit): use the new Bogofilter functions
4955         (spam-list-of-checks): added spam-use-bogofilter-headers
4956         (spam-bogofilter-score): rewrote function
4957         (spam-check-bogofilter): optional score parameter, uses
4958         spam-check-bogofilter-headers better
4959         (spam-check-bogofilter-headers): optional score parameter
4960
4961         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
4962         default, in the gnus-start customization group.  Used to disable
4963         the spam-*/ham-* parameters.
4964         (gnus-group-ham-exit-processor-bogofilter): new ham processor
4965
4966 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
4967
4968         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
4969         XEmacs.
4970
4971         * gnus-ems.el (gnus-mark-active-p): do.
4972
4973 2003-01-15  Kevin Ryde  <user42@zip.com.au>
4974
4975         * gnus.texi (Using MIME): Mention auto-compression-mode with
4976         gnus-mime-copy-part.
4977
4978 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4979
4980         * message.el (message-send): Don't warn about duplicates when
4981         superseding.
4982
4983 2003-01-15  Simon Josefsson  <jas@extundo.com>
4984
4985         * nnimap.el (nnimap-split-download-body): New variable.
4986         (nnimap-split-articles): Use it.
4987
4988 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4989
4990         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
4991         integrity checker was incorrectly flagging, and removing, articles
4992         whose article number was negative.
4993         (gnus-agent-fetch-group-1): When executed in the group's summary
4994         buffer, refresh each downloaded line to update the status flag and
4995         font.  Preserve the value of gnus-newsgroup-headers so that
4996         gnus-agent-fetch-articles can split the requests by size.
4997         (gnus-agent-expire): Corrected day calculation for when
4998         gnus-agent-expire-days contains a list.
4999
5000 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001
5002         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
5003
5004 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
5005
5006         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
5007           /usr/bin/play as default player.
5008           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
5009
5010 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5011
5012         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
5013         articles to be marked as well.
5014
5015 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5016         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
5017         fictious headers generated by nnagent (ie. Undownloaded Article
5018         ####) in the list of articles that have not been downloaded.
5019
5020         * gnus-int.el (): Added require declarations to resolve
5021         compile-time warnings.
5022         (gnus-open-server): If the server status is set to offline,
5023         recursively execute gnus-open-server to open the offline backend
5024         (e.g. nnagent).
5025
5026 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
5027
5028         * gnus-art.el (gnus-article-reply-with-original): Use
5029         gnus-mark-active-p.
5030         (gnus-article-followup-with-original): do.
5031
5032 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5033
5034         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
5035
5036 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5037
5038         * gnus-score.el (gnus-score-edit-file-at-point): New function.
5039         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
5040
5041 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
5042
5043         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
5044         (gnus-face-from-file): Ditto.
5045
5046 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5047
5048         * gnus-sum.el (gnus-articles-to-read): Don't just apply
5049         gnus-alter-articles-to-read-function to the unread articles.
5050
5051 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5052
5053         * deuglify.el (gnus-article-outlook-unwrap-lines)
5054         (gnus-article-outlook-repair-attribution)
5055         (gnus-article-outlook-rearrange-citation): New function names,
5056         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
5057         doc-string.
5058
5059         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
5060         removed `W k' key binding (use `W Y f' instead).
5061         (gnus-summary-make-menu-bar): Use new function names.
5062
5063 2003-01-13  Simon Josefsson  <jas@extundo.com>
5064
5065         * gnus-fun.el (gnus-random-x-face): Doc fix.
5066         (gnus-insert-random-x-face-header): New function.
5067
5068 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
5069
5070         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
5071         mark is not active.
5072
5073         * gnus-msg.el (gnus-inews-do-gcc): Comment.
5074
5075         * gnus-ems.el (gnus-mark-active-p): New function.
5076
5077         * gnus-group.el (gnus-topic-mode-p): New function.
5078         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
5079         Deactivate items if mark is not active.
5080
5081 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082
5083         * gnus.el (gnus-version-number): Bumped version.
5084         (gnus-summary-line-format): Doc fix.
5085
5086 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5087
5088         * gnus.el: Oort Gnus v0.12 is released.
5089
5090 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5091
5092         * mail-source.el (mail-sources): Removed autoload to make it
5093         compile under XEmacs.
5094
5095 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
5096
5097         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
5098         regexp or a function too.
5099         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
5100         confirmation even if the original article is mail.
5101
5102 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5103
5104         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
5105         articles to be marked when not yanking.
5106
5107 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
5108
5109         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
5110
5111 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * gnus-fun.el (gnus-face-from-file): Autoload.
5114
5115         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
5116         errors.
5117
5118 2003-01-12  Simon Josefsson  <jas@extundo.com>
5119
5120         * sieve.el (sieve-upload-and-bury): New.  Suggested by
5121         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
5122
5123         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
5124         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
5125
5126 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5127
5128         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
5129         in every string.
5130
5131         * gnus.el (gnus-version-number): Bumped version number.
5132
5133 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5134
5135         * gnus.el: Oort Gnus v0.11 is released.
5136
5137 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
5138
5139         * message.el (message-fetch-reply-field): Narrow to headers.
5140
5141         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
5142         if Gnus isn't alive.
5143
5144 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5145
5146         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
5147         marks from articles that are already stored in the agent.
5148         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
5149         backup copy of an invalid .overview file for later analysis.
5150
5151 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
5152
5153         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
5154         exit work with two frames.
5155
5156 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
5157
5158         * message.el (message-forward-make-body): Use mule4.
5159
5160 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161
5162         * message.el (message-mode-map): Move wide-reply command.
5163
5164 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5165
5166         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
5167         castellano.
5168         (gnus-outlook-display-hook): New variable.
5169         (gnus-outlook-display-article-buffer): New function.
5170         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
5171         (gnus-outlook-deuglify-article): Made them interactive and added
5172         optional arg.  Use `g-o-d-a-b'.
5173         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
5174
5175         * gnus-sum.el: Added autoloads.
5176         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
5177         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
5178
5179 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180
5181         * gnus-art.el (gnus-display-mime): Use the mime emulation
5182         variable.
5183
5184         * gnus-sum.el (gnus-article-emulate-mime): New variable.
5185
5186         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
5187         newsrc-alist is initialized properly.
5188
5189         * mail-source.el (mail-sources): Autoload.
5190
5191         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
5192         nil.
5193
5194         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
5195         insert two newlines.
5196
5197         * message.el (message-check-news-header-syntax): Compute the
5198         header length correctly.
5199
5200 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5201
5202         * gnus-agent.el (gnus-agent-expire): Do not remove article from
5203         alist when keeping fetched article file.
5204         (gnus-agent-retrieve-headers): When parsing response for article
5205         numbers, use the same algorithm as gnus-agent-braid-nov to protect
5206         against garbage in the server's response.
5207
5208         * gnus-int.el (gnus-request-expire-articles,
5209         gnus-request-move-article): Only expire when the group's server
5210         has been agentized.
5211
5212 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5213
5214         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
5215         errors when deleting overlays.
5216
5217         * gnus-score.el (gnus-score-followup): Allow tracing.
5218
5219         * gnus-art.el (gnus-treat-display-face): New variable.
5220         (article-display-face): New command.
5221
5222         * gnus-fun.el (gnus-face-from-file): New function.
5223         (gnus-convert-face-to-png): Ditto.
5224
5225         * gnus-art.el (gnus-ignored-headers): Added Face.
5226
5227 2003-01-10  Simon Josefsson  <jas@extundo.com>
5228
5229         * nndraft.el (nndraft-request-group): Avoid crash in
5230         directory-files when draft directory doesn't exists.
5231
5232         * gnus-sum.el (gnus-select-article-hook): Add :option.
5233
5234 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
5235
5236         * spam.el (spam-use-stat): new variable
5237         (spam-group-spam-processor-stat-p)
5238         (spam-group-ham-processor-stat-p): new convenience functions
5239         (spam-summary-prepare-exit): add spam/ham processors to sequence
5240         (spam-list-of-checks): add spam-use-stat to list of checks
5241         (spam-split): conditionally load the spam-stat tables
5242         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
5243         spam-check-ifile): new functions
5244
5245         * spam-stat.el (spam-stat): typo fix
5246         (spam-stat-install-hooks): new variable
5247         (spam-stat-split-fancy-spam-group): added documentation clarification
5248         (spam-stat-split-fancy-spam-threshhold): new variable
5249         (spam-stat-install-hooks): make hooks conditional
5250         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
5251
5252         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
5253         spam-stat ham/spam processor symbols
5254
5255 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256
5257         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
5258         file exists.
5259
5260 2003-01-10  Simon Josefsson  <jas@extundo.com>
5261
5262         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
5263         undownloaded/downloadable only when unplugged.
5264
5265 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
5266
5267         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
5268
5269 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5270
5271         * spam.el (spam-check-ifile): fixed call-process-region to use the
5272         db parameter only if it's set
5273         (spam-ifile-register-with-ifile): ditto
5274
5275 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
5276
5277         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
5278         spam-stat-nbad before creating the hash table.
5279         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
5280         Changed copyright statement to FSF.
5281
5282 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5283
5284         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
5285         processable articles as read.
5286         (gnus-agent-summary-fetch-series): Remove processable and
5287         downloadable marks on all downloaded articles in the series.
5288
5289         * nntp.el (nntp-report): Throw error after reporting the problem.
5290         (nntp-accept-process-output): Corrected error check to report an
5291         error when the process is nil.
5292
5293 2003-01-09  Simon Josefsson  <jas@extundo.com>
5294
5295         * message.el (message-tool-bar-map): Add preview.
5296
5297 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
5298
5299         * mml.el (mml-preview): Get rid of MIME handles and buffers after
5300         previewing.
5301
5302 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
5303
5304         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
5305         bug when the (n+1)th article to be added to a group has a smaller
5306         number than the n articles already added.
5307
5308 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5309
5310         * message.el (message-mode-field-menu): Use backquote.
5311
5312 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
5313
5314         * spam.el: fixed the BBDB autoloads again, using
5315         bbdb-search-simple now (which is not a macro, thank god)
5316
5317         * lpath.el (bbdb-search): removed function from maybe-fbind list
5318
5319         * gnus.el (ham-process-destination): added new parameter for
5320         destination of ham articles found in spam groups at summary exit
5321
5322         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
5323         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
5324         (spam-ifile-database-path): added new parameter for ifile's database
5325         (spam-move-spam-nonspam-groups-only): new parameter to determine
5326         if spam should be moved from all groups or only some
5327         (spam-summary-prepare-exit): fixed logic to use
5328         spam-move-spam-nonspam-groups-only when deciding to invoke
5329         spam-mark-spam-as-expired-and-move-routine; always invoke that
5330         routine after the spam has been expired-or-moved in case there's
5331         some spam left over; use spam-ham-move-routine in spam groups
5332         (spam-ham-move-routine): new function to move ham articles to the
5333         ham-process-destinations group parameter
5334
5335 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5336
5337         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
5338
5339         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5340         gnus-summary-update-article-line.
5341
5342 2003-01-08  Simon Josefsson  <jas@extundo.com>
5343
5344         * nnmail.el (nnmail-expiry-target-group): Request group, create it
5345         not successful.
5346
5347 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
5350
5351 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5352
5353         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
5354         logic, finally
5355
5356 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5357
5358         * gnus-spec.el (gnus-parse-format): %C is a complex format.
5359         (gnus-parse-format): Change to %~.
5360
5361         * message.el (message-generate-headers): Don't generate optional
5362         empty headers.
5363
5364 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * message.el (message-cross-post-default)
5367         (message-cross-post-note-function, message-shoot-gnksa-feet)
5368         (message-strip-subject-trailing-was, message-change-subject)
5369         (message-mark-insert-file, message-cross-post-followup-to)
5370         (message-cross-post-followup-to, message-mode-map)
5371         (message-generate-unsubscribed-mail-followup-to)
5372         (message-make-mail-followup-to): Minor changes to doc-strings and
5373         error messages.  Updated copyright line.
5374
5375         * message.el (message-make-mail-followup-to,
5376         message-generate-unsubscribed-mail-followup-to): New function
5377         names.  Renamed functions: "-mft" -> "-mail-followup-to".
5378         (message-make-mft, message-gen-unsubscribed-mft): Removed function
5379         names.
5380
5381         * mml.el (mml-preview-insert-mail-followup-to): New function name.
5382         (mml-preview-insert-mft): Removed function name.
5383         (mml-preview): Use new function names.
5384
5385         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
5386
5387         * message.el (message-mode-field-menu): Moved header related
5388         commands from "Message" to "Field" menu.
5389
5390 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5391
5392         * message.el (message-generate-headers-first): Added customization
5393         if variable is a list.
5394
5395 2003-01-07  Michael Shields  <shields@msrl.com>
5396
5397         * gnus-art.el (gnus-article-next-page): Correctly handle the case
5398         where the last line of the article is the last line of the window.
5399
5400 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5401
5402         * gnus-msg.el (gnus-debug): Use ignore-errors.
5403
5404         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5405         `gnus-summary-update-line'.
5406
5407 2003-01-08  Simon Josefsson  <jas@extundo.com>
5408
5409         * gnus-art.el (gnus-unbuttonized-mime-types)
5410         (gnus-buttonized-mime-types): Doc fix.
5411
5412 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5413
5414         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
5415
5416 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5417
5418         * nnrss.el (nnrss-group-alist): Add and clear up.
5419
5420 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5421
5422         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
5423
5424         * lpath.el (bbdb-search): added BBDB functions for a better way to
5425         fix missing functions
5426
5427         * spam.el (spam-check-ifile): if should be an unless
5428
5429         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
5430         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
5431         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
5432
5433 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434
5435         * gnus-sum.el (gnus-summary-make-menu-bar): Added
5436         gnus-summary-refer-thread to thread menu.
5437
5438 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5439
5440         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
5441         summary buffer, articles that cannot be fetched are marked as
5442         canceled.
5443
5444         * nntp.el (nntp-with-open-group): The quit signal handler must
5445         propagate the quit signal to the next outer handler so that the
5446         caller knows that the request aborted abnormally.
5447
5448 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5449
5450         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
5451         (spam-ifile-register-spam-routine)
5452         (spam-ifile-register-ham-routine): added ifile functionality that
5453         does not use ifile-gnus.el to classify and register articles
5454         (spam-get-article-as-string): convenience function
5455         (spam-summary-prepare-exit): added ifile spam and ham registration
5456         (spam-ifile-all-categories, spam-ifile-spam-category)
5457         (spam-ifile-path, spam-ifile): added customization options
5458
5459         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
5460         exit processor
5461         (spam-process): added gnus-group-ham-exit-processor-ifile to the
5462         list of choices
5463
5464 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5465
5466         * gnus-score.el (gnus-score-followup): Also score immediate
5467         followups.
5468
5469 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5470
5471         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
5472
5473 2003-01-07  Simon Josefsson  <jas@extundo.com>
5474
5475         * message.el (message-mode-menu): Fix receipt balloon help.
5476
5477 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
5478
5479         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
5480         always be interpreted as news.
5481
5482 2003-01-07  Simon Josefsson  <jas@extundo.com>
5483
5484         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
5485         gnus-sieve-script, instead of the global variable
5486         gnus-sieve-crosspost.  One-line patch from Steinar Bang
5487         <sb@dod.no>.
5488
5489 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5490
5491         * gnus.el: Renamed gnus-summary-*-uncached-face as
5492         gnus-summary-*-undownloaded-face to avoid confusing the agent with
5493         the cache.
5494
5495         * gnus-sum.el: Ditto.
5496
5497 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5498
5499         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
5500         in either the group or summary buffer.
5501         New command "JS", in summary buffer, will fetch articles per the
5502         group's category, predicate, and processable flags.
5503         (gnus-agent-summary-fetch-series): Rewritten to call
5504         gnus-agent-session-fetch-group once with all articles in the
5505         series.
5506         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
5507         return list of fetched articles.
5508         (gnus-agent-fetch-articles): Split fetch list into sublists such
5509         that the article buffer is only slightly larger than
5510         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
5511         the group's article alist is saved.
5512         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
5513         longer result in the agent trying to fetch an article.
5514         (gnus-agent-fetch-group-1): Can now be called in either the group
5515         or summary buffer.  Removed the max-fetch-size code that I added
5516         on 2002-12-13 as that capability is now part of
5517         gnus-agent-fetch-articles.  Added code to update summary buffer.
5518         When called in the group buffer, articles that can not be fetched
5519         are AUTOMATICALLY MARKED AS READ.
5520
5521         * gnus-sum.el (): Modified eval-when-compile to minimize
5522         misleading compilation warnings.
5523         (gnus-update-summary-mark-positions): Changed code to use
5524         gnus-undownloaded-mark rather than gnus-downloaded-mark.
5525
5526         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
5527         empty file as the parser assumes that the file isn't empty.
5528
5529         * nntp.el (nntp-send-string): The process-send-string call can,
5530         because it performs I/O on the process, change the process' state
5531         from open to closed.  If this happens, call nntp-report
5532         immediately to report the broken connection.
5533         (nntp-report): Rewritten to avoid needing a global variable to
5534         determine the appropriate course of action.  Instead, two function
5535         implementations are provided and the nntp-report function value is
5536         bound to the appropriate implementation.
5537         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
5538         (nntp-with-open-group): Now binds nntp-report's function cell
5539         rather than binding gnus-with-open-group-first-pass.  Added a
5540         condition-case to detect a quit during a nntp command.  When the
5541         quit occurs, the current connection is closed as a fetch articles
5542         request could have several megabytes queued up for reading.
5543         (nntp-retrieve-headers): Bind articles to itself.  If
5544         nntp-with-open-group repeats this command, I must have access to
5545         the original list of articles.
5546         (nntp-retrieve-groups): Ditto for groups.
5547         (nntp-retrieve-articles): Ditto for articles.
5548         (*): Replaced nntp-possibly-change-group calls to
5549         nntp-with-open-group forms in all, but one, occurrance.
5550         (nntp-accept-process-output): Bug fix. Detect when called with
5551         null process.
5552
5553 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
5554
5555         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
5556         if we don't need to.
5557         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
5558
5559 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * gnus-group.el (gnus-group-make-web-group): Pass the select
5562         method on to group-create.
5563         (gnus-group-line-format-alist): %U is an integer.
5564
5565         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
5566         ephemeral groups.
5567         (gnus-summary-read-group-1): Ditto.
5568         (gnus-group-make-articles-read): Ditto.
5569
5570         * mm-url.el (mm-url-program): Doc fix.
5571
5572         * message.el (message-mode-map): Rebound
5573         message-insert-wide-reply.
5574
5575 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
5578         color as `gnus-group-startup-message' does.
5579
5580 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
5581
5582         * spam.el: fixed line lengths to 80 chars or less
5583
5584         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
5585         "not-read" mark
5586         (gnus-summary-mark-forward): added the spam-mark to the list of
5587         marks not to be marked as "read" when viewed
5588
5589 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5590
5591         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
5592
5593         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
5594         Protect against unactive groups.
5595
5596         * message.el (message-check-news-header-syntax): Check long
5597         header lines.
5598         (message-check-news-header-syntax): Update `start'.
5599
5600         * gnus-group.el (gnus-group-expire-articles): Doc fix.
5601         (gnus-group-line-format): %U.
5602         (gnus-group-line-format-alist): ?U.
5603         (gnus-number-of-unseen-articles-in-group): New function.
5604
5605         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
5606
5607         * gnus.el (gnus-version-number): Bump version number.
5608
5609 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5610
5611         * gnus.el: Oort Gnus v0.10 is released.
5612
5613 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * gnus.el (gnus-version-number): Fix version number.
5616
5617 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5618
5619         * gnus.el: Oort Gnus v0.08 is released.
5620
5621 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
5622
5623         * mm-util.el: Add mm-string-make-unibyte.
5624
5625         * gnus-group.el (gnus-group-jump-to-group): Make it work for
5626         UTF-8 groups.
5627
5628 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
5631
5632         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
5633
5634 2003-01-04  Kevin Ryde  <user42@zip.com.au>
5635
5636         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
5637         function.
5638
5639 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5640
5641         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
5642         (gnus-summary-read-group-1): Update group line.
5643         (gnus-summary-exit-no-update): Update group on exit.
5644
5645         * gnus-group.el (gnus-group-line-format): Add %*.
5646         (gnus-group-line-format-alist): Ditto.
5647         (gnus-group-insert-group-line): Set it.
5648         (gnus-group-is-exiting-p): New variable.
5649         (gnus-group-insert-group-line): Use it.
5650
5651 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
5652
5653         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
5654         enable BBDB ham processing
5655         (spam-blacklist-register-routine): enable blacklist spam processing
5656         (spam-whitelist-register-routine): enable whitelist ham processing
5657         (spam-fetch-field-from-fast): fast fetching of the "from" field
5658         from (gnus-data-list)
5659         (spam-summary-prepare-exit): works completely now
5660         (spam-use-blacklist): oops, should be nil by default
5661         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
5662         split processing now; before it was for summary exit as
5663         well but that's done with the spam-contents and spam-process
5664         parameters now
5665
5666 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
5667
5668         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
5669         characters.
5670
5671 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
5672
5673         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
5674         (spam-group-processor-p, spam-group-processor-bogofilter-p)
5675         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
5676         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
5677         (spam-mark-spam-as-expired-and-move-routine)
5678         (spam-generic-register-routine, spam-BBDB-register-routine)
5679         (spam-ifile-register-routine, spam-blacklist-register-routine)
5680         (spam-whitelist-register-routine): new functions
5681         (spam-summary-prepare-exit): added summary exit processing (expire
5682         or move) of spam-marked articles for spam groups; added slots for
5683         all the spam-*-register-routine functions
5684
5685 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * pop3.el (pop3-retr): Wait 500 msecs.
5688         (pop3-read-response): Ditto.
5689
5690         * gnus-msg.el (gnus-setup-message): Get the evaliation order
5691         right.
5692         (gnus-inews-make-draft): New function.
5693         (gnus-setup-message): Use it.
5694
5695         * message.el (message-required-headers): Add From.
5696
5697 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5698         Trivial patch from Norbert Koch <nk@viteno.net>.
5699
5700         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
5701
5702 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5703
5704         * message.el (message-generate-headers): Let header formatters do
5705         their work.
5706
5707 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
5708
5709         * deuglify.el (gnus-article-outlook-deuglify-article):
5710         Rehighlight, reapply treatments and call
5711         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
5712         (gnus-outlook-repair-attribution-block): Recognize cited
5713         attributions.  Suggested by Niklas Morberg.
5714
5715 2003-01-02  Pete Kazmier  <pete@kazmier.com>
5716
5717         * gnus-art.el (gnus-treat-predicate): Check condition first.
5718
5719 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
5720
5721         * lpath.el: Add url-http-file-exists-p.
5722
5723         * gnus-group.el (gnus-group-fetch-charter): Use
5724         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
5725
5726 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727
5728         * message.el (message-draft-headers): Also generate From to get a
5729         nicer draft buffer summary.
5730
5731         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
5732         parameter.
5733
5734         * gnus-art.el (article-wash-html): Clean up.
5735         (article-wash-html): Typo fix.
5736
5737         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
5738         (gnus-summary-mail-forward): To many lists of lists.
5739
5740         * gnus-art.el (article-wash-html): Clean up.
5741
5742 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
5743
5744         * gnus-art.el (gnus-treat-wash-html): New variable.
5745
5746 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5747
5748         * message.el (message-check-news-header-syntax): Allow posting.
5749         (message-check-news-header-syntax): Fix logic for sure, this
5750         time.
5751
5752 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
5753
5754         * message.el (message-check-news-header-syntax): Check syntax of
5755         continuation headers.
5756
5757 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
5758
5759         * gnus-art.el (gnus-button-url-regexp,
5760         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
5761         (gnus-header-button-alist): Regexps are case insensitive here.
5762
5763 2003-01-02  Simon Josefsson  <jas@extundo.com>
5764
5765         * dig.el (query-dig): Doc fix.
5766
5767 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5768
5769         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
5770         summary buffer line, not just the download mark.
5771
5772 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773
5774         * gnus-sum.el (gnus-summary-goto-subjects): New function.
5775         (gnus-summary-insert-dormant-articles): New command and
5776         keystroke.
5777
5778         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
5779         function for mass insertion of subjects.
5780
5781         * nndraft.el (nndraft-generate-headers): Don't move point.
5782
5783         * gnus.el (nnheader): Require nnheader.
5784
5785         * nndraft.el (nndraft-request-associate-buffer): Use
5786         make-local-variable.
5787
5788 2003-01-02  Michael Shields  <shields@msrl.com>
5789
5790         * nndraft.el (nndraft-request-associate-buffer): Make
5791         write-contents-hooks buffer-local before setting it.
5792
5793 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5794
5795         * gnus.el (gnus-group-parameter-value): Take an extra param.
5796         (gnus-group-fast-parameter): Let group param results be nil.
5797
5798         * gnus-art.el (gnus-article-forward-header): New function.
5799         (article-date-ut): Use it to remove continuation date headers.
5800
5801         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
5802         read-event.
5803         (gnus-summary-remove-bookmark): Clean up.
5804         (gnus-summary-set-bookmark): Clean up.
5805
5806         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
5807
5808         * gnus.el (gnus-group-startup-message): Bind data-directory to
5809         the Gnus etc directory.
5810
5811 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
5812
5813         * spam.el (spam-summary-prepare-exit): added slots for spam- and
5814         ham-processing of articles; use the new
5815         spam-group-(spam|ham)-contents-p functions
5816         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
5817         convenience functions
5818         (spam-mark-junk-as-spam-routine): use the new
5819         spam-group-spam-contents-p function
5820
5821         * gnus.el (spam-process, spam-contents, spam-process-destination):
5822         added new parameters with corresponding global variables
5823         (gnus-group-spam-exit-processor-ifile,
5824         gnus-group-spam-exit-processor-bogofilter,
5825         gnus-group-spam-exit-processor-blacklist,
5826         gnus-group-spam-exit-processor-whitelist,
5827         gnus-group-spam-exit-processor-BBDB,
5828         gnus-group-spam-classification-spam,
5829         gnus-group-spam-classification-ham): added new symbols for the
5830         spam-process and spam-contents parameters
5831
5832         * spam.el (spam-ham-marks, spam-spam-marks): changed list
5833         customization and list itself to store mark symbol rather than
5834         mark character.
5835         (spam-bogofilter-register-routine): added logic to generate mark
5836         values list from spam-ham-marks and spam-spam-marks, so (member)
5837         would work.
5838
5839 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * message.el (message-cross-post-followup-to): Fix comment.
5842
5843 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
5844
5845         * spam.el (spam-ham-marks, spam-spam-marks): changed list
5846         customization and list itself to store mark symbol rather than
5847         mark character.
5848         (spam-bogofilter-register-routine): added logic to generate mark
5849         values list from spam-ham-marks and spam-spam-marks, so (member)
5850         would work.
5851
5852 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
5853
5854         * message.el (message-signature-insert-empty-line): New variable.
5855
5856 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5857
5858         * message.el: Renamed functions and variables: "xpost" ->
5859         "cross-post", "-fup2" -> "-followup-to".
5860         (message-cross-post-old-target, message-cross-post-default,
5861         message-cross-post-note, message-followup-to-note,
5862         message-cross-post-note-function): New variables names.
5863         (message-xpost-old-target, message-xpost-default,
5864         message-xpost-note, message-fup2-note,
5865         message-xpost-note-function): Removed variable names.
5866         (message-cross-post-followup-to-header,
5867         message-cross-post-insert-note, message-cross-post-followup-to):
5868         New function names.
5869         (message-xpost-fup2-header, message-xpost-insert-note,
5870         message-xpost-fup2): Removed function names.
5871
5872 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5873
5874         * message.el (message-send-mail): Added message-cleanup-headers to
5875         prevent newlines in headers.
5876
5877 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * dns.el (dns-make-network-process): Comment.
5880
5881         * gnus-sum.el (gnus-summary-display-while-building): Default to
5882         nil.
5883
5884 2003-01-01  Wes Hardaker  <wes@hardakers.net>
5885
5886         * gnus-sum.el (gnus-summary-display-while-building): New
5887         variable.
5888
5889 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
5890
5891         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
5892         before rearranging the article.
5893
5894 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5895
5896         * nndraft.el (nndraft-generate-headers): New function.
5897         (nndraft-request-associate-buffer): Use it to write headers on
5898         buffer save.
5899
5900         * message.el (message-generate-headers): Let the function be a
5901         lambda form.
5902         (message-draft-headers): New variable.
5903
5904         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
5905         function.
5906         (gnus-setup-message): Use it.
5907
5908         * message.el (message-generate-headers-first): Doc fix.
5909         (message-setup-1): Use new function for getting which headers to
5910         generate.
5911         (message-headers-to-generate): New function.
5912
5913 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5914
5915         * gnus-agent.el (gnus-agent-save-alist): Make directory.
5916
5917 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
5918
5919         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
5920         mention negatives.
5921
5922 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
5923
5924         * deuglify.el (gnus-outlook-rearrange-article): Use
5925         `transpose-regions' instead of tempering the kill-ring.
5926         (gnus-article-outlook-deuglify-article): Rehighlight article
5927         instead of a complete redisplay.
5928
5929 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
5930
5931         * spam.el: most defvars are defcustoms now
5932
5933         patches from Michael Shields  <shields@msrl.com>
5934
5935         * spam.el (spam-bogofilter-articles): Select the article
5936         body using gnus-summary-show-article t instead of
5937         gnus-summary-select-article; this presents the raw text
5938         without running any hooks.
5939
5940         * spam.el (spam-bogofilter-articles): Use message-remove-header
5941         to remove headers; the old way incorrectly removed just the first
5942         line of folded headers.
5943
5944 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
5947
5948 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * gnus-start.el (gnus-load): New function.
5951         (gnus-read-newsrc-el-file): Use it.
5952
5953 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
5956         (gnus-button-handle-apropos-documentation): New function.
5957         (gnus-button-handle-ctan): New function.
5958         (gnus-button-alist): Use them.  Improve some regexps.
5959         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
5960
5961 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5962
5963         * message.el (message-subscribed-p): New function.
5964         (message-send-mail): Use it.
5965         * mml.el (mml-preview-insert-mft): New function.
5966         (mml-preview): Use it.
5967
5968 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5969
5970         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
5971         when sorting by date.
5972
5973         * gnus-art.el (gnus-article-edit-mode): New variable.
5974         (gnus-article-setup-buffer): Warn user about discarding edits.
5975
5976         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
5977         (gnus-summary-pipe-output): Take a symbolic prefix to save all
5978         headers.
5979
5980         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
5981
5982 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5983
5984         * message.el (message-completion-alist): Added "Mail-Followup-To"
5985         and "Mail-Copies-To".
5986
5987 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5988
5989         * gnus-group.el: Add key bindings for
5990         gnus-group-sort-groups-by-real-name and
5991         gnus-group-sort-selected-groups-by-real-name.
5992
5993 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5994
5995         * gnus.texi (Sorting Groups): Add key bindings for
5996         gnus-group-sort-groups-by-real-name and
5997         gnus-group-sort-selected-groups-by-real-name.
5998
5999 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
6000
6001         * spam.el (spam-use-dig): new variable for blackhole checking
6002         through dig.el
6003         (spam-check-blackholes): added dig.el checking functionality and
6004         more verbose reporting; query-dig is autoloaded from dig.el
6005         (spam-use-blackholes): disabled by default
6006         (spam-blackhole-servers): removed rbl.maps.vix.com from the
6007         blackhole servers list
6008
6009 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6010
6011         * message.el (message-required-headers): New variable.
6012
6013 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
6014
6015         * dig.el (query-dig): new function
6016
6017 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6018
6019         * flow-fill.el (fill-flowed): Don't infloop on too long fill
6020         prefixes.
6021
6022         * dns.el (query-dns): Protect against errors.
6023
6024         * gnus-msg.el (gnus-article-yanked-articles): New variable.
6025         (gnus-inews-add-send-actions): Mark all answered messages as
6026         answered.
6027
6028 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
6029
6030         * nnmail.el (nnmail-split-it): Added tracing to
6031         `:' split rule
6032
6033 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
6034
6035         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
6036         and "%s" so we don't overquote them.
6037
6038 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
6039
6040         * (mm-display-external): Display the actual command that has been
6041         executed in the echo area.
6042
6043 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6044
6045         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
6046
6047         * message.el (message-with-reply-buffer): New macro.
6048         (message-fetch-reply-field): Use it.
6049         (message-insert-wide-reply): New command and keystroke.
6050         (message-carefully-insert-headers): New function.
6051         (message-insert-to): Use new function.
6052
6053         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
6054         (gnus-topic-goto-missing-group): Use it.
6055
6056         * message.el (message-required-news-headers): Removed Lines.
6057         (message-reply): Don't insert References first.
6058         (message-followup): Ditto.
6059         (message-make-references): New function.
6060         (message-followup): Set message-reply-headers before generating
6061         the buffer stuff.
6062
6063 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
6064
6065         * mml.el (mml-generate-mime-1): Reverse the order of
6066         encoding/flowing.
6067
6068 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
6071         after moving them.
6072
6073         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
6074         fit with newer standard format.
6075         (gnus-summary-make-false-root-always): New variable.
6076         (gnus-gather-threads-by-subject): Use it.
6077
6078         * message.el (message-get-reply-headers): Take an address list
6079         optional argument.
6080
6081 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6082
6083         * gnus.el (gnus-keep-backlog): Change default to 20.
6084
6085         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
6086         start.
6087         (gnus-agent-check-overview-buffer): Remove negative article
6088         numbers.
6089
6090         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
6091         (nnmail-cache-ignore-groups): Doc fix.
6092
6093         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
6094         (nnimap-debug-buffer): New variable.
6095         (nnimap-debug): Use it.
6096
6097 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
6098
6099         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
6100
6101 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6102
6103         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
6104         they aren't already sorted.
6105
6106 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
6107
6108         * message.el (message-mode-menu): Add ellipses to menu items
6109         expecting user interaction.
6110         (message-mode-field-menu): do.
6111
6112 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
6113
6114         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
6115         it isn't used any more.
6116
6117 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
6118
6119         * binhex.el (binhex-decoder-program): Fix docstring.
6120
6121 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6122
6123         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
6124         special chars if the mailcap file uses single quotes around %s.
6125         From Laurent Martelli <laurent@bearteam.org>.
6126
6127 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
6128
6129         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
6130         return the info object.
6131
6132 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
6133
6134         * gnus-int.el (gnus-request-update-info): Artificially add
6135         (1 . (1- min)) to the read range, in case the backend doesn't
6136         store marks for nonexistent articles.
6137
6138 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * binhex.el (binhex-insert-char): Eval-and-compile.
6141
6142 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
6143
6144         * lpath.el: Add tool-bar-local-item-from-menu.
6145
6146         * message.el (message-tool-bar-local-item-from-menu): New function.
6147         (message-tool-bar-map): Use it.
6148
6149 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
6150
6151         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
6152
6153         * gnus-art.el (gnus-article-header-rank): Last header in
6154         gnus-sorted-header-list should have higher rank than non-members.
6155
6156 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6157
6158         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
6159         covered methods.
6160
6161 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6162
6163         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
6164         eval-when-compile.  Suggested by Kevin Greiner.
6165
6166 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
6167
6168         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
6169         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
6170         even though no headers may have been fetched
6171         (gnus-agent-fetch-group-1, and perhaps others, require this
6172         behavior).
6173         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
6174         server buffer is constrained by gnus-agent-max-fetch-size.
6175         Multiple chunks in the same group may perform arbitrarily large
6176         updates.
6177
6178 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
6179
6180         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
6181         gnus-summary-update-download-mark to update the article in the
6182         summary.
6183
6184 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
6185
6186         * gnus.el (gnus-summary-high-uncached-face,
6187         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
6188         New faces.
6189
6190         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
6191         added this on 2002-11-23 but it just wasn't working out as
6192         intended.  The idea isn't entirely dead, three new faces
6193         gnus-summary-*-uncached-face are being added to gnus.el to provide
6194         the basis for an improved implementation.
6195         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
6196         proper file to open is lib/servers.
6197         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
6198         (i.e. removing the article from gnus-newsgroup-downloadable) will
6199         now restore the article's default mark rather than simply setting
6200         no mark.
6201         (gnus-agent-get-undownloaded-list): Corrected documentation.
6202         Added code to set new summary local variable,
6203         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
6204         a temporary list.  No longer sets gnus-newsgroup-downloadable.
6205         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
6206         up to date.  Call new gnus-summary-update-download-mark to keep
6207         summary buffer up-to-date.
6208         (gnus-agent-fetch-selected-article): Keep
6209         gnus-newsgroup-undownloaded up to date.
6210         (gnus-agent-fetch-articles): Return list of articles that were
6211         successfully fetched.
6212         (gnus-agent-check-overview-buffer): No more thingatpt.
6213         (gnus-agent-expire): No longer deletes NOV entries of unread
6214         articles.
6215         (gnus-agent-unread-articles): New function.
6216         (gnus-agent-regenerate-group): The article number must be
6217         terminated by a tab character.  Added more messages to report
6218         repairs.  Inhibit quits while writing changes so it is now safe
6219         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
6220         downloaded to 1) resolve the unbound references and 2) avoid
6221         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
6222
6223         * gnus-art.el (gnus-article-prepare): The agent
6224         downloaded/undownloaded mark is no longer stored as the article's
6225         mark.
6226
6227         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
6228         gnus-summary-highlight may use it.  Added downloaded as
6229         gnus-summary-highlight was using it.
6230
6231         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
6232         the download mark now follows Kai's +/- convention.
6233         (gnus-downloaded-mark): Added ?+ mark.
6234         (gnus-summary-highlight): Added rules to select
6235         gnus-summary-high-uncached-face,
6236         gnus-summary-normal-uncached-face, and
6237         gnus-summary-low-uncached-face.  Removed the
6238         gnus-agent-downloaded-article-face.
6239         (gnus-summary-line-format-alist): Implemented the download flag
6240         format (?O) as named in the manual.  This implementation displays
6241         either gnus-undownloaded-mark, gnus-downloaded-mark, or
6242         gnus-no-mark.
6243         (gnus-newsgroup-agentized): New local variable that identifies
6244         which groups are agentized.  While the agent is now on by default,
6245         you don't have to agentize every server that you use.
6246         (gnus-update-summary-mark-positions): Completed support for the
6247         download type of mark.
6248         (gnus-summary-insert-line): Added undownloaded to the parameters.
6249         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
6250         reference by the gnus-summary-line-format-spec.
6251
6252         * nntp.el (nntp-with-open-group): This macro handles dropped or
6253         broken connections by opening a new connection and repeating the
6254         failed command.
6255         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
6256         XOVER commands preceeding the active articles with the nov entry
6257         of the first available article.  When gnus connected to such a
6258         server, the unexpected nov entry would result in duplicate lines
6259         in the agent's overview file.  This patch fixes the duplicate
6260         lines problem and improves performance by skipping over all
6261         articles IDs that preceed the first nov entry in the server's
6262         reply.
6263
6264 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
6267         (gnus-summary-highlight): Use it instead of `downloaded'.
6268         (gnus-summary-highlight-line): Ditto.
6269
6270         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
6271
6272 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6273
6274         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
6275
6276         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
6277         calls.
6278
6279         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
6280         downloaded variable if we're in an uncovered group.
6281
6282         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
6283         font to soemthing less noticeable.
6284         (gnus-agent-group-covered-p): New function.
6285
6286 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6287
6288         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
6289         Because of an unknown bug, the group buffer is saved in .overview
6290         file.
6291
6292 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6293
6294         * nntp.el (nntp-send-command): Braino in last commit.  Replace
6295         `and' with `or'.
6296
6297 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6298
6299         * nntp.el (nntp-send-command): Assume that echo does not happen
6300         when nntp-open-connection-function is nntp-open-network-stream.
6301         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
6302
6303 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6304
6305         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
6306
6307 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
6308
6309         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
6310         nntp-server-buffer if we aren't going to write to it.
6311
6312 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6313         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
6314
6315         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
6316
6317 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * rfc2047.el (rfc2047-decode-region): Remove newlines between
6320         decoded words.
6321
6322 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6323
6324         * gnus.el (fboundp): After loading mm-util, make sure it was the
6325         right one.
6326
6327 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6328
6329         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
6330         gnus-sum.  Made into a user option.
6331
6332         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6333         (gnus-summary-mark-article-as-unread)
6334
6335 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6336
6337         * time-date.el (date-to-time): Typo.
6338
6339         * parse-time.el: Typo.
6340
6341         * nnsoup.el (nnsoup-retrieve-headers): Typo.
6342
6343         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
6344
6345         * nnimap.el:
6346         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
6347
6348         * mm-encode.el (mm-safer-encoding): Typo.
6349
6350         * messcompat.el: Typo.
6351
6352         * message.el (message-face-alist): Typo.
6353
6354         * imap.el (imap-interactive-login, imap-open): Typos.
6355
6356         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
6357
6358         * gnus.el: Typo.
6359
6360         * gnus-win.el (gnus-configure-frame): Typo.
6361
6362         * gnus-util.el (gnus-atomic-progn-assign): Typo.
6363
6364         * gnus-topic.el (gnus-topic-sort-topics): Typo.
6365
6366         * gnus-sum.el (gnus-summary-article-number)
6367         (gnus-summary-read-group-1, gnus-summary-mark-article)
6368         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
6369
6370         * gnus-mule.el (gnus-mule-add-group): Typo.
6371
6372         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
6373
6374         * gnus-group.el (gnus-group-fetch-faq): Typo.
6375
6376         * gnus-art.el (gnus-decode-header-methods): Typo.
6377
6378         * flow-fill.el: Typo.
6379
6380 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6381
6382         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
6383
6384 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6385
6386         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6387         (gnus-summary-mark-article-as-unread)
6388         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
6389         Reformatting to avoid long lines.
6390         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
6391
6392 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
6393
6394         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
6395         be accessed through `mail-header-number'.
6396
6397 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6398
6399         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
6400         compressed range to gnus-summary-insert-articles.
6401
6402 2002-11-26  Kevin Ryde <user42@zip.com.au>
6403
6404         * gnus-art.el (gnus-mime-copy-part): Look for filename
6405         parameter under content-disposition, not content-type.
6406
6407         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
6408         (gnus-summary-reselect-current-group): Use it.
6409
6410 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6411
6412         * gnus-agent.el (gnus-agent-uncached-articles): if
6413         gnus-agent-load-alist fails, return ARTICLES.
6414
6415         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
6416
6417 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6418
6419         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
6420         superfluous function call.
6421         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
6422         Add warning to docstring.
6423
6424 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * gnus-agent.el: Autoload number-at-point instead.
6427         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
6428
6429 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6430
6431         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
6432         require thingatpt (for number-at-point) and protect against
6433         deactivate-mark being unbound (on XEmacs).
6434
6435 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6436
6437         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
6438         print message on entry.
6439
6440         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6441
6442         * gnus-range.el (gnus-range-difference): New function.
6443         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
6444
6445 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6446
6447         * gnus-sum.el (gnus-summary-insert-old-articles): Use
6448         gnus-remove-from-range instead of gnus-range-difference which
6449         doesn't exist.
6450
6451 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6452         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6453
6454         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
6455         used for showing which articles have been downloaded.
6456         (gnus-agent-article-alist): Format change.  Add documentation.
6457         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
6458         process-marked articles.
6459         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
6460         in the series are individually fetched to minimize lose of
6461         content due to an error/quit.
6462         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
6463         gnus-message instead of message.
6464         (gnus-agent-read-servers): Use file lib/methods instead of
6465         lib/servers.  TODO: Why?
6466         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
6467         (gnus-agent-get-undownloaded-list): Remove articles that appear to
6468         come from the agent.  This means that they are not downloaded.
6469         (gnus-agent-fetch-selected-article): Don't use history.
6470         (gnus-agent-save-history, gnus-agent-enter-history)
6471         (gnus-agent-article-in-history-p, gnus-agent-history-path):
6472         Removed function; history is not used anymore.
6473         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
6474         (gnus-agent-crosspost): Started rewrite then realized that a typo
6475         in gnus-agent-fetch-articles ensures that this function is never
6476         called.  This will need to be fixed later.
6477         (gnus-agent-check-overview-buffer): Some sanity checks on the
6478         agent overview buffer.  This is a safety net used during
6479         development.
6480         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
6481         changed, write a number to the file indicating this.
6482         (gnus-agent-fetch-headers): Rewrite to respect
6483         gnus-agent-consider-all-articles without relying on the
6484         `.fetched' files.  Make it fast.
6485         (gnus-agent-braid-nov): Change resulting from
6486         gnus-agent-fetch-headers change.
6487         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
6488         `.fetched' files.
6489         (gnus-agent-read-agentview): New function, used by
6490         gnus-agent-load-alist.
6491         (gnus-agent-load-fetched-headers): Remove.
6492         (gnus-agent-save-alist): Rewrite to accomodate new format.
6493         (gnus-agent-fetch-group-1): Make sure list of articles is in the
6494         same order as in gnus-newsgroup-headers.
6495         (gnus-agent-expire): Document and implement extra args ARTICLES,
6496         GROUP, FORCE.  Do not restrict usage.
6497         (gnus-agent-uncached-articles): New function.
6498         (gnus-agent-retrieve-headers): Use it.
6499         (gnus-agent-regenerate-group): No longer needs to be called from
6500         gnus-agent-regenerate.  Individual groups may be regenerated. The
6501         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
6502         The article fetch dates are validated in the article alist.  The
6503         article alist is pruned of entries that do not reference existing
6504         NOV entries.  All changes are computed then applied with
6505         inhibit-quit bound to t.  As a result, it is now safe to quit out of
6506         regeneration.  The optional clean parameter has been replaced with
6507         an optional reread parameter.  Clean is no longer necessary as
6508         regeneration gets the appropriate setting from
6509         gnus-agent-consider-all-articles.  The new reread parameter will
6510         result in fetched, or all, articles being marked as unread.
6511         (gnus-agent-regenerate): Removed code to regenerate the history
6512         file as it is no longer used.
6513
6514         * gnus-start.el (gnus-make-ascending-articles-unread): New
6515         function, for efficient mass-marking.
6516
6517         * gnus-sum.el (gnus-summary-highlight): Use new face for
6518         downloaded articles.
6519         (gnus-article-mark): Prefer to indicate read/unread status over
6520         downloaded status.
6521         (gnus-summary-highlight-line-0): New function, maybe rehighlights
6522         line.
6523         (gnus-summary-highlight-line): Use new face for downloaded
6524         articles.
6525         (gnus-summary-insert-old-articles): Improved performance by
6526         replacing the initial LIST of older articles with a compressed
6527         RANGE of older articles.  Some servers appear to lie about
6528         their active range so the original list could contain millions
6529         of article numbers.  The range is not expanded into a list
6530         until the optional ALL parameter has been applied.
6531
6532 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6533
6534         * gnus-agent.el (gnus-category-mode): Typo in doc string.
6535
6536 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
6537
6538         * spam.el:
6539         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
6540
6541         * spam.el: added `M s t' and `M s x' key mappings
6542
6543 2002-11-20  Simon Josefsson  <jas@extundo.com>
6544
6545         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
6546
6547 2002-11-19  Simon Josefsson  <jas@extundo.com>
6548
6549         * gnus-sum.el (gnus-summary-morse-message): Load
6550         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
6551         (unmorse-region): Autoload it instead.
6552
6553 2002-11-18  Simon Josefsson  <jas@extundo.com>
6554
6555         * gnus-sum.el (gnus-summary-morse-message): New function.
6556         (gnus-summary-wash-map): Bind to `W m'.
6557         (gnus-summary-make-menu-bar): Add.
6558
6559         * nnimap.el (nnimap-request-expire-articles): Compress sequence
6560         before storing \Deleted mark on expired articles.
6561
6562 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
6563         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
6564
6565         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
6566         parens in column 0.
6567
6568 2002-11-17  Juanma Barranquero  <lektu@terra.es>
6569
6570         * nnweb.el (nnweb-google-create-mapping): Fix typo.
6571
6572         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
6573
6574         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
6575
6576 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6577
6578         * message.el (message-set-auto-save-file-name): Use
6579         make-directory, to avoid the dependence on gnus-util.
6580
6581 2002-11-16  Simon Josefsson  <jas@extundo.com>
6582
6583         * nnimap.el (nnimap-callback-callback-function):
6584         (nnimap-callback-buffer): Removed, these cannot be global but must
6585         be embedded into the callback.
6586         (nnimap-make-callback): New.  Embedd article number, callback and
6587         buffer in function.
6588         (nnimap-callback, nnimap-request-article-part): Update.
6589
6590 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
6593
6594 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6595
6596         * gnus.el (gnus-summary-line-format): Document %C.
6597
6598 2002-11-11  Simon Josefsson  <jas@extundo.com>
6599
6600         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
6601         output when called interactively.
6602
6603 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
6606
6607         * message.el (message-draft-coding-system): Improve comment; use
6608         mm-auto-save-coding-system for the default value.
6609
6610         * nndraft.el (nndraft-request-article): Revert to the state before
6611         2002-10-29; regexp-quote mail-header-separator.
6612
6613 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
6614
6615         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
6616         allow editing of drafts from an nnvirtual group.
6617
6618 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * nndraft.el (nndraft-request-article): Replace emacs-mule with
6621         mm-auto-save-coding-system.
6622
6623         * message.el (message-draft-coding-system): Default to
6624         iso-2022-7bit.
6625
6626         * mm-util.el (mm-auto-save-coding-system): Undo last change to
6627         restore the default value to emacs-mule or escape-quoted.
6628
6629 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
6632         a delayed or a queued article as well as a draft.
6633
6634         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
6635         delayed or a queued article in the raw format; treat a delayed
6636         article as a raw article as well as a draft.
6637         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
6638         for the delayed group.
6639
6640         * nndraft.el (nndraft-request-article): Ignore auto save files for
6641         a delayed or a queued article; don't bother to decode a queued
6642         article; don't bind nnmail-file-coding-system for a queued article.
6643
6644         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
6645         and the queue group.
6646
6647 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
6648
6649         * gnus-group.el (gnus-group-delete-group):
6650         gnus-cache-active-hashtb might be void.
6651
6652 2002-11-02  Simon Josefsson  <jas@extundo.com>
6653
6654         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
6655         setting of the default user ID.  From Raymond Scholz
6656         <ray-2002@zonix.de>.
6657
6658 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
6659
6660         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
6661         charset.
6662
6663 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
6664         From Alex Schroeder <alex@emacswiki.org>
6665         * spam-stat.el (spam-stat-process-directory): add dir to message
6666         (spam-stat-reduce-size): No longer remove words
6667         with values close to 0.5, because the default value is 0.2.
6668
6669 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6670
6671         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
6672         documentation.
6673
6674 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6675
6676         * gnus-agent.el (gnus-agent-fetched-headers)
6677         (gnus-agent-load-fetched-headers)
6678         (gnus-agent-save-fetched-headers): Remove variable and two
6679         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
6680         works better.
6681         (gnus-agent-fetch-headers): New implementation from Kevin
6682         Greiner.  Uses gnus-agent-article-alist to store information
6683         about fetched messages which aren't on the server anymore.  The
6684         trick is to return a list of considered messages to the caller,
6685         but to only fetch those which haven't been fetched yet.
6686
6687 2002-10-30  Simon Josefsson  <jas@extundo.com>
6688
6689         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
6690
6691         * pgg.el (pgg-passphrase-cache-expiry): Removed.
6692
6693 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6694
6695         * mm-view.el (mm-w3m-local-map-property): Make it work with older
6696         versions of emacs-w3m than 1.3.3.
6697
6698         * lpath.el: Bind w3m-minor-mode-map.
6699
6700         * mm-view.el (mm-w3m-mode-command-alist)
6701         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
6702         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
6703         (mm-setup-w3m): Simplified.
6704         (mm-w3m-local-map-property): New function.
6705         (mm-inline-text-html-render-with-w3m): Use it.
6706
6707         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
6708         mm-w3m-local-map-property.
6709
6710 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * mm-util.el (mm-auto-save-coding-system): Default to
6713         iso-2022-7bit.
6714
6715         * nndraft.el (nndraft-request-article): Decode an article using
6716         the coding-system emacs-mule if it seems to have been saved using
6717         emacs-mule.
6718         (nndraft-request-replace-article): Use message-draft-coding-system
6719         instead of mm-auto-save-coding-system for the draft or delayed
6720         group.
6721
6722 2002-10-28  Josh  <huber@alum.wpi.edu>
6723
6724         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
6725         functions.
6726
6727 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6728         From mah@everybody.org (Mark A. Hershberger).
6729
6730         * mm-url.el (mm-url-insert-file-contents): Make it return the same
6731         type values ("url" size) regardless of the values of
6732         mm-url-use-external.
6733
6734 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6735
6736         * nnimap.el (nnimap-request-article-part): Try harder to show
6737         group name in debugging message.
6738
6739 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6740
6741         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
6742         directory if it doesn't exist.
6743         (gnus-agent-fetch-headers): Remove old cruft that tried to
6744         abstain from downloading articles more than once if
6745         gnus-agent-consider-all-articles was true.  This is now done
6746         properly via the .fetched files.
6747
6748 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * nndraft.el (nndraft-request-article): Treat delayed articles
6751         like drafts.
6752
6753 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
6756
6757 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6758
6759         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
6760         Remove unused optional arg DIR and corresponding code.
6761
6762         * nnimap.el (nnimap-request-article-part): Include group name in
6763         debugging output.
6764
6765 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
6766
6767         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
6768
6769 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6770
6771         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
6772         contains range of headers that have been fetched by the agent
6773         already.  Compare gnus-agent-article-alist.
6774         (gnus-agent-file-header-cache): Like
6775         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
6776         (gnus-agent-fetch-headers): Improve comment.  Revert to old
6777         seen/recent logic.
6778         Remember which headers have been fetched before and don't fetch
6779         them again the next time round.
6780         (gnus-agent-load-fetched-headers)
6781         (gnus-agent-save-fetched-headers): New functions, for remembering
6782         which headers have been fetched before.
6783
6784 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * lpath.el: Remove useless bindings.
6787
6788 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
6789
6790         * gnus-sum.el (gnus-summary-execute-command): Disable visual
6791         features while searching.
6792
6793 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6794
6795         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
6796
6797 2002-10-22  Simon Josefsson  <jas@extundo.com>
6798
6799         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
6800         (pgg-snarf-keys): Add.
6801
6802 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * lpath.el: Fbind bbdb-records.
6805
6806         * spam.el: Don't autoload bbdb-records.
6807
6808 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
6811         prevent inf-loop.
6812
6813 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6814
6815         * nnslashdot.el: Removed some test lines.
6816         More test.
6817
6818 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6819
6820         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
6821         are known to be downloaded already.
6822
6823 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6824
6825         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
6826         (mm-text-html-washer-alist): Ditto.
6827
6828 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6829
6830         * nnheader.el (nnheader-remove-body): Fix an error of detecting
6831         boundary between headers and body.
6832         * nnml.el (nnml-parse-head): Ditto.
6833
6834 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6835
6836         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
6837         entries.
6838
6839         * gnus-group.el (gnus-fetch-group): Allow an optional
6840         specification of the articles to select.
6841
6842         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
6843
6844 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6845
6846         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
6847         headers from the group, update variable `articles' to contain
6848         only those numbers where headers exist.  (When fetching all
6849         articles in a group, Gnus creates lots of numbers where there is
6850         no articles.)
6851
6852 2002-10-20  Steve Youngs  <youngs@xemacs.org>
6853
6854         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
6855         doesn't have the 'alist custom type, use cons cells instead.
6856         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
6857         (pgg-parse-hash-algorithm-alist): Ditto.
6858         (pgg-parse-compression-algorithm-alist): Ditto.
6859         (pgg-parse-signature-type-alist): Ditto.
6860
6861         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
6862
6863         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
6864
6865         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
6866
6867 2002-10-19  Simon Josefsson  <jas@extundo.com>
6868
6869         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
6870         buffer.
6871
6872 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6873
6874         * gnus-spec.el (gnus-make-format-preserve-properties)
6875         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
6876         properties also on XEmacs.  `gnus-xmas-format' is like format but
6877         preserves text properties on XEmacs (though it only understands
6878         simple format specs).  The variable
6879         `gnus-make-format-preserve-properties' controls whether the
6880         function is used, and is checked in `gnus-parse-simple-format'.
6881         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
6882
6883         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
6884         output.
6885         (gnus-agent-consider-all-articles): New variable.
6886         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
6887         (gnus-agent-fetch-headers): Depending on
6888         gnus-agent-consider-all-articles, maybe get all articles.
6889         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
6890         `read'.
6891         (gnus-predicate-imples-unread): New function.
6892         (gnus-agent-fetch-headers): Optimize to call
6893         gnus-list-of-unread-articles if that is sufficient.
6894         Check unseen and recent instead of seen and recent.
6895         (gnus-agent-fetch-headers): Abstain from calling
6896         gnus-list-range-intersection if range (a . b) would have (> a b).
6897
6898 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * message.el (message-send-mail): Make it possible to perform
6901         edebug-defun.
6902
6903 2002-10-18  Simon Josefsson  <jas@extundo.com>
6904
6905         * gnus-art.el (gnus-button-man-handler): Change default to
6906         `manual-entry' (defined in both emacsen).
6907         (gnus-button-man-handler): Remove emacsen difference and use
6908         `manual-entry'.
6909
6910 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * spam.el: Wrap autoload settings for bbdb-records,
6913         executable-find and ifile-spam-filter with eval-and-compile.
6914         (spam-display-buffer-contents): Remove.
6915         (spam-bogofilter-score): Merge spam-display-buffer-contents.
6916
6917 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
6918
6919         * spam.el (spam-display-buffer-contents): New function.
6920         (spam-bogofilter-score): use spam-display-buffer-contents, patch
6921         from Katsumi Yamaoka <yamaoka@jpl.org>.
6922
6923 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6924
6925         * nnheader.el (nnheader-parse-naked-head): New function.
6926         (nnheader-parse-head): Use the above function, in order to handle
6927         continuation lines properly.
6928         (nnheader-remove-body): New function.
6929         (nnheader-remove-cr-followed-by-lf): New function.
6930         (nnheader-ms-strip-cr): Use the above function.
6931
6932         * gnus-agent.el (gnus-agent-regenerate-group): Call
6933         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
6934         `nnheader-parse-head'.
6935         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
6936
6937         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
6938         continuation lines by itself; call `nnheader-parse-naked-head'
6939         instead of `nnheader-parse-head'.
6940         * nndiary.el (nndiary-parse-head): Ditto.
6941         * nnfolder.el (nnfolder-parse-head): Ditto.
6942         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
6943         * nnmaildir.el (nnmaildir--update-nov): Ditto.
6944         * nnml.el (nnml-parse-head): Ditto.
6945
6946 2002-10-17  Steve Youngs  <youngs@xemacs.org>
6947
6948         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
6949         XEmacs, default to it if featurep 'xemacs.
6950
6951 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * spam-stat.el: Check for the existence of hash functions instead
6954         of the Emacs version to decide whether to load cl.  Suggested by
6955         Kai Gro\e,A_\e(Bjohann.
6956
6957 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6958
6959         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
6960         if it isn't open yet.
6961
6962 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * gnus-group.el: Require mm-url only when compiling.
6965         (gnus-group-fetch-charter): Require mm-url.
6966
6967         * spam-stat.el: Require cl for the functions gethash,
6968         hash-table-count, make-hash-table and mapc for Emacs 20.
6969         (puthash): Alias to cl-puthash for Emacs 20.
6970         (with-syntax-table): New macro for Emacs 20.
6971
6972 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
6973
6974         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
6975
6976 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
6977
6978         * spam.el (spam-check-ifile): added ifile as a spam checking
6979         backend, and spam-use-ifle as the variable to toggle that check.
6980
6981 2002-10-12  Simon Josefsson  <jas@extundo.com>
6982
6983         * message.el (message-beginning-of-line): New variable.
6984         (message-beginning-of-line): Use it.
6985
6986 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
6987
6988         * spam.el: more compilation fixes for BBDB
6989
6990         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
6991         (spam-stat-reduce-size): Interactive.
6992         (spam-stat-reset): New function.
6993         (spam-stat-save): Interactive.
6994
6995 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6996
6997         * gnus.el: Autoload gnus-delay-initialize.
6998
6999         * message.el: Autoload gnus-delay-article.
7000
7001 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
7002
7003         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
7004         text property in Emacs.
7005
7006 2002-10-11  Simon Josefsson  <jas@extundo.com>
7007
7008         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
7009         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
7010
7011         * mml1991.el (mml1991-pgg-sign): Remove CR.
7012
7013 2002-10-10  Simon Josefsson  <jas@extundo.com>
7014
7015         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
7016         decrypt failed.
7017         (mml2015-trust-boundaries-alist): Removed.
7018         (mml2015-gpg-extract-signature-details): Don't use it.
7019         (mml2015-unabbrev-trust-alist): New.
7020         (mml2015-gpg-extract-signature-details): Use it.
7021
7022 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
7023
7024         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
7025         BBDB installed
7026
7027         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
7028         statistical analysis of spam in Lisp only
7029
7030 2002-10-10  Simon Josefsson  <jas@extundo.com>
7031
7032         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
7033         auth, selected or examine state.
7034
7035         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
7036         buffer and error buffer depending on type of information.
7037
7038         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
7039         --status-fd stuff even if gpg.el is not used (revert earlier
7040         change).
7041         (mml2015-pgg-{clear-,}verify): Store both output and errors as
7042         gnus details.
7043         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
7044         buffer.
7045
7046         * pgg.el (pgg-verify-region): Use it.
7047
7048         * pgg-def.el (pgg-query-keyserver): New variable.
7049
7050         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
7051         key-identifier in packet.  Is this a good idea?
7052
7053         * mml.el (mml-mode-map): Add security commands that operates on
7054         MIME parts.
7055         (mml-menu): And menu items for them.
7056
7057         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
7058
7059         * mml.el (mml-parse-1): Support sender in #secure tags.
7060
7061         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
7062         defined.
7063
7064         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
7065         (mml-pgp-encrypt-buffer): Support combined signing.
7066
7067         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
7068         (mml1991-gpg-encrypt): Ditto.
7069         (mml1991-pgg-encrypt): Ditto.
7070         (mml1991-encrypt): Pass sign parameter.
7071
7072         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
7073         (mml-signencrypt-style): Mention the variable.
7074
7075 2002-10-09  Simon Josefsson  <jas@extundo.com>
7076
7077         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
7078         pgg-gpg-user-id.
7079
7080         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
7081         (pgg-fetch-key-function): Nil if w3 is not installed.
7082
7083 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7084
7085         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
7086         gnus-agent-current-history.
7087
7088 2002-10-06  Simon Josefsson  <jas@extundo.com>
7089
7090         * imap.el (imap-parse-status): Don't use read to read token.
7091
7092 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7093
7094         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
7095         for methods not covered by the agent, and when unplugged.
7096
7097 2002-10-05  Simon Josefsson  <jas@extundo.com>
7098
7099         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
7100         signing.
7101
7102         * gnus-agent.el (gnus-agent-read-servers): If getting method from
7103         a named server fails, ignore the server.
7104
7105         * mml1991.el (mml1991-pgg-sign): Do QP.
7106
7107         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
7108         work.
7109
7110 2002-10-04  Simon Josefsson  <jas@extundo.com>
7111
7112         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
7113
7114         * pgg-pgp.el (pgg-pgp-verify-region): Inline
7115         binary-write-decoded-region from MEL.
7116
7117         * pgg.el (pgg-encrypt-region): Support sign.
7118
7119         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
7120
7121         * mml2015.el (mml2015-pgg-encrypt): Ditto.
7122
7123         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
7124         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
7125         branch where PGG was taken from in the ChangeLog entries below.
7126
7127 2002-10-01  Simon Josefsson  <jas@extundo.com>
7128
7129         * pgg-pgp.el: Don't require mel.  Don't use luna.
7130         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
7131         (pgg-pgp-process-region): Use expand-file-name instead of concat.
7132         (pgg-pgp-process-region): Don't use binary-funcall.
7133
7134         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
7135
7136         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
7137         instead of concat.
7138
7139         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7140
7141 2002-09-29  Simon Josefsson  <jas@extundo.com>
7142
7143         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
7144         compile warnings.
7145
7146         * pgg.el (pgg-decrypt-region): Don't parse packet.
7147
7148         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
7149
7150 2002-09-29  Daiki Ueno <ueno@unixuser.org>
7151
7152         * pgg.el: Remove dependency on calist.el.
7153
7154 2002-09-28  Simon Josefsson  <jas@extundo.com>
7155
7156         * pgg.el (pgg-temporary-file-directory): New variable.
7157         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
7158
7159         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
7160         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
7161
7162         * pgg-parse.el (pgg-char-int): Defalias.
7163         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
7164         (pgg-read-bytes, pgg-read-body): Use it.
7165         (pgg-decode-packets): Don't use MEL, use base64-*.
7166         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
7167         (pgg-string-as-unibyte): Defalias.
7168         (pgg-parse-armor-region): Use it.
7169
7170         * pgg-gpg.el (pgg-gpg-process-region): Use
7171         pgg-temporary-file-directory.
7172
7173         * luna.el: Don't def-edebug.
7174
7175         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
7176         binary-write-decoded-region from MEL.
7177
7178         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
7179
7180         * alist.el, calist.el: Don't require product/APEL.
7181
7182         * pgg-parse.el (top-level): Remove dependency on static.el,
7183         pccl.el, mel.el.
7184         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
7185         `define-ccl-program' is boundp, instead of using broken.
7186
7187 2002-10-01  Simon Josefsson  <jas@extundo.com>
7188
7189         * message.el (message-required-mail-headers): Remove Lines:.
7190
7191 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7192         From Jesper Harder.
7193
7194         * gnus-group.el (gnus-group-fetch-charter,
7195         gnus-group-fetch-control): Prompt for group if given a prefix
7196         argument.
7197         * gnus-sum.el (t): Add gnus-group-fetch-charter and
7198         gnus-group-fetch-control to summary key map and menu.
7199
7200 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
7201
7202         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
7203         number when there are no articles.
7204
7205 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7206
7207         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
7208         arg ALL means to fetch all articles, not only downloadable ones.
7209         (gnus-agent-fetch-selected-article): New function for
7210         gnus-select-article-hook or gnus-mark-article-hook.
7211
7212 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7213         From Peter von der Ahe <nospam2159@daimi.au.dk>.
7214
7215         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
7216         raw-text.
7217
7218 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
7219
7220         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
7221         Pinard).
7222         Major revamp of the code, documentation is in comments in the file
7223         for now.
7224
7225 2002-09-30  Simon Josefsson  <jas@extundo.com>
7226
7227         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
7228         buffer seem to be needed?
7229
7230 2002-09-29  Simon Josefsson  <jas@extundo.com>
7231
7232         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
7233         compile warnings.
7234
7235         * mml1991.el (mml1991-function-alist): Add pgg.
7236         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
7237         (mml1991-pgg-encrypt): Fix recipients querying.
7238
7239 2002-09-28  Simon Josefsson  <jas@extundo.com>
7240
7241         * mml2015.el (autoload): Autoload correct files.  Trivial patch
7242         from dme@dme.org.
7243         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
7244         handle is returned.
7245
7246 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
7249         Protect against non-existent of `nnimap-mailbox-info'.
7250
7251 2002-09-27  Simon Josefsson  <jas@extundo.com>
7252
7253         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
7254         (gnus-setup-news-hook): Use it.
7255         (gnus-after-getting-new-news-hook): Ditto.
7256
7257         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
7258
7259 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7260         From Mats Lidell <matsl@contactor.se>.
7261
7262         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
7263
7264 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7265
7266         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
7267         the part to decode encoded words, use raw words instead of decoded
7268         words.
7269
7270 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7271
7272         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
7273
7274         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
7275         (mm-setup-w3m): Use it.
7276
7277 2002-09-27  Simon Josefsson  <jas@extundo.com>
7278
7279         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
7280         article buffers.
7281
7282         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
7283         it just in case.
7284         (nnimap-update-unseen): New function; update unseen count in
7285         `n-m-info'.
7286         (nnimap-close-group): Call it.
7287
7288         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
7289         (gnus-after-getting-new-news-hook): Ditto.
7290
7291         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
7292         message into verboselevel 9.  Change slow mail check message.
7293         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
7294         (nnimap-fixup-unread-after-getting-new-news): New function, to be
7295         used as a hook after getting new mail.
7296
7297 2002-09-26  Simon Josefsson  <jas@extundo.com>
7298
7299         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
7300         SELECT/EXAMINE is first unseen article, not number of unseen
7301         articles.  Make them distinct by renaming the former to
7302         `first-unseen' instead of `unseen'.
7303
7304         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
7305         too.
7306         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
7307         changed.
7308         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
7309
7310         * gnus-int.el (gnus-server-unopen-status): Defcustom.
7311
7312         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
7313         better.
7314
7315         * mml2015.el (mml2015-pgg-decrypt): Only add security information
7316         if dissecting resulting buffer actually had any information.
7317
7318 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
7321         because the function `string<' allows symbols.
7322
7323         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
7324
7325 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7326
7327         * message.el (message-forward-make-body): Revert an early change
7328         because 8-bit utf-8 emails.
7329
7330 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7331
7332         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
7333         links to Info)
7334         * gnus-art.el (gnus-treat-highlight-signature):
7335         * gnus-art.el (gnus-treat-buttonize):
7336         * gnus-art.el (gnus-treat-buttonize-head):
7337         * gnus-art.el (gnus-treat-emphasize):
7338         * gnus-art.el (gnus-treat-strip-cr):
7339         * gnus-art.el (gnus-treat-unsplit-urls):
7340         * gnus-art.el (gnus-treat-leading-whitespace):
7341         * gnus-art.el (gnus-treat-hide-headers):
7342         * gnus-art.el (gnus-treat-hide-boring-headers):
7343         * gnus-art.el (gnus-treat-hide-signature):
7344         * gnus-art.el (gnus-treat-fill-article):
7345         * gnus-art.el (gnus-treat-hide-citation):
7346         * gnus-art.el (gnus-treat-hide-citation-maybe):
7347         * gnus-art.el (gnus-treat-strip-list-identifiers):
7348         * gnus-art.el (gnus-treat-strip-pgp):
7349         * gnus-art.el (gnus-treat-strip-pem):
7350         * gnus-art.el (gnus-treat-strip-banner):
7351         * gnus-art.el (gnus-treat-highlight-headers):
7352         * gnus-art.el (gnus-treat-highlight-citation):
7353         * gnus-art.el (gnus-treat-date-ut):
7354         * gnus-art.el (gnus-treat-date-local):
7355         * gnus-art.el (gnus-treat-date-english):
7356         * gnus-art.el (gnus-treat-date-lapsed):
7357         * gnus-art.el (gnus-treat-date-original):
7358         * gnus-art.el (gnus-treat-date-iso8601):
7359         * gnus-art.el (gnus-treat-date-user-defined):
7360         * gnus-art.el (gnus-treat-strip-headers-in-body):
7361         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
7362         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
7363         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
7364         * gnus-art.el (gnus-treat-unfold-headers):
7365         * gnus-art.el (gnus-treat-fold-headers):
7366         * gnus-art.el (gnus-treat-fold-newsgroups):
7367         * gnus-art.el (gnus-treat-overstrike):
7368         * gnus-art.el (gnus-treat-display-xface):
7369         * gnus-art.el (gnus-treat-display-smileys):
7370         * gnus-art.el (gnus-treat-from-picon):
7371         * gnus-art.el (gnus-treat-mail-picon):
7372         * gnus-art.el (gnus-treat-newsgroups-picon):
7373         * gnus-art.el (gnus-treat-body-boundary):
7374         * gnus-art.el (gnus-treat-capitalize-sentences):
7375         * gnus-art.el (gnus-treat-fill-long-lines):
7376         * gnus-art.el (gnus-treat-play-sounds):
7377         * gnus-art.el (gnus-treat-translate):
7378         * gnus-art.el (gnus-treat-x-pgp-sig):
7379         * gnus-art.el (gnus-mime-button-line-format):
7380         * gnus-art.el (gnus-button-man-level):
7381         * gnus-art.el (gnus-button-emacs-level):
7382         * gnus-cus.el (gnus-group-parameters):
7383         * gnus-gl.el (bbb-build-mid-scores-alist):
7384         * gnus-group.el (gnus-group-line-format):
7385         * gnus-mlspl.el (gnus-group-split-setup):
7386         * gnus-mlspl.el (gnus-group-split):
7387         * gnus-msg.el (gnus-mailing-list-groups):
7388         * gnus-msg.el (gnus-posting-styles):
7389         * gnus-nocem.el (gnus-nocem-issuers):
7390         * gnus-score.el (gnus-score-regexp-bad-p):
7391         * gnus-srvr.el (gnus-server-line-format):
7392         * gnus-topic.el (gnus-topic-line-format):
7393         * gnus.el (gnus-summary-line-format):
7394         * mail-source.el (mail-sources):
7395         * message.el (message-subscribed-address-file):
7396         * nnmail.el (nnmail-split-fancy):
7397
7398 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
7399
7400         * mail-source.el(mail-source-run-script): use `functionp' to test
7401         whether the argument `script' is in fact a function.
7402         (mail-sources): adjust the defcustom to allow users to specify a
7403         function or a string as the value of the `:prescript' and
7404         `:postscript' arguments of the `file' and `pop3' mail sources.
7405
7406 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
7407
7408         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
7409         number when article 1 does not exist.
7410
7411 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7412
7413         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
7414         apropos if apropos-variable does not exist.
7415         (gnus-button-guessed-mid-regexp)
7416         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
7417         regexes.  From Reiner Steib.
7418         (gnus-button-handle-describe-function)
7419         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
7420         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
7421         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
7422
7423 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
7424         Trivial patch.
7425
7426         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
7427         the file.
7428
7429 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7430
7431         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
7432
7433 2002-09-24  Simon Josefsson  <jas@extundo.com>
7434
7435         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
7436         (mml2015-use): Prefer PGG if installed.
7437         (mml2015-function-alist): Add PGG wrappers.
7438         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
7439         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
7440         prefix, make regexp optionally skip it.
7441         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
7442         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
7443         (mml2015-pgg-encrypt): New functions.
7444         (defvar, autoload): Prevent byte-compile warnings.
7445
7446 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7447         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7448
7449         * gnus-art.el (article-strip-banner): Check for the existence of
7450         from header.
7451
7452 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7453
7454         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
7455         (gnus-button-alist): Improved regexp for
7456         gnus-button-handle-mid-or-mail (false positives), fixed
7457         gnus-button-handle-man entries.
7458         From Reiner Steib.
7459
7460 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7461         From Josh Huber.
7462
7463         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
7464         nnmail-extra-headers is non-nil.
7465
7466 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7467
7468         * nnmaildir.el: Store article numbers persistently.  General
7469         revision.
7470         (nnmaildir-request-expire-articles): handle 'immediate and 'never
7471         for nnmail-expiry-wait; delete instead of moving if 'force is
7472         given.
7473
7474 2002-09-23  Simon Josefsson  <jas@extundo.com>
7475         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
7476
7477         * smime.el (smime-sign-buffer): Get key and extra certs.
7478         (smime-get-key-with-certs-by-email): Utility function.
7479
7480 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7481         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
7482
7483         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
7484         article exists.
7485
7486 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7487
7488         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
7489
7490 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7491         From Reiner Steib.
7492
7493         * gnus-art.el (gnus-button-handle-custom,
7494         gnus-button-handle-mid-or-mail,
7495         gnus-button-handle-describe-{function,variable,key},
7496         gnus-button-handle-apropos{,command,variable}): New functions.
7497         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
7498         gnus-button-{man,emacs,mail}-level): New variables.
7499         (gnus-button-alist): Use the above to buttonize emacs and mail
7500         related links.
7501
7502 2002-09-18  Juanma Barranquero  <lektu@terra.es>
7503
7504         * gnus-int.el (gnus-status-message): Fix spacing.
7505
7506         * imap.el (imap-continuation): Fix typos.
7507
7508 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7509
7510         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
7511
7512         * gnus-art.el (gnus-article-reply-with-original): Correct
7513         with-current-buffer scope.
7514
7515         * message.el (message-completion-alist): Add Reply-To, From, etc.
7516
7517 2002-09-18  Simon Josefsson  <jas@extundo.com>
7518
7519         * nnimap.el (nnimap-request-expire-articles): Make flag setting
7520         conditional.  From Nevin Kapur <nevin@jhu.edu>.
7521
7522 2002-09-17  Simon Josefsson  <jas@extundo.com>
7523
7524         * nnimap.el (nnimap-expiry-target): Don't search for which
7525         articles exists here.
7526         (nnimap-request-expire-articles): Do it here instead.  Only expire
7527         when articles are found.  Suggested by Nevin Kapur
7528         <nevin@jhu.edu>.
7529
7530 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7531         From Reiner Steib <reiner.steib@gmx.de>.
7532
7533         * message.el (message-strip-subject-trailing-was)
7534         (message-change-subject, message-add-archive-header)
7535         (message-xpost-fup2-header, message-xpost-insert-note)
7536         (message-xpost-fup2, message-reduce-to-to-cc): New functions
7537         adopted from message-utils.el.  Add functions to the keymap, mode
7538         describtion and menu.
7539         (message-change-subject,message-xpost-fup2): Signal error if
7540         current header is empty.
7541         (message-xpost-insert-note): Changed insert position.
7542         (message-archive-note): Ensure to insert note in message body (not
7543         in head).
7544         (message-archive-header, message-archive-note)
7545         (message-xpost-default, message-xpost-note, message-fup2-note)
7546         (message-xpost-note-function): New variables adopted from
7547         message-utils.el.  Changed some doc-strings.
7548         (message-mark-insert-{begin,end}): Rename from
7549         message-{begin,end}-inserted-text-mark (message-utils.el), changed
7550         values.
7551         (message-subject-trailing-was-query)
7552         (message-subject-trailing-was-ask-regexp)
7553         (message-subject-trailing-was-regexp): New variables.
7554         (message-to-list-only): Added doc-string and menu entry.
7555
7556         * message-utils.el: Removed.  Functions are now in message.el.
7557
7558 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7559
7560         * gnus-art.el (gnus-article-reply-with-original,
7561         gnus-article-followup-with-original): Switch to
7562         gnus-summary-buffer before reply/followup.
7563
7564 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
7565
7566         * gnus-sum.el (gnus-summary-toggle-header): The article window may
7567         not exist. Toggle it anyway.
7568
7569 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7570
7571         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
7572
7573         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
7574         Trivial patch from Urban Engberg <ue@ccieurope.com>.
7575
7576         * rfc2047.el (message-posting-charset): Defvar it.
7577         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
7578         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
7579
7580         * mail-source.el (mail-source-fetch): Hide password.
7581
7582         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
7583
7584 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7585         From John Paul Wallington <jpw@shootybangbang.com>.
7586
7587         * gnus.el (gnus-visual, gnus-meta): Fix typo.
7588
7589 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
7592
7593 2002-09-11  Simon Josefsson  <jas@extundo.com>
7594
7595         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
7596         (nnimap-split-rule): Doc fix.
7597         (nnimap-request-expire-articles): Cleanup code.
7598
7599 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7600         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7601
7602         * gnus-art.el (gnus-article-address-banner-alist): New option.
7603         (article-strip-banner): Refer the above option to split banners of
7604         free mail servers, when no group parameter is specified.
7605
7606 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * nntp.el (nntp-wait-for-string): Check for a process in the
7609         current buffer instead of `nntp-server-buffer'.
7610
7611 2002-09-09  Simon Josefsson  <jas@extundo.com>
7612
7613         * gnus-art.el (gnus-button-man-handler): New variable.
7614         (gnus-button-alist): Use g-b-handle-man.
7615         (gnus-button-handle-man): New, call g-b-man-handler.
7616
7617 2002-09-08  Simon Josefsson  <jas@extundo.com>
7618
7619         * gnus-art.el (gnus-button-alist): Buttonize man page links.
7620
7621 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7622
7623         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
7624
7625 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
7628
7629         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
7630         keystroke.
7631
7632         * gnus-srvr.el (gnus-browse-describe-group): New command and
7633         keystroke.
7634
7635 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
7638         value for gnus-decoration property.
7639
7640 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7641
7642         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
7643         string) as group name in case we have a CRLF in the file.
7644
7645 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
7646
7647         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
7648         group.
7649         (rfc1843-decode-hzp): do.
7650         (rfc1843-newsgroups-regexp): do.
7651
7652 2002-09-04  Simon Josefsson  <jas@extundo.com>
7653
7654         * message.el (message-canlock-generate): Make sure sha1 doesn't
7655         call external programs.
7656
7657 2002-09-03  Simon Josefsson  <jas@extundo.com>
7658
7659         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
7660
7661         * gnus-agent.el (gnus-agent-batch): Add doc.
7662
7663 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
7664
7665         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
7666         check for signed and encrypted parts.
7667         * mml.el (mml-parse-1): Correct small typo which preventing
7668         setting recipients in a secure tag.
7669
7670 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * mm-util.el (mm-coding-system-priorities): Default to a list of
7673         iso-2022-jp and others for the Japanese environment.
7674
7675 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
7678         invalid display names.
7679
7680 2002-08-30  Simon Josefsson  <jas@extundo.com>
7681
7682         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
7683         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
7684
7685 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
7686
7687         * gnus.el (gnus-group-charter-alist): New option.
7688         (gnus-group-fetch-control-use-browse-url): New option.
7689
7690         * gnus-group.el (gnus-group-fetch-charter): New function.
7691         (gnus-group-fetch-control): New function.
7692         Add them to the keymap and menu. Require mm-url.
7693
7694 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
7697         From Alex Schroeder <alex@emacswiki.org>.
7698
7699 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
7700
7701         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
7702         items expecting user interaction.
7703
7704         * gnus-topic.el (gnus-topic-make-menu-bar): do.
7705
7706         * gnus-sum.el (gnus-summary-make-menu-bar): do.
7707
7708         * gnus-srvr.el (gnus-server-make-menu-bar): do.
7709
7710         * mml.el (mml-menu): do.
7711
7712 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7713
7714         * mail-source.el (mail-source-touch-pop): New function.
7715
7716         * message.el (message-smtpmail-send-it): New function.
7717         (message-send-mail-function): Add it for a candidate.
7718
7719 2002-08-27  Simon Josefsson  <jas@extundo.com>
7720
7721         * gnus-msg.el (posting-charset-alist): Use
7722         gnus-define-group-parameter instead of defcustom.
7723         (gnus-put-message): Handle SPC in GCC.
7724         (gnus-inews-insert-gcc): Ditto.
7725         (gnus-inews-insert-archive-gcc): Ditto.
7726
7727 2002-08-26  Simon Josefsson  <jas@extundo.com>
7728
7729         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
7730         (gnus-agentize): Auto agentize all nntp and nnimap groups.
7731         (gnus-agent-possibly-save-gcc): Autoload.
7732         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
7733
7734 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * gnus.el (gnus-other-frame-function): New user option.
7737         (gnus-other-frame): Use it; add a doc-string; make it work with
7738         the gnuclient program.
7739
7740         * gnus-util.el (gnus-frame-or-window-display-name): New function.
7741
7742         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
7743         `device-connection' and `dfw-device'.
7744
7745 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7746
7747         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
7748         positives, make it stricter.  From Jochen Hein (trivial change).
7749
7750 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * gnus.el (gnus-other-frame): Trivial fix.
7753
7754 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * gnus.el (gnus-other-frame-parameters): New user option.
7757         (gnus-other-frame-object): New variable.
7758         (gnus-other-frame): Make it search for existing Gnus frame; don't
7759         read new news; delete frame on exit.
7760
7761         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
7762
7763         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
7764
7765 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7766         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
7767
7768         * message.el (message-set-auto-save-file-name): Add support for
7769         the Cygwin Emacs; the system-type is `cygwin'.
7770         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
7771
7772 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7773
7774         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
7775
7776         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
7777         avoid arithmetic errors.
7778
7779 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
7782
7783 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
7786         (message-ignored-resent-headers): Add envelope From.
7787
7788 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7789
7790         * gnus.el (gnus-summary-line-format): Document %k specifier.
7791
7792 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7793
7794         * gnus-sum.el (gnus-summary-line-message-size): New function.
7795         (gnus-summary-line-format-alist): Use it.
7796
7797 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-art.el (article-make-date-line): Refer to the value for
7800         `gnus-article-time-format' in the summary buffer.
7801
7802         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
7803
7804 2002-08-14  Simon Josefsson  <jas@extundo.com>
7805
7806         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
7807         quoting.
7808         (gnus-button-alist): Fix doc.
7809         (gnus-header-button-alist): Use ' not ` for default value quoting.
7810         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
7811         rationale similar to 2002-05-01 change.
7812         (gnus-article-add-buttons-to-head): Evaluate expression.
7813
7814         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
7815
7816 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * message.el (message-font-lock-keywords): Refer to the value for
7819         `message-cite-prefix-regexp' dynamically.
7820
7821 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * gnus-art.el (gnus-decode-header-methods): Doc fix.
7824
7825 2002-08-12  Simon Josefsson  <jas@extundo.com>
7826
7827         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
7828         (imap-shell-open): Skip initial junk before IMAP greeting.
7829
7830 2002-08-11  Simon Josefsson  <jas@extundo.com>
7831
7832         * message-utils.el (message-xpost-default,
7833         message-xpost-fup2-header, message-xpost-fup2): Fixed
7834         Typos.  Trivial changes from Reiner Steib
7835         <4uce.02.r.steib@gmx.net>.
7836
7837 2002-08-09  Simon Josefsson  <jas@extundo.com>
7838
7839         * message.el (message-canlock-password): Set
7840         canlock-password-for-verify to newly generated canlock-password.
7841         When Emacs is restarted, Custom makes sure this is set, but during
7842         the same session we must set it manually.
7843
7844 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
7845
7846         * yenc.el: New file.
7847
7848         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
7849         (mm-uu-type-alist): Add yenc.
7850         (mm-uu-yenc-filename): New function.
7851         (mm-uu-yenc-extract): New function.
7852
7853         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
7854
7855 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7856
7857         * dgnushack.el (merge): Don't use coerce.
7858
7859 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
7860
7861         * mailcap.el (mailcap-mime-data): Test window-system rather than
7862         mm-device-type.
7863         (mailcap-mime-data): Call xdvi and gv with "-safer".
7864
7865         * mm-util.el: Don't define mm-device-type.
7866
7867 2002-08-05  Simon Josefsson  <jas@extundo.com>
7868
7869         * mm-util.el (mm-coding-system-priorities): coding-system type not
7870         supported everywhere.
7871
7872 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7873
7874         * gnus.el (gnus-version-number): Bumped version number.
7875
7876 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7877
7878         * gnus.el: Oort Gnus v0.07 is released.
7879
7880 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
7883         (gnus-article-sort-functions): Doc fix.
7884         (t): New keystroke.
7885         (gnus-article-sort-by-random): New function.
7886         (gnus-thread-sort-by-random): New function.
7887
7888 2002-08-02  Simon Josefsson  <jas@extundo.com>
7889
7890         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
7891         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
7892
7893 2002-07-31  Danny Siu  <dsiu@adobe.com>
7894
7895         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
7896         when splitting malformed messages without message-id
7897
7898 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7899         From Niklas Morberg <niklas.morberg@axis.com>.
7900
7901         * nnweb.el (nnweb-type, nnweb-type-definition)
7902         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
7903         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
7904         functionality.
7905         * nnweb.el: Removed old non-functioning search engines.
7906
7907 2002-07-27  Simon Josefsson  <jas@extundo.com>
7908
7909         * message.el (message-forward-make-body): Don't use
7910         `message-forward-ignored-headers' when doing a "raw" followup (it
7911         is important to preserve e.g. CTE).
7912
7913         * flow-fill.el (fill-flowed): Disable filladapt-mode.
7914
7915         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
7916         regexp-quote, Cyrus Sieve is fixed.
7917
7918         * sieve-manage.el (sieve-manage-deletescript): New function.
7919
7920         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
7921         (sieve-manage-mode): Fix menubar.
7922         (sieve-activate): Change some messages.
7923         (sieve-deactivate-all): New function.
7924         (sieve-deactivate): New alias.
7925         (sieve-remove): New function.
7926         (sieve-help): Fix help.
7927         All suggested by Ned Ludd.
7928
7929 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
7932         (mm-w3m-safe-url-regexp): New user option.
7933
7934         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
7935         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
7936
7937 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
7938
7939         * gnus-sum.el (gnus-summary-delete-article): Force
7940         nnmail-expiry-target to 'delete, so that absolute deletion
7941         happens when absolute deletion is requested.
7942
7943 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7944         From Nevin Kapur <nevin@jhu.edu>.
7945
7946         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
7947         headers as empty headers.
7948
7949 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7950         From Jochen Hein <jochen@jochen.org>.
7951
7952         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
7953         correct typo.
7954         (gnus-emphasis-strikethru): New face.
7955
7956 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7957         From Jason Merrill <jason@redhat.com>.
7958
7959         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
7960         entire file for each of a sequence of missing articles.
7961
7962         * gnus-salt.el (gnus-binary-display-article): Respect an existing
7963         value for gnus-view-pseudos.
7964
7965         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
7966         avoid nreverse.
7967
7968 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7969         From Ted Zlatanov <teodor.zlatanov@divine.com>.
7970
7971         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
7972         (gnus-summary-mode-line-format-alist): Add %h for number of
7973         spams.
7974         (gnus-newsgroup-spam-marked): New variable.
7975         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
7976         (gnus-article-read-p, gnus-article-mark)
7977         (gnus-set-global-variables, gnus-set-global-variables)
7978         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
7979         (gnus-summary-mark-article-as-unread)
7980         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
7981         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
7982         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
7983
7984 2002-07-10  Simon Josefsson  <jas@extundo.com>
7985
7986         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
7987         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
7988
7989 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
7990
7991         * gnus-sum.el (gnus-summary-delete-article): Respect group
7992         parameters while expiring.
7993
7994 2002-07-08  Simon Josefsson  <jas@extundo.com>
7995
7996         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
7997         Enberg.
7998
7999 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8000
8001         * gnus-art.el (article-unsplit-urls): Only display MIME when this
8002         function is called interactively.  From Niklas Morberg.
8003
8004 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8005
8006         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
8007         cdaar to cdar and car.
8008
8009         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
8010         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
8011
8012 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
8015         don't break a narrowed article.
8016
8017         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
8018         (nntp-open-via-rlogin-and-telnet): Ditto.
8019
8020 2002-07-02  Didier Verna  <didier@xemacs.org>
8021
8022         * nnmail.el (nnmail-split-methods): fix custom type.
8023
8024 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8025
8026         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
8027         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
8028
8029 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8030
8031         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
8032         (gnus-summary-resend-message): Use it.
8033
8034 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * nntp.el (nntp-via-rlogin-command-switches): New variable.
8037         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
8038
8039 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8040
8041         * message.el (message-font-lock-keywords): Don't fontify
8042         headers in the message body, only in the header.
8043         (message-font-lock-make-header-matcher): New function, used by
8044         message-font-lock-keywords.
8045         From Katsumi Yamaoka <yamaoka@jpl.org>.
8046
8047 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
8050
8051 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8052
8053         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
8054
8055 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8056
8057         * message.el (message-font-lock-keywords): Revert 2002-06-22
8058         change.
8059
8060 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8061
8062         * message.el (message-font-lock-keywords): Put colon in header
8063         name match.
8064
8065 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8066
8067         * message.el (message-font-lock-keywords): Don't use header faces
8068         in the body.  Thanks to Stefan Monnier for the hint on the
8069         implementation.
8070
8071 2002-05-09  Miles Bader  <miles@gnu.org>
8072
8073         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
8074         (gnus-article-hide-citation): Respect it.
8075
8076 2002-04-12  Juanma Barranquero  <lektu@terra.es>
8077
8078         * pop3.el (pop3-open-server): Fix typo.
8079
8080 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
8081
8082         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
8083         instead of push to ignore duplicate to-(list|address) values.
8084         * nnmail.el (nnmail-cache-ignore-groups): New.
8085         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
8086
8087 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8088
8089         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
8090         before sending.  Suggested by Jan Rychter.
8091
8092 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * dgnushack.el (remove): New compiler macro.
8095         (last, coerce, subseq): Remove compiler macros for those built-in
8096         or unused functions.
8097
8098 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8099
8100         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
8101         sure to write byte-compiled versions of gnus-*-format-alist to
8102         .newsrc.eld.  From Simon Josefsson.
8103
8104 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8105
8106         * gnus-agent.el (gnus-agent-read-servers)
8107         (gnus-agent-write-servers): Put server name (string like
8108         "nnchoke:frumple") in the file instead of a server specification
8109         (Lisp expression like (nnchoke "frumple" ...parameters...)).
8110         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
8111
8112 2002-06-16  Simon Josefsson  <jas@extundo.com>
8113
8114         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
8115         Reiner Steib <4uce.02.r.steib@gmx.net>.
8116
8117 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8118
8119         * nnheader.el (nnheader-file-name-translation-alist): Set the
8120         default value for MS Windows systems.
8121
8122         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
8123
8124 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * message.el (message-beginning-of-line): Keep the region active
8127         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
8128
8129 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
8130
8131         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
8132         * gnus-msg.el (gnus-summary-reply): Ditto.
8133         * gnus-msg.el (gnus-summary-handle-replysign): New.
8134
8135 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * message.el (message-send-mail-with-sendmail): Kill errbuf even
8138         if sending failed.
8139
8140 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
8141
8142         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
8143         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
8144         to sign while encrypting.
8145
8146 2002-06-11  Simon Josefsson  <jas@extundo.com>
8147
8148         * gnus-int.el (gnus-request-move-article): Agent expire article if
8149         successfuly moved.
8150
8151         * nnweb.el (nnweb-google-create-mapping): Honors the value of
8152         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
8153
8154 2002-06-10  Simon Josefsson  <jas@extundo.com>
8155
8156         * gnus-int.el (gnus-request-expire-articles): Fix last change?
8157
8158 2002-06-09  Simon Josefsson  <jas@extundo.com>
8159
8160         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
8161
8162         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
8163
8164 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8165
8166         * flow-fill.el (fill-flowed): Ignore errors.
8167
8168 2002-06-06  Simon Josefsson  <jas@extundo.com>
8169
8170         * message.el (message-send-mail-with-sendmail): Improve error message.
8171
8172 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8173
8174         * message.el (message-interactive): Change default from nil to t.
8175         Better to be safe than to be fast.
8176
8177 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8178
8179         * message.el (message-send-mail-with-sendmail): Check return value
8180         from call-process-region.
8181
8182 2002-06-04  Simon Josefsson  <jas@extundo.com>
8183
8184         * gnus-msg.el (gnus-group-mail, gnus-group-news)
8185         (gnus-group-post-news, gnus-summary-mail-other-window)
8186         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
8187         gnus-article-copy to nil, thereby inhibiting the `header' posting
8188         style match to use data from last viewed article.
8189         Suggested by Hrvoje Niksic.
8190
8191 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * spam.el (spam-point-at-eol): New alias.
8194         (spam-parse-whitelist): Use it.
8195
8196 2002-06-03  Simon Josefsson  <jas@extundo.com>
8197
8198         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
8199         (nnmail-article-group): Use it.
8200
8201 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8202
8203         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
8204         so that code reading them won't be surprised.  From Jesper Harder
8205         <harder@ifa.au.dk>.
8206
8207 2002-05-29  Simon Josefsson  <jas@extundo.com>
8208
8209         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
8210         articles.
8211
8212         * gnus.el (gnus-agent-cache): Doc fix.
8213         (gnus-agent): Change default to t.
8214
8215         * gnus-agent.el (gnus-agent-expire): Make it accept optional
8216         ARTICLES, GROUP and FORCE parameters.
8217
8218 2002-05-28  Simon Josefsson  <jas@extundo.com>
8219
8220         * gnus-group.el (gnus-group-line-format): Doc fix.
8221
8222 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8223
8224         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
8225         original article before yanking.  From Jesper Harder
8226         <harder@ifa.au.dk>.
8227
8228 2002-05-26  Simon Josefsson  <jas@extundo.com>
8229
8230         * gnus-sum.el (gnus-summary-menu-split): New function.
8231         (gnus-summary-make-menu-bar): Split charset submenu.
8232         (gnus-summary-menu-maxlen): New variable.
8233         (gnus-summary-menu-split): Use it.
8234
8235 2002-05-25  Simon Josefsson  <jas@extundo.com>
8236
8237         * mml.el (mml-preview): Generate some headers.
8238
8239         * gnus.el (gnus-large-newsgroup): Fix :type.
8240
8241         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
8242         Agent cache NOV's by default now).
8243         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
8244
8245 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
8246
8247         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
8248         call to gnus-parent-id when we check for References loops.
8249         (gnus-summary-prepare-threads): Avoid simplifying every Subject
8250         twice by saving the simplified subject string in simp-subject.
8251
8252 2002-05-23  Simon Josefsson  <jas@extundo.com>
8253
8254         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
8255         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
8256
8257         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
8258         Niklas Morberg <niklas.morberg@axis.com>.
8259
8260 2002-05-22  Simon Josefsson  <jas@extundo.com>
8261
8262         * sieve.el (sieve-change-region): Define it before it is used.
8263
8264         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
8265         (gnus-summary-reply): Ask for confirmation when replying to news.
8266         Defaults to not ask.  From Benjamin Rutt
8267         <rutt+news@cis.ohio-state.edu>.
8268
8269         * nnimap.el (nnimap-nov-is-evil): Improve doc.
8270
8271 2002-05-21  Simon Josefsson  <jas@extundo.com>
8272
8273         * sieve-mode.el (sieve-manage): Fix autoloads.
8274
8275         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
8276         name (makes it work with recent Cyrus timsieved).
8277
8278 2002-05-20  Jason  <jbaker@cs.utah.edu>
8279         Trivial patch.
8280
8281         * gnus-art.el (gnus-request-article-this-buffer): Try
8282         reconnecting if you don't get the message.
8283
8284 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8285
8286         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
8287         Reply-To headers from the headers.
8288
8289 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290
8291         * mm-url.el (mm-url-insert): Remove junk message.
8292
8293 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8294
8295         * nnslashdot.el (nnslashdot-request-list): Parse new html.
8296         (nnslashdot-use-front-page): New variable.
8297         (nnslashdot-request-list): Use it.
8298
8299         * mm-url.el (mm-url-timeout): New variable.
8300         (mm-url-retries): Ditto.
8301         (mm-url-insert): Use it.
8302
8303 2002-05-16  Simon Josefsson  <jas@extundo.com>
8304
8305         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
8306         (gnus-simplify-subject-functions): Mention g-s-a-w.
8307
8308 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
8309
8310         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
8311         nnmail-cache-insert.
8312         * nndiary.el (nndiary-request-accept-article): Ditto.
8313         * nnfolder.el (nnfolder-request-accept-article): Ditto.
8314         * nnimap.el (nnimap-request-accept-article): Ditto.
8315         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
8316         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
8317         * nnmbox.el (nnmbox-request-accept-article): Ditto.
8318         * nnmh.el (nnmh-request-accept-article): Ditto.
8319         * nnmail.el (nnmail-cache-insert): Change group to required,
8320         removed code which tried to figure out the group.
8321
8322 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
8323
8324         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
8325         messages. From Hans de Graaff <hans@degraaff.org>.
8326         * nnml.el (nnml-request-accept-article): Pass in the group name to
8327         nnmail-cache-insert, since it's available.
8328
8329 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8330
8331         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
8332
8333 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8334         From Florian Weimer <fw@deneb.enyo.de>.
8335
8336         * gnus.el (subscribed): New group parameter.
8337         (gnus-find-subscribed-addresses): Use it.
8338
8339 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
8340
8341         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
8342         the default for pgpmime to support pgp v2.
8343         * mml-sec.el (mml-signencrypt-style): New accessor function to
8344         allow users to get/set the signencrypt style more easily without
8345         frobbing the alist directly.
8346         * mml.el (mml-generate-mime-1): Use accessor function.
8347
8348 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8349
8350         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
8351         parenthesis for "<" and ">".  Suggested by Andreas Schwab
8352         <schwab@suse.de>.
8353
8354 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8355
8356         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
8357         when intuiting the group the message is written to.  From Josh
8358         Huber <huber@alum.wpi.edu>.
8359
8360 2002-05-06  Simon Josefsson  <jas@extundo.com>
8361
8362         * gnus-topic.el (gnus-group-topic-parameters): Work when group
8363         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
8364
8365 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
8366
8367         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
8368         argument, and fixed compiler warning. (added autoload for
8369         gpg-encrypt).
8370
8371 2002-05-04  Simon Josefsson  <jas@extundo.com>
8372
8373         * mml1991.el (mml1991-function-alist): Doc fix.
8374
8375         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
8376         doesn't exist (for previewing messages without having Gnus
8377         started).
8378
8379         * mm-util.el (mm-coding-system-priorities): Defcustom.
8380
8381         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
8382
8383 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
8384
8385         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
8386         default.
8387         * mml-sec.el:
8388         * mml-sec.el (mml-signencrypt-style): New.
8389         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
8390         argument `sign'.
8391         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
8392         signencrypt.
8393         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
8394         * mml.el (mml-generate-mime-1): Changed logic so a part which is
8395         both signed & encryped is processed in one operation. (rather than
8396         two separate ops: sign, then encrypt)
8397         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
8398         indication if a message is signed by an expired key.
8399         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
8400         enables combined sign & encrypt operation. (this was always on
8401         before).
8402         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
8403
8404 2002-05-01  Simon Josefsson  <jas@extundo.com>
8405
8406         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
8407         server.
8408         (nnimap-mailbox-info): defvar instead of defvoo.
8409
8410 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8411
8412         * gnus.el: Oort Gnus v0.06 is released.
8413
8414 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8415
8416         * lpath.el: Bind url-package-version.
8417
8418 2002-05-01  Simon Josefsson  <jas@extundo.com>
8419
8420         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
8421         filename before deleting the group itself, because the presence of
8422         a group filename decides if long filenames are used or not.
8423
8424         * gnus-art.el (gnus-button-alist): Don't inline
8425         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
8426         without also modifying g-button-alist.
8427         (gnus-button-alist): Fix type to allow variable as well as regexp.
8428         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
8429         themselves, variables to its contents.
8430         (gnus-button-entry): Ditto.
8431
8432 2002-05-01  Simon Josefsson  <jas@extundo.com>
8433
8434         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
8435         UIDNEXT as a string.
8436
8437         * nnimap.el (nnimap-string-lessp-numerical): New function.
8438         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
8439         integers.
8440
8441 2002-04-29  Simon Josefsson  <jas@extundo.com>
8442
8443         * nnmail.el (nnmail-cache-insert): Accept optional group
8444         parameter.
8445
8446         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
8447         n-r-g-a is disabled.
8448
8449 2002-04-29  Simon Josefsson  <jas@extundo.com>
8450
8451         * nnimap.el (nnimap-split-fancy): Fix doc.
8452         (nnimap-split-fancy): Fix doc.
8453
8454         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
8455         (nnimap-mailbox-info): New internal variable.
8456         (nnimap-retrieve-groups): Implement faster new mail check.
8457
8458         * nnimap.el (nnimap-split-articles): Support
8459         nnmail-cache-accepted-message-ids.
8460         (nnimap-request-accept-article): Ditto.
8461
8462         * imap.el (imap-mailbox-status-asynch): New command.
8463
8464 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
8465
8466         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
8467         are no subscribed mail groups.
8468         - Strip quoted names when comparing addresses
8469
8470 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
8471
8472         * mm-decode.el (mm-text-html-renderer): Change customize type to
8473         const.
8474
8475         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
8476         (gnus-debug-exclude-variables): do.
8477
8478 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8479
8480         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
8481         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
8482
8483 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * dns.el (dns-make-network-process): New macro.
8486         (query-dns): Use it.
8487
8488 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8489
8490         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
8491         article-buffer.
8492
8493         * mm-url.el (mm-url-package-name): New variable.
8494         (mm-url-package-version): New variable.
8495         (mm-url-insert-file-contents): Bind url-package-name and
8496         url-package-version here.
8497         * nnrss.el (nnrss-insert-w3): Move the bindings.
8498
8499         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
8500         url-package-version. Trivial change from Andrew J Cosgriff
8501         <ajc@polydistortion.net>
8502
8503         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
8504         attachments. Trivial change from Peter 'Luna' Runestig
8505         <peter@runestig.com>.
8506
8507 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
8508
8509         * nnkiboze.el (nnkiboze-request-scan): Call
8510         nnkiboze-possibly-change-group.
8511         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
8512         problems.
8513         (nnkiboze-generate-group): Set newsrc to the *highest* article
8514         number kibozed, not the lowest.
8515
8516 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
8517
8518         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
8519
8520 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8521         From Dan Christensen <jdc+news@uwo.ca>.
8522
8523         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8524         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8525         Recognize math postings.  Extract Date (now ignores "(15kb)").
8526         Extract email address using gnus-extract-address-components
8527         instead of just taking the first word.  Create Date and From
8528         headers for message which are missing these headers.  Get rid
8529         of spurious \\ lines (purely cosmetic).  Extend body-end and
8530         file-end regexps, to exclude more garbage from the message.
8531         Make URL rephrasing regexp more flexible, to match current
8532         format.
8533
8534 2002-04-23  Simon Josefsson  <jas@extundo.com>
8535
8536         * netrc.el: New file, functions copied from gnus-util.el by Ted
8537         Zlatanov <tzz@lifelogs.com>.
8538
8539         * gnus-util.el: Require netrc.
8540         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
8541         new code in netrc.el.
8542
8543 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8544
8545         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
8546         message-ignored-resent-headers, too.  From Matthieu Moy
8547         <Matthieu.Moy@imag.fr>.
8548
8549 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8550
8551         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
8552         boolean not a string
8553         * gnus-group.el (gnus-group-line-format): add description of %C
8554         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
8555           as %C
8556         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
8557
8558 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
8559
8560         * nnmaildir.el (nnmaildir-request-scan): typo: set
8561         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
8562         nnmail-get-new-mail for 'find-new-groups.
8563
8564 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
8565
8566         * nnmaildir.el (nnmaildir-request-update-info,
8567         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
8568         unnecessary calls to nnmaildir-request-scan.
8569
8570 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8571
8572         * gnus-msg.el:
8573         * gnus-msg.el (gnus-message-replysign): New.
8574         * gnus-msg.el (gnus-message-replyencrypt): New.
8575         * gnus-msg.el (gnus-message-replysignencrypted): New.
8576         * gnus-msg.el (gnus-summary-reply): Use the three new variables
8577         (above) to automatically encrypt/sign to encrypted/signed
8578         messages.
8579         * message.el:
8580         * message.el (message-mode-map): Add keybinding for
8581         `message-to-list-only'
8582         * message.el (message-mode): Add description for
8583         `message-to-list-only'
8584         * message.el (message-to-list-only): New.
8585         * message.el (message-make-mft): Changed to use the cl loop macro,
8586         and added optional flag to return only the matched list. (for use
8587         in new message-to-list-only function)
8588
8589 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8590
8591         * gnus-msg.el:
8592         * gnus-msg.el (gnus-message-replysign):
8593         * gnus-msg.el (gnus-replysign): New.
8594         * gnus-msg.el (gnus-replyencrypt): New.
8595         * gnus-msg.el (gnus-replysignencrypted): New.
8596         * gnus-msg.el (gnus-summary-reply):
8597         * message.el:
8598         * message.el (message-mode-map):
8599         * message.el (message-mode):
8600         * message.el (message-to-list-only): New.
8601         * message.el (message-make-mft):
8602
8603 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8604
8605         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
8606
8607 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
8608
8609         * message.el (message-gen-unsubscribed-mft): accept a prefix
8610         argument so CC can be included with C-u C-c C-f C-a
8611
8612 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8613         From Ted Zlatanov <teodor.zlatanov@divine.com>.
8614
8615         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
8616         Improve docstring.
8617         (spam-enter-blacklist): New command.
8618
8619         * gnus-sum.el (gnus-spam-mark): New mark.
8620         (gnus-auto-expirable-marks): Add gnus-spam-mark.
8621         (gnus-summary-make-tool-bar): Correct conditional.
8622         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
8623         (gnus-summary-mark-as-spam): New command.
8624
8625 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
8626
8627         * mml-sec.el (mml-secure-message): changed to support arbritrary
8628         modes.
8629         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
8630         changed to support "signencrypt" mode.
8631         * mml.el (mml-parse-1): changed to support different secure modes
8632         more easily. (for signencrypt)
8633
8634 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
8635
8636         * gnus-sum.el (gnus-update-summary-mark-positions)
8637         (gnus-summary-toggle-header):
8638         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
8639         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
8640         (gnus-uu-post-encoded):
8641         * nnfolder.el (nnfolder-possibly-change-group):
8642         * nnimap.el (nnimap-retrieve-headers):
8643         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
8644
8645 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
8646
8647         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
8648         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
8649
8650 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * gnus-srvr.el (gnus-server-set-info): Clear
8653         `gnus-server-method-cache' when `gnus-server-alist' is changed.
8654         From Daiki Ueno <ueno@unixuser.org>.
8655
8656 2002-04-11  Simon Josefsson  <jas@extundo.com>
8657
8658         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
8659         viewing of security buttons.  Thanks to Nicolas Kowalski
8660         <Nicolas.Kowalski@imag.fr>.
8661
8662         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
8663         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
8664         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
8665         <Nicolas.Kowalski@imag.fr>.
8666         (smime-decrypt-buffer): Ditto.
8667
8668 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8669
8670         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
8671         header line.
8672
8673 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
8674
8675         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
8676
8677 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8678
8679         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
8680
8681 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8682
8683         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
8684         errors when debug.
8685
8686 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
8687
8688         * message.el (message-make-mft): Changed MFT code from using
8689         message-recipients (which included Bcc) to use only the To and CC
8690         headers.
8691
8692 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8693
8694         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
8695         add link.
8696         (gnus-treat-mail-picon): Ditto.
8697         (gnus-treat-newsgroups-picon): Ditto.
8698         (gnus-picon-databases): Fix custom type.
8699         (gnus-picon-databases): Add link.
8700         (gnus-article-x-face-command): Add to gnus-picon group.
8701
8702 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
8703
8704         * message.el (message-buffer-naming-style): Remove.
8705
8706 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8707
8708         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
8709
8710         * message.el (message-tool-bar-map): Ditto.
8711
8712         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8713
8714 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8715
8716         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
8717
8718 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
8719
8720         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
8721
8722 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
8723         Trivial patch.
8724
8725         * dns.el: open-network-stream under XEmacs does udp.
8726
8727 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
8728
8729         * spam.el (spam-enter-whitelist): New function.
8730         (spam-parse-whitelist): Ditto.
8731         (spam-refresh-list-cache): Ditto.
8732         (spam-address-whitelisted-p): New function.
8733
8734         * dns.el (query-dns): Use TCP when make-network-process isn't
8735         available.
8736         (dns-servers): New variable.
8737         (dns-parse-resolv-conf): New function.
8738         (query-dns): Use it.
8739
8740         * spam.el: New file.
8741
8742         * dns.el (query-dns): Test.
8743
8744 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8745
8746         * lpath.el (featurep): Bind make-network-process.
8747
8748 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
8749
8750         * nnmaildir.el: Use defstruct.  Use a single copy of
8751         nnmail-extra-headers to save memory.  Store server's group name
8752         prefix instead of each group's prefixed name.
8753         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
8754         nntp-server-buffer.
8755
8756 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8757
8758         * dns.el: New file.
8759
8760 2002-03-28  Simon Josefsson  <jas@extundo.com>
8761
8762         * gnus-sum.el (gnus-summary-dummy-line-format):
8763         * gnus.el (gnus-summary-line-format): Fixing links to Info.
8764         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
8765
8766 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8767
8768         * gnus-sum.el (gnus-summary-move-article)
8769         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
8770         the doc string.
8771
8772 2002-03-28  Simon Josefsson  <jas@extundo.com>
8773
8774         * mml-sec.el (mml-secure-message): Search after
8775         mail-header-separator from top of message.
8776
8777 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
8778
8779         * nnmaildir.el: Cosmetic changes.
8780         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
8781         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
8782         nnmaildir--group-ls): New macros/functions.  Use them.
8783         (nnmaildir--unlink): Evalutate argument only once.
8784
8785 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
8786
8787         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
8788         symbols.
8789         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
8790         `gnus-point-at-eol'.
8791
8792 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
8793
8794         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
8795         nnmaildir--marks-dir): New macros.  Use them.
8796         Use inhibit-quit for atomicity instead of in-memory journaling.
8797         (nnmaildir--edit-prep): New function.
8798         (Local Variables): Use it.
8799
8800 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8801
8802         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8803
8804 2002-03-25  Simon Josefsson  <jas@extundo.com>
8805
8806         * message.el (message-mode): Fix doc.
8807
8808 2002-03-25  Simon Josefsson  <jas@extundo.com>
8809
8810         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
8811         Matthieu Moy <Matthieu.Moy@imag.fr>.
8812
8813 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
8814
8815         * mml-sec.el (mml-unsecure-message): Add docstring.
8816
8817 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8818
8819         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
8820         value.
8821         Trivial change from andre@slamdunknetworks.com
8822
8823 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
8824
8825         * mml.el (mml-mode-map): Added a keybinding for
8826         `mml-unsecure-message'.  Also, added a menu entry for said
8827         function in the Attachments menu.
8828
8829 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * canlock.el (canlock-version): Remove.
8832         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
8833         here; simplify \x insertions.
8834         (canlock-sha1): New function, always return a unibyte string.
8835         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
8836         of a password.
8837         (canlock-insert-header): Use `canlock-sha1'.
8838         (canlock-verify): Ditto.
8839
8840 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8841
8842         * message.el (message-fix-before-sending): Add an option that
8843         ignores illegible text.
8844         Trivial change from Mark Milhollan <mlm@attglobal.net>
8845
8846         * message.el (message-font-lock-keywords): Support multi-line MML
8847         tags.
8848
8849         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
8850         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
8851
8852 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
8855         symbols for "View as different encoding" submenu.
8856
8857 2002-03-19  Simon Josefsson  <jas@extundo.com>
8858
8859         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
8860         encoding" submenu.
8861
8862 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8863
8864         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
8865
8866 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8867
8868         * gnus-sum.el (gnus-sum-thread-tree-root)
8869         (gnus-sum-thread-tree-single-indent)
8870         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8871         (gnus-sum-thread-tree-leaf-with-other)
8872         (gnus-sum-thread-tree-single-leaf): Make customizable.
8873
8874 2002-03-16  Simon Josefsson  <jas@extundo.com>
8875
8876         * gnus-util.el (gnus-extract-address-components): Don't break on
8877         names such as James "Kibo" Parry.  From Francis Litterio
8878         <franl@world.std.com>.
8879
8880 2002-03-13  Simon Josefsson  <jas@extundo.com>
8881
8882         * pop3.el (pop3-open-server): Revert multibyte change.  From
8883         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8884
8885         * message.el (message-send-mail-with-qmail): Make it work.  From
8886         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8887
8888 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
8889
8890         * message.el (message-make-mft): Set case-fold-search while
8891         generating the MFT.  Also, a little cleanup in the MFT code.
8892
8893 2002-03-12  Simon Josefsson  <jas@extundo.com>
8894
8895         * message.el (message-qmail-inject-args): May be function.
8896         (message-send-mail-with-qmail): Call function if m-q-i-a is
8897         function.  From fn@hungry.org (Faried Nawaz).
8898
8899 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8900
8901         * message.el (message-abbrevs-loaded): Remove.
8902         (mailabbrev): Require it.
8903
8904         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
8905
8906 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * pop3.el (pop3-open-server): Set process buffer unibyte.
8909
8910 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8911
8912         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
8913
8914 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8915
8916         * nnslashdot.el (nnslashdot-request-article): Remove javascript
8917         too.
8918
8919 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8920
8921         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
8922         duplication.
8923         (gnus-summary-save-parts-type-history): Ditto.
8924         (gnus-summary-save-parts-last-directory): Ditto.
8925         Trivial change from andre@slamdunknetworks.com
8926
8927 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
8928
8929         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
8930
8931 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8932
8933         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
8934         -->" as the end of the first article.
8935
8936         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
8937         From Matthieu Moy <Matthieu.Moy@imag.fr>
8938
8939         * message.el (message-add-action): Use add-to-list.
8940         (message-delete-action): New function.
8941
8942         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
8943         pieces.
8944
8945 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
8946
8947         * nnnil.el: New file.
8948         * gnus.el (gnus-valid-select-methods): Include nnnil.
8949
8950 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8951
8952         * message.el (message-syntax-checks): Because canlock is
8953         supported, we disable sender syntax check.
8954         (message-shoot-gnksa-feet): Add cancel-messages option doc.
8955
8956         * gnus-draft.el (gnus-draft-send): If interactive, use its default
8957         value of message-syntax-checks.
8958
8959         * qp.el (quoted-printable-decode-region): Doc addition.
8960         From: Eli Zaretskii <eliz@is.elta.co.il>
8961
8962         * mail-source.el (make-source-make-complex-temp-name): Use
8963         make-temp-file.
8964
8965         * mm-util.el (mm-make-temp-file): New function.
8966         * nneething.el (nneething-file-name): Use it.
8967         * mml-smime.el (mml-smime-encrypt): Ditto.
8968         * mm-view.el (mm-inline-wash-with-file): Ditto.
8969         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
8970         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
8971         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
8972         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
8973         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
8974         * gnus-art.el (gnus-mime-print-part): Ditto.
8975
8976 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8977
8978         * message.el (nnmaildir-article-number-to-base-name): New
8979         function.
8980         (nnmaildir-base-name-to-article-number): New function.
8981
8982 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * smime.el (smime-make-temp-file): Don't quote
8985         `temporary-file-directory'.
8986
8987 2002-03-04  Simon Josefsson  <jas@extundo.com>
8988
8989         * smime.el (smime-sign-region): Rename argument keyfiles to
8990         keyfile. You only sign something with one key.
8991         (smime-sign-buffer): Better completing-read prompt.
8992         (smime-decrypt-buffer): Ditto.
8993
8994         * smime.el (smime-make-temp-file): Make it work under XEmacs.
8995
8996         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
8997         completing-read.
8998         (mm-view-pkcs7-decrypt): CRLF->LF.
8999
9000 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
9001
9002         * message.el (message-hierarchical-addresses): New variable.
9003         (message-get-reply-headers): Use it.
9004         From Ted Zlatanov <teodor.zlatanov@divine.com>
9005
9006 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9007
9008         * message.el (message-mode): If buffer-file-name, don't set auto
9009         save file name.
9010         Trivial change from Geoff Greene <ggreene@wpi.edu>
9011
9012 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9013
9014         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
9015         takes one argument in read-char.
9016
9017         * message.el (message-fix-before-sending): Forward a char.
9018         Check mmu-multibyte-p, add control-1.
9019
9020 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9021
9022         * gnus-start.el (gnus-read-init-file): Ditto.
9023
9024         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
9025
9026         * dgnushack.el (dgnushack-make-load): Ditto.
9027
9028         * mail-source.el (mail-source-fetch): Extract the right error
9029         code.
9030
9031         * message.el (message-fix-before-sending): Check illegible text.
9032
9033         * gnus-util.el (gnus-multiple-choice): New function.
9034
9035         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
9036         also defined in gnus-score.el.
9037
9038 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
9039
9040         * message.el (message-get-reply-headers): downcase email addresses
9041         for comaparisons for duplicate removal.
9042
9043 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9044
9045         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
9046         implementation of PKCS#7, which just allows users read the
9047         message.
9048         (mm-view-pkcs7): Use it.
9049
9050 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9051
9052         * gnus.el (large-newsgroup-initial): New parameter.
9053
9054         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
9055         (gnus-summary-insert-old-articles): Ditto.
9056
9057 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9058
9059         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
9060         used as the default answer of the question, "How many articles?".
9061         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9062
9063         * nnagent.el (nnagent-retrieve-headers): Remove articles with
9064         small numbers.
9065
9066 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9067
9068         * deuglify.el: Fix comments.
9069
9070 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
9071
9072         * html2text.el (html2text-clean-anchor): If there is no HREF,
9073         insert nothing.
9074
9075         * mml.el (mml-generate-mime-1): Add cdr.
9076         From: andre@slamdunknetworks.com
9077
9078         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
9079         (mm-text-html-washer-alist): Ditto.
9080
9081         * mm-decode.el (mm-text-html-renderer): Add html2text.
9082
9083         * html2text.el: Face lift.
9084
9085         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
9086
9087 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
9088
9089         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
9090
9091         * deuglify.el: Change copy right. Add autoload. Add coding-system.
9092
9093         * deuglify.el: New file. The original file name is
9094         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
9095
9096         * mm-decode.el (mm-display-external): Use
9097         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
9098
9099 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
9100
9101         * nnmaildir.el (nnmaildir-request-list): Report the highest
9102         article number, not the total number of articles.
9103
9104 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9105
9106         * gnus-sum.el: Move uu key map here.
9107         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
9108
9109 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
9110
9111         * nnmaildir.el (nnmaildir-request-expire-articles): Use
9112         nnmail-expiry-wait* if expire-age parameter is not set.
9113
9114 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
9115
9116         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
9117         function.
9118         (gnus-group-sort-selected-groups-by-real-name): New function.
9119         (gnus-group-make-menu-bar): Add sort by real name.
9120
9121         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
9122         rebuild.
9123         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
9124         nil as dependencies as well.
9125
9126 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
9127
9128         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
9129         for mime-parts.
9130
9131         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
9132
9133         * gnus-group.el (gnus-group-name-decode): Don't test
9134         multibyte-string, because it breaks XEmacs.
9135         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
9136
9137         * message.el (message-send-mail): Be talkative.
9138
9139         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
9140         (mm-automatic-display): Ditto.
9141
9142         * mailcap.el (mailcap-mime-data): Ditto.
9143         From: Reiner Steib <4uce.02.r.steib@gmx.net>
9144
9145 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * many files: Remove trailing whitespaces, replace spc+tab with
9148         tab, replace leading whitespaces with tabs.
9149
9150 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
9151
9152         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
9153         articles with no body and no blank line after the header.
9154
9155 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9156
9157         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
9158         parts.
9159
9160         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
9161         non-ascii chars.
9162
9163         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9164
9165         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
9166         w3-delay-image-loads.
9167         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
9168         (mm-w3-prepare-buffer): Ditto.
9169
9170         * mail-source.el (mail-source-fetch-directory): Run scripts.
9171
9172 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
9175         for Majordomo confirmations.
9176
9177 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9178
9179         * gnus-fun.el (gnus-respond-to-confirmation): New command.
9180
9181 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9182
9183         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9184
9185 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
9186
9187         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
9188         References header field.  From Mark Thomas <mthomas@cmu.edu>.
9189
9190 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9191
9192         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
9193         (mm-inline-render-with-stdin): Ditto.
9194         (mm-inline-render-with-function): Ditto.
9195         (mm-inline-wash-with-file): Bind coding-system-for-write.
9196         (mm-inline-wash-with-stdin): Ditto.
9197
9198 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9199
9200         Suggested by Felix Natter <fnatter@gmx.net>
9201
9202         * gnus-art.el (gnus-mime-view-part-externally): Rename from
9203         gnus-mime-externalize-view.
9204         (gnus-mime-view-part-internally): Rename from
9205         gnus-mime-internalize-view.
9206         (gnus-article-view-part-externally): Rename from
9207         gnus-article-externalize-part.
9208         (gnus-mime-action-alist): Change correspondingly.
9209         (gnus-mime-button-commands): Ditto.
9210         (gnus-mime-action-alist): Remove duplication.
9211
9212         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
9213
9214 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9215
9216         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
9217
9218         * gnus-art.el (gnus-display-mime): Use it.
9219
9220         * mm-partial.el (mm-partial-find-parts): Use it.
9221
9222         * gnus-sum.el (gnus-article-loose-mime): Rename from
9223         gnus-article-no-strict-mime.
9224         (gnus-summary-save-parts): Use it.
9225
9226 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
9229         local variable.
9230
9231         * gnus-art.el (article-display-x-face): Don't sort multiple
9232         X-Faces.
9233
9234 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
9237         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
9238
9239         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
9240
9241 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9242
9243         Some ideas is inspired by code from Hrvoje Niksic
9244         <hniksic@arsdigita.com>
9245
9246         * gnus-art.el (gnus-article-wash-function): Set the default to
9247         nil, so that we use mm-text-html-renderer instead.
9248         (article-wash-html): Use mm-text-html-renderer.
9249
9250         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
9251         (mm-text-html-renderer): New variable.
9252         (mm-inline-text-html-renderer): Set the default to nil, so that we
9253         use mm-text-html-renderer instead.
9254
9255         * mm-view.el (mm-inline-text-html): New function.
9256         (mm-text-html-renderer-alist): New variable.
9257         (mm-inline-text-vcard): New function.
9258         (mm-inline-text): Split.
9259         (mm-links-remove-leading-blank): New function.
9260         (mm-inline-render-with-file): New function.
9261         (mm-inline-render-with-stdin): New function.
9262         (mm-inline-render-with-function): New function.
9263         (mm-text-html-washer-alist): New variable.
9264         (mm-inline-wash-with-file): New function.
9265         (mm-inline-wash-with-stdin): New function.
9266
9267 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9268
9269         * message-utils.el: Fix installation doc.
9270         From: Reiner Steib <4uce.02.r.steib@gmx.net>
9271
9272 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
9273
9274         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
9275         (gnus-post-method): Use it.
9276         (gnus-summary-cancel-article): Find the correct post-method.
9277
9278         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
9279         * message.el (message-send-news): Ditto.
9280         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
9281         <ipmonger@delamancha.org>
9282
9283         * gnus.el (gnus-select-method): Fix doc.
9284         (gnus-server-string): Use 'using nntp'.
9285
9286         * gnus-agent.el (gnus-slave-unplugged): New command.
9287         From: Felix Natter <fnatter@gmx.net>
9288
9289 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9290
9291         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
9292         Call edit-done-function first, then change the window
9293         configuration.
9294         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
9295         (gnus-article-edit-mode): mml-mode.
9296
9297         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
9298         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
9299
9300         * message-utils.el: Adopt the file.
9301
9302         * message-utils.el: New file.
9303         From Holger Schauer <Holger.Schauer@gmx.de>
9304
9305 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9306
9307         * gnus-sum.el (gnus-summary-move-article): Select-article only
9308         when gnus-move-split-methods is non-nil. And we don't render or
9309         mark the article.
9310
9311         * gnus-fun.el (gnus-shell-command-to-string): New function.
9312         (gnus-shell-command-on-region): New function.
9313         (gnus-random-x-face): Use them.
9314         (gnus-x-face-from-file): Ditto.
9315         (gnus-convert-image-to-gray-x-face): Ditto.
9316         (gnus-convert-gray-x-face-to-xpm): Ditto.
9317         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
9318
9319 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * gnus-art.el (gnus-treat-display-xface): Don't use
9322         `shell-command-to-string' when compiling.
9323         (gnus-treat-display-grey-xface): Ditto.
9324
9325 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
9326
9327         * nnmaildir.el (nnmaildir--article-count): If the group is
9328         completely empty, report minimum article number as 1 instead of 0.
9329
9330 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
9331
9332         * gnus-agent.el (gnus-get-predicate): Use nconc.
9333
9334         * gnus-sum.el (gnus-summary-display-make-predicate): Use
9335         gnus-summary-display-cache as cache.
9336
9337         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
9338         (nndoc-mail-in-mail-type-p): New function.
9339         (nndoc-mail-in-mail-article-begin): New function.
9340
9341 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9342
9343         * mailcap.el (mailcap-mime-data): Use enriched-decode.
9344
9345         * gnus-cite.el (gnus-article-fill-cited-article): Bind
9346         use-hard-newlines to nil.
9347
9348         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
9349         image is not available if window-system is not available.
9350
9351         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
9352
9353 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9354
9355         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
9356         bookmark, because update-mark doesn't handle it correctly.
9357
9358 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9359
9360         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
9361         directly instead of calling message-send-mail.
9362
9363         * gnus-start.el (gnus-read-descriptions-file): Use
9364         gnus-default-charset.
9365
9366         * mm-util.el (mm-guess-mime-charset): New function.
9367
9368         * gnus.el (gnus-default-charset): Use it.
9369         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
9370         the default.
9371
9372 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9373
9374         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
9375         (article-display-x-face): Use it.  Disable grey xface, if
9376         uncompface is not found.
9377
9378         * message.el (message-mode): Don't enable multibyte on an indirect
9379         buffer.
9380
9381         * nnrss.el (nnrss-content-function): New variable.
9382         (nnrss-request-article): Use it.
9383
9384 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9385
9386         * gnus.el: Add article-unsplit-urls.
9387         * gnus-sum.el: Ditto.
9388         * gnus-art.el (gnus-treat-strip-cr): New variable.
9389         (gnus-treatment-function-alist): Use it.
9390         (article-unsplit-urls): New function.
9391         (gnus-article-make-menu-bar): Use it.
9392         From: Michael Cook <michael.cook@cisco.com>
9393
9394 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9395
9396         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
9397         copy.
9398
9399 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
9400
9401         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
9402         with internal whitespace.
9403         (gnus-parent-id): Ditto.
9404
9405 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9406
9407         * gnus-art.el (gnus-article-treat-body-boundary): Add
9408         gnus-decoration property.
9409         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
9410
9411         * message.el (message-mode): Set local-abbrev-table.
9412         From Matt Armstrong <matt@lickey.com>.
9413
9414         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
9415         too many spaces.
9416
9417         * rfc2047.el (rfc2047-unfold-region): Ditto.
9418         (rfc2047-decode-region): Don't unfold. Let
9419         gnus-article-treat-unfold-headers do it.
9420
9421         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
9422         From: Jesper Harder <harder@ifa.au.dk>
9423
9424 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9425
9426         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
9427         (gnus-configure-posting-styles): Use it.
9428         (gnus-configure-posting-styles): Remove trailing newspaces.
9429
9430 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9431
9432         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
9433         is non-nil.
9434
9435         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
9436
9437         * gnus.el (gnus-server-to-method): Switch position with
9438         gnus-server-get-method.
9439         (gnus-agent): Add doc.
9440
9441         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
9442         (gnus-summary-save-parts): Use it.
9443
9444         * gnus-art.el (gnus-display-mime): Use it.
9445         * mm-partial.el (mm-partial-find-parts): Use it.
9446
9447         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
9448
9449         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
9450         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
9451
9452         * nnagent.el (nnagent-request-expire-articles): Don't delete
9453         files.
9454
9455 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9456
9457         * message.el (message-gen-unsubscribed-mft): New function.
9458         From Sriram Karra <karra@cs.utah.edu>.
9459
9460         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
9461         open parenthesis.
9462
9463         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
9464         (mm-inline-text-html-render-with-w3): Ditto.
9465         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
9466         Suggested by Dave Love  <d.love@dl.ac.uk>.
9467
9468         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
9469
9470         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
9471         * nntp.el (nntp-send-command): Ditto.
9472         * nntp.el (nntp-send-command-nodelete): Ditto.
9473
9474 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9475
9476         * mm-url.el (mm-url-load-url): New function.
9477         (mm-url-insert-file-contents): Use it.
9478
9479         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
9480
9481         * message.el (message-forward-make-body): Correctly copy
9482         forward-buffer.
9483
9484         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
9485
9486 2002-02-04  Simon Josefsson  <jas@extundo.com>
9487
9488         * gnus-art.el (gnus-article-followup-with-original): Mark with
9489         force, prevent errors when following up from article buffer.
9490         (gnus-article-reply-with-original): Ditto.
9491
9492         * binhex.el (binhex-decoder-switches): Fix doc.  From
9493         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9494
9495 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9496
9497         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
9498         highlight-citation after emphasize.
9499
9500 2002-02-04  Simon Josefsson  <jas@extundo.com>
9501
9502         * nnfolder.el (nnfolder-open-marks):
9503
9504         * nnml.el (nnml-open-marks): Message when done.  From David
9505         Edmondson <dme@sun.com>.
9506
9507 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9508
9509         * imap.el (imap-anonymous-auth): Fix typo.
9510         From: Steinar Bang <sb@dod.no>
9511
9512         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
9513         save-excursion.
9514         (gnus-cache-braid-heads): Ditto.
9515
9516         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
9517         line, because there are extra articles in the overview buffer.
9518
9519         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
9520
9521         * message.el (message-forward-rmail-make-body): Directly use
9522         rmail-msg-restore-non-pruned-header to avoid calling
9523         vertical-motion.
9524
9525 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9526
9527         * gnus-cache.el (gnus-summary-insert-cached-articles):
9528         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
9529
9530         * gnus-group.el (gnus-group-mark-article-read): Nreverse
9531         gnus-newsgroups-unselected.
9532
9533         * gnus-agent.el (gnus-summary-set-agent-mark): Use
9534         gnus-add-to-sorted-list.
9535
9536         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
9537         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
9538         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
9539         (gnus-update-read-articles): UNREAD is sorted.
9540         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
9541         (gnus-newsgroup-marked, gnus-newsgroup-cached)
9542         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
9543         (gnus-newsgroup-dormant): Require sorted.
9544
9545         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
9546         directories.
9547         (gnus-dired-print): New function.
9548
9549         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
9550         ps-despool.
9551
9552 2002-02-02  Simon Josefsson  <jas@extundo.com>
9553
9554         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
9555
9556 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9557
9558         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
9559         t. This makes gnus-agent customizable without putting
9560         gnus-agentize into .gnus.
9561
9562         * gnus.el (gnus-agent): Make it customizable.
9563
9564         * gnus-dired.el: New file.
9565         From Benjamin Rutt <brutt@bloomington.in.us>
9566
9567         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
9568         if no article.
9569         (gnus-cache-possibly-remove-article): Ditto.
9570         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
9571
9572 2002-02-01  Simon Josefsson  <jas@extundo.com>
9573
9574         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
9575
9576 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
9579         (mm-setup-w3m): Don't bind keys listed in the above.
9580
9581 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
9584         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
9585         is non-nil; bind `w3m-force-redisplay' with nil.
9586
9587         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9588
9589         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
9590
9591 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9592
9593         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
9594         use mail-header-unfold-field.
9595
9596         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
9597         gnus-summary-limit.
9598
9599         * gnus-range.el (gnus-add-to-sorted-list): New function.
9600         * gnus-sum.el (gnus-mark-article-as-read): Use it.
9601         (gnus-mark-article-as-unread): Ditto.
9602         (gnus-summary-mark-article-as-unread): Ditto.
9603         (gnus-build-get-header): Ditto.
9604         (gnus-summary-prepare-threads): Ditto.
9605         (gnus-summary-insert-pseudos): Ditto.
9606         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
9607         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
9608         (gnus-summary-insert-old-articles): Ditto.
9609
9610         * gnus-msg.el (gnus-posting-styles): Add new format of header.
9611         (gnus-configure-posting-styles): Support the new format.
9612
9613         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
9614         edebug-form-spec to (sexp body).
9615         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
9616
9617         * message.el (message-reply-headers): Add doc.
9618
9619 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9620
9621         * gnus-group.el (gnus-group-delete-group): Nix the entry in
9622         gnus-cache-active-hashtb.
9623
9624         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
9625         (gnus-agent-summary-fetch-group): Use it.
9626
9627         * gnus-msg.el (gnus-debug-files): New variable.
9628         (gnus-debug-exclude-variables): New variable.
9629         (gnus-debug): Use them.
9630
9631         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
9632
9633 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9634
9635         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
9636         (message-mode-syntax-table): Move back the previous position.
9637
9638         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
9639
9640         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9641         gnus-sorted-difference.
9642
9643         * nnsoup.el (nnsoup-request-expire-articles): Use
9644         gnus-sorted-difference.
9645
9646         * nnheader.el: Autoload gnus-sorted-difference.
9647
9648         * nnfolder.el (nnfolder-request-expire-articles): Use
9649         gnus-sorted-difference.
9650
9651         * gnus-cache.el (gnus-cache-retrieve-headers): Use
9652         gnus-sorted-difference.
9653
9654         * gnus-range.el: Autoload cookies.
9655         (gnus-sorted-difference): New function.
9656         (gnus-sorted-ndifference): New function.
9657         (gnus-sorted-nintersection): Rename from
9658         gnus-set-sorted-intersection.
9659         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
9660         (gnus-list-range-difference): Rename from
9661         gnus-inverse-list-range-intersection.
9662         (gnus-inverse-list-range-intersection): Use defalias.
9663
9664         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
9665         gnus-sorted-ndifference, and gnus-sorted-nintersection.
9666         (gnus-articles-to-read): Use gnus-sorted-difference.
9667         (gnus-summary-limit-mark-excluded-as-read): Use
9668         gnus-sorted-intersection and gnus-sorted-ndifference.
9669         (gnus-list-of-read-articles): Use gnus-list-range-difference.
9670         (gnus-summary-insert-articles): Use gnus-sorted-difference.
9671
9672         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
9673
9674 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
9677         property to the buffer for using emacs-w3m command keys.
9678
9679         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
9680         option.
9681
9682         * mm-view.el (mm-w3m-mode-map): New variable.
9683         (mm-w3m-mode-command-alist): New variable.
9684         (mm-w3m-minor-mode): Removed.
9685         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
9686         (mm-inline-text-html-render-with-w3m): Add keymap property to the
9687         buffer for using emacs-w3m command keys.
9688
9689 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9690
9691         * message.el (message-mode-syntax-table): Move forward.
9692         (message-cite-prefix-regexp): Auto detect non word constituents.
9693         (message-cite-prefix-regexp): Don't use with-syntax-table.
9694
9695         * gnus-sum.el (gnus-summary-update-info): Use
9696         gnus-list-range-intersection.
9697
9698         * gnus-agent.el (gnus-agent-fetch-headers): Use
9699         gnus-list-range-intersection.
9700
9701         * gnus-range.el (gnus-range-normalize): Use correct predicate.
9702         (gnus-list-range-intersection): Use it.
9703         (gnus-inverse-list-range-intersection): Ditto.
9704         (gnus-sorted-intersection): Add doc.
9705         (gnus-set-sorted-intersection): Add doc.
9706         (gnus-sorted-union): New function.
9707         (gnus-set-sorted-union): New function.
9708
9709         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
9710         (gnus-inverse-list-range-intersection): Ditto.
9711
9712 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
9713
9714         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
9715
9716         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
9717         and permit `:' and `\' in order to handle full Windows pathnames.
9718         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
9719         technically not correct per standard, but seems to have common use.
9720
9721 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9722
9723         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
9724         replacing numbers.
9725
9726 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
9727
9728         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
9729
9730         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
9731         Don't split when the window is small, e.g. when a small *BBDB*
9732         window is the lowest one.
9733
9734         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9735         nnheader-find-nov-line to speed up. Use nreverse, because it is
9736         sorted. Use nnheader-insert-nov-file.
9737
9738 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * mm-decode.el (mm-inline-text-html-with-images): New user option.
9741
9742         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
9743         of `w3m-display-inline-images' with the value of
9744         `mm-inline-text-html-with-images'.
9745         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
9746
9747         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9748
9749 2002-01-27  Richard M. Stallman  <rms@gnu.org>
9750
9751         * time-date.el: Add autoload cookies.  Many doc fixes.
9752         (time-add): New function.
9753         (time-subtract): Renamed from subtract-time.
9754         (subtract-time): New alias for time-subtract.
9755
9756 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
9759         emacs-w3m in doc-string.
9760
9761         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
9762         `w3m-current-buffer'.
9763
9764 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9765
9766         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
9767
9768         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
9769         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
9770         (mm-w3m-cid-retrieve): New function.
9771         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
9772
9773 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9774
9775         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
9776
9777 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9778
9779         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
9780
9781 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9782
9783         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
9784         32K.
9785
9786         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
9787
9788         * nnmail.el (nnmail-article-group): Decode headers before running
9789         split rules over them.
9790         (nnmail-mail-splitting-charset): New variable.
9791
9792         * smiley.el: Replaced with smiley-ems.el.
9793
9794 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9795
9796         * mm-url.el (mm-url-predefined-programs): Add w3m.
9797         (mm-url-program): Ditto.
9798
9799 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9800
9801         * nnml.el (nnml-use-compressed-files): New variable.
9802         (nnml-filenames-are-evil): Removed.
9803         (nnml-current-group-article-to-file-alist): Don't use.
9804         (nnml-update-file-alist): Inhibit.
9805         (nnml-article-to-file): Use new var.
9806
9807 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9808
9809         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
9810
9811         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
9812
9813 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9814
9815         * gnus-agent.el (gnus-agent-load-alist): Use new caching
9816         function.
9817
9818         * gnus-util.el (gnus-cache-file-contents): New function.
9819
9820         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
9821         (gnus-agent-load-alist): Use it.
9822
9823         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
9824
9825         * nnheader.el (nnheader-insert-nov-file): New function.
9826
9827         * gnus-util.el (gnus-parse-without-error): Correct the loop.
9828
9829         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
9830         there are no references.
9831         (gnus-extract-message-id-from-in-reply-to): New function.
9832         (gnus-nov-parse-line): Use in-reply-to if there are no
9833         references.
9834
9835 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9836
9837         * nnagent.el (nnagent-retrieve-headers): Use new macro.
9838
9839         * gnus-util.el (gnus-parse-without-error): New macro.
9840
9841 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
9842
9843         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
9844         (gnus-article-wash-function): use locate-library to decide which
9845         to use.
9846
9847 2002-01-25  Simon Josefsson  <jas@extundo.com>
9848
9849         * pop3.el (pop3-munge-message-separator): Work if no date.
9850         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
9851
9852 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9853
9854         * gnus-agent.el (gnus-agent-save-alist): Fix.
9855
9856         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
9857         mistake.  Reinstated lost code.
9858
9859 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
9860
9861         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
9862         one exists in the case of an encrypted message with an internal
9863         signature.
9864
9865 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9866
9867         * gnus-agent.el (gnus-agent-save-alist): Optimized.
9868
9869 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * dgnushack.el: Commented out the experimental code.
9872
9873 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9874
9875         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
9876         error.
9877
9878         * gnus.el (gnus-server-to-method): Made into subst.
9879         (gnus-server-method-cache): New variable.
9880         (gnus-server-to-method): Use it.
9881         (gnus-group-method-cache): New variable.
9882         (gnus-find-method-for-group-1): Renamed.
9883         (gnus-find-method-for-group): New function.
9884         (gnus-group-method-cache): Removed.
9885
9886         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
9887         function.
9888
9889         * gnus-range.el (gnus-members-of-range): New function.
9890         (gnus-list-range-intersection): Renamed.
9891         (gnus-inverse-list-range-intersection): New function.
9892
9893         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
9894
9895         * nnagent.el (nnagent-retrieve-headers): New implementation.
9896
9897         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
9898         implementation.
9899
9900 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
9903         `w3m-meta-content-type-charset-regexp'.
9904
9905         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
9906         charset-encoded html contents.
9907
9908 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9909
9910         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
9911         an empty file.
9912
9913         * nnweb.el (url): Ignore errors when request url.
9914
9915         * nnrss.el: Clean up the comments.
9916
9917 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
9920
9921         * mm-decode.el (mm-inline-text-html-renderer): New user option.
9922         (mm-inline-media-tests): Test whether the value of
9923         `mm-inline-text-html-renderer' is a function for text/html.
9924
9925         * mm-view.el (mm-inline-text-html-render-with-w3): New function
9926         separated from `mm-inline-text'.
9927         (mm-w3m-minor-mode): New variable.
9928         (mm-w3m-setup): New variable.
9929         (mm-setup-w3m): New function.
9930         (mm-inline-text-html-render-with-w3m): New function.
9931         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
9932         text/html.
9933
9934 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
9935
9936         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
9937
9938 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
9941         and `gnus-xmas-completing-read'.
9942
9943 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9944
9945         * nneething.el (nneething-message-id-number): Abolished.
9946         (nneething-encode-file-name): Not encode numerical characters.
9947         (nneething-make-head): `nneething-message-id-number' is not
9948         used to generate message IDs.
9949
9950 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9951
9952         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
9953         characters.
9954
9955 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9956
9957         * gnus-xmas.el (gnus-xmas-completing-read): New function.
9958         (gnus-xmas-redefine): Redefine conditionally.
9959
9960 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
9961
9962         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
9963         tag.
9964
9965 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
9966
9967         * message.el (message-font-lock-keywords): Added the secure tag.
9968         * mml-sec.el: Added functions to generate/modify/remove the secure
9969         tag while in message mode.
9970         * mml-sec.el (mml-secure-message): New.
9971         * mml-sec.el (mml-unsecure-message): New.
9972         * mml-sec.el (mml-secure-message-sign-smime): New.
9973         * mml-sec.el (mml-secure-message-sign-pgp): New.
9974         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
9975         * mml-sec.el (mml-secure-message-encrypt-smime): New.
9976         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
9977         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
9978         * mml.el (mml-parse-1): Added code to recognise the secure tag and
9979         convert it to either a part or multipart depending on if there are
9980         other parts in the message.
9981         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
9982         to use the secure tag, rather than the part tag.
9983         * mml.el (mml-preview): Added a save-excursion to keep cursor
9984         position after doing an MML preview.
9985
9986 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9987
9988         * nnheader.el (nnheader-parse-overview-file): New function.
9989         (nnheader-write-overview-file): New function.
9990
9991 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9992
9993         * gnus.el (gnus-group-fast-parameter): Check better if expansion
9994         in wanted.
9995
9996         * nnweb.el (nnweb-type-definition): Clean up.
9997
9998 2002-01-21  Alastair Burt  <burt@dfki.de>
9999         Trivial patch.
10000
10001         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
10002         buffer exists before jumping to it.
10003
10004 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10005
10006         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
10007         function.
10008         (article-wash-html): Use it.
10009         (gnus-article-wash-function): New variable.
10010         (gnus-article-wash-html-with-w3m): New function.
10011
10012 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10013
10014         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
10015         XEmacs.
10016
10017 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
10018
10019         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
10020         command line.
10021
10022 2002-01-21  Simon Josefsson  <jas@extundo.com>
10023
10024         * canlock.el (base64-encode-string): Autoload it from base64.
10025         (canlock-make-cancel-key): Base64 encode unibyte string.
10026
10027 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10028
10029         * nnfolder.el (nnfolder-request-accept-article): Unfold
10030         x-from-line.
10031         (nnfolder-request-replace-article): Ditto.
10032
10033 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
10034
10035         * gnus-group.el (gnus-group-best-unread-group): Use the right
10036         positioning function.
10037
10038 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10039
10040         * smiley-ems.el (smiley-region): Use new function.
10041         (smiley-update-cache): Use general image functions.
10042         (smiley-region): Use general functions.
10043
10044         * gnus-util.el (gnus-graphic-display-p): New function.
10045
10046         * nnmail.el (nnmail-article-group): Allow outputting traces of
10047         non-strings.
10048
10049         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
10050         (nndoc-exim-bounce-type-p): New function.
10051
10052         * message.el (message-dont-send): Doc fix.
10053
10054         * gnus-util.el (gnus-completing-read): Remove
10055         inherit-input-method.
10056
10057         * gnus-art.el (gnus-treat-smiley): Doc fix.
10058
10059         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
10060         articles.
10061
10062 2002-01-19  Simon Josefsson  <jas@extundo.com>
10063
10064         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
10065         (imap-kerberos4-open): Ditto.
10066         (imap-open): Set port correctly, don't set auth.
10067
10068 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10069
10070         * gnus.el (gnus-version-number): Bump version number.
10071
10072 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10073
10074         * gnus.el: Oort Gnus v0.05 is released.
10075
10076 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10077
10078         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
10079         exists.
10080
10081         * gnus-spec.el (gnus-string-width-function): New function.
10082         (gnus-tilde-cut-form): Use it.
10083         (gnus-tilde-max-form): Ditto.
10084         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
10085         (gnus-substring-function): Use it.
10086         (gnus-tilde-cut-form): Ditto.
10087         (gnus-substring-function): New function.
10088
10089         * message.el (message-check-news-header-syntax): New message.
10090
10091         * gnus.el (gnus-slave-no-server): Doc fix.
10092
10093         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
10094
10095 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
10098         `seen' if it looks like (seen NUM1 . NUM2).  It should be
10099         (seen (NUM1 . NUM2)).
10100
10101 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10102
10103         * gnus-topic.el (gnus-topic-catchup-articles): Update article
10104         number in closed topics.
10105
10106 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
10107
10108         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
10109         functions.
10110
10111 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10112
10113         * gnus.el (gnus-group-find-parameter): Clean up.
10114
10115         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
10116         articles.
10117
10118         * gnus-util.el (gnus-completing-read-with-default): Renamed.
10119
10120         * nnmail.el (nnmail-article-group): Clean up.
10121
10122 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
10123
10124         * gnus-agent.el (gnus-category-name): Intern the category name.
10125
10126 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10127
10128         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
10129
10130         * gnus-util.el (gnus-completing-read): New function.
10131
10132 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10133
10134         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
10135
10136         * smiley-ems.el (smiley-region): Register smiley.
10137         (smiley-toggle-buffer): Rewrite the function.
10138         (smiley-active): Removed.
10139
10140 2002-01-19  Simon Josefsson  <jas@extundo.com>
10141
10142         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
10143         Jesper Harder <harder@ifa.au.dk>.
10144
10145 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10146
10147         * gnus-art.el (gnus-request-article-this-buffer): Call
10148         `nneething-get-file-name' to extract the file name from the
10149         message id.
10150
10151         * nneething.el (nneething-encode-file-name): New function.
10152         (nneething-decode-file-name): Ditto.
10153         (nneething-get-file-name): Ditto.
10154         (nneething-make-head): Encode the file name and encapsulate it
10155         into the field of the message id.
10156
10157 2002-01-18  Simon Josefsson  <jas@extundo.com>
10158
10159         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
10160         stored in .marks.
10161
10162         * nnfolder.el (nnfolder-request-update-info): Ditto.
10163
10164 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
10165
10166         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
10167
10168 2002-01-18  Simon Josefsson  <jas@extundo.com>
10169
10170         * imap.el (imap-starttls-p): Don't check for binary.
10171         (imap-gssapi-auth-p): Ditto.
10172         (imap-kerberos4-auth-p): Ditto.
10173         (imap-open): Change logic.  Iterate through all possible streams,
10174         instead of bailing out after first failure.  Move authenticator
10175         decision to `imap-authenticate'.
10176         (imap-authenticate): Change logic, now finds the authenticator to
10177         use, was previously in `imap-open'.
10178         (imap-open): Return nil on failure.
10179         (imap-open): Setup temp buffer correctly.
10180         (imap-open): Return buffer only on success.
10181         (imap-interactive-login, imap-interactive-login): Tell the user
10182         which stream/authenticator is used for the queried
10183         username/password.
10184         (imap-open, imap-authenticate): Set variables.
10185         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
10186         (imap-open): Don't assume how `with-temp-buffer' is implemented.
10187
10188 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10189
10190         * gnus-fun.el (gnus-grab-cam-x-face): New function.
10191
10192 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10193
10194         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
10195
10196 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
10197
10198         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
10199         (gnus-agent-group-mode-map): Bind it to "Jo".
10200         (gnus-agent-group-make-menu-bar): Add it into menu bar.
10201
10202 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
10203
10204         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
10205         (gnus-summary-mail-toolbar): Add mail article deletion button.
10206
10207         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
10208         false positives for lines of "^^^^".
10209
10210         * gnus-picon.el (gnus-picon-find-face): faces database is all
10211         lowercase.
10212
10213 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
10214
10215         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
10216         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
10217         duplications.
10218         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
10219
10220 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10221
10222         * gnus-sum.el (gnus-summary-initial-limit): Inline
10223         gnus-summary-limit-children.
10224         (gnus-summary-initial-limit): Don't limit if
10225         gnus-newsgroup-display is nil.
10226         (gnus-summary-initial-limit): No, don't.
10227
10228         * gnus-util.el
10229         (gnus-put-text-property-excluding-characters-with-faces): Inline
10230         gnus-put-text-property.
10231
10232         * gnus-spec.el (gnus-default-format-specs): New variable.
10233
10234         * gnus-start.el (gnus-read-newsrc-file): Don't clear
10235         gnus-format-specs.
10236         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
10237
10238         * gnus-spec.el (gnus-update-format-specifications): Really check
10239         the Gnus version of the .newsrc.eld file.
10240         (gnus-format-specs): Save the new default summary format.
10241
10242         * gnus-util.el (gnus-parent-id): Check whether references is empty
10243         before splitting.
10244
10245         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
10246         functions.
10247         (gnus-gather-threads-by-references): Inline
10248         `gnus-split-references'.
10249
10250         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
10251         default value of gnus-summary-line-format-spec.
10252
10253 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10254
10255         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
10256         message.
10257         (nnslashdot-request-list): Ditto.
10258         (nnslashdot-sid-strip): Removed.
10259
10260 2002-01-15  Simon Josefsson  <jas@extundo.com>
10261
10262         * nnimap.el (nnimap-close-asynchronous): Enable.
10263         (nnimap-close-group): Expunge.
10264
10265 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10266
10267         * gnus-util.el (gnus-user-date-format-alist): Typo.
10268         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
10269
10270 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10271
10272         * nneething.el (nneething-request-article): Set
10273         `nnmail-file-coding-system' to `binary' locally, in order to read
10274         files without any conversion.
10275
10276 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10277
10278         * gnus-agent.el (gnus-agent-retrieve-headers): Use
10279         nnheader-file-coding-system and nnmail-active-file-coding-system.
10280         (gnus-agent-regenerate-group): Ditto.
10281         (gnus-agent-regenerate): Ditto.
10282         (gnus-agent-write-active): Ditto.
10283         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
10284
10285 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10286
10287         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
10288         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
10289
10290 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
10291
10292         * gnus.el: We don't need gnus-article-show-all-headers.
10293
10294         * gnus-art.el (article-show-all, gnus-article-show-all-header):
10295         Ditto.
10296
10297         * gnus-sum.el (gnus-summary-select-article): Don't call
10298         show-all-headers, because hidden headers are not hidden text any
10299         more.
10300
10301 2002-01-13  Simon Josefsson  <jas@extundo.com>
10302
10303         * message.el (message-newline-and-reformat): Use `newline' instead
10304         of inserting \n, so that the newline is marked as hard.
10305
10306         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
10307         From Jesper Harder <harder@ifa.au.dk>.
10308
10309 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10310
10311         * imap.el (imap-close): Keep going if quit.
10312
10313         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
10314         nntp-server-buffer.
10315
10316 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10317
10318         * mm-view.el (mm-display-inline-fontify): Require font-lock to
10319         avoid unbinding shadowed variables.
10320
10321         * gnus-art.el (gnus-picon-databases): Moved here.
10322         (gnus-picons-installed-p): Moved here.
10323         (gnus-article-reply-with-original): Use `mark'.
10324
10325         * gnus.el (gnus-picon): Moved here and renamed.
10326
10327         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
10328         installed.
10329         (gnus-treat-mail-picon): Ditto.
10330         (gnus-treat-newsgroups-picon): Ditto.
10331
10332         * gnus-picon.el (gnus-picons-installed-p): New function.
10333
10334 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
10335
10336         * gnus-agent.el (gnus-agent-go-online): Fix doc.
10337
10338 2002-01-12  Simon Josefsson  <jas@extundo.com>
10339
10340         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
10341         (nnimap-before-find-minmax-bugworkaround): Use it.
10342         (nnimap-find-minmax-uid): Don't reselect current mailbox.
10343         (nnimap-dont-close): New variable.
10344         (nnimap-close-group): Use it.
10345
10346 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10347
10348         * gnus-art.el (gnus-article-reply-with-original): Use
10349         `mark-active'.
10350
10351         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
10352
10353         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
10354         (gnus-score-advanced): Clean up.
10355         (gnus-score-advanced): Accept a multiple of the score.
10356
10357 2002-01-12  Simon Josefsson  <jas@extundo.com>
10358
10359         * flow-fill.el (fill-flowed-display-column)
10360         (fill-flowed-encode-columnq): New variables.  Suggested by
10361         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10362         (fill-flowed-encode, fill-flowed): Use them.
10363
10364         * message.el (message-send-news, message-send-mail): Use
10365         m-b-s-n-p-e-h-n.
10366
10367         * mml.el (autoload): Autoload fill-flowed-encode.
10368         (mml-buffer-substring-no-properties-except-hard-newlines): New
10369         function.
10370         (mml-read-part): Use it.
10371         (mml-generate-mime-1): Encode format=flowed if appropriate.
10372         (mml-insert-mime-headers): Insert format=flowed.
10373
10374         * flow-fill.el (fill-flowed-encode): New function.
10375         (fill-flowed): Bind fill-column to window width.
10376
10377 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10378
10379         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
10380         it exists.
10381         (gnus-summary-setup-buffer): Wake up dead summary buffers.
10382         (gnus-summary-buffer-name): Don't return the dead name after all.
10383         (gnus-summary-setup-buffer): Kill the dead buffer.
10384
10385         * gnus-art.el (gnus-article-followup-with-original): Store the
10386         value of the mark before deactivating it.
10387
10388 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10389
10390         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
10391         From: Karl Kleinpaste <karl@charcoal.com>
10392
10393         * gnus-art.el (article-display-x-face): Ditto.
10394         (gnus-article-reply-with-original): Use gnus-region-active-p.
10395         (gnus-article-followup-with-original): Ditto.
10396
10397         * gnus-sum.el (gnus-summary-read-group-1): Don't select
10398         downloadable article either.
10399
10400 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10401
10402         * gnus-art.el (article-display-x-face): Insert From:.
10403
10404         * gnus-sum.el (gnus-summary-move-article): Don't draw the
10405         article. Bind gnus-display-mime-function and
10406         gnus-article-prepare-hook.
10407
10408         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
10409         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
10410         gnus-agent-possibly-synchronize-flags to the last.
10411         (gnus-agent-go-online): New function. New variable.
10412
10413 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10414
10415         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
10416         (gnus-agent-regenerate): Ditto.
10417
10418 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10419
10420         * message.el (message-ignored-news-headers)
10421         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
10422         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
10423
10424         * gnus.el (gnus-gethash-safe): New macro.
10425
10426         * gnus-agent.el (gnus-agent-regenerate-history): New function.
10427         (gnus-agent-regenerate): Show messages.
10428
10429 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10430
10431         * gnus-agent.el (gnus-agent-regenerate-group): New function.
10432         (gnus-agent-regenerate): New function.
10433         (gnus-agent-save-alist): Sort.
10434         (gnus-agent-copy-nov-line): Test eobp.
10435         (gnus-agent-retrieve-headers): Erase buffer.
10436
10437 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10438
10439         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
10440         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
10441
10442         * gnus.el (gnus-agent-covered-methods): Move here.
10443         (gnus-online): New function.
10444         (gnus-agent-method-p): Move here.
10445
10446         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
10447         nil. Remove articles-alist.
10448
10449         * gnus-start.el (gnus-get-unread-articles): Check online.
10450         (gnus-groups-to-gnus-format): Ditto.
10451         (gnus-active-to-gnus-format): Ditto.
10452
10453         * gnus-agent.el (gnus-agent-get-function): Use it.
10454         (gnus-agent-get-undownloaded-list): Ditto.
10455         (gnus-agent-fetch-session): Only fetch online methods.
10456
10457         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
10458         (gnus-server-mode-map): Ditto.
10459         (gnus-server-offline-face): New face.
10460         (gnus-server-offline-face): New variable.
10461         (gnus-server-font-lock-keywords): Add offline.
10462         (gnus-server-insert-server-line): Ditto.
10463         (gnus-server-offline-server): New function.
10464
10465         * gnus-int.el (gnus-open-server): Turn to offline.
10466         (gnus-server-unopen-status): New variable.
10467
10468 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10469
10470         * nnkiboze.el (nnkiboze-request-article): Use
10471         gnus-agent-request-article.
10472
10473         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
10474         function. Insert undownloaded NOV.
10475
10476         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
10477         (gnus-agent-request-article): New function.
10478
10479         * gnus.el (gnus-agent-cache): New variable.
10480
10481         * gnus-int.el (gnus-retrieve-headers): Use
10482         gnus-agent-retrieve-headers.
10483         (gnus-request-head): Use gnus-agent-request-article.
10484         (gnus-request-body): Ditto.
10485
10486         * gnus-art.el (gnus-request-article-this-buffer): Use
10487         gnus-agent-request-article.
10488
10489         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
10490         article if it is undownloaded.
10491
10492 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
10495
10496 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * canlock.el (canlock-string-as-unibyte): New macro.
10499         (canlock-sha1-with-openssl): Return a unibyte string.
10500         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
10501
10502 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10503
10504         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
10505
10506 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10507
10508         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
10509         application/x-emacs-lisp.
10510
10511         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
10512
10513         * nntp.el (nntp-request-article): Add group parameter.
10514         (nntp-request-head): Ditto.
10515         (nntp-find-group-and-number): Add parameter group. Figure out
10516         number if the status line doesn't give (e.g. quimby.gnus.org).
10517
10518 2002-01-08  Simon Josefsson  <jas@extundo.com>
10519
10520         * mml.el (mml-generate-mime-1): Set recipient correctly.
10521
10522 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10523
10524         * message.el (message-read-from-minibuffer): Add parameter
10525         initial-contents.
10526         * gnus-msg.el (gnus-summary-resend-message): Use it.
10527
10528         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
10529         behavior of quit-config.
10530
10531         * message.el (message-make-from): Don't quote fullname.
10532         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
10533
10534         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
10535         From: <andre@slamdunknetworks.com>
10536
10537 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
10538
10539         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
10540
10541         * gnus-art.el (gnus-header-button-alist): Handle mailto.
10542
10543         * mml.el (mml-preview): Bind gnus-original-article-buffer because
10544         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
10545         because bbdb may use it.
10546
10547 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10548
10549         * nneething.el (nneething-request-article): When a non-text file
10550         is converted to an article, its data is encoded in base64.  Call
10551         `nneething-make-head' with options to specify MIME types.
10552         (nneething-make-head): Add optional arguments to specify MIME
10553         types.
10554
10555 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10556
10557         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
10558         header if there is not.
10559
10560         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
10561
10562         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
10563         (gnus-inews-mark-gcc-as-read): Obsolete variable.
10564         (gnus-inews-do-gcc): Use them.
10565
10566         * gnus-group.el (gnus-group-mark-article-read): Put holes into
10567         gnus-newsgroup-unselected.
10568
10569 2002-01-06  Simon Josefsson  <jas@extundo.com>
10570
10571         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
10572         condition-case, not ignore-errors.
10573
10574 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10575
10576         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
10577         gnus-fetch-old-headers.
10578
10579         * gnus-art.el (article-display-x-face): Use the current buffer
10580         unless `W f'. Otherwise, X-Face may be shown in the header of a
10581         forwarded part.
10582         (gnus-treatment-function-alist): Treat xface before hiding
10583         headers.
10584
10585 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586
10587         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
10588         parameters.
10589
10590 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10591
10592         * mm-util.el (mm-multibyte-p): Define conditionally when load.
10593         (mm-guess-charset): New function.
10594         (mm-charset-after): Use it.
10595         (mm-detect-coding-region): New function.
10596         (mm-detect-mime-charset-region): New function.
10597
10598         * gnus-sum.el (gnus-summary-show-article): Use
10599         mm-detect-coding-region.
10600
10601 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602
10603         * message.el (message-make-fqdn): Be less violent.
10604
10605         * gnus.el (gnus-logo-color-style): Compute custom form
10606         automatically.
10607
10608         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
10609         score file of the parent to the document group.
10610
10611         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
10612         parameters parameter.
10613
10614         * gnus-score.el (gnus-score-load-file): Clean up.
10615
10616 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10617
10618         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
10619         From: Damien Wyart <damien.wyart@free.fr>
10620
10621         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
10622
10623 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10624
10625         * gnus-sum.el (gnus-select-group-hook): Typo.
10626
10627         * rfc2047.el (rfc2047-decode-string): Return immediately if there
10628         is no quoted-printable-encoded STRING.
10629         From: Jesper Harder <harder@ifa.au.dk>
10630
10631         (rfc2047-decode-string): Decode it.
10632
10633 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634
10635         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
10636
10637 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
10638         Trivial patch.
10639
10640         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
10641         buffer to get rid of junk line.
10642
10643 2002-01-05  Simon Josefsson  <jas@extundo.com>
10644
10645         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
10646         C-o.
10647         (message-mode-map): Bind message-insert-or-toggle-importance to
10648         C-c C-u.
10649         (message-mode-map): Bind message-disposition-notification-to to
10650         C-c M-n.
10651         (message-mode-menu): Add m-d-n-t.
10652         (message-mode-field-menu): Add m-goto-from.
10653         (message-mode): Doc fix.
10654         (message-goto-from): New function.
10655         (message-insert-disposition-notification-to): New function.
10656         (message-tool-bar-map): Add receipt button.
10657
10658 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * gnus-sum.el (gnus-thread-latest-date): New function.
10661         (gnus-thread-sort-by-most-recent-number): Renamed.
10662         (gnus-thread-sort-functions): Doc fix.
10663         (gnus-select-group-hook): Don't use setq on a hook.
10664         (gnus-thread-latest-date): Use date, not number
10665
10666         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
10667         (gnus-agent-expire): Allow regexp of expire-days.
10668
10669         * gnus-art.el (gnus-article-reply-with-original): Deactivate
10670         region.
10671         (gnus-article-followup-with-original): Ditto.
10672
10673         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
10674
10675         * gnus-art.el (gnus-mime-display-alternative): Use
10676         gnus-local-map-property.
10677         (gnus-mime-display-alternative): Ditto.
10678         (gnus-insert-mime-security-button): Ditto.
10679         (gnus-insert-next-page-button): Ditto.
10680         (gnus-button-prev-page): Take optional args.
10681         (gnus-insert-prev-page-button): widget-convert.
10682
10683         * gnus-util.el (gnus-local-map-property): New function.
10684
10685         * gnus-art.el (gnus-prev-page-map): Use parent map.
10686         (gnus-next-page-map): Ditto.
10687
10688         * gnus-spec.el (gnus-parse-format): Clean up.
10689         (gnus-parse-format): Do complex formatting for %=.
10690
10691         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
10692         "X-Face: " to the data in the built-in scenario.
10693
10694         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
10695         (gnus-correct-pad-form): Renamed.
10696         (gnus-tilde-max-form): Clean up.
10697         (gnus-pad-form): Use gnus-use-correct-string-widths.
10698
10699         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
10700         support if that is available.
10701
10702         * gnus-sum.el (gnus-thread-highest-number): New function.
10703         (gnus-thread-sort-by-most-recent-thread): New function.
10704         (gnus-thread-sort-functions): Doc fix.
10705
10706 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10707
10708         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
10709         all cases.
10710         (gnus-summary-mode): Enable it in all cases.
10711         (gnus-summary-display-article): Ditto.
10712         (gnus-summary-edit-article): Ditto.
10713
10714         * gnus-ems.el (gnus-put-image): Really return glyph.
10715
10716         * gnus-art.el (gnus-article-x-face-command): Fix :type.
10717         (gnus-treat-smiley): Don't take "P" in the interactive form.
10718
10719 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10720
10721         * compface.el (uncompface): XEmacs and Emacs have differing
10722         capabilities.
10723
10724         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
10725
10726         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
10727         (gnus-article-xface-ring-size): Removed.
10728         (gnus-article-display-xface): Removed.
10729         (gnus-remove-image): Cleaned up.
10730
10731         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
10732         (gnus-xmas-create-image): Take pbm files.
10733         (gnus-x-face): Removed.
10734         (gnus-xmas-article-display-xface): Removed.
10735
10736         * gnus-fun.el (gnus-display-x-face-in-from): Bind
10737         default-enable-multibyte-characters.
10738
10739         * compface.el (uncompface): Doc fix.
10740
10741         * gnus-art.el (gnus-article-x-face-command): Use
10742         gnus-display-x-face-in-from.
10743
10744         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
10745
10746         * gnus-ems.el (gnus-put-image): Return the image.
10747
10748         * gnus-fun.el (gnus-display-x-face-in-from): New function.
10749         (gnus-x-face): Moved here.
10750
10751 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10752
10753         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
10754         invisible if string is nil.
10755         (gnus-xmas-article-display-xface): Use it.
10756
10757         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
10758         property when string is nil.
10759         (gnus-article-display-xface): Use it.
10760
10761 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10762
10763         * gnus-art.el (article-display-x-face): Check whether valid grey
10764         face was returned.
10765         (article-display-x-face): Place image in the right spot.
10766
10767         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
10768         stderr.
10769         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
10770
10771 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10772
10773         * gnus-xmas.el (gnus-xmas-create-image): Take optional
10774         parameters.
10775         (gnus-xmas-put-image): Allow non-strings to be passed.
10776
10777         * gnus-art.el (article-display-x-face): Use optional parameters.
10778
10779         * gnus-ems.el (gnus-create-image): Take optional parameters.
10780
10781         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
10782
10783         * compface.el (compface-xbm-p): Removed.
10784
10785         * gnus-ems.el (gnus-article-compface-xbm): Removed.
10786         (gnus-article-display-xface): Use compface.
10787
10788         * compface.el: New file.
10789
10790         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
10791         (gnus-convert-image-to-x-face-command): Ditto.
10792         (gnus-random-x-face): Quote argument.
10793         (gnus-x-face-from-file): Ditto.
10794
10795 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
10796
10797         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
10798         the expire-group parameter once per article rather than once
10799         per group; bind `nnmaildir-article-file-name' and `article'
10800         for convenience.  Leave article alone when expire-group
10801         specifies the current group.
10802         (nnmaildir--update-nov): be more concurrency-friendly with
10803         temp file names.
10804
10805 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10806
10807         * gnus-start.el (gnus-read-init-file): Cleaned up.
10808
10809 2002-01-03  Dave Love  <d.love@dl.ac.uk>
10810
10811         * gnus-start.el (gnus-startup-file-coding-system): Removed.
10812         (gnus-read-init-file): Don't use it.
10813
10814 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10815
10816         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
10817
10818 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10819
10820         * gnus-start.el (gnus-read-init-file): Don't force coding system
10821         for ~/.gnus.  From Dave Love <fx@gnu.org>.
10822
10823 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10824
10825         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
10826         * nnspool.el (nnspool-request-post): Ditto.
10827
10828         * mm-util.el (mm-use-find-coding-systems-region): New variable.
10829         (mm-find-mime-charset-region): Use it.
10830
10831 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10832
10833         * gnus.el (gnus-summary-line-format): Added :link.
10834         * gnus-topic.el (gnus-topic-line-format): Ditto.
10835         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
10836         * gnus-srvr.el (gnus-server-line-format): Ditto.
10837         * gnus-group.el (gnus-group-line-format): Ditto.
10838
10839         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
10840         :keys, it works on both Emacsen.
10841
10842 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10843
10844         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
10845
10846 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10847
10848         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
10849
10850 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
10851
10852         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
10853         very wide reply.
10854
10855 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10856
10857         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
10858         (gnus-picon-cache): New variable.
10859         (gnus-picon-transform-newsgroups): Cache stuff.
10860
10861         * gnus-art.el (gnus-article-reply-with-original): New command.
10862         (gnus-article-followup-with-original): New command.
10863
10864         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
10865         END parameters.
10866         (gnus-summary-followup): Take a list of list of articles.
10867         (gnus-inews-yank-articles): Allow lists of article/regions.
10868
10869         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
10870         longer the usual commands.
10871
10872         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
10873         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
10874         shell-command-on-region.
10875
10876 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10877
10878         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
10879           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
10880
10881 2002-01-03  Steve Youngs  <youngs@xemacs.org>
10882
10883         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
10884         understand ':keys', wrap it in an featurep 'xemacs.
10885
10886 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10887
10888         * gnus-ems.el (gnus-article-display-xface): Show xface in the
10889         order of headers (Actually, it is called in a reversed order). Add
10890         'gnus-image-text-deletable property.
10891         (gnus-remove-image): Remove text with such a property.
10892
10893         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
10894         gnus-put-image.
10895
10896         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
10897         with ", "
10898
10899 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10900
10901         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
10902
10903         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
10904         (article-display-x-face): Display grey X-Faces.
10905
10906         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
10907         (gnus-convert-gray-x-face-to-ppm): Ditto.
10908         (gnus-convert-image-to-gray-x-face): Ditto.
10909
10910         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
10911         gnus-summary-show-raw-article.
10912
10913 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10914
10915         Display picons in XEmacs without showing text.
10916
10917         * gnus-xmas.el (gnus-xmas-create-image): Don't use
10918         mm-create-image-xemacs to create xbm glyph, because it deletes
10919         temporary files.
10920         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
10921         (gnus-xmas-remove-image): Make text visible, remove glyph.
10922
10923         * gnus-picon.el (gnus-picon-transform-newsgroups)
10924         (gnus-picon-transform-address): Insert spec backward, due to the
10925         incompatibility of gnus-xmas-put-image.
10926
10927 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10928
10929         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
10930
10931 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10932
10933         * gnus.el: Doc fix.
10934
10935         * gnus-art.el: Doc fix.
10936
10937         * gnus-agent.el: Doc fix.
10938
10939 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10940
10941         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
10942
10943 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
10944
10945         * nnmaildir.el (nnmaildir--update-nov): automatically parse
10946         NOV data out of the message again if nnmail-extra-headers has
10947         changed.
10948
10949 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10950
10951         * gnus-fun.el: New file.
10952         (gnus-convert-image-to-x-face-command): New variable.
10953         (gnus-insert-x-face): New function.
10954         (gnus-random-x-face): Renamed.
10955         (gnus-x-face-from-file): Renamed.
10956
10957         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
10958         "_".
10959         (gnus-body-boundary-delimiter): Typo fix.
10960
10961 2002-01-02  Simon Josefsson  <jas@extundo.com>
10962
10963         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
10964         (gnus-body-boundary-delimiter): Fix type.
10965
10966 2002-01-01  Simon Josefsson  <jas@extundo.com>
10967
10968         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
10969         (gnus-treat-emphasize, gnus-treat-strip-cr)
10970         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
10971         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
10972         (gnus-treat-fill-article, gnus-treat-hide-citation)
10973         (gnus-treat-hide-citation-maybe)
10974         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
10975         (gnus-treat-strip-pem, gnus-treat-strip-banner)
10976         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
10977         (gnus-treat-date-ut, gnus-treat-date-local)
10978         (gnus-treat-date-english, gnus-treat-date-lapsed)
10979         (gnus-treat-date-original, gnus-treat-date-iso8601)
10980         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
10981         (gnus-treat-strip-trailing-blank-lines)
10982         (gnus-treat-strip-leading-blank-lines)
10983         (gnus-treat-strip-multiple-blank-lines)
10984         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
10985         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
10986         (gnus-treat-display-xface, gnus-treat-display-smileys)
10987         (gnus-treat-from-picon, gnus-treat-mail-picon)
10988         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
10989         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
10990         (gnus-treat-play-sounds, gnus-treat-translate)
10991         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
10992
10993         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
10994         (gnus-article-treat-body-boundary): Use it.
10995
10996         * message.el (message-mode): Fix doc.
10997         (message-mode-menu): Fix names.
10998
10999 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11000
11001         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
11002         articles.
11003
11004         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
11005         (gnus-picon-transform-address): Search for unknown faces as well.
11006         (gnus-picon-find-face): Don't search "news" for MISC.
11007         (gnus-picon-user-directories): Changed default back to exclude
11008         "unknown".
11009
11010         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
11011
11012         * gnus-picon.el (gnus-picon-find-face): Search through all
11013         databases.
11014         (gnus-picon-find-face): New implementation.
11015
11016         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
11017         keystroke.
11018         (gnus-topic-goto-next-topic): Ditto.
11019
11020         * gnus.el (gnus-summary-line-format): Changed default.
11021
11022         * nnmail.el (nnmail-extra-headers): Change default.
11023
11024         * gnus-sum.el (gnus-extra-headers): Change default.
11025
11026         * message.el (message-news-other-window): Changed "news" to
11027         "posting".
11028         (message-news-other-frame): Ditto.
11029         (message-do-send-housekeeping): Ditto.
11030
11031         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
11032         function.
11033         (gnus-article-unread-p): New function.
11034         (gnus-article-unseen-p): New function.
11035         (gnus-dead-summary-mode-map): Typo.
11036
11037         * gnus-util.el (gnus-make-predicate): New function.
11038         (gnus-make-predicate-1): New function.
11039
11040         * gnus-sum.el: New function.
11041         (gnus-map-articles): New function.
11042
11043         * gnus-art.el (gnus-treat-fold-headers): New variable.
11044         (gnus-article-treat-fold-headers): New command and keystroke.
11045
11046         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
11047         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
11048
11049 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11050
11051         * message.el (message-fcc-externalize-attachments): New variable.
11052         (message-do-fcc): Use it.
11053
11054         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
11055         (gnus-inews-do-gcc): Use it.
11056
11057         * mml.el (mml-tweak-sexp-alist): New variable.
11058         (mml-externalize-attachments): New variable.
11059         (mml-tweak-part): Use mml-tweak-sexp-alist.
11060         (mml-tweak-externalize-attachments): New function.
11061
11062 2002-01-01  Steve Youngs  <youngs@xemacs.org>
11063
11064         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
11065         'set-glyph-face' so x-face back/foreground can be set.
11066
11067 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11068
11069         * message.el (message-fix-before-sending): Fix a typo.
11070
11071 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11072
11073         * gnus-art.el (gnus-treat-smiley): Renamed command.
11074         (gnus-article-remove-images): New command and keystroke.
11075
11076         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
11077
11078         * smiley-ems.el (gnus-smiley-display): Removed.
11079
11080         * gnus.el (gnus-version-number): Update version.
11081
11082         * message.el (message-text-with-property): Renamed and moved
11083         here.
11084         (message-fix-before-sending): Highlight invisible text and place
11085         point there.
11086
11087 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11088
11089         * gnus.el: Oort Gnus v0.04 is released.
11090
11091 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11092
11093         * gnus-delay.el (gnus-delay-send-queue): Renamed.
11094
11095         * gnus-art.el (gnus-ignored-headers): More headers,
11096
11097         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
11098         of `scan-error', since XEmacs doesn't seem to support that.
11099
11100 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11101
11102         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
11103         arg.
11104         (gnus-summary-best-unread-subject): Ditto.
11105         (gnus-summary-best-unread-subject): No, don't.
11106         (gnus-summary-better-unread-subject): New command.
11107
11108         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
11109
11110         * lpath.el ((featurep 'xemacs)): fbind url function.
11111
11112         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
11113         buffer.
11114         (gnus-xmas-remove-image): Implementation that does something.
11115         (gnus-xmas-article-display-xface): Mark images properly.
11116
11117         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
11118
11119 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
11120
11121         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
11122
11123 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11124
11125         * gnus-group.el (gnus-group-line-format): Added %O to the default
11126         value.
11127
11128         * gnus-util.el (gnus-text-with-property): The smallest point is
11129         point-min.
11130
11131         * smiley-ems.el (smiley-region): Return images.
11132         (gnus-smiley-display): Allow toggling.
11133         (smiley-region): Use text properties, not overlays.
11134
11135         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
11136         implemented yet.
11137
11138         * smiley-ems.el (smiley-update-cache): Check for valid types.
11139
11140         * gnus-art.el (gnus-with-article-buffer): New macro.
11141
11142         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
11143         strings as well as the glyphs.
11144         (gnus-picon-transform-address): Ditto.
11145         (gnus-picon-insert-glyph): Ditto.
11146         (gnus-picon-transform-newsgroups): Toggle.
11147         (gnus-picon-transform-address): Toggle.
11148
11149         * gnus-ems.el (gnus-remove-image): New function.
11150         (gnus-put-image): Take an optional string.
11151
11152         * gnus-util.el (gnus-text-with-property): New function.
11153
11154         * gnus-art.el (gnus-delete-images): New function.
11155
11156         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
11157
11158         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
11159         (gnus-article-wash-status): Use it.
11160         (gnus-signature-toggle): Clean up.
11161         (gnus-add-wash-status): New function.
11162         (gnus-delete-wash-status): New function.
11163         (gnus-article-hide-text-type): Use them throughout.
11164         (gnus-add-image): New function.
11165
11166         * gnus-ems.el (gnus-article-display-xface): Use new interface.
11167
11168         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
11169         interface.
11170
11171         * gnus-art.el (article-display-x-face): Cleaned up.
11172
11173         * rfc2047.el (rfc2047-field-value): New function.
11174
11175         * mail-parse.el (mail-header-field-value): New alias.
11176
11177         * gnus-art.el (gnus-mime-print-part): Fix typos.
11178
11179         * smiley-ems.el (gnus-smiley-file-types): New variable.
11180         (smiley-update-cache): Use it.
11181         (smiley-regexp-alist): Suffix-less smiley names.
11182         (smiley-regexp-alist): Added more smileys.
11183
11184         * gnus-sum.el (gnus-print-buffer): Made into own function.
11185         (gnus-summary-print-article): Use it.
11186
11187         * mailcap.el (mailcap-mime-info): Actually return the bit that we
11188         looked for when REQUEST is a string.
11189
11190         * gnus-art.el (gnus-mime-button-commands): Add printing
11191         keystroke.
11192         (gnus-mime-copy-part): Doc fix.
11193         (gnus-mime-print-part): New command.
11194
11195 2001-12-31  Simon Josefsson  <jas@extundo.com>
11196
11197         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
11198         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
11199
11200 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11201
11202         * gnus-picon.el (gnus-treat-from-picon): Autoload.
11203         (picon): Fix doc.
11204
11205         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
11206         longer exists. Remove those codes.
11207         * gnus.el (gnus-use-picons): Ditto.
11208
11209 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11210
11211         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
11212         infloop.
11213
11214         * gnus-sum.el (t): New `W D' map.
11215
11216         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
11217         (gnus-article-treat-body-boundary): Clean up.
11218         (gnus-body-boundary-face): Removed.
11219         (gnus-article-goto-header): Moved here.
11220         (gnus-article-goto-header): Allow better regexps.
11221         (gnus-article-treat-fold-newsgroups): New command.
11222
11223         * gnus-sum.el (gnus-summary-move-article): We have to select an
11224         article to give `gnus-read-move-group-name' an opportunity to
11225         suggest an appropriate default.
11226
11227         * rfc2047.el (rfc2047-fold-line): New function.
11228         (rfc2047-unfold-line): Ditto.
11229         (rfc2047-fold-region): Don't fold just after the header name.
11230
11231         * mail-parse.el (mail-header-fold-line): New alias.
11232         (mail-header-unfold-line): Ditto.
11233
11234         * gnus-art.el (gnus-body-boundary-face): Renamed.
11235         (gnus-article-treat-body-boundary): Use it.
11236         (gnus-article-treat-body-boundary): Use an invisible header and a
11237         line of underline characters.
11238
11239 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11240
11241         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
11242
11243         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
11244         (gnus-picon-split-address): New function.
11245         (gnus-picon-find-face): Use it.
11246         (gnus-picon-transform-address): Use it. Set first to t for each
11247         address.
11248
11249         * gnus-art.el (gnus-with-article-headers): Move to here. Define
11250         the macro then use it.
11251         (gnus-treatment-function-alist): Treat picons earlier.
11252
11253 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11254
11255         * gnus-art.el (gnus-body-separator-face): New variable.
11256         (gnus-article-treat-body-boundary): Use a blank, colored line.
11257
11258         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
11259         well.
11260
11261         * gnus-art.el (gnus-treat-body-boundary): New variable.
11262         (gnus-article-treat-unfold-headers): Use helper macro.
11263         (gnus-article-treat-body-boundary): New command.
11264
11265         * gnus.el (gnus-logo-color-style): Change the default color.
11266         (gnus-splash-face): Gray, gray.
11267
11268         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
11269         colors.
11270
11271         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
11272         (gnus-logo-color-style): Ditto.
11273         (gnus-logo-colors): Ditto.
11274
11275         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
11276
11277         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
11278
11279         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
11280         (gnus-picon-transform-newsgroups): New function.
11281
11282         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
11283         string.
11284
11285         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
11286
11287         * gnus-art.el (gnus-treat-cc-picon): New variable.
11288         (gnus-treat-mail-picon): Renamed.
11289
11290         * gnus-picon.el: New implementation.
11291         (gnus-picon-find-face): Renamed.
11292         (gnus-treat-from-picon): Use it.
11293         (gnus-picon-transform-address): Renamed.
11294         (gnus-treat-from-picon): Use it.
11295         (gnus-picon-create-glyph): Renamed.
11296         (gnus-picon-transform-address): Use it.
11297         (gnus-treat-cc-picon): New command.
11298
11299         * mm-decode.el (mm-create-image-xemacs): Separated out into
11300         function.
11301         (mm-get-image): Use it.
11302
11303         * gnus-art.el (gnus-treat-display-picons): Simplify.
11304         (gnus-treat-from-picon): Renamed.
11305
11306         * gnus-ems.el (gnus-create-image): New function.
11307         (gnus-put-image): New function.
11308
11309         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
11310         (gnus-with-article-headers): New macro.
11311         (gnus-article-goto-header): New function.
11312
11313         * gnus-xmas.el (gnus-image-type-available-p): New function.
11314
11315         * gnus-ems.el (gnus-image-type-available-p): New function.
11316
11317 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
11318
11319         * nnrss.el (nnrss-check-group): Find the correct tag, because
11320         xml.el is changed.
11321
11322 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11323
11324         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
11325         lines are shorter than the window width.
11326         (gnus-ignored-headers): More headers.
11327
11328 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11329
11330         * gnus-art.el (gnus-treat-unfold-lines): New variable.
11331         (gnus-treat-unfold-headers): Renamed.
11332         (gnus-article-treat-unfold-headers): New command and keystroke.
11333
11334         * rfc2047.el (rfc2047-encode-message-header): Clean up.
11335
11336         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
11337
11338 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11339
11340         * sha1-el.el (sha1-use-external): New variable.
11341         (sha1-region): Use it.
11342         (sha1-string): Ditto.
11343
11344         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
11345         * gnus-picon.el: Less warnings when compile.
11346
11347 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11348
11349         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
11350         alias.
11351         (gnus-picons-database): Default to list.
11352         (gnus-picons-lookup-internal): Use it.
11353
11354         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
11355         to "bogus".
11356
11357         * gnus-win.el (gnus-configure-windows-hook): New hook.
11358
11359 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
11360
11361         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
11362
11363 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11364
11365         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
11366         lists.
11367         (gnus-select-newsgroup): Don't append; push.
11368         (gnus-adjust-marked-articles): Remove obsolete ranges from
11369         `seen'.
11370         (gnus-update-marks): Clean up.
11371         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
11372
11373 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
11374
11375         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
11376
11377 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11378
11379         * gnus-sum.el (gnus-auto-select-subject): New variable.
11380         (gnus-summary-best-unread-subject): New function.
11381         (gnus-summary-best-unread-article): Use it.
11382         (gnus-summary-first-unseen-subject): New function and command.
11383
11384         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
11385         other treatments.
11386
11387         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
11388         function.
11389
11390         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
11391         from the list of hidden types.
11392
11393         * mm-view.el (mm-inline-text): Ditto.
11394         (mm-inline-text): Ditto.
11395         (mm-w3-prepare-buffer): Ditto.
11396
11397         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
11398
11399 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11400
11401         * gnus-art.el (gnus-ignored-headers): Added more headers.
11402
11403 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
11404
11405         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
11406         once.
11407
11408 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11409
11410         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
11411
11412 2001-12-28  Simon Josefsson  <jas@extundo.com>
11413
11414         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
11415         Jesper Harder <harder@ifa.au.dk>.
11416
11417 2001-12-27  Simon Josefsson  <jas@extundo.com>
11418
11419         * gnus-sum.el (gnus-select-newsgroup): Make
11420         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
11421         contain all articles (instead of none) when no seen marks have
11422         been set for the group.
11423         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
11424         instead, it seems to result in shorter ranges.
11425
11426 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11427
11428         * mm-util.el (mm-iso-8859-x-to-15-region): Use
11429         insert-before-markers.
11430         From Jesper Harder <harder@ifa.au.dk>
11431
11432 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
11433
11434         * nnmaildir.el (nnmaildir-save-mail): create the destination
11435         groups if they do not exist.
11436
11437 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
11440
11441 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11442
11443         * gnus-group.el (gnus-group-read-ephemeral-group): Call
11444         gnus-group-real-name.
11445
11446         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
11447         (gnus-newsgroup-variables): Ditto.
11448
11449         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
11450         return it.
11451
11452 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
11453
11454         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
11455         * nnmaildir.el (top-level): Add commentary.
11456         (nnmaildir-version): Indicate that nnmaildir is now a standard
11457         part of Gnus, not separately released.
11458
11459 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11460
11461         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
11462         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
11463         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
11464         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11465
11466 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11467
11468         * nnmaildir.el: Copyright changes. Require cl only at compile time.
11469
11470 2001-12-20  Simon Josefsson  <jas@extundo.com>
11471
11472         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
11473         ZHU <zsh@cs.rochester.edu>.
11474         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
11475         Brian P Templeton <bpt@tunes.org>.
11476
11477 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11478
11479         * nnmaildir.el: New file.
11480         From Paul Jarc <prj@po.cwru.edu>.
11481
11482 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11483
11484         * nndoc.el (nndoc-type-alist): Move forward to the end.
11485
11486 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
11489         `dolist'.
11490
11491 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11492
11493         * gnus-win.el (gnus-frames-on-display-list): New function.
11494         (gnus-get-buffer-window): Use it.
11495
11496 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11497
11498         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
11499
11500 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11501
11502         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
11503
11504 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11505            From Harald Meland <Harald.Meland@usit.uio.no>
11506
11507         * gnus-win.el (gnus-get-buffer-window): New function.
11508         (gnus-all-windows-visible-p): Use it.
11509
11510         * gnus-util.el (gnus-horizontal-recenter)
11511         (gnus-horizontal-recenter, gnus-horizontal-recenter)
11512         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
11513
11514         * gnus-score.el (gnus-score-insert-help): Use it.
11515
11516         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
11517         (gnus-generate-tree, gnus-highlight-selected-tree)
11518         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
11519         it.
11520
11521         * gnus-art.el (gnus-article-set-window-start)
11522         (gnus-mm-display-part, gnus-request-article-this-buffer)
11523         (gnus-button-next-page, gnus-button-prev-page)
11524         (gnus-article-button-next-page, gnus-article-button-prev-page):
11525         Use it.
11526
11527 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
11528
11529         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
11530         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
11531         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
11532
11533 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11534
11535         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
11536         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
11537         * mml1991.el, nnultimate.el: Add `coding'.
11538
11539 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
11540
11541         * ChangeLog: changed coding to buffer-file-coding-system
11542         * ChangeLog.1: same
11543         * nnwfm.el: same
11544         * gnus-smiley.el: same
11545         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
11546         * gnus-delay.el: same
11547         * gnus-spec.el: same
11548         * message.el: same
11549         * mml1991.el: same
11550         * nnultimate.el: same
11551
11552 2001-12-16  Simon Josefsson  <jas@extundo.com>
11553         Inspired by code by Dirk Meyer <dischi@tzi.de>.
11554
11555         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
11556         (gnus-summary-save-map): Add muttprint.
11557         (gnus-summary-make-menu-bar): Ditto.
11558         (gnus-summary-muttprint): New function.
11559
11560         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
11561
11562 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11563
11564         * uudecode.el (uudecode-decode-region-internal): Speedup by using
11565         temporary list instead of buffer.
11566
11567         * mm-url.el (executable-find): autoload.
11568
11569 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11570
11571         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
11572         to variable, follow doc-string conventions).
11573
11574 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
11575
11576         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
11577         subscribe-level
11578         * gnus-topic.el (gnus-subscribe-topics): use it.
11579
11580 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11581
11582         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
11583         messages. (A small patch with indentation)
11584         From Sean Neakums <sneakums@zork.net>.
11585
11586         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
11587         nil after shooting down the gnus-original-article-buffer.
11588
11589 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11590
11591         * uudecode.el (uudecode-use-external): New variable.
11592         (uudecode-decode-region): Automatically detect external program.
11593
11594         * binhex.el (binhex-use-external): New variable.
11595         (binhex-decode-region-internal): New function.
11596         (binhex-decode-region): Automatically detect external program.
11597
11598         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
11599         Use them.
11600
11601 2001-12-12  Simon Josefsson  <jas@extundo.com>
11602
11603         * nnvirtual.el (nnvirtual-always-rescan)
11604         (nnvirtual-component-regexp): Fix doc.
11605
11606         * nnoo.el (defvoo): Add doc to defvoo variables.
11607
11608         * nnml.el (nnml-directory, nnml-active-file)
11609         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
11610         (nnml-marks-is-evil, nnml-filenames-are-evil)
11611         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
11612
11613         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
11614         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
11615         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
11616         `error'.
11617
11618         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
11619         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
11620
11621         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
11622         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
11623         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
11624         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
11625
11626         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
11627         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
11628
11629         * imap.el, nnimap.el: Fix indentation.
11630
11631         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
11632
11633 2001-12-12  Didier Verna  <didier@xemacs.org>
11634
11635         * gnus-msg.el (gnus-group-news): New function.
11636         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
11637         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
11638         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
11639         for it.
11640         * gnus-msg.el (gnus-summary-news-other-window): New function.
11641         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
11642         bind it to `i'.
11643         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
11644         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
11645         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
11646         for it (called with a prefix).
11647         * gnus-msg.el (gnus-configure-posting-styles): add an optional
11648         group-name argument.
11649         * gnus-msg.el (gnus-setup-message): use it.
11650
11651 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11652
11653         * gnus-sum.el (gnus-summary-show-article): Fix doc.
11654
11655 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11656
11657         * mml.el (mime-to-mml): Remove Content-Disposition too.
11658
11659 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11660
11661         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
11662         * gnus-group.el (gnus-group-name-decode): Decode unibyte
11663         strings only.
11664         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11665
11666 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
11667
11668         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
11669         (nnmail-fancy-expiry-target): Use it.
11670         Suggestions from Simon Josefsson <jas@extundo.com>.
11671
11672 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11673
11674         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
11675
11676 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11677
11678         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
11679
11680         * gnus-util.el (gnus-url-unhex-string): Move here.
11681
11682 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11683
11684         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
11685         mm-url-decode-entities-nbsp.
11686
11687         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
11688         * webmail.el, nnwfm.el: Use mm-url.
11689
11690         * mm-url.el (mm-url-fetch-form): Move from nnweb.
11691         (mm-url-remove-markup): Move from nnweb.
11692         (mm-url-fetch-simple): Move from webmail.
11693
11694         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
11695
11696 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11697
11698         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
11699         (gnus-summary-print-article): Use it.
11700
11701         * gnus-util.el (gnus-replace-in-string): Typo.
11702
11703 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11704
11705         * nnweb.el (nnweb-replace-in-string): Removed.
11706
11707         * gnus-util.el (gnus-replace-in-string): New function.
11708         (gnus-mode-string-quote): Use it.
11709
11710         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
11711         * nnwfm.el (nnwfm-create-mapping): Ditto.
11712
11713 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11714
11715         * dgnushack.el (dgnushack-compile): nnrss.el and
11716         nnslashdot.el don't depend on nnweb, url, w3.
11717
11718         * nnrss.el: Use mm-url.
11719
11720 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11721
11722         * mm-url.el (mm-url-insert-file-contents): Support file:.
11723
11724 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11725
11726         * mm-view.el: Lower case for the description line. Sync from the
11727         Emacs CVS.
11728
11729 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11730
11731         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
11732         From:  Stefan Monnier  <monnier@cs.yale.edu>
11733
11734 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
11737
11738 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11739
11740         * mm-url.el: Require executable.
11741         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11742
11743 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11744
11745         * pop3.el (pop3-munge-message-separator): Only use valid date.
11746         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
11747
11748         * Makefile.in: gnus-load.elc may not be generated.
11749
11750 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11751
11752         * mm-url.el: New file.
11753         * nnslashdot.el: Use it.
11754         * mm-extern.el (mm-extern-url): Use it.
11755
11756 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11757
11758         * gnus-sum.el (gnus-summary-save-article): Nix
11759         gnus-display-mime-function and gnus-article-prepare-hook.
11760
11761         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
11762         the beginning of lines.
11763         (gnus-complex-form-to-spec): Ditto.
11764
11765 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11766
11767         * message.el (message-make-mft): Fix the m-s-a-file regexp.
11768         From Paul Jarc <prj@po.cwru.edu>.
11769
11770 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11771
11772         * message.el: New variable message-subscribed-address-file;
11773         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
11774
11775 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11776
11777         * message.el (message-tab-body-function): Set to nil.
11778         (message-tab): Use text-mode-map or global-map.
11779         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11780
11781 2001-11-30  Simon Josefsson  <jas@extundo.com>
11782
11783         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
11784         instead of gnus-union, for speed.  Suggested by Christoph Conrad
11785         <christoph.conrad@gmx.de>.
11786         (gnus-agent-fetch-group-1): Add verbose message.
11787
11788 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11789
11790         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
11791         of integers.
11792
11793 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11794
11795         * message.el (message-newgroups-header-regexp)
11796         (message-completion-alist, message-tab-body-function): Use
11797         defcustom rather than defvar.
11798         (message-tab): Mention `message-tab-body-function' in doc.
11799         Suggested by Karl Eichwalder.
11800
11801 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11802
11803         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
11804
11805 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11806
11807         * nnheader.el (nnheader-find-nov-line): Don't use macro
11808         gnus-delete-line.
11809
11810         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
11811         (gnus-group-name-charset): Ditto.
11812
11813         * gnus-util.el (gnus-buffer-live-p): Ditto.
11814
11815 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11816
11817         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
11818         open parenthesis in doc.
11819         (sieve-manage-authenticator-alist): Typo in doc.
11820         * imap.el (imap-authenticator-alist): Typo in doc.
11821         (imap-stream-alist): Backslash.
11822
11823         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
11824           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
11825
11826 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11827
11828         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
11829
11830         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
11831
11832         * gnus-msg.el (gnus-configure-posting-styles): use
11833         make-local-hook. Add LOCAL for add-hook.
11834
11835 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
11836
11837         * message.el (message-mode): Use `make-local-hook' unless
11838         obsolete.
11839         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
11840
11841 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * canlock.el: Remove sha1.el and base64.el stuff.
11844
11845 2001-11-26  Didier Verna  <didier@xemacs.org>
11846
11847         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
11848         if needed.
11849
11850 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * message.el (message-tamago-not-in-use-p): New function.
11853         (message-strip-forbidden-properties): Use it.
11854
11855 2001-11-26  Didier Verna  <didier@xemacs.org>
11856
11857         * gnus-start.el (gnus-check-first-time-used): only check for
11858         existence of .el[d] files.
11859
11860 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11861
11862         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
11863
11864         * message.el (message-setup-1): Clean up mc-*.
11865
11866 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11867
11868         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
11869         * gnus-score.el (gnus-score-find-bnews): Use it.
11870
11871         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
11872         (gnus-summary-limit-to-author): Ditto.
11873         (gnus-summary-limit-to-extra): Ditto.
11874         (gnus-summary-find-matching): Support not-matching argument.
11875
11876 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11877
11878         * message.el (message-wash-subject): Use `insert' rather than
11879         `insert-string', which is deprecated.
11880
11881 2001-11-24  Simon Josefsson  <jas@extundo.com>
11882
11883         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
11884         message. (Gnus does not "default" to using 8bit for the message,
11885         it default to use 8bit encoding and the user-supplied CTE
11886         value. Calling this behaviour "treating it as 8bit" is perhaps
11887         better.)
11888
11889         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
11890         (compare mm-charset-to-coding-system).
11891
11892 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11893
11894         * canlock.el (canlock-sha1-with-openssl): Use unibyte
11895         buffer. Correctly decode hex.
11896
11897 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11898
11899         * gnus-agent.el (gnus-category-insert-line): Convert category
11900         names to strings.
11901
11902 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11903
11904         * message.el (sha1): eval-and-compile.
11905
11906 2001-11-20  Simon Josefsson  <jas@extundo.com>
11907
11908         * message.el (message-allow-no-recipients): New variable.
11909         (message-send): Use it, customize the prompting when posting to
11910         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
11911
11912 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11913
11914         * mm-util.el (mm-coding-system-priorities): New variable.
11915         (mm-sort-coding-systems-predicate): New function.
11916         (mm-find-mime-charset-region): Resort coding systems if needed.
11917         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11918
11919 2001-11-20  Didier Verna  <didier@xemacs.org>
11920
11921         * gnus-group.el (gnus-group-make-help-group): new optional
11922         argument to control the error behavior.
11923         * gnus-start.el (gnus-check-first-time-used): use it to avoid
11924         erroring.
11925
11926 2001-11-19  Simon Josefsson  <jas@extundo.com>
11927
11928         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
11929         instead of C-c C-u.  Suggested by Per Abrahamsen
11930         <abraham@dina.kvl.dk>.
11931
11932 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11933
11934         * nnfolder.el (nnfolder-read-folder): Use group instead of
11935         nnfolder-current-group.
11936         Suggested by Lorentey Karoly <lorentey@elte.hu>.
11937
11938 2001-11-17  Simon Josefsson  <jas@extundo.com>
11939
11940         * message.el (message-send): Ask user if Fcc/Gcc should be
11941         performed when no other sender was specified.
11942         Suggested by prj@po.cwru.edu (Paul Jarc).
11943
11944 2001-11-17  Simon Josefsson  <jas@extundo.com>
11945
11946         * message.el (message-mode, message-mode-map): Use C-c C-u for
11947         Importance: instead of C-c C-p (used by SC).
11948
11949 2001-11-16  Simon Josefsson  <jas@extundo.com>
11950
11951         * message.el (message-insert-importance-high)
11952         (message-insert-importance-low): Save point.
11953
11954         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
11955         value.
11956
11957 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
11958
11959         * message.el (message-strip-special-text-properties): New option.
11960         (message-strip-forbidden-properties): Obey it.
11961
11962 2001-11-14  Sam Steingold  <sds@gnu.org>
11963
11964         * gnus-score.el: Fixed some doc strings to properly quote symbols.
11965
11966 2001-11-15  Simon Josefsson  <jas@extundo.com>
11967
11968         Support "Importance:" header in Message.
11969
11970         * message.el (message-mode-map): Bind C-c C-p to
11971         `message-insert-or-toggle-importance'
11972         (message-mode-menu): Add message-insert-importance-{high,low}.
11973         (message-insert-importance-high, message-insert-importance-low)
11974         (message-insert-or-toggle-importance): New functions.
11975         (message-tool-bar-map): Add {un,}important.
11976         (message-mode): Doc fix.
11977
11978 2001-11-15  Simon Josefsson  <jas@extundo.com>
11979
11980         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
11981
11982         * mml.el (mml-menu): Fix toolbar tooltip.
11983
11984 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11985
11986         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
11987         * nnml.el (nnml-save-marks): Ditto.
11988
11989         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
11990
11991 2001-11-15  Simon Josefsson  <jas@extundo.com>
11992
11993         * nnml.el (nnml-save-marks):
11994         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
11995         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
11996
11997 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11998
11999         * gnus-art.el (gnus-article-wash-status-strings): Use
12000         `copy-sequence', not `copy-seq'.
12001
12002 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
12003
12004         * gnus-art.el (gnus-article-wash-status-strings): New constant.
12005         (gnus-gnus-article-wash-status-entry): New function.
12006         (gnus-article-wash-status): Use it.
12007
12008 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12009
12010         * mml1991.el: Add coding header.
12011
12012 2001-11-12  Simon Josefsson  <jas@extundo.com>
12013
12014         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
12015         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
12016         `mml1991-sign' and `mml1991-encrypt'.
12017         (mml1991-encrypt, mml1991-sign): New glue functions.
12018         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
12019
12020         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
12021         (mml-menu): Add PGP to menu.
12022
12023         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
12024         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
12025         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
12026         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
12027
12028         * mml2015.el: Mention RFC 3156.
12029
12030         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
12031
12032 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12033
12034         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
12035
12036         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
12037           From <Michael.Cook@cisco.com>
12038
12039 2001-11-11  Simon Josefsson  <jas@extundo.com>
12040
12041         * message.el (top-level): Autoload sha1.
12042         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
12043         canlock, no need to require two different hash algs).  Suggested
12044         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
12045
12046 2001-11-09  Simon Josefsson  <jas@extundo.com>
12047
12048         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
12049         <Pavel@Janik.cz>.
12050
12051 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12052
12053         * message.el (message-point-in-header-p): New function.
12054         (message-do-auto-fill): Use it.
12055         (message-beginning-of-line): New function.  Goes to beginning of
12056         header value (i.e., end of header name), or to beginning of line
12057         if already at beginning of value.  Behaves like
12058         `beginning-of-line' when in message body.
12059         (message-mode-map): Bind it.
12060
12061 2001-11-08  Simon Josefsson  <jas@extundo.com>
12062
12063         * gnus-msg.el (gnus-posting-styles): Add doc.
12064
12065 2001-11-07  Simon Josefsson  <jas@extundo.com>
12066
12067         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
12068
12069         * sieve-mode.el (sieve-control-commands-face)
12070         (sieve-control-commands-face, sieve-action-commands-face)
12071         (sieve-test-commands-face, sieve-tagged-arguments-face): New
12072         faces.
12073         (sieve-font-lock-keywords): Use them.
12074         (sieve-mode): Only set font-lock-defaults in emacs.
12075
12076         * gnus-art.el (gnus-default-article-saver): Add
12077         gnus-summary-save-body-in-file.
12078         (gnus-summary-write-to-file): Fix doc.
12079
12080 2001-11-07  Simon Josefsson  <jas@extundo.com>
12081
12082         * gnus-art.el (gnus-treat-highlight-signature): Add cross
12083         reference to the correct chapter in the manual.
12084
12085         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
12086         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
12087
12088 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12089
12090         * mml.el (mml-preview): Bind mail-header-separator.
12091
12092 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * message.el: Always require canlock.
12095         (message-ignored-supersedes-headers): Include Cancel-Lock and
12096         Cancel-Key.
12097         (message-insert-canlock): Don't require canlock.
12098         (message-cancel-news): Don't check whether canlock is available.
12099         (message-supersede): Support cancel-locks.
12100
12101         * gnus-art.el: Don't autoload canlock.
12102
12103 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12104
12105         * mail-source.el (mail-source-fetch-imap): ASYNC param.
12106         From: <andre@slamdunknetworks.com>
12107
12108 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12109
12110         * many files: Fix copyright lines.
12111
12112 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12113
12114         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
12115         Suggested by Dave Love  <fx@gnu.org>.
12116
12117 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12118
12119         * message.el (message-kill-buffer): Remove auto-save file after
12120         confirm.
12121
12122         * message.el (message-send-mail): Call message-generate-headers
12123         once.  Suggested by Matt Armstrong <matt@lickey.com>.
12124
12125         * gnus-topic.el (gnus-topic-rename): Initial-input.
12126         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
12127
12128 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12129
12130         * message.el (message-forbidden-properties): New constant.
12131         (message-strip-forbidden-properties): New function.
12132         (message-mode): Activate it.
12133
12134 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12135
12136         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
12137         (mm-hack-charsets): Fix doc.
12138
12139 2001-11-02  Simon Josefsson  <jas@extundo.com>
12140
12141         * gnus-int.el (gnus-check-server): Message "...done" when done.
12142
12143         * imap.el (imap-close): Don't message (imap-send-command-wait
12144         returns if the connection is dropped).
12145         (imap-wait-for-tag): Nix out message only when necessary.
12146
12147         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
12148         for non-crossposting.
12149         (gnus-sieve-crosspost): Default to t to be consistent with other
12150         parts of Gnus.
12151
12152 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12153
12154         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
12155         (mm-iso-8859-x-to-15-table): Ditto.
12156         (mm-iso-8859-x-to-15-region): Ditto.
12157         (mm-find-mime-charset-region): Ditto.
12158
12159 2001-11-01  Simon Josefsson  <jas@extundo.com>
12160
12161         * nnimap.el (nnimap-close-asynchronous): New variable.
12162         (nnimap-close-group): Use it.
12163         (nnimap-expunge): Don't use it.
12164
12165         * imap.el (imap-callbacks): New variable.
12166         (imap-remassoc): Copied from `gnus-remassoc'.
12167         (imap-add-callback): New function.
12168         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
12169         behaviour.
12170         (imap-parse-response): Call the callback.
12171
12172         * message.el (message-insert-canlock): New variable.
12173         (message-canlock-generate, message-canlock-password)
12174         (message-insert-canlock): New functions.
12175         (message-send-news): Call `message-insert-canlock'.
12176         (top-level): Require canlock when compiling.
12177         (message-insert-canlock): Require canlock before we need it.
12178
12179 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12180
12181         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
12182
12183 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12184
12185         * dgnushack.el (dgnushack-make-load): A workaround for
12186         custom-add-loads bug in some versions of XEmacs.
12187
12188 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12189
12190         * mm-util.el (mm-charset-synonym-alist): Revert (some).
12191
12192 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12193
12194         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
12195         (mm-hack-charsets): New variable.
12196         (mm-iso-8859-15-compatible): New variable.
12197         (mm-iso-8859-x-to-15-table): New variable.
12198         (mm-find-mime-charset-region): Add parameter hack-charsets.
12199
12200         * mm-bodies.el (mm-encode-body): Use it.
12201         * mml.el (mml-parse-1): Ditto.
12202
12203 2001-11-01  Simon Josefsson  <jas@extundo.com>
12204
12205         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
12206
12207 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12208
12209         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
12210         is nil.
12211
12212 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12213
12214         * smiley-ems.el (smiley-update-cache): Auto detect file type.
12215
12216         * message.el (message-forward-rmail-make-body): Use
12217         save-window-excursion.
12218         (message-encode-message-body): Search with noerror.
12219         (message-setup-1): Convert compose-mail send-actions to
12220         message-send-actions.
12221
12222 2001-11-01  Simon Josefsson  <jas@extundo.com>
12223
12224         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
12225         <yamaoka@jpl.org>.
12226
12227 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12228
12229         * sieve-manage.el (sieve-string-bytes): No complain.
12230
12231 2001-11-01  Simon Josefsson  <jas@extundo.com>
12232
12233         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
12234         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
12235         has autoload cookies, so no `require' should be necessary.)
12236
12237         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
12238         files.
12239
12240 2001-10-31  Simon Josefsson  <jas@extundo.com>
12241
12242         * gnus-cus.el (gnus-group-parameters): Support integer `display'
12243         parameter.
12244
12245         * gnus-sum.el (gnus-select-newsgroup): If group parameter
12246         `display' is a number (and C-u wasn't used to enter group), only
12247         fetch that number of articles.
12248
12249 2001-10-31  Matt Armstrong  <matt@lickey.com>
12250
12251         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
12252         not-subscribed -> subscribed.
12253
12254 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12255         From: Josh Huber <huber@alum.wpi.edu>
12256
12257         * message.el (message-subscribed-address-functions): New variable.
12258         (message-subscribed-addresses): New variable.
12259         (message-subscribed-regexps): New variable.
12260         (message-goto-mail-followup-to): New function.
12261         (message-send-mail): Add Mail-Followup-To.
12262         (message-make-mft): New function.
12263
12264         * gnus.el (gnus-find-subscribed-addresses): New function.
12265
12266 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12267
12268         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
12269         (mail-source-fetch-pop): Ditto.
12270         (mail-source-check-pop): Ditto.
12271
12272         * gnus-start.el (gnus-read-init-file): Ditto.
12273         (gnus-activate-group): Ditto.
12274         (gnus-read-newsrc-el-file): Ditto.
12275
12276 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12277
12278         * message.el (message-get-reply-headers): Make sure there is ", ".
12279
12280         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
12281         mm-coding-system-p. Don't correct it only in XEmacs.
12282         (mm-charset-to-coding-system): Use mm-coding-system-p and
12283         mm-get-coding-system-list.
12284         (mm-emacs-mule, mm-mule4-p): New variables.
12285         (mm-enable-multibyte, mm-disable-multibyte,
12286         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
12287         mm-with-unibyte-current-buffer,
12288         mm-with-unibyte-current-buffer-mule4): Use them.
12289         (mm-find-mime-charset-region): Treat iso-2022-jp.
12290
12291         From  Dave Love  <fx@gnu.org>:
12292
12293         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
12294         construction.
12295         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
12296         entries conditional on not having a coding system defined for
12297         them.
12298         (mm-mule-charset-to-mime-charset): Use
12299         find-coding-systems-for-charsets if defined.
12300         (mm-charset-to-coding-system): Don't use
12301         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
12302         later.  Add last resort search of coding systems.
12303         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
12304         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
12305         Mule 4.
12306         (mm-find-mime-charset-region): Re-write.
12307         (mm-with-unibyte-current-buffer): Restore buffer as well as
12308         multibyteness.
12309
12310 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12311
12312         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
12313         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
12314         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
12315
12316 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12317
12318         * gnus-art.el (article-display-x-face): Nix buffer-read-only
12319         again.
12320
12321         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
12322
12323 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12324
12325         * gnus-spec.el (gnus-parse-simple-format): Use
12326           buffer-substring-no-properties.
12327
12328 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-art.el (article-verify-cancel-lock): New function.
12331
12332         * nnheader.el (nntp-process-response): New variable.
12333         (nnheader-init-server-buffer): Make `nntp-process-response'
12334         buffer-local in `nntp-server-buffer'.
12335
12336         * nntp.el (nntp-prepare-post-hook): New hook.
12337         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
12338         (nntp-async-trigger): Ditto.
12339         (nntp-request-post): Insert a server's ID if there's no Message-ID
12340         header; run `nntp-prepare-post-hook'.
12341
12342 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12343
12344         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
12345         instead.
12346
12347         * message.el (message-forward-subject-author-subject): Don't use
12348         message-news-p, which widens the buffer.
12349         (message-forward-make-body): New function.
12350         (message-forward): Use it.
12351         (message-insinuate-rmail): New function.
12352         (message-forward-rmail-make-body): New function.
12353
12354 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12355
12356         * mm-extern.el (mm-extern): Provide it.
12357
12358         * mm-partial.el (mm-partial): Provide it.
12359
12360 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12361
12362         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
12363
12364 2001-10-29  Simon Josefsson  <jas@extundo.com>
12365
12366         * mml.el (mml-preview): Bind message-this-is-news if it is
12367         news. From Jesper Harder <harder@myrealbox.com>.
12368
12369 2001-10-28  Simon Josefsson  <jas@extundo.com>
12370
12371         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
12372
12373 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
12374
12375         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
12376         ironic smilies.
12377
12378 2001-10-27  Simon Josefsson  <jas@extundo.com>
12379
12380         * message.el (message-indent-citation): Don't add trailing
12381         whitespace when citing text.
12382
12383         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
12384         <harder@ifa.au.dk>.
12385
12386 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12387
12388         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
12389         not available.
12390         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
12391         (nnweb-type-definition): Add google as alias of dejanews.
12392         (nnweb-google-parse-1): Forward 1 line.
12393
12394 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12395
12396         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
12397         variable `message-forward-ignored-headers'.
12398
12399 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
12400
12401         * gnus.el (gnus-expand-group-parameter): New function.
12402         (gnus-expand-group-parameters): Call it.
12403         (gnus-group-fast-parameter): New function.
12404         (gnus-group-find-parameter): Call it.
12405
12406 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12407
12408         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
12409         vector (it didn't before because of a bug).
12410         * gnus-msg.el (gnus-post-news): Use header vector directly, if
12411         available.  Before it converted it to an article number.
12412
12413         This makes followup to news articles with negative numbers in
12414         nnvirtual groups use news instead of mail.
12415
12416 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12417
12418         * gnus.el (post-method): Use `native' instead of `nil'.
12419
12420         * gnus-msg.el (gnus-post-method): Ditto.
12421
12422 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12423
12424         * gnus.el (gnus-define-group-parameter): Grammar fix.
12425
12426 2001-10-22  Simon Josefsson  <jas@extundo.com>
12427
12428         * gnus-msg.el (gnus-extended-version): Include
12429         system-configuration.
12430         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
12431
12432 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12433
12434         * gnus.el (post-method): Customization fix: `native' is not a
12435         valid value.
12436         * gnus-msg.el (gnus-post-method): Doc and customization fix:
12437         `native' is not a valid value.
12438
12439 2001-10-21  Simon Josefsson  <jas@extundo.com>
12440
12441         * nnimap.el (nnimap): Defgroup
12442         (nnimap-strict-function, nnimap-strict-function-match): New
12443         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
12444         (nnimap-split-crosspost, nnimap-split-inbox)
12445         (nnimap-split-rule, nnimap-split-predicate)
12446         (nnimap-split-predicate): Defcustom.
12447         (nnimap-split-inbox, nnimap-expunge-search-string)
12448         (nnimap-importantize-dormant): Remove "*" from doc.
12449
12450 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12451
12452         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
12453         not supplied via prefix arg.  From Lisp, make arg mandatory.
12454         Suggested by Frank Schmitt.
12455
12456 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12457
12458         * message.el (message-do-auto-fill): Avoid calling
12459         'rfc822-goto-eoh'.
12460
12461 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12462         From Paul Jarc <prj@po.cwru.edu>.
12463
12464         * message.el (message-get-reply-headers): Restructure the logic
12465         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
12466
12467 2001-10-20  Simon Josefsson  <jas@extundo.com>
12468
12469         * message.el (message-cancel-news): Support cancel-locks.
12470         Suggested by Per Abrahamsson.
12471
12472         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
12473         conses.  From David Z Maze <dmaze@MIT.EDU>.
12474
12475         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
12476
12477 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12478
12479         * mm-decode.el (mm-default-directory): Fix customize type.
12480
12481         * message.el (message-setup-fill-variables): Kludge to use
12482         normal-auto-fill-function even if auto fill is already activated.
12483
12484 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12485
12486         * message.el (message-do-auto-fill): New version that does not
12487         rely on text properties, by Simon Josefsson <jas@extundo.com>.
12488         (message-setup-1): Removed the `message-field' property.
12489
12490         * gnus-draft.el (gnus-draft-edit-message): Removed the
12491         `message-field' property.
12492
12493 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12494
12495         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
12496         `message-field'.  The `field' property has a special significance in
12497         Emacs 21.
12498
12499         * message.el (message-send, message-setup-1): Ditto.
12500
12501 2001-10-18  Simon Josefsson  <jas@extundo.com>
12502
12503         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
12504         when undoing.
12505
12506 2001-10-18  Simon Josefsson  <jas@extundo.com>
12507         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
12508
12509         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
12510         (gnus-summary-make-menu-bar): Ditto.
12511
12512 2001-10-17  Simon Josefsson  <jas@extundo.com>
12513
12514         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
12515         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
12516
12517 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12518
12519         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
12520         * gnus-util.el (gnus-user-date): New function.
12521         From Frank Schmitt <usenet@Frank-Schmitt.net>.
12522
12523 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12524
12525         * message.el (message-check-news-header-syntax): Special case
12526         nnvirtual groups.
12527
12528         * gnus-sum.el (gnus-summary-respool-default-method): Changed
12529         customize type to `symbol'.
12530
12531 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12532
12533         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
12534         %&foo;.
12535         (gnus-parse-simple-format): Support user extended spec too.
12536         %u&foo; invokes gnus-user-format-function-foo.
12537
12538 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12539
12540         * nnml.el (nnml-request-expire-articles): Make sure it is back to
12541         the server.
12542         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12543         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12544         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12545         * nndiary.el (nndiary-request-expire-articles): Ditto.
12546         (nndiary-schedule): Defsubst it before use it.
12547         (nndiary-error): eval-and-compile.
12548
12549 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12550
12551         * gnus-msg.el (gnus-post-method): Changed two instances of
12552         `active' to `current' and one `null' to `not'.
12553
12554 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12555         From Katsumi Yamaoka <yamaoka@jpl.org>.
12556
12557         * message.el (message-setup-fill-variables): Use
12558         `normal-auto-fill-function' instead of `auto-fill-function'.
12559
12560 2001-10-16  Simon Josefsson  <jas@extundo.com>
12561
12562         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
12563         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
12564         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
12565
12566 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12567         Patch by Oliver Scholz <oscholz@my.gnus.org>.
12568
12569         * gnus-draft.el (gnus-draft-edit-message): Add text property
12570         `field' with value `header' to message headers.
12571         * message.el (message-setup-1): Really add text property to all of
12572         the header, not just part of it.
12573
12574 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12575
12576         * gnus-group.el (gnus-group-sort-by-server): Use it.
12577
12578         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
12579
12580         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
12581         and keystroke.
12582
12583 2001-10-14  Simon Josefsson  <jas@extundo.com>
12584
12585         * dig.el: Doc fix.
12586
12587         * smime.el: Doc fix.
12588
12589         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
12590         charset magic from message.el.
12591
12592 2001-10-12  Simon Josefsson  <jas@extundo.com>
12593         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
12594
12595         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
12596         'cite from g-a-wash-types.
12597         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
12598         (gnus-article-hide-citation): Fix.
12599
12600         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
12601         character.
12602         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
12603
12604         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
12605         definition.
12606         (gnus-signature-toggle): Toggle `s' mode line character.
12607
12608         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
12609         doing stuff that clears it.
12610
12611 2001-10-12  Simon Josefsson  <jas@extundo.com>
12612
12613         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
12614         From Eric Marsden <emarsden@laas.fr>.
12615
12616 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12617
12618         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
12619         (autoload): Add some autoloads.
12620
12621 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12622         Suggested by Oliver Scholz <epameinondas@gmx.de>.
12623
12624         * message.el (message-do-auto-fill): New function.  Like
12625         `do-auto-fill' but don't fill when in the message header.
12626         (message-setup-1): Put a text property on the message header.
12627         (message-setup-fill-variables): Use `message-do-auto-fill'.
12628
12629 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12630
12631         * message.el (message-send-mail-partially): Insert an empty line
12632         first, because of the change of message-make-lines.
12633
12634 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
12635
12636         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
12637         iso-8859-15, make it an alias for iso-8859-1.
12638
12639 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * message.el (message-send-news): Don't modify the value of
12642         `message-syntax-checks' if it is not a list (possibly it is
12643         `dont-check-for-anything-just-trust-me').
12644
12645 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * gnus-group.el (gnus-group-name-charset-group-alist): Use
12648         `find-coding-system' for XEmacs to check whether the coding-system
12649         `utf-8' is available.
12650
12651 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12652
12653         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
12654
12655 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12656
12657         * message.el (message-send-news): Oops, missed case with no
12658         "Followup-To" header...
12659
12660 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12661
12662         * message.el (message-send-news): Allow
12663         `gnus-group-name-charset-group-alist' to affect encoding of the
12664         "Newsgroups" and "Followup-To" headers.
12665
12666 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12667
12668         * Makefile.in (install-el): Depend on gnus-load.el.
12669
12670 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12671
12672         * Makefile.in (install-el): Use -f.
12673         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
12674
12675 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
12676
12677         * message.el (message-send-news): Don't encode Followups-To when
12678         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
12679
12680         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
12681         header.
12682
12683         * gnus-art.el (article-decode-group-name): Also decode
12684         "Followup-To".
12685
12686         * rfc2047.el (rfc2047-encode-message-header): Encode without
12687         asking for null methods.
12688
12689         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
12690         default charset for newsgroup names in accordance with USEFOR.
12691
12692         * gnus-group.el (gnus-group-name-charset-method-alist,
12693         gnus-group-name-charset-group-alist): Removed "*" from doc
12694         strings, "*" should not be used for complex variables.
12695
12696 2001-10-06  Simon Josefsson  <jas@extundo.com>
12697
12698         Support UTF-8 group names better.
12699
12700         * message.el (message-check-news-header-syntax): Encode group
12701         names before comparison.
12702
12703         * gnus-msg.el (gnus-copy-article-buffer): Run all
12704         `gnus-article-decode-hook's except `article-decode-charset'
12705         instead of hardcoding call to one of them.
12706
12707         * gnus-art.el (gnus-article-decode-hook): Add
12708         `article-decode-group-name'.
12709         (article-decode-group-name): New function, use `g-d-n'.
12710
12711         * gnus-group.el (gnus-group-insert-group-line): Decode
12712         gnus-tmp-group using `g-d-n'.
12713
12714         * gnus-util.el (gnus-decode-newsgroups): New function.
12715
12716 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12717
12718         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
12719         `gnus-group-name-charset-group-alist'.
12720
12721 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12722
12723         * Makefile.in: Install el in install. Add uninstall.
12724
12725 2001-10-05  Simon Josefsson  <jas@extundo.com>
12726
12727         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
12728
12729         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
12730
12731         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
12732         empty folders.
12733
12734         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
12735         limiting if read-all (C-u RET) was used.
12736
12737 2001-10-04  Simon Josefsson  <jas@extundo.com>
12738
12739         * mail-source.el (mail-source-movemail-program): New variable.
12740         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
12741         <thutt@thutt.vmware.com>.
12742
12743 2001-10-03  Simon Josefsson  <jas@extundo.com>
12744
12745         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
12746         (gnus-summary-line-format-alist): Fix param.
12747
12748 2001-10-02  Simon Josefsson  <jas@extundo.com>
12749
12750         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
12751         don't go through `nnimap-request-expire-articles' to delete the
12752         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
12753
12754 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12755
12756         * gnus-agent.el (gnus-agent-write-active): The min in the
12757         agent/active may be larger than that in the server/active.
12758
12759 2001-10-01  Simon Josefsson  <jas@extundo.com>
12760
12761         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
12762         is IMAP4rev1.
12763
12764         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
12765
12766         * nnfolder.el: Ditto.
12767
12768 2001-09-30  Dan Christensen  <jdc@uwo.ca>
12769
12770         * gnus-sum.el (gnus-summary-extract-address-component): New function.
12771         (gnus-summary-from-or-to-or-newsgroups): Optimize.
12772
12773 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12774
12775         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
12776         (message-mode-menu): Menu item for same.
12777
12778         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
12779         delayed articles.
12780
12781         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
12782         nndraft:delayed does not exist.
12783         (gnus-delay-initialize): Don't set up keymap, that's done from
12784         message.el now.
12785         (gnus-delay, gnus-delay-group, gnus-delay-header)
12786         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
12787
12788 2001-09-29  Simon Josefsson  <jas@extundo.com>
12789
12790         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
12791         utf-8, not eight-bit-control.
12792
12793         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
12794         (imap-log, imap-debug): Custom.
12795         (imap-log-buffer, imap-debug-buffer): New constants.
12796         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
12797         (imap-network-open, imap-shell-open, imap-starttls-open)
12798         (imap-send-command-1, imap-send-command, imap-arrival-filter)
12799         (imap-debug): Use imap-*-buffer.
12800
12801         * nndoc.el (nndoc-article-type): Add mailman.
12802         (nndoc-type-alist): Ditto.
12803         (nndoc-mailman-type-p): New function.
12804
12805 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12806
12807         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
12808         gnus-art.el.
12809
12810 2001-09-27  Simon Josefsson  <jas@extundo.com>
12811
12812         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
12813         (gnus-topic-catchup-articles): New function. Suggested by Robin
12814         S. Socha <robin-dated-1001857693.185e29@socha.net>.
12815
12816 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12817         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
12818
12819         * gnus-ems.el (gnus-article-display-xface): Insert xface after
12820         previous ones.
12821
12822 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12823         From Daiki Ueno  <ueno@unixuser.org>
12824
12825         * gnus-sum.el (gnus-summary-show-article): The arglist of
12826         detect-coding-region is incompatible.
12827
12828 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12829         From Katsuhiro Hermit Endo <hermit@koka-in.org>
12830
12831         * gnus-group.el (gnus-group-delete-group): Typo.
12832
12833 2001-09-26  Simon Josefsson  <jas@extundo.com>
12834
12835         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
12836
12837         * nnimap.el (nnimap-expiry-target): Use temp buffer.
12838
12839 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12840
12841         * gnus-cus.el (gnus-group-parameters): Display as sexp.
12842
12843 2001-09-22  Simon Josefsson  <jas@extundo.com>
12844
12845         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
12846
12847         * nnfolder.el (nnfolder-open-marks): Ditto.
12848
12849         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
12850         (gnus-update-marks): Use it.
12851         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
12852         hardcoded list.
12853
12854         * gnus.el (gnus-article-special-mark-lists): Add killed.
12855         (gnus-article-unpropagated-mark-lists): New constant.
12856
12857 2001-09-22  Simon Josefsson  <jas@extundo.com>
12858
12859         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
12860         custom option.
12861
12862 2001-09-23  Simon Josefsson  <jas@extundo.com>
12863
12864         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
12865
12866 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12867
12868         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
12869
12870 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12871
12872         * gnus-group.el (gnus-group-sort-function): Fix customize type to
12873         accept lists of functions.
12874
12875 2001-09-20  Simon Josefsson  <jas@extundo.com>
12876
12877         * gnus-group.el (gnus-group-catchup): Update expire marks in
12878         backend.  Also, if ALL also set expire marks on tick/dormant.
12879
12880 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12881
12882         * message.el (message-tab-body-function): New variable.
12883         * message.el (message-tab): Use it.
12884
12885 2001-09-19  Sam Steingold  <sds@gnu.org>
12886
12887         * gnus-win.el (gnus-buffer-configuration): Respect
12888         `gnus-bug-create-help-buffer'.
12889
12890 2001-09-18  Simon Josefsson  <jas@extundo.com>
12891
12892         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
12893         (gnus-parse-simple-format): Re-revert.
12894
12895 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
12896         Trivial patch.
12897
12898         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
12899         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
12900
12901 2001-09-18  Simon Josefsson  <jas@extundo.com>
12902
12903         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
12904         signed.
12905         (gnus-parse-simple-format): Don't use it.
12906
12907 2001-09-17  Miles Bader  <miles@gnu.org>
12908
12909         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
12910         error querying a backend abort the whole process.
12911
12912 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12913
12914         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
12915         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
12916
12917 2001-09-17  Didier Verna  <didier@xemacs.org>
12918
12919         * nndiary.el: version 0.2-b14.
12920         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
12921         compatibility problem with XEmacs 21.1.
12922
12923 2001-09-15  Simon Josefsson  <jas@extundo.com>
12924
12925         * gnus-group.el (gnus-group-line-format): Document %c.
12926
12927         * nnml.el (nnml-parse-head): Handle CRLF files.
12928         (nnml-generate-nov-file): Ditto.
12929         (nnml-retrieve-headers): Ditto.
12930
12931 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
12932
12933         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
12934
12935 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
12936
12937         * gnus-spec.el (gnus-correct-substring): Still stopped one
12938         character before we wanted (never included last character).
12939         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
12940         add missing "," (once per function)
12941
12942 2001-09-14  Simon Josefsson  <jas@extundo.com>
12943
12944         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
12945         (otherwise e.g. gnus-agentize in .gnus overrides the customized
12946         default before gnus-group is loaded and the variable set.)
12947
12948         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
12949         killed or unsent marks.
12950
12951         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
12952         isn't an article to set it on (e.g. when you `a' in a group).
12953
12954 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12955
12956         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
12957         can read e-mails from Microsoft Outlook users not using ISO
12958         8859-2 character set.
12959
12960 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12961
12962         * gnus-diary.el: Minor modifications to avoid warnings.
12963         (gnus-summary-misc-menu): defvar.
12964         (gnus-diary-check-message): Use gnus-point-at-eol.
12965         (gnus-diary-kill-entire-line): eval-and-compile.
12966
12967 2001-09-12  Didier Verna  <didier@xemacs.org>
12968
12969         * nndiary.el: new version (0.2-b13).
12970         * nndiary.el (nndiary-mail-sources): doc update.
12971         * nndiary.el (nndiary-split-methods): ditto.
12972         * nndiary.el (nndiary-request-accept-article-hooks): New.
12973         * nndiary.el (nndiary-request-accept-article): use it, check
12974         message validity.
12975         * nndiary.el (nndiary-get-new-mail): changed default to nil.
12976         * nndiary.el (nndiary-schedule): fix bug (misplaced
12977         condition-case): it didn't return nil on error.
12978         * gnus-diary.el: new version.
12979         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
12980         * gnus-diary.el (gnus-diary-header-value-history): New.
12981         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
12982         * gnus-diary.el (gnus-diary-add-header): New.
12983         * gnus-diary.el (gnus-diary-check-message): New.
12984         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
12985         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
12986
12987 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12988
12989         * gnus-sum.el (gnus-select-newsgroup): Make
12990         `gnus-current-select-method' buffer-local.
12991
12992         * gnus-art.el (gnus-request-article-this-buffer): Refer
12993         `gnus-current-select-method' in the current summary buffer.
12994
12995 2001-09-10  Simon Josefsson  <jas@extundo.com>
12996         From Daniel Pittman <daniel@rimspace.net>
12997
12998         * gnus-spec.el (gnus-correct-pad-form): Fix.
12999
13000 2001-09-09  Simon Josefsson  <jas@extundo.com>
13001
13002         * mm-decode.el (mm-inline-media-tests): Add
13003         application/x-emacs-lisp.
13004         (mm-attachment-override-types): Add
13005         application/{x-,}pkcs7-signature.
13006
13007         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
13008         (gnus-server-line-format, gnus-server-mode-line-format)
13009         (gnus-server-browse-in-group-buffer): Customize.
13010
13011 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13012
13013         * nnml.el (nnml-marks-changed-p): Typo.
13014         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
13015         (nnml-marks-changed-p): Use gnus-gethash.
13016         (nnml-marks-modtime): Use gnus-make-hashtable.
13017
13018         * nnfolder.el (nnfolder-marks-changed-p): Typo.
13019         (nnfolder-request-expire-articles, nnfolder-save-marks)
13020         (nnfolder-open-marks): Typo.
13021         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
13022         (nnfolder-marks-changed-p): Use gnus-gethash.
13023         (nnfolder-marks-modtime): Use gnus-make-hashtable.
13024
13025 2001-09-08  Simon Josefsson  <jas@extundo.com>
13026
13027         * nnfolder.el (nnfolder-marks-modtime): New variable.
13028         (nnfolder-marks-changed-p): New function.
13029         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
13030         (nnfolder-request-update-info): Don't update if marks didn't change.
13031
13032         * nnml.el (nnml-marks-modtime): New variable.
13033         (nnml-marks-changed-p): New function.
13034         (nnml-save-marks, nnml-open-marks): Save modtime.
13035         (nnml-request-update-info): Don't update if marks didn't change.
13036
13037         * gnus-agent.el (gnus-agent-any-covered-gcc)
13038         (gnus-agent-add-server, gnus-agent-remove-server): Use
13039         gnus-agent-method-p.
13040
13041         * gnus-art.el (gnus-buttonized-mime-types): New variable.
13042         (gnus-unbuttonized-mime-type-p): Use it.
13043
13044         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
13045         fetch group.
13046
13047 2001-09-08  Simon Josefsson  <jas@extundo.com>
13048         From Daniel Pittman <daniel@rimspace.net>
13049
13050         * gnus-spec.el (gnus-correct-pad-form): New function.
13051         (gnus-parse-simple-format): Use it.
13052
13053 2001-09-07  Simon Josefsson  <jas@extundo.com>
13054
13055         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
13056         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
13057         Putnam <reader@newsguy.com>.
13058         (gnus-group-sort-selected-groups): Touch dribble file.
13059
13060 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
13061
13062         * nnml.el (nnml-filenames-are-evil): New variable.
13063         (nnml-article-to-file-alist): Rename to ...
13064         (nnml-current-group-article-to-file-alist): ... this.
13065         Respect `nnml-filenames-are-evil'.
13066         (nnml-active-number): Update.
13067         (nnml-update-file-alist): Update.
13068         (nnml-request-article): Use nnheader-article-to-file-alist.
13069         (nnml-request-rename-group): Likewise.
13070
13071 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * gnus-sum.el (gnus-summary-insert-line): Fix.
13074
13075 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
13076
13077         * gnus-sum.el: Bind g-s-t-s to "W g".
13078         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
13079         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
13080         display of graphical smilies.
13081
13082 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13083
13084         * gnus-start.el (gnus-setup-news): A typo.
13085         From Bill White <billw@wolfram.com>.
13086
13087 2001-09-06  Simon Josefsson  <jas@extundo.com>
13088
13089         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
13090         and unseen marks.
13091
13092 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13093
13094         * nnmail.el (nnmail-split-fancy): Document `junk'.
13095
13096 2001-09-04  Simon Josefsson  <jas@extundo.com>
13097
13098         * imap.el (imap-search): Don't error if server is broken.
13099
13100 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
13101
13102         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
13103         searching for an article that isn't in the mbox.
13104
13105 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13106
13107         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
13108         right, and get all the comments.
13109
13110 2001-09-02  Simon Josefsson  <jas@extundo.com>
13111         Suggested by Dan Christensen <jdc+news@uwo.ca>
13112
13113         * nnfolder.el (nnfolder-request-update-info): Fix message.
13114
13115         * nnml.el (nnml-request-update-info): Ditto.
13116
13117 2001-09-01  Simon Josefsson  <jas@extundo.com>
13118
13119         * nnml.el (nnml-request-expire-articles): Also bind
13120         `nnml-current-group' and `nnml-article-file-alist' when using
13121         expiry-target. (Otherwise nnml will be in a inconsistent internal
13122         state causing all kind of problems.)
13123         (nnml-request-expire-articles): If `nnml-article-to-file' or
13124         `file-attributes' failes, return article as un-expirable instead
13125         of treating it as expired.
13126
13127 2001-08-31  Sam Steingold  <sds@gnu.org>
13128
13129         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
13130         typo: `exmine' --> `examine'.
13131
13132 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13133
13134         * nndoc.el (nndoc-forward-type-p): It is not a digest.
13135
13136 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13137
13138         * nnml.el (nnml-check-directory-twice): Remove.
13139         (nnml-retrieve-headers): Ditto.
13140         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
13141
13142 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13143
13144         * nnheader.el (nnheader-directory-files-is-safe): No need to read
13145         directory twice on Windows, or on GNU Emacs-21.
13146
13147 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13148
13149         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
13150         (nnml-request-rename-group): Ditto.
13151         (nnml-active-number): Ditto.
13152         (nnml-request-create-group): Use nnml-directory-articles.
13153         (nnml-request-expire-articles): Use nnml-directory-articles, which
13154         gets list from nov database if available.
13155         (nnml-get-nov-buffer): New function.
13156         (nnml-open-nov): Use it.
13157         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
13158         gets alist from nov database if available.
13159         (nnml-directory-articles): New function.
13160         (nnml-article-to-file-alist): New function.
13161
13162 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13163
13164         * mm-decode.el (mm-display-external): Use `name' as filename, if
13165         `filename' attribute is not present.
13166
13167 2001-08-30  Andrew Innes  <andrewi@gnu.org>
13168
13169         * mail-source.el (mail-source-flash): New defcustom.
13170         (mail-source-new-mail-p): Ring visible bell if appropriate.
13171         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
13172         timer is cleared even if mail check signals an error.
13173
13174 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13175
13176         * gnus-sum.el (gnus-summary-move-article): Only update marks of
13177         type 'list.
13178
13179 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13180
13181         * flow-fill.el (fill-flowed): eol might be point-max.
13182
13183 2001-08-27  Simon Josefsson  <jas@extundo.com>
13184
13185         * nnml.el (nnml-request-update-info): Fix message.
13186         (nnml-open-marks): Ditto.
13187
13188         * nnfolder.el (nnfolder-request-update-info):
13189         (nnfolder-open-marks): Fix message.
13190
13191 2001-08-25  Simon Josefsson  <jas@extundo.com>
13192
13193         * nnfolder.el (nnfolder-save-marks): Don't create directory named
13194         after group in ~/.
13195
13196 2001-08-25  Simon Josefsson  <jas@extundo.com>
13197         From Andreas Jaeger  <aj@suse.de>
13198
13199         * nnfolder.el (nnfolder-open-marks): Fix typo.
13200         * nnml.el (nnml-open-marks): Likewise.
13201
13202 2001-08-25  Simon Josefsson  <jas@extundo.com>
13203
13204         Make nnfolder groups self-contained as far as marks are concerned.
13205
13206         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
13207         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
13208         (nnfolder-open-server): Make marks directory.
13209         (nnfolder-request-delete-group): Delete marks file.
13210         (nnfolder-request-delete-group): Check of nov/marks file exist
13211         before deleting.
13212         (nnfolder-request-rename-group): Rename marks file.
13213         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
13214         (nnfolder-request-set-mark, nnfolder-request-update-info)
13215         (nnfolder-group-marks-pathname, nnfolder-save-marks)
13216         (nnfolder-open-marks): New functions.
13217         (top-level): Require gnus.
13218
13219 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13220
13221         * nnweb.el (nnweb-type-definition): Use google raw file.
13222         (nnweb-google-parse-1): Ditto.
13223         (nnweb-google-identity): Ditto.
13224         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
13225         (nnweb-altavista-wash-article): Ditto.
13226         (nnweb-request-article): Remove nnweb-decode-entities.
13227
13228         * nnml.el: Require 'gnus.
13229
13230 2001-08-25  Simon Josefsson  <jas@extundo.com>
13231
13232         * nnml.el (nnml-marks-is-evil): Add doc.
13233
13234 2001-08-25  Simon Josefsson  <jas@extundo.com>
13235
13236         * nnml.el (nnml-save-marks): Wrap saving marks in a
13237         condition-case, to allow user to start Gnus if saving marks failed
13238         for some reason.
13239
13240 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13241
13242         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
13243
13244         * gnus-group.el (gnus-update-group-mark-positions): Bind
13245         gnus-group-update-hook to nil.
13246
13247 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13248
13249         * mml.el (mml-generate-mime-1): Force as multibyte string.
13250
13251 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13252
13253         * gnus-sum.el (gnus-summary-insert-line)
13254         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
13255         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
13256
13257         * gnus-spec.el (gnus-correct-substring): Take optional END.
13258
13259         * nnrss.el (nnrss-request-article): Remove \n.
13260         (nnrss-retrieve-headers): Lines number is -1.
13261
13262 2001-08-24  Simon Josefsson  <jas@extundo.com>
13263
13264         * gnus-group.el (gnus-info-clear-data): Call
13265         nnfoo-request-set-mark to propagate marks.  Fix bug:
13266         `gnus-group-update-line' doesn't update read range unless we call
13267         `gnus-get-unread-articles-in-group' first.
13268
13269         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
13270         to server.
13271
13272 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13273
13274         * gnus-util.el (gnus-create-info-command): Return an interactive
13275         function.
13276
13277 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13278         From Katsumi Yamaoka <yamaoka@jpl.org>
13279
13280         * gnus-spec.el (gnus-parse-complex-format): Use equal.
13281
13282 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13283
13284         * gnus-sum.el (gnus-select-newsgroup): Use it.
13285
13286         * gnus-util.el (gnus-not-ignore): New function.
13287
13288         * lpath.el (featurep): Don't fbind char-int.
13289
13290         * gnus-util.el (gnus-create-info-command): New function.
13291
13292         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
13293         right node.
13294
13295         * gnus-sum.el (gnus-select-newsgroup): Clean up.
13296         (gnus-summary-limit-children): Use 'identity instead of `all'.
13297         (gnus-summary-limit-to-display-predicate): New command and
13298         keystroke.
13299
13300 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13301
13302         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
13303
13304         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
13305
13306 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13307
13308         * gnus-spec.el: Add the Gnus version.
13309         (gnus-update-format-specifications): If the Gnus version changes,
13310         nix out the format spec cache.
13311
13312         * gnus.el (gnus-continuum-version): Made into a command and
13313         optionalize the VERSION.
13314
13315         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
13316         the start of the lines.
13317
13318 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13319
13320         * gnus.el (gnus-visual-p): Define function before use of
13321         function.
13322
13323 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13324
13325         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
13326         (gnus-article-mark-to-type): New function.
13327         (gnus-update-missing-marks): Only update marks of type 'list.
13328
13329         * gnus.el (gnus-article-special-mark-lists): New variable.
13330
13331 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13332
13333         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
13334         (gnus-select-newsgroup): Still use 'all.
13335         (gnus-summary-initial-limit): Comparing with 'all.
13336
13337 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13338
13339         * gnus-start.el (gnus-activate-group): If dont-check, don't update
13340         active.
13341
13342 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13343
13344         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
13345         nnslashdot-*-retrieve-headers.
13346         (nnslashdot-request-article): Fix for slashcode 2.2.
13347         (nnslashdot-make-tuple): New function.
13348         (nnslashdot-read-groups): Use it.
13349
13350 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13351
13352         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
13353         list.
13354
13355         * gnus-sum.el (gnus-summary-move-article): Don't select article.
13356
13357 2001-08-20  Simon Josefsson  <jas@extundo.com>
13358
13359         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
13360         opened, error instead of continuing (and exploding later).
13361
13362 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13363
13364         * gnus.el (gnus-expand-group-parameters): Return the parameter
13365         list.
13366
13367         * gnus-sum.el (gnus-summary-show-article): Doc fix.
13368         (gnus-summary-show-article): Guess at charset if required.
13369
13370         * gnus-spec.el (gnus-correct-substring): Stopped one character
13371         before we wanted.
13372
13373 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13374
13375         * earcon.el (earcon-auto-play): Remove unused option.
13376
13377 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13378
13379         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
13380         message down in levels, since it happens very fast.
13381
13382         * smiley-ems.el (smiley-update-cache): Respect the symbol version
13383         of smiley-regexp-alist.
13384
13385         * mm-view.el (mm-inline-text): Ignore vcard errors.
13386
13387         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
13388
13389         * gnus-score.el (gnus-all-score-files): Use append instead of
13390         nconc.
13391
13392         * gnus.el (gnus-splash-face): Doc fix.
13393
13394         * mm-decode.el (mm-mailcap-command): Use
13395         mm-path-name-rewrite-functions.
13396         (mm-path-name-rewrite-functions): New variable.
13397
13398         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
13399         (gnus-complex-form-to-spec): Insert tab.
13400         (gnus-spec-tab): New function.
13401
13402         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
13403         entering the group.
13404
13405         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
13406         the positional spec.
13407         (gnus-parse-complex-format): React to %C.
13408
13409         * gnus-ems.el (gnus-char-width): Moved here.
13410
13411         * gnus-sum.el (gnus-select-newsgroup): Set
13412         gnus-newsgroup-articles.
13413         (gnus-unseen-mark): New variable.
13414         (gnus-newsgroup-unseen): Ditto.
13415         (gnus-newsgroup-seen): Ditto.
13416         (gnus-adjust-marked-articles): Use them.
13417         (gnus-update-marks): Use them.
13418         (gnus-summary-update-secondary-mark): Display.
13419         (gnus-summary-prepare-threads): Display.
13420
13421         * gnus-msg.el (gnus-inews-group-method): Use and return the
13422         method, not the server.
13423
13424 2001-08-19  Simon Josefsson  <jas@extundo.com>
13425
13426         * gnus-srvr.el (gnus-server-agent-face): New.
13427         (gnus-server-agent-face): New.
13428         (gnus-server-mode): Turn on font-lock-mode.
13429
13430         * gnus.el (gnus-server-visual): Add defgroup.
13431
13432 2001-08-19  Simon Josefsson  <jas@extundo.com>
13433         From Joe Casadonte <jcasadonte@northbound-train.com>
13434
13435         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
13436         gnus-server-denied-face): New.
13437         (gnus-server-opened-face, gnus-server-closed-face,
13438         gnus-server-denied-face): New.
13439         (gnus-server-font-lock-keywords): Add.
13440
13441 2001-08-19  Simon Josefsson  <jas@extundo.com>
13442
13443         * nnml.el (nnml-request-set-mark): Return nil.
13444         (nnml-save-marks): Use nnml-possibly-create-directory.
13445         (nnml-open-marks): Only work in temp buffer when inserting/reading
13446         .marks file.
13447
13448 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13449
13450         * gnus.el (gnus-expand-group-parameters): Fix.
13451
13452         * gnus-spec.el (gnus-char-width): New function.
13453         (gnus-correct-substring, gnus-correct-length): Use it.
13454
13455         * message.el (message-required-mail-headers): Fix doc.
13456
13457 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13458
13459         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
13460
13461         * mm-decode.el (mm-save-part-to-file): Insert the handle.
13462
13463 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13464
13465         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
13466         slashdot 2.2 (not fully fixed yet).
13467         (nnslashdot-request-article): Ditto.
13468
13469 2001-08-18  Simon Josefsson  <jas@extundo.com>
13470
13471         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
13472         nnimap.
13473
13474         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
13475         gnus-util.
13476         (nnimap-request-update-info-internal): Use new functions.
13477
13478         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
13479         new functions.
13480
13481 2001-08-18  Simon Josefsson  <jas@extundo.com>
13482
13483         Make nnml groups self-contained as far as marks are concerned.
13484
13485         * nnml.el (nnml-request-delete-group): Delete marks file.
13486         (nnml-request-rename-group): Move marks file.
13487         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
13488         variables.
13489         (nnml-request-set-mark, nnml-request-update-info): New server
13490         functions.
13491         (nnml-save-marks, nnml-open-marks): New functions.
13492
13493 2001-08-18  Simon Josefsson  <jas@extundo.com>
13494
13495         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
13496         `set' when setting marks.
13497
13498 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13499
13500         * gnus.el (gnus-info-find-node): Take an argument.
13501
13502         * gnus-art.el (gnus-button-handle-info): New function.
13503         (gnus-url-unhex-string): Replace "+" with " ".
13504
13505 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13506
13507         * message.el (message-check-news-header-syntax): Check bad From.
13508
13509 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13510
13511         * gnus-spec.el (gnus-correct-length): New function.
13512         (gnus-correct-substring): New function.
13513         (gnus-tilde-max-form): Use it.
13514
13515 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
13516
13517         * nnmh.el: Docstring changes as below.
13518
13519         * nnml.el: Docstring changes as below.
13520
13521         * nnbabyl.el: Docstring changes as below.
13522
13523         * nnmbox.el: Docstring changes as below.
13524
13525         * nnfolder.el: Added docstrings identifying each virtual server
13526         parameter.
13527
13528 2001-08-18  Simon Josefsson  <jas@extundo.com>
13529
13530         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
13531
13532 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
13533
13534         * message.el: rename "Abort Message" to "Postpone Message".
13535         Remove "Attach file as MIME" from Message menu, it's already in
13536         the MIME menu.
13537
13538 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13539
13540         * smime.el (smime-point-at-eol): eval-and-compile.
13541         (smime-make-temp-file): New function.
13542         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
13543         Use it.
13544
13545 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13546
13547         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
13548         (gnus-agent-summary-fetch-group): New command and keystroke.
13549
13550         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
13551         (gnus-mime-display-security): Make it respect
13552         gnus-unbuttonized-mime-type-p.
13553
13554         * gnus-sum.el (gnus-articles-to-read): Comments.
13555         (gnus-article-marked-p): New function.
13556         (gnus-summary-display-make-predicate): New function.
13557         (gnus-select-newsgroup): Use them.
13558
13559         * mm-decode.el (mm-save-part-to-file): Made it not error.
13560
13561 2001-08-17  Simon Josefsson  <jas@extundo.com>
13562
13563         * imap.el (imap-wait-for-tag): If process-status isn't open or
13564         run, return nil instead of sit-for looping.
13565
13566 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13567
13568         * lpath.el (featurep): fbind xml-parse-region.
13569
13570         * gnus.el (gnus-message-archive-method): Default to "archive".
13571         (gnus-message-archive-method): Doc fix.
13572         (gnus-parameters-get-parameter): Cleaned up.
13573         (gnus-expand-group-parameter): New function.
13574
13575         * gnus-start.el (gnus-setup-news): Push the archive server only
13576         the server list.
13577
13578         * mml.el (mml-menu): Changed name to "Attachments".
13579
13580         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
13581         when there is something to detroy.
13582
13583 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13584
13585         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
13586         nil.
13587
13588 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13589
13590         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
13591         which specifies a time today or tomorrow.
13592
13593 2001-08-15  Simon Josefsson  <jas@extundo.com>
13594         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
13595
13596         * gnus-agent.el (gnus-agent-make-mode-line-string)
13597         (gnus-agent-toggle-plugged): Use new API.
13598
13599 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13600
13601         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
13602         deadline has expired.
13603
13604 2001-08-12  Simon Josefsson  <jas@extundo.com>
13605         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
13606
13607         Support `recent' mark indicating newly arrived messages (to
13608         separate from old but unread messages).
13609
13610         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
13611         `nnmail-split-history' if recent is > 0.
13612         (nnimap-request-update-info-internal): Update `recent' marks.
13613         (nnimap-request-set-mark): Never set `recent' marks.
13614         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
13615         recent.
13616
13617         * gnus-sum.el (gnus-recent-mark): New mark.
13618         (gnus-newsgroup-recent): New variable.
13619         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
13620         (gnus-summary-prepare-threads): Mark recent articles.
13621         (gnus-summary-add-mark): Support recent.
13622         (gnus-summary-update-secondary-mark): Support recent.
13623
13624         * gnus.el (gnus-article-mark-lists): Add recent.
13625
13626 2001-08-12  Simon Josefsson  <jas@extundo.com>
13627
13628         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
13629         whether successful decoding took place.  Add doc.
13630
13631 2001-08-12  Simon Josefsson  <jas@extundo.com>
13632         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
13633
13634         * gnus.el (gnus-summary-line-format, gnus-parameters):
13635         * gnus-gl.el (gnus-summary-grouplens-line-format):
13636         * gnus-salt.el (gnus-summary-pick-line-format):
13637         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
13638
13639 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
13640         Committed by Kai Gro\e,b_\e(Bjohann.
13641
13642         * gnus-score.el (gnus-score-string): Fix `match' regexp
13643         for `extra' header case.
13644
13645 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13646
13647         * nnmbox.el (nnmbox-read-mbox): No warning.
13648
13649 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13650
13651         * nndoc.el (nndoc-article-type): Fix doc.
13652         (nndoc-generate-article-function): New variable.
13653         (nndoc-dissection-function): New variable.
13654         (nndoc-type-alist): Add oe-dbx.
13655         (nndoc-oe-dbx-type-p): New function.
13656         (nndoc-oe-dbx-dissection): New function.
13657         (nndoc-oe-dbx-generate-article): New function.
13658
13659 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13660
13661         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
13662         whether deadline has been reached.  Patch from Dan Nicolaescu
13663         <dann@godzilla.ics.uci.edu>.
13664
13665 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13666
13667         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
13668         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
13669         <rintaman@cs.Helsinki.FI>.
13670
13671         * mail-source.el (mail-source-movemail): The error buffer is
13672         modified, but nothing in it.
13673
13674 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13675
13676         * message.el (message-bogus-system-names): New variable.
13677         (message-make-fqdn): Use it.
13678
13679 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13680
13681         * nndraft.el (nndraft-request-group): Use
13682         nndraft-auto-save-file-name.
13683
13684 2001-08-09  Simon Josefsson  <jas@extundo.com>
13685
13686         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
13687         Don't ask whether to decrypt.  Just leave result in buffer (don't
13688         call mm).
13689
13690         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
13691         parts as well.
13692         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
13693         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
13694
13695 2001-08-09  Simon Josefsson  <jas@extundo.com>
13696
13697         * mm-decode.el (mm-insert-part): Return decoding success status.
13698         (mm-save-part-to-file): Error if decoding failed.
13699
13700 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13701
13702         * message.el (message-tab): Use indent-relative.
13703         (message-mode): Don't bind indent-line-function to indent-relative.
13704
13705 2001-08-09  Simon Josefsson  <jas@extundo.com>
13706
13707         * message.el (message-get-reply-headers): Fix string. Suggested by
13708         Christoph Conrad <cc@cli.de>.
13709
13710 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13711
13712         * message.el (message-tab): Use the current value of
13713         indent-line-function.
13714         (message-mode): Bind indent-line-function to indent-relative.
13715
13716 2001-08-08  Simon Josefsson  <jas@extundo.com>
13717
13718         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
13719         whether `imtest' is installed.
13720
13721 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13722         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13723
13724         * gnus-sum.el (gnus-summary-show-article): Call
13725         gnus-summary-update-secondary-secondary-mark.
13726         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
13727         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
13728
13729 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13730
13731         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
13732
13733         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13734
13735         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
13736         <gerd@gnu.org>.
13737
13738         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
13739
13740         * gnus-util.el (gnus-output-to-rmail): Ditto.
13741         (gnus-output-to-mail): Ditto.
13742
13743         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
13744
13745 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
13746
13747         * message.el (message-indent-citation): Use
13748         `message-yank-cited-prefix' for empty lines.
13749
13750 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
13751
13752         * message.el (message-indent-citation): Quote only lines starting
13753         with ">" using `message-yank-cited-prefix'.
13754
13755 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13756         Trivial patch.
13757
13758         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
13759         gnus-cache-fully-p.
13760
13761 2001-08-04  Simon Josefsson  <jas@extundo.com>
13762
13763         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
13764         file if it doesn't exist (by calling gnus-cache-read-active).
13765
13766 2001-08-04  Simon Josefsson  <jas@extundo.com>
13767
13768         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
13769         (gnus-cache-passively-or-fully-p): Removed.
13770         (gnus-cache-fully-p): Fix it.
13771
13772         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
13773
13774 2001-08-04  Simon Josefsson  <jas@extundo.com>
13775
13776         * gnus-cache.el (gnus-cache-fully-p)
13777         (gnus-cache-passively-or-fully-p): New functions.
13778         (gnus-cache-possibly-enter-article): Cosmetic change, use
13779         `g-c-p-o-f-p'.
13780         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
13781         was bogus (`g-c-p-a-a' does not change active info, just change
13782         the functions parameters).
13783         (gnus-cache-possibly-remove-articles-1): Make sure articles are
13784         not removed in groups that match `gnus-uncacheable-groups'.
13785
13786         Reported and modifications based on discussions with Nuutti
13787         Kotivuori <nuutti.kotivuori@smarttrust.com>.
13788
13789 2001-08-04  Simon Josefsson  <jas@extundo.com>
13790         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13791
13792         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
13793         calls `gnus-cache-update-active' if bounds has been extended.
13794
13795 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13796
13797         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
13798         before remove.
13799         (gnus-mime-security-show-details): Ditto.
13800
13801 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13802
13803         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
13804         syntax.  Protect string-match against nil string and regexp.
13805
13806 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13807
13808         * mm-util.el (mm-find-charset-region): Remove control-1.
13809
13810 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13811
13812         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
13813
13814 2001-08-04  Simon Josefsson  <jas@extundo.com>
13815
13816         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
13817         buffer.  Delete MIME-Version header.
13818
13819 2001-08-03  Simon Josefsson  <jas@extundo.com>
13820
13821         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
13822         that is entered does not necessarily have the highest article
13823         number in the group, so use `gnus-cache-possibly-alter-active'
13824         instead of `gnus-cache-update-active'.
13825
13826 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13827
13828         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
13829
13830 2001-08-03  Simon Josefsson  <jas@extundo.com>
13831
13832         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
13833         menu.
13834
13835 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * gnus.el (post-method): New group parameter.  It also provides
13838         the user option `gnus-post-method-alist' and the internal function
13839         `gnus-parameter-post-method'.
13840
13841         * gnus-msg.el (gnus-post-method): Bind the value of
13842         `gnus-post-method' to the group parameter if it is defined.
13843
13844 2001-08-02  Simon Josefsson  <jas@extundo.com>
13845
13846         * smime.el (smime-extra-arguments): Removed.
13847         (smime-call-openssl-region): Don't use it.
13848
13849 2001-08-02  Simon Josefsson  <jas@extundo.com>
13850
13851         * smime.el (smime-sign-region): Handle stderr.
13852         (smime-encrypt-region): Ditto.
13853
13854         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
13855         match the ASN.1 length bytes.
13856         (mm-pkcs7-enveloped-magic): Ditto.
13857         (mm-view-pkcs7-get-type): Don't regexp quote.
13858
13859 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13860         From Andreas Fuchs <asf@void.at>
13861
13862         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
13863
13864 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13865
13866         * gnus-art.el (gnus-header-button-alist): References regexp.
13867
13868 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
13869
13870         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
13871         already fboundp.  Add INTERACTIVE arg to autoload form.
13872
13873 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13874
13875         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
13876
13877         * nnmail.el (nnmail-cache-open): Ditto.
13878
13879 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13880
13881         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
13882
13883 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
13886
13887 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13888         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13889
13890         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
13891         (gnus-agent-toggle-plugged): Use it.
13892
13893 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13894
13895         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
13896         (gnus-ding-file-coding-system): New variable.
13897         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
13898         (gnus-slave-save-newsrc): Use it.
13899
13900 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13901
13902         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
13903         syntax.
13904
13905 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13906         Originally from Andreas Fuchs <asf@void.at>
13907
13908         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
13909         (mml2015-gpg-pretty-print-fpr): New function.
13910         (mml2015-gpg-extract-signature-details): More details, rename from
13911         `m-g-e-from'.
13912         (mml2015-gpg-verify): Use them.
13913         (mml2015-gpg-clear-verify): Use them.
13914
13915 2001-07-31  Simon Josefsson  <jas@extundo.com>
13916
13917         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
13918         buffer when done.
13919
13920 2001-07-30  Simon Josefsson  <jas@extundo.com>
13921
13922         * smime.el (smime-call-openssl-region): Revert previous change,
13923         just pass on buf to `call-process-region'.
13924         (smime-verify-region): Doc fix.  Don't message stuff.  Use
13925         `smime-new-details-buffer'.  Inserts error messages into buffer.
13926         (smime-noverify-region): Ditto.
13927         (smime-decrypt-region): Ditto.  Handles stderr separately.
13928         (smime-verify-buffer, smime-noverify-buffer)
13929         (smime-decrypt-buffer): Doc fix.
13930         (smime-new-details-buffer): New function.
13931         (smime-pkcs7-region, smime-pkcs7-certificates-region)
13932         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
13933         (smime-sign-region, smime-encrypt-region): Don't use
13934         `insert-buffer'.
13935
13936         * mml-smime.el (mml-smime-verify): Fix security button strings.
13937
13938 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13939
13940         * gnus-art.el (gnus-mime-save-part-and-strip): Save
13941         gnus-article-mime-handles.
13942
13943 2001-07-29  Simon Josefsson  <jas@extundo.com>
13944
13945         * mail-source.el (top-level): Require message for message-directory.
13946         (mail-source-directory): Change default to message-directory.
13947
13948         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
13949         (smime-certificate-directory, smime-openssl-program)
13950         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
13951         (smime-extra-arguments): New variable.
13952         (smime-dns-server): Fix customize group.
13953         (smime-call-openssl-region): Use `smime-extra-arguments'.
13954
13955 2001-07-29  Simon Josefsson  <jas@extundo.com>
13956         From Vladimir Volovich <vvv@vsu.ru>
13957
13958         * smime.el (smime-call-openssl-region): Ignore stderr.
13959
13960 2001-07-29  Simon Josefsson  <jas@extundo.com>
13961         From Christoph Conrad <christoph.conrad@gmx.de>
13962
13963         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
13964         file.
13965
13966 2001-07-29  Simon Josefsson  <jas@extundo.com>
13967
13968         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
13969
13970         Support S/MIME decryption.
13971
13972         * mm-decode.el (mm-inline-media-tests):
13973         (mm-inlined-types):
13974         (mm-automatic-display):
13975         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
13976
13977         * mm-view.el (mm-pkcs7-signed-magic):
13978         (mm-pkcs7-enveloped-magic): New variables.
13979         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
13980         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
13981         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
13982         PKCS#7 blobs.
13983
13984         * smime.el (smime-decrypt-region): Expand keyfile.
13985
13986 2001-07-29  Simon Josefsson  <jas@extundo.com>
13987
13988         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
13989         `ssl.el' variables.
13990
13991         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
13992         but line instead of narrowing to it, because `nnmail-parse-active'
13993         calls widen.  Thanks to Christoph Conrad
13994         <christoph.conrad@gmx.de>.
13995
13996 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13997
13998         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
13999         for %B spec.
14000
14001         * gnus-sum.el (gnus-summary-prepare-threads): If
14002         gnus-sum-thread-tree-root is nil, use subject instead.
14003         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
14004         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14005         (gnus-sum-thread-tree-leaf-with-other)
14006         (gnus-sum-thread-tree-single-leaf): Documentation.
14007         (gnus-sum-thread-tree-single-indent): Allow nil.
14008
14009 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14010
14011         * message.el (message-fill-paragraph): Do nothing if the user
14012         wants filladapt-mode.
14013
14014 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14015
14016         * mm-decode.el (mm-image-type-from-buffer): New function.
14017         (mm-get-image): Use it.
14018
14019 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14020
14021         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
14022
14023         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
14024         mm-display-parts too.
14025
14026 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14027
14028         * nnfolder.el (nnfolder-request-accept-article): Bind
14029         nntp-server-buffer.
14030
14031         * nnmail.el (nnmail-parse-active): Read from buffer instead of
14032         nntp-server-buffer.
14033
14034 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14035
14036         * message.el (message-check-news-header-syntax): Use
14037         message-post-method.
14038         (message-send-news): Bind message-post-method.
14039
14040 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14041
14042         * mml.el (mml-tweak-type-alist): New variable.
14043         (mml-tweak-function-alist): New variable.
14044         (mml-tweak-part): New function.
14045         (mml-generate-mime-1): Use it.
14046
14047 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14048
14049         * nnfolder.el (nnfolder-request-accept-article): Replace
14050         nnfolder-request-list.
14051
14052 2001-07-27  Simon Josefsson  <jas@extundo.com>
14053
14054         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
14055         nnoo-change-server failed to do it.
14056
14057 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14058
14059         * gnus.el (gnus-parameters): Make it customizable.
14060
14061 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14062
14063         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
14064
14065         * message.el (message-set-auto-save-file-name): More
14066         poor-system-types.
14067
14068         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
14069
14070         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
14071         supports +.
14072
14073 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14074
14075         * mm-decode.el (mm-readable-p): New function.
14076         (mm-inline-media-tests): Fix the default testers.
14077
14078 2001-07-26  Simon Josefsson  <jas@extundo.com>
14079
14080         * nnimap.el (nnimap-version): Bump version number.
14081
14082 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14083         From Steven E. Harris <seh@speakeasy.org>
14084
14085         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
14086         in M$Windows too.
14087
14088 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14089
14090         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
14091
14092 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14093
14094         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
14095
14096         * mm-decode.el (mm-get-image): Guess then use the type.
14097
14098         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
14099
14100 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
14101
14102         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
14103         display (%B) for threads if threading is off.
14104
14105 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14106         From Henrik Enberg <henrik@enberg.org>
14107
14108         * gnus-msg.el: Customization patch.
14109
14110 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
14111
14112         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
14113         variable.
14114         (nnmail-split-fancy-with-parent): Ignore certain groups.
14115
14116 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14117
14118         * gnus-util.el (gnus-byte-compile): New function.
14119         (gnus-use-byte-compile): New variable.
14120         (gnus-make-sort-function): Use it.
14121
14122         * nnmail.el (nnmail-get-new-mail): Use it.
14123
14124         * gnus-agent.el (gnus-category-make-function): Simple function or
14125         compiled function.
14126         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
14127
14128         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
14129         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
14130         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
14131
14132         * message.el (message-check-news-header-syntax): Remove quote.
14133
14134 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14135
14136         * message.el (message-use-mail-followup-to): `t' is not a
14137         documented value.
14138
14139 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14140
14141         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
14142
14143 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14144
14145         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
14146         there are long lines.
14147
14148 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * dgnushack.el (copy-list): New compiler macro.
14151
14152 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14153
14154         * message.el (message-bounce): If no Return-Path, the whole
14155         content is considered as the original message.
14156
14157         * nnml.el (nnml-check-directory-twice): New variable.
14158         (nnml-article-to-file): Use it.
14159         (nnml-retrieve-headers): Hack it.
14160
14161 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14162
14163         * gnus-win.el (gnus-buffer-configuration): New configure.
14164
14165         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
14166         not alive.
14167
14168         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
14169         (mm-display-external): Use display-term configure.
14170
14171 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14172
14173         * gnus-delay.el (gnus-delay-default-hour): New variable.
14174         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
14175
14176 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14177         From Karl Kleinpaste <karl@charcoal.com>
14178
14179         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
14180         (gnus-summary-prepare-threads): Ditto.
14181
14182         * gnus.el (gnus-summary-line-format): Add %B.
14183
14184 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14185
14186         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
14187
14188         * mm-util.el (mm-string-as-multibyte): New function.
14189
14190         * nnmh.el (nnmh-request-list-1): Encode, not decode!
14191
14192 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14193
14194         * mm-util.el (mm-universal-coding-system): New variable.
14195
14196         * gnus-start.el (gnus-startup-file-coding-system): Use it.
14197
14198         * score-mode.el (score-mode-coding-system): Use it.
14199
14200 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * gnus-start.el (gnus-setup-news): Call
14203         `gnus-check-bogus-newsgroups' just after the native server is
14204         opened.
14205
14206 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14207
14208         * nnmail.el (nnmail-do-request-post): Util function to be used by
14209         `nnchoke-request-post' for all nnmail-derived backends.
14210
14211         * nnml.el (nnml-request-post): Use it.
14212
14213         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
14214         backend, for it groks nnml-request-post.
14215
14216         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
14217         Treat `mail-post' backends like `mail' backends, not like `news'
14218         backends.
14219
14220 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14221
14222         * gnus-msg.el (gnus-setup-message): make-local-hook.
14223
14224 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14225
14226         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
14227         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
14228         <karl@charcoal.com>, slightly changed by Kai.
14229
14230         * message.el (message-check-news-header-syntax): When checking
14231         whether the groups exist, check the right server based on
14232         `gnus-post-method'.
14233
14234 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14235
14236         * gnus-delay.el: New file.
14237
14238 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14239
14240         * mm-util.el (mm-read-coding-system): Take two arguments.
14241
14242         * gnus-sum.el (gnus-summary-show-article): Use
14243         mm-read-coding-system.
14244
14245         * gnus-art.el (article-de-quoted-unreadable):
14246         (article-de-base64-unreadable, article-wash-html):
14247         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
14248
14249 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14250
14251         * nnml.el (nnml-request-post): New function.  Can be used for
14252         annotations in nnml groups.
14253
14254 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
14257         command.
14258
14259         * gnus-start.el (gnus-find-new-newsgroups): Use
14260         `message-make-date' instead of `current-time-string'.
14261         (gnus-ask-server-for-new-groups): Ditto.
14262         (gnus-check-first-time-used): Ditto.
14263
14264 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14265
14266         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
14267
14268 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
14269
14270         * message.el (message-shorten-references): Change `maxcount' and
14271         `cut' to obey USEFOR draft 5.
14272
14273 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
14274
14275         * gnus-sum.el (gnus-summary-display-arrow): New variable.
14276         (gnus-summary-set-article-display-arrow): New function.
14277         (gnus-summary-goto-subject): Use it.
14278
14279 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14280
14281         * gnus-sum.el (gnus-summary-import-article): Insert date if
14282         doesn't exist.
14283
14284 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14285
14286         * mml.el (mml-content-type-parameters): New variable.
14287         (mml-content-disposition-parameters): New variable.
14288         (mml-insert-mime-headers): Use them.
14289         (mml-parse-1): Accept charset.
14290
14291 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14292
14293         * gnus-group.el (gnus-group-select-group): Doc fix.
14294
14295         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
14296
14297 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
14300         to handle `define-derived-mode'.
14301
14302 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14303         From:  Stefan Monnier  <monnier@cs.yale.edu>
14304
14305         * message.el (message-mode): Use define-derived-mode.
14306         (message-tab): message-completion-alist.
14307
14308         * imap.el (imap-interactive-login): Use make-local-variable.
14309         (imap-open): Ditto.
14310         (imap-authenticate): Ditto.
14311
14312         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
14313
14314         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
14315
14316 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14317
14318         * message.el (message-citation-line-function): Refer to
14319         gnus-cite-attribution-suffix.
14320
14321 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14322
14323         * gnus-art.el,...: Error convention changes.
14324
14325 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14326
14327         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
14328
14329 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14330
14331         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
14332         (nnrss-read-server-data): Ditto.
14333
14334 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14335
14336         * gnus-setup.el (gnus-use-installed-gnus): Typo.
14337         * Cleanup files.
14338         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
14339
14340 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14341
14342         * gnus.el (gnus-summary-line-format): Add %o.
14343
14344         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
14345         unless shell outputs something.
14346
14347 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14348
14349         * gnus-art.el (gnus-boring-article-headers): Better doc.
14350         (article-hide-headers): Better regexp.
14351         Suggested by Matt Swift <swift@alum.mit.edu>.
14352
14353         * nnheader.el (nnheader-max-head-length): Better doc.
14354         (nnheader-header-value): Skip spaces.
14355         (nnheader-parse-head): Remove space.
14356         Suggested by Matt Swift <swift@alum.mit.edu>.
14357
14358         * gnus-sum.el (gnus-summary-show-raw-article): New function.
14359         (gnus-get-newsgroup-headers): Remove space.
14360
14361 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14362
14363         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
14364         (gnus-summary-reply): Use it.
14365         (gnus-summary-reply-broken-reply-to): New function.
14366         (gnus-msg-force-broken-reply-to): New function.
14367
14368         * mm-view.el (mm-inline-text): Showing as text/plain when error.
14369
14370 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14371
14372         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
14373
14374 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14375
14376         * mm-decode.el (mm-external-terminal-program): New variable.
14377         (mm-display-external): Use it. Use term to display when no
14378         window-system.
14379
14380 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
14381
14382         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
14383         Browse->Next entries to Browse->Prev
14384
14385 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14386
14387         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
14388
14389 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14390
14391         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
14392         for the default encoding.
14393
14394         * nnrss.el (nnrss-url-field): New field.
14395         (nnrss-request-article): Add newsgroups.
14396
14397         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
14398
14399 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14400
14401         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
14402
14403         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
14404         (gnus-draft-setup): Remove backlog.
14405
14406 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14407
14408         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
14409         Cleanup.
14410
14411 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14412
14413         * gnus-msg.el (gnus-bug): Erase buffer.
14414
14415         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
14416
14417 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14418
14419         * mm-decode.el (mm-attachment-override-p): Fix typo.
14420
14421 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
14422
14423         * gnus-kill.el (gnus-execute): Work with the extra headers.
14424         * gnus-sum.el (gnus-summary-execute-command): Ditto.
14425
14426 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14427
14428         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
14429         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
14430
14431         * message.el (message-send-mail-real-function): New variable.
14432         (message-send-mail-partially, message-send-mail):
14433
14434         * nngateway.el (nngateway-request-post): Use it.
14435
14436         * gnus-agent.el (gnus-agentize): Use it.
14437
14438         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
14439         (nnsoup-revert-variables): Use it.
14440
14441 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
14442
14443         * mm-decode.el (mm-inline-media-tests): Default to displaying as
14444         text/plain if the type doesn't match any other media types.
14445         (mm-inlined-types): Doc fix.
14446         (mm-display-inline): Revert previous change (now handled by a
14447         default type in `mm-inline-media-tests'.
14448         (mm-inlinable-p): Revive.
14449         (mm-display-part): Call `mm-inlinable-p'.
14450         (mm-attachment-override-p): Ditto.
14451         (mm-inlined-p): Doc fix.
14452
14453         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
14454         well as `mm-inlined-p'.
14455
14456 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14457
14458         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
14459         (nntp-send-command-and-decode): Use gnus-point-at-bol.
14460
14461 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14462         From  Paul Jarc <prj@po.cwru.edu>
14463
14464         * message.el (message-use-mail-followup-to): New variable.
14465         (message-get-reply-headers): Use it.
14466
14467 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
14468
14469         * nnheader.el (nnheader-init-server-buffer): Make sure the
14470         *nntpd* buffer is made multibyte instead of a random buffer.
14471
14472 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14473
14474         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
14475         when it returns headers.
14476
14477 2001-07-07  Simon Josefsson  <jas@extundo.com>
14478
14479         * rfc2047.el (rfc2047-encode-message-header): Skip header when
14480         trying to fold. Thanks to Colin Walters
14481         <walters@cis.ohio-state.edu>
14482
14483 2001-07-06  Simon Josefsson  <jas@extundo.com>
14484
14485         * imap.el (imap-parse-address-list, imap-parse-flag-list)
14486         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
14487         Add information in `assert's.
14488
14489         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
14490         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
14491         and `nnimap-group-overview-filename', should handle all
14492         change-of-uidvalidity related issues.  But there may be other
14493         problems.)
14494
14495 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14496
14497         * rfc2047.el (rfc2047-encode-message-header): Don't include the
14498         header name when folding.
14499
14500 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14501
14502         * mm-decode.el (mm-inlined-types): Document relationship with
14503         `mm-inline-media-tests'.
14504         (mm-display-inline): Default to displaying as plain text if no
14505         inlining handler is available.
14506         (mm-inlinable-p): Remove.
14507         (mm-inlined-p): Don't call `mm-inlinable-p'.
14508         (mm-automatic-display-p): Ditto.
14509         (mm-attachment-override-p): Ditto.
14510
14511 2001-07-04  Simon Josefsson  <jas@extundo.com>
14512
14513         * nnimap.el (nnimap-importantize-dormant): New variable.
14514         (nnimap-request-update-info-internal): Use it.
14515         (nnimap-request-set-mark): Ditto.
14516
14517 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14518
14519         * nntp.el (nntp-send-command): don't pass a buffer argument to
14520         `point'. Only XEmacs accepts this.
14521         * nntp.el (nntp-send-command-nodelete): ditto.
14522         * nntp.el (nntp-send-command-and-decode): ditto.
14523
14524 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14525
14526         * nntp.el (nntp-open-connection-function): doc update.
14527         * nntp.el (nntp-pre-command): New.
14528         * nntp.el (nntp-via-rlogin-command): New.
14529         * nntp.el (nntp-via-telnet-command): New.
14530         * nntp.el (nntp-via-telnet-switches): New.
14531         * nntp.el (nntp-via-user-name): New.
14532         * nntp.el (nntp-via-user-password): New.
14533         * nntp.el (nntp-via-address): New.
14534         * nntp.el (nntp-via-envuser): New.
14535         * nntp.el (nntp-via-shell-prompt): New.
14536         * nntp.el (nntp-open-telnet-stream): New.
14537         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
14538         * nntp.el (nntp-open-via-telnet-and-telnet): New.
14539         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
14540         * nntp.el (nntp-send-command): ditto.
14541         * nntp.el (nntp-send-command-nodelete): ditto.
14542         * nntp.el (nntp-send-command-and-decode): ditto.
14543
14544 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
14545         Trivial patch.
14546
14547         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
14548         `when'.
14549
14550 2001-07-03  Simon Josefsson  <jas@extundo.com>
14551         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
14552
14553         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
14554
14555 2001-07-03  Simon Josefsson  <jas@extundo.com>
14556
14557         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
14558         remove it (workaround XEmacs `fill-region' bug).
14559
14560 2001-07-01  Simon Josefsson  <jas@extundo.com>
14561
14562         * nnimap.el (nnimap-date-days-ago): Defeat locale.
14563
14564 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14565
14566         * mml2015.el (mml2015-format-error): New function.
14567         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
14568         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
14569         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
14570
14571 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14572
14573         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
14574         Suggested by Christoph Conrad <C.Conrad@cli.de>.
14575
14576         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
14577         group variables.
14578
14579 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14580
14581         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
14582
14583         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
14584         (nnrss-save-group-data): Ditto.
14585
14586         * gnus-agent.el (gnus-agent-save-alist): Ditto.
14587
14588 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * message.el (message-do-send-housekeeping): Narrow to headers.
14591
14592 2001-06-24  Simon Josefsson  <jas@extundo.com>
14593
14594         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
14595         insertion when breaking lines looked for " \t" instead of "[ \t]".
14596         (rfc2047-encode-message-header): Fold lines even if
14597         no QP encoding is done.
14598
14599 2001-06-23  Simon Josefsson  <jas@extundo.com>
14600         From Samuel Tardieu <sam@inf.enst.fr>
14601
14602         * smime.el (smime-keys): Support additional certificates.
14603         (smime-make-certfiles): New function.
14604         (smime-sign-region): Use previous variables.
14605         (smime-get-certfiles): New function.
14606         (smime-sign-buffer): Use it.
14607         (smime-verify-region): Support both CAfile and CApath.
14608
14609 2001-06-23  Simon Josefsson  <jas@extundo.com>
14610
14611         * smime.el (smime-decrypt-region): Perhaps work.
14612
14613 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14614
14615         * gnus-msg.el (gnus-copy-article-buffer): Typo.
14616
14617 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14618
14619         * mm-decode.el (mm-save-part): Rewrite file name.
14620         (mm-file-name-rewrite-functions): New variable.
14621         (mm-file-name-delete-whitespace): New function.
14622         (mm-file-name-trim-whitespace): New function.
14623         (mm-file-name-collapse-whitespace): New function.
14624         (mm-file-name-replace-whitespace): New variable and function.
14625
14626 2001-06-22  Simon Josefsson  <jas@extundo.com>
14627
14628         * message.el (message-make-date): Workaround locale for weekdays.
14629
14630 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14631
14632         * message.el (message-goto-body): Return nil if not found. (revert!)
14633
14634 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14635         From Fremlin <chief@bandits.org>
14636
14637         * message.el (message-goto-body): Some messages have no header.
14638
14639         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14640
14641 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14642
14643         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
14644
14645 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14646
14647         * message.el (message-make-date): Add week day.
14648         Suggested by Jason R. Mastaler <jason@mastaler.com>.
14649
14650 2001-06-19  Simon Josefsson  <jas@extundo.com>
14651
14652         * message.el (message-yank-prefix): Doc fix.
14653         (message-yank-cited-prefix): Ditto.
14654         (message-delete-not-region): Keep citation prefix on first line,
14655         if possible and appropriate.
14656
14657 2001-06-19  Simon Josefsson  <jas@extundo.com>
14658
14659         * imap.el (imap-process-connection-type): New variable.
14660         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
14661         recent `imtest's work completely (no line length issues), while
14662         making making old `imtest's unusable.  Thanks to NAGY Andras
14663         <nagya@inf.elte.hu> for his work.
14664
14665 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
14666
14667         * imap.el (imap-ssl-program): Add -quiet to shut up
14668         OpenSSL/SSLeay's internal debug talk.
14669
14670 2001-06-19  Matt Armstrong  <matt@lickey.com>
14671
14672         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
14673         server.
14674
14675 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14676
14677         * nnmail.el (nnmail-article-buffer): New variable.
14678         (nnmail-split-incoming): Use it.
14679
14680 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
14681
14682         * qp.el (quoted-printable-decode-region): If called interactively,
14683         use coding-system-for-read.
14684
14685 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14686
14687         * message.el (message-check-news-header-syntax): Check Reply-To.
14688
14689 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14690
14691         * mml.el (mml-parse-1): Use message options.
14692
14693         * message.el (message-do-fcc): Don't do anything if there is no
14694         FCC.
14695
14696 2001-06-16  Simon Josefsson  <jas@extundo.com>
14697
14698         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
14699         (nnimap-expunge-search-string): New variable.
14700         (nnimap-request-expire-articles): Use it.
14701
14702 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14703
14704         * message.el (message-send-mail-with-qmail): wrong exit status is
14705         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
14706
14707 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14708
14709         * gnus-art.el (article-strip-multiple-blank-lines): Use
14710         delete-region instead of replace-match.
14711
14712 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14713
14714         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
14715         (nnweb-google-wash-article): Ditto.
14716
14717 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
14718
14719         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
14720
14721 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
14724         specs.
14725
14726 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14727
14728         * gnus.el (gnus-email-address): Move it here.
14729
14730         * gnus-art.el (article-de-quoted-unreadable): Read charset if
14731         requested.
14732         (article-de-base64-unreadable): Ditto.
14733         (article-wash-html): Ditto.
14734
14735 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14736
14737         * message.el (message-options-set-recipient): Don't add ", "
14738         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
14739
14740 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14741
14742         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
14743
14744 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14745
14746         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
14747         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
14748
14749         * nnrss.el (nnrss-node-text): Node might be nil.
14750
14751 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14752
14753         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
14754         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
14755
14756         * nnrss.el (nnrss-group-alist): More items.
14757
14758 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14759
14760         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
14761
14762 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14763         Trivial patch from Dale Hagglund  <rdh@best.com>
14764
14765         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
14766         restrict clauses.
14767
14768 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14769
14770         From Benjamin Rutt <brutt+news@bloomington.in.us>
14771
14772         * message.el (message-wide-reply-confirm-recipients): New variable.
14773
14774 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
14775         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
14776
14777         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
14778         fix so it works with XEmacs.
14779
14780 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14781
14782         * nnrss.el (nnrss-retrieve-headers): Support description as extra
14783         headers.
14784
14785 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14786
14787         * nnrss.el: Fix a few bugs.
14788
14789 2001-06-05  Simon Josefsson  <jas@extundo.com>
14790
14791         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
14792         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
14793
14794 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
14795
14796         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
14797         binary so that we don't transmit ISO 2022 garbage to the process.
14798         This is needed under XEmacs.
14799
14800 2001-06-03  Simon Josefsson  <simon@josefsson.org>
14801
14802         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
14803         autoloaded incorrectly below because ssl-program-* is bound.)
14804         Thanks to Amos Gouaux for report.
14805
14806 2001-06-02  Simon Josefsson  <simon@josefsson.org>
14807
14808         * imap.el (imap-kerberos4-open):
14809         (imap-gssapi-open):
14810         (imap-ssl-open):
14811         (imap-network-open):
14812         (imap-shell-open):
14813         (imap-starttls-open): Set buffer to workaround spurious
14814         `accept-process-output' buffer changes.  Thanks to Mats Lidell
14815         <Mats.Lidell@contactor.se> for report and partial patch and Jake
14816         Colman <colman@ppllc.com> for report.
14817
14818 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14819
14820         * gnus-sum.el (gnus-summary-catchup): New argument.
14821         (gnus-summary-catchup-from-here): New function.
14822
14823 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14824
14825         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
14826         back, then insert glyph.  (Before, the glyph was inserted first,
14827         then the newline.)  This works around a behavior in XEmacs where
14828         it is not possible to insert a character after a glyph which is at
14829         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
14830
14831 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14832
14833         From Jaap-Henk Hoepman (jhh@xs4all.nl).
14834
14835         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
14836         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
14837         mm-destroy-postponed-undisplay-list): New functions.
14838         (mm-display-external): Use them.
14839
14840 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14841
14842         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
14843         `default-low' when evaluating `gnus-summary-highlight'.
14844         From Raja R Harinath <harinath@cs.umn.edu>.
14845
14846 2001-05-27  Simon Josefsson  <simon@josefsson.org>
14847
14848         * message.el (message-yank-cited-prefix): New variable.
14849         (message-indent-citation): Use it.
14850
14851         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
14852         as details.
14853         (mml2015-mailcrypt-clear-verify): Ditto.
14854
14855 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14856         From Nevin Kapur <nevin@jhu.edu>.
14857
14858         * gnus-sum.el (gnus-summary-default-high-score,
14859         gnus-summary-default-low-score): New variables.
14860         (gnus-summary-highlight): Use them.
14861
14862 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
14863
14864         * message.el (message-mail): pass the 'send-actions argument to
14865         `message-setup'.
14866
14867 2001-05-16  Simon Josefsson  <simon@josefsson.org>
14868         From Raymond Scholz <ray-2001@zonix.de>
14869
14870         * gnus-art.el (gnus-mime-view-part-as-charset):
14871         (gnus-mime-internalize-part): Doc fixes.
14872
14873 2001-05-11  Simon Josefsson  <simon@josefsson.org>
14874
14875         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
14876         status lines without any text ("^215$").
14877
14878 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14879
14880         * nnrss.el (nnrss-check-group): Reverse.
14881
14882 2001-05-07  Simon Josefsson  <simon@josefsson.org>
14883
14884         * message.el (message-get-reply-headers):
14885         (message-followup): Fix typo, suggested by David Green
14886         <dgreen@uab.edu>
14887
14888 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14889
14890         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
14891
14892         * nnrss.el (nnrss-open-server): Read server data when it is called.
14893         (nnrss-request-expire-articles): Fix.
14894
14895 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14896
14897         * message.el (message-do-send-housekeeping): mail-abbrevs may
14898         rename buffer behind Gnus.
14899
14900 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14901
14902         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
14903         (nnrss-group-alist): Add more resources.
14904         (nnrss-check-group): Ignore errors.
14905
14906 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14907
14908         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
14909
14910         * nnslashdot.el (nnslashdot-request-list): Add time.
14911         (nnslashdot-request-expire-articles): New function.
14912
14913         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
14914         secondary methods too.
14915
14916 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14917
14918         * message.el (message-use-followup-to): Set default value to t.
14919
14920 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
14921
14922         * message.el (message-dont-reply-to-names): Fix documentation.
14923         (message-get-reply-headers): Use Mail-Followup-To only for wide
14924         replies.
14925
14926 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14927
14928         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
14929         correctly.
14930         (nnrss-check-group): Use time.
14931
14932 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14933
14934         * gnus.el: Oort Gnus v0.03 is released.
14935
14936 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14937
14938         * nnultimate.el (nnultimate-topic-article-to-article): Use the
14939         group.
14940
14941 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14942
14943         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
14944
14945 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14946
14947         * nnultimate.el (nnultimate-retrieve-headers): Return all
14948         available headers.
14949
14950         * gnus-sum.el (gnus-read-all-available-headers): New variable.
14951         (gnus-get-newsgroup-headers-xover): Use it.
14952
14953 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14954
14955         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
14956
14957 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14958
14959         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
14960
14961 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14962
14963         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
14964         disable it.
14965
14966         * gnus.el (gnus-info-nodes): Remove a few The's.
14967
14968 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14969
14970         * mail-source.el (mail-source-movemail): Call-process may return a
14971         signal description string.
14972
14973         * gnus-start.el (gnus-read-newsrc-el-file):
14974         gnus-newsrc-file-version may be nil.
14975
14976         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
14977         Suggested by Michael Sperber [Mr. Preprocessor]
14978         <sperber@informatik.uni-tuebingen.de>.
14979
14980 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
14981
14982         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
14983
14984 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
14985
14986         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
14987         fontify HANDLE.
14988
14989 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14990
14991         * smime.el (smime-ask-passphrase): Rework to return value.
14992         (smime-sign-region): Rework to bind value and use it.
14993         (smime-decrypt-region): Ditto.
14994
14995 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14996         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
14997
14998         * smime.el (smime-ask-passphrase): New function.
14999         (smime-sign-region): Use it.
15000         (smime-encrypt-cipher): New variable.
15001         (smime-decrypt-region): Ditto.
15002
15003 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
15004         Committed by Simon Josefsson  <simon@josefsson.org>
15005
15006         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
15007         the log.
15008
15009 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15010
15011         * gnus.el: Oort Gnus v0.02 is released.
15012
15013 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
15014
15015         * gnus.el: Oort Gnus v0.01 is released.
15016
15017 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15018
15019         * gnus-sum.el (gnus-summary-highlight): Highlight read
15020         undownloaded articles as read articles.
15021
15022         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
15023         (gnus-agent-get-undownloaded-list): Mark all undownloaded
15024         articles, even read ones, as such.
15025
15026         * gnus-sum.el (gnus-summary-find-matching): Clean up.
15027         (gnus-find-matching-articles): New function.
15028         (gnus-summary-limit-include-matching-articles): New command.
15029         (gnus-summary-limit-include-thread): Include articles that have
15030         matching subjects.
15031         (gnus-offer-save-summaries): Clean up.
15032
15033 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15034
15035         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
15036
15037 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15038         From Jason Merrill <jason_merrill@redhat.com>
15039
15040         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
15041
15042 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
15043         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15044
15045         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
15046         newsgroup names when the original article is a news message.
15047
15048 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15049
15050         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
15051         supported. Suggest by Jim Meyering <jim@meyering.net>.
15052
15053 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
15054         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
15055
15056         * nnmail.el (nnmail-split-it): Added check for .* at the end of
15057         regexp in nnmail-split-fancy.
15058
15059 2001-04-10  Simon Josefsson  <simon@josefsson.org>
15060
15061         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
15062
15063 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
15064
15065         * message.el (message-send-mail): Improve the interaction with the
15066         user.
15067
15068 2001-04-10  Simon Josefsson  <simon@josefsson.org>
15069
15070         * imap.el (imap-message-copy): Work around buggy servers that
15071         doesn't send TRYCREATE tags.
15072
15073 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
15076
15077 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15078
15079         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
15080         date.
15081
15082 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15083
15084         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
15085         lives.
15086
15087 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15088
15089         * gnus-art.el (gnus-parse-news-url): New function.
15090         (gnus-button-handle-news): New function.
15091         (gnus-button-alist): Point to new functions.
15092
15093         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
15094
15095         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
15096         gnus-format-specs.
15097
15098         * message.el (message-check-news-header-syntax): Question even
15099         when Gnus doesn't know the group names.
15100         (message-send-news): Clean up.
15101
15102         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
15103         exited on purpose without saving.
15104
15105         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
15106
15107 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15108
15109         * gnus-score.el (gnus-score-orphans): Clean up.
15110
15111         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
15112
15113         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
15114         later.
15115
15116         * gnus-start.el (gnus-close-all-servers): Find the right items to
15117         close.
15118
15119         * qp.el (quoted-printable-decode-region): Just message
15120         malformation; don't quit.
15121
15122 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15123         From Gerd Moellmann <gerd@gnu.org>.
15124
15125         * gnus.el (gnus-interactive): A typo.
15126
15127 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
15128         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15129
15130         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
15131         `assq-delete-all', if that function exists; otherwise use the old
15132         definition. Documentation changed to match the one in
15133         `assq-delete-all'.
15134
15135 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15136
15137         * gnus-start.el (gnus-close-all-servers): New function.
15138
15139         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
15140         (gnus-server-remove-denials): Clean up.
15141
15142         * gnus-sum.el (gnus-summary-sort-by-original): New command and
15143         keystroke.
15144
15145 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15146
15147         * message.el (message-send-news): Message where we are sending.
15148         (message-send-mail): Ditto.
15149
15150         * gnus.el (gnus-server-string): New function.
15151
15152         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
15153
15154         * mm-decode.el (mm-default-directory): Customized.
15155         (mm-tmp-directory): Ditto.
15156
15157         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
15158         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
15159         or Chars.
15160         (gnus-summary-line-format-alist): ?l is now a string.
15161         (gnus-summary-prepare-threads): Output ? for unknown lines.
15162         (gnus-summary-insert-line): Ditto.
15163         (gnus-summary-print-article): Unbalanced parentheses.
15164
15165         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
15166         out whether new stuff has arrived.
15167
15168 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
15169
15170         * gnus-sum.el: Let printing work on ttys on Emacs.
15171
15172 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15173
15174         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
15175         when forcing news.
15176
15177         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
15178         command.
15179
15180 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
15181
15182         * message.el (message-set-auto-save-file-name): Don't use
15183         asterisks under nt.
15184
15185 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15186
15187         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
15188         lists of articles.
15189
15190         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
15191
15192         * gnus-msg.el (gnus-put-message): Clean up.
15193         (gnus-summary-reply): Mark all replied-to articles as replied to.
15194         (gnus-inews-add-send-actions): Also mark as forwarded.
15195         (gnus-summary-mail-forward): Mark as forwarded.
15196
15197         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
15198         of articles.
15199         (gnus-summary-mark-article-as-forwarded): Ditto.
15200
15201         * gnus-msg.el (gnus-summary-resend-message): Mark article as
15202         forwarded.
15203         (gnus-summary-mail-forward): Clean up.
15204
15205         * gnus.el (gnus-article-mark-lists): Added forward.
15206
15207         * gnus-sum.el (gnus-forwarded-mark): New variable.
15208         (gnus-summary-prepare-threads): Use it.
15209         (gnus-summary-update-secondary-mark): Ditto.
15210         (gnus-newsgroup-forwarded): New variable.
15211
15212 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15213
15214         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
15215         (gnus-summary-very-wide-reply): New command and keystroke.
15216         (gnus-summary-very-wide-reply-with-original): Ditto.
15217
15218         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
15219         (gnus-score-adaptive): Use it.
15220
15221         * gnus-start.el (gnus-get-unread-articles): Clean up.
15222
15223 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15224
15225         * nnultimate.el (nnultimate-retrieve-headers): Work for other
15226         boards.
15227
15228 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
15229
15230         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
15231         * gnus-start.el (gnus-subscribe-newsgroup): use it.
15232
15233 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15234
15235         * nnultimate.el (nnultimate-retrieve-headers): Understand
15236         long-form month names.
15237
15238 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15239
15240         * gnus-sum.el (gnus-summary-show-all-headers):
15241         gnus-article-show-all-headers is broken. Use
15242         gnus-summary-toggle-header instead.
15243
15244         * mml2015.el (mml2015-gpg-extract-from): No error.
15245
15246 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15247         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
15248
15249         * mml2015.el (mml2015-gpg-extract-from): New function.
15250         (mml2015-gpg-verify): Use it.
15251         (mml2015-gpg-clear-verify): Use it.
15252
15253 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15254
15255         * message.el (message-setup-fill-variables): Use
15256         fill-paragraph-function.
15257         (message-fill-paragraph): Take an argument.
15258         (message-newline-and-reformat): Take another argument.
15259
15260 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15261
15262         * message.el (rmail-output): It is in rmailout.el not rmail.el.
15263
15264 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15265
15266         * message.el (message-forward): local-variable-p takes an extra
15267         argument in XEmacs.
15268
15269 2001-03-16  Simon Josefsson  <simon@josefsson.org>
15270
15271         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
15272         `nnimap-use-nov-p' (it really tested the negative).
15273         (nnimap-retrieve-headers): Use it.
15274
15275 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15276
15277         * message.el (message-generate-headers-first): Update doc.
15278
15279 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
15280         Trivial patch.
15281
15282         * gnus.el (gnus-summary-line-format): Typo.
15283
15284 2001-03-11  Simon Josefsson  <simon@josefsson.org>
15285
15286         * mailcap.el (mailcap-mime-data): Add application/sieve.
15287         (mailcap-mime-extensions): Add .siv, .xls.
15288
15289 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15290         From Christoph Conrad <christoph.conrad@gmx.de>
15291
15292         * gnus-score.el (gnus-summary-lower-thread): Typo.
15293
15294 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15295
15296         * message.el (message-forward-decoded-p): New variable.
15297         (message-forward-subject-author-subject): Use it.
15298         (message-make-forward-subject): Use it.
15299         (message-forward): Use it.
15300
15301         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
15302
15303         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
15304         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
15305
15306 ;;Has been fixed -- zsh.
15307 ;;2001-03-05  Dave Love  <fx@gnu.org>
15308 ;;
15309 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
15310 ;;      Move it after definition of mm-coding-system-p.
15311 ;;
15312 2001-03-01  Dave Love  <fx@gnu.org>
15313
15314         * mm-util.el (mm-inhibit-file-name-handlers): Add
15315         image-file-handler.
15316
15317 2001-02-11  Dave Love  <fx@gnu.org>
15318
15319         * message.el (message-signature-file): Fix doc, :type.
15320
15321 2001-02-08  Dave Love  <fx@gnu.org>
15322
15323         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
15324         (message-posting-charset): Defvar when compiling again.
15325         (rfc2047-encodable-p): Require message.
15326
15327         * gnus-sum.el (gnus-alter-articles-to-read-function):
15328         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
15329
15330 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15331
15332         * nnrss.el: New file.
15333
15334 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
15335         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15336
15337         * rfc2047.el (rfc2047-unfold-region): Fix arg of
15338         `skip-chars-forward'.
15339
15340 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15341
15342         * nndraft.el (nndraft-request-group): Restore auto save files if
15343         the original files do not exist.
15344
15345 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15346
15347         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
15348         SCORE paths.
15349
15350         * mm-decode.el (mm-dissect-buffer): Call
15351         mail-extract-address-components only if necessary.
15352
15353 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15354
15355         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
15356         directory part.
15357         (gnus-score-search-global-directories): Use file-directory-p.
15358
15359         * gnus-score.el (gnus-score-score-files-1): Use
15360         gnus-kill-files-directory.
15361         From Adrian Aichner <adrian@xemacs.org>.
15362
15363 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15364
15365         * gnus.el (charset): Move here from gnus-sum.el.
15366
15367 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15368
15369         * mml.el (mml-preview): Disable local map.
15370
15371         * gnus-sum.el (gnus-summary-make-menu-bar): Make
15372         gnus-article-post-menu here.
15373
15374         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
15375         if it has not been made.
15376
15377 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15378
15379         * gnus-art.el (gnus-article-describe-key): Map key to event.
15380         (gnus-article-describe-key-briefly): Ditto
15381
15382 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15383
15384         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
15385
15386 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15387         From Katsumi Yamaoka <yamaoka@jpl.org>.
15388
15389         * dgnushack.el (coerce, merge, subseq): defmacro.
15390
15391 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15392
15393         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
15394         A fake defalias in nndraft.el results a not-activated bug in
15395         uncompiled versions.
15396
15397 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
15398         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15399
15400         * gnus-util.el (gnus-split-references): Handle malformed References:.
15401
15402 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15403
15404         * gnus-art.el (gnus-article-mime-part-status): 1 part.
15405
15406 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15407         From NAGY Andras <nagya@inf.elte.hu>.
15408
15409         * gnus.el (gnus-parameters): Typo.
15410
15411 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15412
15413         * gnus.el (gnus-read-method): Remove redundancy.
15414
15415 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15416
15417         * nnslashdot.el (nnslashdot-backslash-url): New variable.
15418         (nnslashdot-request-list): Use it.
15419
15420 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15421
15422         * nnml.el (nnml-generate-active-info): Fix the case when there is
15423         no file.
15424
15425         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
15426         (gnus-summary-create-article): New function.
15427
15428         * gnus-group.el (gnus-group-mark-article-read): New function.
15429
15430         * gnus-msg.el (gnus-inews-do-gcc): Use it.
15431
15432         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
15433
15434 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15435
15436         * gnus-art.el (gnus-article-edit-done): Don't use
15437         gnus-article-edit-exit.
15438         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
15439
15440         * gnus.el (gnus-parameters): New variable.
15441         Suggested by NAGY Andras <nagya@inf.elte.hu>.
15442         (gnus-parameters-get-parameter): New function.
15443         (gnus-group-find-parameter): Use it.
15444
15445 2001-02-23  Simon Josefsson  <simon@josefsson.org>
15446
15447         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
15448         change of default value to `current'.
15449
15450 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15451
15452         * nneething.el (nneething-get-head): Insert unreadable file too.
15453
15454 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15455
15456         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
15457
15458         * webmail.el (webmail-type-definition): Deja is bought by google.
15459
15460 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15461
15462         * gnus-sum.el (gnus-fetch-headers): New function.
15463         (gnus-select-newsgroup): Use it.
15464         (gnus-summary-insert-articles): New function.
15465         (gnus-summary-insert-old-articles): New function.
15466         (gnus-summary-insert-new-articles): New function.
15467
15468         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
15469         (gnus-group-list-active): Ditto.
15470         * gnus-sum.el (gnus-set-mode-line): Ditto.
15471         (gnus-summary-read-group-1): Ditto.
15472
15473 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15474
15475         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
15476         current topic.
15477
15478 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15479
15480         * smiley.el (gnus-smiley-display): Don't do widening.
15481
15482         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
15483         within body.
15484
15485         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
15486
15487         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
15488         New variable.
15489         (gnus-mime-display-multipart-related-as-mixed): New variable.
15490         (gnus-mime-display-part): Use them.
15491
15492 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15493
15494         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
15495         something special.
15496
15497 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15498
15499         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
15500         (nnweb-request-article): Call reference if exists.
15501         (nnweb-type-definition): Dejanews is bought by google.com.
15502         Beta!
15503
15504 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15505
15506         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
15507
15508 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15509
15510         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
15511         gnus-article-sort-functions.
15512         (gnus-article-sort-functions): Doc fix.  Refer to
15513         gnus-thread-sort-functions.
15514
15515 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15516         From Paul Jarc <prj@po.cwru.edu>.
15517
15518         * message.el (message-get-reply-headers): More fixes.
15519
15520 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
15521         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15522
15523         * message.el (message-get-reply-headers): Fix bug with
15524         Mail-Followup-To/to-address interaction.
15525
15526 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15527
15528         * gnus-msg.el (gnus-configure-posting-styles): Match header in
15529         gnus-article-copy.
15530
15531 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15532
15533         * message.el (message-do-send-housekeeping): Rename to a better
15534         name.
15535
15536 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15537
15538         * message.el (message-cancel-news): Check article first, then ask
15539         yes or no.
15540
15541 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15542
15543         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
15544
15545 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15546
15547         * gnus-range.el (gnus-range-normalize): New function.
15548
15549 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
15550
15551         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
15552
15553 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15554
15555         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
15556
15557         * nnagent.el (nnagent-request-regenerate): New function.
15558
15559         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
15560
15561         * nnml.el (nnml-generate-nov-databases): Accept argument
15562         server. Don't open server if it is opened.
15563         (nnml-request-regenerate): Use it. Change to deffoo.
15564
15565 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15566         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15567
15568         * gnus.el (gnus-define-group-parameter): Fix.
15569
15570 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15571
15572         * gnus.el (gnus-define-group-parameter): Improved.
15573
15574         * gnus-sum.el (charset): Define parameter.
15575         (ignored-charsets): Ditto.
15576         (gnus-summary-setup-default-charset): Use them.
15577
15578         * gnus-start.el (gnus-read-descriptions-file): Use them.
15579
15580         * gnus-cus.el (gnus-group-parameters): Remove them.
15581
15582 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15583
15584         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
15585
15586 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15587
15588         * gnus-sum.el (gnus-summary-read-group-1): Remove
15589         gnus-summary-set-local-parameters.
15590         (gnus-summary-setup-buffer): Put it here.
15591
15592 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15593
15594         * gnus.el (to-address): Define parameter.
15595         (to-list): Ditto.
15596         * gnus-art.el (article-hide-boring-headers): Use them.
15597         * gnus-msg.el (gnus-post-news): Ditto.
15598         * gnus-cus.el (gnus-group-parameters): Remove them.
15599
15600 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15601
15602         * gnus-draft.el (gnus-draft-reminder): New function.
15603
15604         * gnus-art.el (gnus-sender-save-name): New function.
15605
15606 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15607
15608         * mm-util.el (mm-mime-charset): Error message.
15609
15610 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15611
15612         * message.el (message-check-news-body-syntax): Don't check mml lines.
15613
15614 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15615
15616         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
15617         subscribe.
15618
15619         * gnus-start.el (gnus-call-subscribe-functions): New function.
15620         (gnus-find-new-newsgroups): Use it.
15621         (gnus-ask-server-for-new-groups): Use it.
15622         (gnus-check-first-time-used): Use it.
15623         (gnus-subscribe-newsgroup-method): Grok a list of functions.
15624         (gnus-subscribe-options-newsgroup-method): Ditto.
15625         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
15626         return .
15627
15628 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15629
15630         * gnus-cus.el (gnus-score-customize): Doc fix.
15631
15632 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
15633
15634         * dgnushack.el (my-getenv): Typo.
15635
15636 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15637
15638         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
15639
15640 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15641
15642         * gnus-group.el (gnus-group-suspend): Offer save summaries.
15643
15644         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
15645         (gnus-treatment-function-alist): Use it.
15646         (article-remove-leading-whitespace): New function.
15647         (gnus-article-make-menu-bar): Use it.
15648
15649         * gnus-sum.el (gnus-summary-wash-empty-map): Add
15650         remove-leading-whitespace.
15651         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
15652         because of conflict.
15653
15654 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15655
15656         * Makefile.in: Hack generating gnus-load.el.
15657         * dgnushack.el: Ditto.
15658         * gnus-load.el: Remove it.
15659
15660 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15661
15662         * dgnushack.el : Add URLDIR.
15663
15664         * Makefile.in (EMACS_COMP): Ditto.
15665
15666 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15667
15668         * gnus-cus.el (gnus-score-customize): Error on no score file.
15669
15670 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15671
15672         * mm-decode.el (mm-merge-handles): New function.
15673
15674         * mm-view.el (mm-inline-message): Use it.
15675         (mm-view-message): Ditto.
15676
15677         * mm-partial.el (mm-inline-partial): Ditto.
15678
15679         * mm-extern.el (mm-inline-external-body): Ditto.
15680
15681         * gnus-art.el (gnus-mime-view-part): Ditto.
15682         (gnus-mime-view-part-as-type): Ditto.
15683         (gnus-mime-save-part-and-strip): Prevent users to strip in some
15684         cases.
15685
15686 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15687
15688         * message.el (message-cancel-news): Allow to shoot foot.
15689         (message-supersede): Ditto.
15690
15691 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
15692         Trivial patch.
15693
15694         * gnus-sum.el (gnus-simplify-subject-re): Use
15695         message-subject-re-regexp.
15696
15697 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15698
15699         * nnmail.el (nnmail-expiry-target-group): Bind
15700         nnmail-cache-accepted-message-ids to nil.
15701
15702         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
15703         coding system.
15704
15705 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15706
15707         * qp.el (quoted-printable-encode-region): Make sure characters are
15708         between 00 and FF.  Don't check charset.
15709
15710         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
15711         in Emacs 20.
15712         * rfc2047.el (rfc2047-q-encode-region): Ditto.
15713
15714 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15715
15716         * message.el (message-make-forward-subject): Argument decoded.
15717         (message-forward): Use it when digest.
15718
15719         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
15720         buffer.
15721
15722 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15723
15724         * message.el (message-generate-headers-first): Doc fix.
15725
15726 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15727
15728         * gnus-art.el (article-make-date-line): Error proof.
15729
15730 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15731
15732         * gnus-group.el (gnus-group-listing-limit): New variable.
15733         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
15734
15735         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
15736
15737 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15738
15739         * message.el (message-newline-and-reformat): Special case for
15740         breaking at BOL.
15741
15742 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
15743
15744         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
15745         message/rfc822.
15746
15747 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15748
15749         * message.el (message-encode-message-body): Don't insert
15750         Content-Type if it is inside a mail.
15751
15752 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15753
15754         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
15755         gnus-article-commands-menu.
15756
15757         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
15758         in Emacs.
15759
15760         * gnus-start.el (gnus-read-descriptions-file): Use
15761         gnus-group-name-charset and gnus-group-charset-alist.
15762
15763 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15764
15765         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
15766         active region.
15767
15768         * gnus-start.el (gnus-group-change-level): Remove from both
15769         gnus-zombie-list and gnus-killed-list.
15770
15771 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15772
15773         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
15774         gnus-subscribe-topics.
15775
15776         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
15777
15778 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15779
15780         * gnus-art.el (gnus-article-make-menu-bar): Make
15781         gnus-article-post-menu.
15782
15783         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
15784
15785         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
15786
15787         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
15788
15789         * message.el (message-mode-menu): Ditto.
15790
15791         * gnus-art.el (defvar): eval-when-compile.
15792
15793 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15794
15795         * gnus-agent.el (gnus-agentize): Fix doc.
15796
15797 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
15798
15799         * mml.el (mml-preview): Bind `q'.
15800
15801 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15802
15803         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
15804
15805 2001-01-31  Dave Love  <fx@gnu.org>
15806
15807         * mm-util.el (mm-mime-mule-charset-alist)
15808         (mm-find-mime-charset-region): Consider mule-utf-8.
15809
15810 2001-01-31  Dave Love  <fx@gnu.org>
15811
15812         * gnus-art.el (gnus-article-x-face-command)
15813         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
15814         :version.
15815
15816 2001-01-26  Dave Love  <fx@gnu.org>
15817
15818         * mm-util.el (mm-multibyte-string-p): New.
15819
15820 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
15821 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
15822 ;;      string-as-multibyte on class.  Clarify line-folding.
15823         (quoted-printable-encode-string): Make temp buffer inherit
15824         string's multibyteness.
15825
15826 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
15827
15828         * nnheader.el (toplevel): Don't require `gnus-util' at
15829         compile-time; this creates a circular dependency, and prevents
15830         a bootstrap.
15831
15832 2001-01-22  Andreas Schwab  <schwab@suse.de>
15833
15834         * nnheader.el (gnus-delete-line): Autoload it as a macro.
15835
15836 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15837
15838         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
15839
15840         * gnus-art.el (article-hide-list-identifiers): Ditto.
15841
15842         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
15843
15844 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15845
15846         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
15847
15848         * gnus-art.el (article-hide-list-identifiers): Similar.
15849
15850 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
15851
15852         * nnmail.el (nnmail-remove-list-identifiers): Improved.
15853
15854 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15855
15856         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
15857
15858 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15859
15860         * gnus-util.el (gnus-string-equal): New function.
15861
15862         * gnus-art.el (article-hide-boring-headers): Use it.
15863
15864 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
15865
15866         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
15867
15868 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15869
15870         * gnus-msg.el (gnus-msg-mail): Support switch-action.
15871
15872 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15873
15874         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
15875         command if there is not last-saver.
15876
15877 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15878
15879         * nntp.el (nntp-open-connection): 201 is possible.
15880
15881 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15882
15883         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
15884         (rfc2047-charset-encoding-alist): Add big5.
15885
15886 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15887
15888         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
15889         (gnus-agent-remove-server): Ditto.
15890         (autoload): gnus-server-update-server.
15891
15892         * gnus-srvr.el (gnus-server-line-format): Add %a.
15893         (gnus-server-line-format-alist): Add gnus-tmp-agent.
15894         (gnus-server-insert-server-line): Use it.
15895
15896 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15897
15898         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
15899         GB2312 and Big5.
15900
15901 2001-01-24  Simon Josefsson  <sj@extundo.com>
15902
15903         * mail-source.el (mail-sources): Add :program specifier to IMAP
15904         mail source.
15905         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
15906
15907 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15908
15909         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
15910
15911 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15912
15913         * nntp.el (nntp-wait-for): Return the success code.
15914         (nntp-open-connection): Use it.
15915
15916 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15917
15918         * gnus-int.el (gnus-check-server): Allow breaking the opening.
15919
15920 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15921
15922         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
15923
15924 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15925
15926         * gnus-sum.el (gnus-summary-print-article): Take one prefix
15927         argument. Allow to print several articles in one file.
15928
15929 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15930
15931         * webmail.el (webmail-type-definition): netaddress changes.
15932
15933 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15934
15935         * gnus.el: Fix copyright. Remove trailing spaces.
15936
15937         * message.el (message-forward): Use mule4.
15938
15939 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15940
15941         * mm-util.el (mm-string-as-unibyte): New function.
15942
15943         * message.el (message-forward): Use it.
15944
15945 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15946
15947         * message.el (message-cite-original-without-signature): Don't peel
15948         off the blank line.
15949         (message-get-reply-headers): Add Cc if it is not in follow-to.
15950
15951 2001-01-20  Simon Josefsson  <sj@extundo.com>
15952
15953         * mm-decode.el (mm-handle-multipart-from): Add.
15954         (mm-dissect-buffer): Save From: header value.
15955         (mm-security-from): Remove.
15956         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
15957
15958         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
15959         instead of `mml-security-from'.  Protect null from value.
15960
15961 2001-01-20  Simon Josefsson  <sj@extundo.com>
15962
15963         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
15964         application/vnd.ms-excel attachments.
15965
15966 2001-01-19  Simon Josefsson  <sj@extundo.com>
15967
15968         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
15969
15970 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15971
15972         * message.el (message-ignored-mail-headers): Ditto.
15973
15974 2001-01-19  Simon Josefsson  <sj@extundo.com>
15975
15976         * message.el (message-ignored-news-headers): Only search beginning
15977         of line.
15978
15979 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
15980         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
15981
15982         * message.el (message-send-mail): Content-Type may not be there.
15983
15984 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15985
15986         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
15987         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
15988
15989         * gnus-art.el (article-display-x-face): Insert X-Face if there is
15990         not.
15991
15992 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15993
15994         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
15995         non-native groups.
15996
15997 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15998
15999         * message.el (message-yank-original): Understand
16000         universal-argument.
16001
16002 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16003
16004         * gnus-art.el (gnus-boring-article-headers): Add to-address.
16005         (article-hide-boring-headers): Ditto.
16006
16007         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
16008
16009 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16010
16011         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
16012         one.
16013
16014 2001-01-16  Simon Josefsson  <simon@josefsson.org>
16015
16016         * message.el (message-make-in-reply-to): Add comment to message-id
16017         (old syntax, see 2000-08-02 change).
16018
16019 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16020
16021         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
16022         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
16023         (gnus-button-reply): Ditto.
16024
16025 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * gnus-art.el (article-display-x-face): Fix.
16028
16029 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16030
16031         * gnus-art.el (article-display-x-face): Use
16032         gnus-original-article-buffer.
16033
16034 2001-01-15  Jack Twilley  <jmt@tbe.net>
16035
16036         * message.el (message-add-header): Move to point-max.
16037
16038 2001-01-15  Simon Josefsson  <simon@josefsson.org>
16039
16040         * smime.el (smime-CA-directory, smime-CA-file): Change default to
16041         nil, improve documentation.
16042         (smime-certificate-directory): Comment out false hints (until it
16043         is implemented).
16044
16045         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
16046         there aren't any keys.
16047         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
16048         verify certificate.  Default is changed to only check integrity.
16049         Improved security status texts.  If a certificate doesn't contain
16050         a email address, don't fail.
16051
16052         * smime.el (smime-noverify-region):
16053         (smime-noverify-buffer): New functions.  Verifies integrity only.
16054
16055 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16056
16057         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
16058
16059 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16060
16061         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
16062         (gnus-remove-some-windows): Ditto.
16063
16064 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16065
16066         * gnus-art.el (article-make-date-line): 11th.
16067
16068 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16069
16070         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
16071         (mml2015-gpg-sign): Ditto.
16072
16073 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16074
16075         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
16076         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
16077
16078 2001-01-08  Dave Love  <fx@gnu.org>
16079
16080         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
16081         single character.
16082
16083         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
16084
16085         * message.el: Doc and message fixes.
16086         (message-send-rename-function)
16087         (message-make-forward-subject-function)
16088         (message-send-mail-function, message-reply-to-function)
16089         (message-wide-reply-to-function, message-followup-to-function)
16090         (message-distribution-function, message-auto-save-directory): Fix
16091         :type.
16092
16093         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
16094         proceeding after warnings.  Amend multipart warning message.
16095
16096 2001-01-04  Dave Love  <fx@gnu.org>
16097
16098         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
16099         compiling.
16100         (gnus-make-directory): Require nnmail.
16101
16102         * mm-decode.el (mm-inline-media-tests): Add
16103         image/x-portable-bitmap.
16104         (mm-get-image): Grok pbm.
16105
16106 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
16107
16108         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
16109
16110 2001-01-09  Didier Verna  <didier@xemacs.org>
16111
16112         * dgnushack.el (dgnushack-compile): give a dummy value to
16113         `gnus-xmas-glyph-directory' for the time of compilation.
16114         * gnus-agent.el: moved some XEmacs specific hook add-ons from
16115         `gnus-xmas-[re]define' to avoid loosing user custom settings.
16116         * gnus-art.el: ditto.
16117         * gnus-group.el: ditto.
16118         * gnus-salt.el: ditto.
16119         * gnus-sum.el: ditto.
16120         * gnus-topic.el: ditto.
16121         * gnus-xmas.el (gnus-xmas-define): see above.
16122         * gnus-xmas.el (gnus-xmas-redefine): see above.
16123         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
16124         non-continuable error when the directory can't be found.
16125
16126 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16127
16128         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
16129         handle.
16130         * gnus-art.el (gnus-mime-view-part): Copy it.
16131         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
16132
16133 2001-01-09  Michael Downes  <mjd@ams.org>
16134
16135         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
16136
16137 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16138
16139         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
16140         orig-file. Use ',source.
16141
16142 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16143
16144         * gnus-xmas.el (gnus-xmas-modeline-glyph):
16145         (gnus-xmas-group-startup-message):
16146         Detect gnus-xmas-glyph-directory when it is nil.
16147
16148 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16149
16150         * pop3.el (pop3-get-message-count): Andrew Innes
16151         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
16152
16153 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16154
16155         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
16156
16157         * time-date.el (time-to-number-of-days): New function.
16158
16159 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
16160         Trivial patch.
16161
16162         * nnslashdot.el (nnslashdot-request-list): Always get the right
16163         sid.
16164
16165 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16166
16167         * message.el (message-minibuffer-local-map): New keymap.
16168         (message-read-from-minibuffer): Use it.
16169         * gnus-msg.el (gnus-summary-resend-message): Use it
16170
16171 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16172
16173         * gnus-start.el (gnus-display-time-event-handler): New function.
16174         (gnus-after-getting-new-news-hook): Use it.
16175
16176 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16177
16178         * message.el (message-ignored-mail-headers): Add draft header.
16179
16180 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16181
16182         * gnus-sum.el (gnus-summary-expire-articles): Don't save
16183         excursion.
16184
16185         * nnslashdot.el (nnslashdot-request-list): Get the right year.
16186
16187 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
16188         A revoked patch.
16189
16190         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
16191
16192 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16193
16194         * qp.el (quoted-printable-decode-region): Don't backward-char.
16195
16196 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16197
16198         * gnus-draft.el: Mark articles as replied.
16199
16200         * gnus-sum.el (gnus-summary-add-mark): New function.
16201
16202         * gnus-group.el (gnus-add-mark): New function.
16203
16204         * gnus-sum.el (gnus-summary-buffer-name): New function.
16205         (gnus-summary-setup-buffer): Use it.
16206
16207         * gnus-draft.el: Set things up with the right post method and
16208         stuff.
16209
16210         * message.el (message-ignored-news-headers): Remove X-Draft-From.
16211
16212         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
16213
16214         * gnus.el (gnus-draft-meta-information-header): New variable.
16215
16216 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16217
16218         * gnus-art.el (gnus-treatment-function-alist): Move the date
16219         functions before the header sorting functions.
16220
16221         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
16222
16223         * dgnushack.el (dgnushack-compile): Message whether there is w3.
16224         Don't (push "/usr/share/emacs/site-lisp" load-path).
16225
16226         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
16227         to empty fill prefixes.
16228
16229 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16230
16231         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
16232         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
16233
16234 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16235
16236         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
16237
16238         * nnml.el (autoload): Move to nnheader.el.
16239
16240         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
16241         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
16242         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
16243         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
16244
16245 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16246
16247         * gnus-art.el (article-make-date-line): Get the hours right.
16248         (gnus-ignored-headers): More hiding.
16249
16250         * nnmail.el (nnmail-expiry-wait): Not an integer.
16251
16252         * message.el (message-goto-body): Only expand abbrev when called
16253         interactively.
16254         (message-make-lines): Use it.
16255
16256 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16257
16258         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
16259
16260 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16261
16262         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
16263         include the expunged articles.
16264
16265         * gnus-group.el (gnus-group-sort-by-server): New function.
16266
16267         * gnus.el (gnus-method-to-server-name): New function.
16268         (gnus-group-prefixed-name): Use it.
16269
16270         * gnus-group.el (gnus-group-sort-function): Doc fix.
16271         (gnus-group-sort-groups-by-server): New command.
16272
16273 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16274
16275         * gnus-art.el (gnus-treat-date-english): New variable.
16276         (article-date-english): New command.
16277         (gnus-english-month-names): New variable.
16278         (article-make-date-line): Do 'english.
16279
16280         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
16281         after the fill prefix.
16282
16283         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
16284         score...".
16285
16286         * gnus-art.el (gnus-ignored-headers): Hide more headers.
16287
16288         * message.el (message-mode-map): Bind comment-region.
16289
16290         * gnus-art.el (gnus-mime-display-part): Let w3 display
16291         multipart/related.
16292
16293         * mm-bodies.el (mm-long-lines-p): New function.
16294         (mm-body-encoding): Use it.
16295         (mm-body-encoding): Encode articles with lines longer than 1000
16296         characters.
16297
16298 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16299
16300         * mm-util.el (mm-enable-multibyte): Use
16301         default-enable-multibyte-characters.
16302         (mm-enable-multibyte-mule4): Ditto.
16303         (mm-disable-multibyte): Test XEmacs.
16304         (mm-disable-multibyte-mule4): Ditto.
16305         (mm-with-unibyte-current-buffer): Simplified.
16306         (mm-with-unibyte-current-buffer-mule4): Ditto.
16307
16308 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16309
16310         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
16311
16312         * nnheader.el (nnheader-string-as-multibyte): New alias.
16313
16314         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
16315
16316         * gnus-uu.el (gnus-message-process-mark): New function.
16317         (gnus-uu-mark-by-regexp): Use it.
16318         (gnus-new-processable): New function.
16319
16320 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
16321          Trivial patch.
16322
16323         * gnus-sum.el (gnus-no-mark): New variable.
16324
16325 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16326
16327         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
16328         backslashes.
16329
16330 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
16333         definition.
16334
16335 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16336
16337         * dgnushack.el (dgnushack-compile): elc is in the current directory.
16338
16339         * qp.el (quoted-printable-encode-region): Don't check multibyte in
16340         XEmacs.
16341
16342 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
16343         Trivial patch.
16344
16345         * mml.el (mml-read-tag): Save tag location.
16346
16347 2000-12-25  Simon Josefsson  <simon@josefsson.org>
16348
16349         * starttls.el: Sync with Emacs 21.
16350
16351 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16352
16353         * message.el (message-mail): Support yank-action.
16354
16355         * message.el (message-setup): Revoke the last change.
16356
16357 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16358
16359         * message.el (message-setup): Use cons. Suggested by Johan Vromans
16360         <jvromans@squirrel.nl>.
16361
16362 2000-12-24  Simon Josefsson  <sj@extundo.com>
16363
16364         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
16365         mailing list junk at end of part.
16366
16367 2000-12-23  Simon Josefsson  <sj@extundo.com>
16368
16369         * nnimap.el (nnimap-expiry-target): New function.
16370         (nnimap-request-expire-articles): Use it.
16371
16372 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16373
16374         * gnus.el (gnus-group-parameters-more): New variable.
16375         * gnus-cus.el (gnus-group-customize): Use it.
16376
16377         * gnus.el (gnus-define-group-parameter): New macro.
16378         (auto-expire): Use it
16379         (total-expire): Use it.
16380         * gnus-art.el (banner): Use it.
16381
16382         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
16383         <ljz@asfast.com>.
16384
16385 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16386
16387         * gnus-topic.el (gnus-topic-create-topic): Use list.
16388
16389         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
16390         before binding gnus-default-article-saver.
16391
16392         * gnus-sum.el (gnus-summary-save-article):
16393         (gnus-summary-pipe-output):
16394         (gnus-summary-save-article-mail):
16395         (gnus-summary-save-article-rmail):
16396         (gnus-summary-save-article-file):
16397         (gnus-summary-write-article-file):
16398         (gnus-summary-save-article-body-file): Ditto.
16399
16400         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
16401
16402 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16403
16404         * gnus-art.el (gnus-mime-security-button-map):
16405         (gnus-mime-button-map): Add parent.
16406
16407 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16408
16409         * messagexmas.el (message-xmas-redefine): New function.
16410
16411         * message.el: Use it.
16412
16413         * gnus-art.el (gnus-article-check-hidden-text): Return t.
16414
16415         * gnus-util.el (gnus-remove-text-properties-when): Return t.
16416
16417 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16418
16419         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
16420         malformatted messages.
16421
16422 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16423
16424         * mm-util.el (mm-image-load-path): New function.
16425
16426         * gnus-group.el (gnus-group-make-tool-bar): Use it.
16427
16428         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
16429
16430         * message.el (message-tool-bar-map): Use it.
16431
16432         * Makefile.in (install-el): New rule.
16433
16434 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16435
16436         * gnus-art.el (article-treat-dumbquotes): Quote \.
16437
16438 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16439
16440         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
16441         Emacs 20 runs on a terminal.
16442
16443 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16444
16445         * gnus-msg.el (gnus-bug): Revert to save-excursion.
16446
16447         * mml.el (gnus-add-minor-mode): Autoload.
16448
16449         * message.el (message-forward): Save-restriction.
16450
16451 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16452
16453         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
16454         Paul Stevenson <p.stevenson@surrey.ac.uk>
16455
16456 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16457
16458         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
16459
16460         * mml.el (gnus-ems): Don't require.
16461
16462         * gnus.el (gnus-decode-rfc1522): Removed.
16463         (gnus-set-text-properties): Define.
16464
16465 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16466
16467         * gnus-art.el (gnus-mime-*): handle may be nil.
16468
16469         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
16470
16471         * gnus.el (gnus-group-remove-excess-properties): Not defined
16472         in gnus-xmas.
16473
16474 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16475
16476         * message.el (message-mail-user-agent): Add :version.
16477
16478 2000-12-21  Miles Bader  <miles@gnu.org>
16479
16480         * message.el (message-mode): Set `comment-start' to the  yank prefix.
16481
16482 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16483
16484         * message.el (message-mail-user-agent): New variable.
16485         (message-setup): Renamed to message-setup-1. Support
16486         mail-user-agent.
16487         (message-mail-user-agent): New function.
16488         (message-mail): Use it.
16489         (message-reply): Use it.
16490         (message-resend): Use it.
16491         (message-mail-other-window): Use it.
16492         (message-mail-other-frame): Use it.
16493
16494         * gnus-msg.el (gnus-bug): Support mail-user-agent.
16495
16496 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16497
16498         * message.el (message-tool-bar-map): Simplify.
16499         (message-narrow-to-head-1): New function.
16500         (message-narrow-to-head): Use it.
16501         (message-reply): Ditto.
16502         (message-cancel-news): Ditto.
16503         (message-supersede): Ditto.
16504         (message-make-forward-subject): Ditto.
16505         (message-bounce): Ditto.
16506
16507 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16508
16509         * uudecode.el (uudecode-decode-region-external): make-temp-file
16510         may not be defined.
16511
16512         * binhex.el (defalias): eval-and-compile.
16513
16514         * message.el (message-tool-bar-map): New function.
16515         (message-mode): Use it.
16516
16517 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16518
16519         * nntp.el (nntp-find-connection): Remove the entry.
16520         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
16521
16522 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16523
16524         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
16525
16526         * message.el (message-forward): Copy buffer in unibyte mode.
16527
16528 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16529
16530         * message.el (message-make-forward-subject): Don't widen. Decode.
16531         (message-forward): Don't decode subject.
16532
16533 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
16534
16535         * qp.el (quoted-printable-encode-region): Upcase QP.
16536
16537 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16538
16539         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
16540         mail-extract-a-c instead. Don't depend on Gnus.
16541
16542         * mml.el (gnus-ems): Require it.
16543
16544         * gnus-msg.el (gnus-summary-mail-forward):
16545
16546         * message.el (message-forward):  Move mime-to-mml here.
16547
16548 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16549
16550         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
16551         * gnus-art.el (gnus-insert-mime-button): Simplify.
16552         (gnus-mime-display-alternative): Ditto.
16553         (gnus-insert-mime-security-button): Ditto.
16554
16555 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16556
16557         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
16558         text-property-not-all doesn't return nil when start=mark(end).
16559         (gnus-remove-text-properties-when): Ditto.
16560
16561 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16562
16563         * gnus-start.el (gnus-group-change-level): Remove group from
16564         gnus-active-hashtb if real killed.
16565
16566 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16567
16568         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
16569         (gnus-mime-display-alternative): Ditto.
16570         (gnus-insert-mime-security-button): Ditto.
16571
16572 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16573
16574         * gnus-start.el (gnus-group-change-level): Don't add it into
16575         killed-list if it was killed.
16576
16577 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16578
16579         * nnmbox.el (nnmbox-file-coding-system): Use binary.
16580         (nnmbox-active-file-coding-system): Ditto.
16581
16582         * gnus-cus.el (gnus-group-parameters): Add posting-style.
16583
16584 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16585
16586         * gnus.el (gnus-version):
16587         (gnus-version-number): Set to Oort Gnus 0.01.
16588
16589         * gnus-art.el (gnus-mime-security-button-map):
16590         (gnus-insert-mime-security-button): Fix for Emacs21.
16591
16592 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16593
16594         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
16595         easymenu, because XEmacs doesn't understand :help.
16596
16597         * mm-uu.el: Require binhex.
16598
16599 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16600
16601         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
16602
16603 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16604
16605         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
16606
16607 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
16608
16609         * *.xpm, *.pbm: Convert icons icons to size 24x24.
16610
16611 2000-12-18  Dave Love  <fx@gnu.org>
16612
16613         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
16614         (unused).
16615
16616 2000-12-13  Miles Bader  <miles@gnu.org>
16617
16618         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
16619         to t, so that we don't get stuck while trying to smilefy
16620         intangible text.
16621
16622 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16623
16624         * smiley-ems.el (smiley-regexp-alist): Make regexps match
16625         at the end of the buffer.
16626         (smiley-region): In the loop, move to the end of the submatch
16627         matching the smiley instead of using the end of the match
16628         of the whole regexp.
16629
16630 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
16631
16632         * message.el (message-mode): Doc fix.
16633
16634 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16635
16636         * smiley-ems.el (smiley-region): Doc fix.
16637
16638 2000-12-11  Miles Bader  <miles@gnu.org>
16639
16640         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
16641         bottom line visible, check to see if it's partially obscured, and
16642         if so, either scroll one more line to make it fully visible, or
16643         revert to showing the second line from the top.
16644
16645 2000-12-07  Dave Love  <fx@gnu.org>
16646
16647         * mailcap.el (mailcap-download-directory)
16648         * gnus-audio.el (gnus-audio-directory)
16649         * smiley-ems.el (smiley-data-directory): Fix :type.
16650
16651 2000-11-30  Dave Love  <fx@gnu.org>
16652
16653         * message.el (message-auto-save-directory): Use
16654         file-name-as-directory.
16655         (message-set-auto-save-file-name): Create
16656         message-auto-save-directory if necessary.
16657         (message-replace-chars-in-string): Removed -- unused.
16658         (message-mail-alias-type): Customize.
16659         (message-headers): Remove duplicate defgroup.
16660
16661 2000-11-29  Dave Love  <fx@gnu.org>
16662
16663         * qp.el (quoted-printable-decode-region): Use error, not message
16664         to report malformed text (like base64).  Amend message.
16665
16666 2000-11-29  Miles Bader  <miles@gnu.org>
16667
16668         * message.el (message-header-lines): Fontify tag.
16669
16670 2000-11-27  Dave Love  <fx@gnu.org>
16671
16672         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
16673         compiler warning.
16674
16675 ;2000-11-26  Dave Love  <fx@gnu.org>
16676 ;
16677 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
16678 ;
16679 2000-11-23  Dave Love  <fx@gnu.org>
16680
16681         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
16682
16683         * mm-uu.el (uudecode): Require.
16684         (uudecode-decode-region, uudecode-decode-region-external): Don't
16685         autoload.
16686         (mm-uu-copy-to-buffer): Doc fix.
16687         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
16688         type fix.
16689
16690         * mailcap.el: Doc fixes.
16691         (mailcap-mime-data): Various adjustments.
16692         (mailcap): New group.
16693         (mailcap-download-directory): Customize.
16694         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
16695         (mailcap-temporary-directory): Deleted (unused).
16696         (mailcap-unescape-mime-test): Simplify slightly.
16697         (mailcap-viewer-passes-test): Use functionp.
16698         (mailcap-command-p): Aliased to executable-find.
16699
16700         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
16701         default-enable-multibyte-characters is nil.
16702
16703 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
16704
16705         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
16706
16707 2000-11-21  Dave Love  <fx@gnu.org>
16708
16709         * gnus-art.el (gnus-mime-button-map): Don't inherit from
16710         gnus-article-mode-map.
16711 ;       (gnus-mime-button-menu): Use mouse-set-point.
16712         (gnus-insert-mime-button, gnus-mime-display-alternative)
16713         (gnus-mime-display-alternative): Don't use local-map property.
16714
16715 2000-11-17  Dave Love  <fx@gnu.org>
16716
16717         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
16718         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
16719         and make-temp-file.
16720         (uudecode-decode-region): Doc fix.
16721
16722 2000-11-14  Dave Love  <fx@gnu.org>
16723
16724         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
16725         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
16726         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
16727         New files, derived from the XPMs.
16728
16729 2000-11-10  Dave Love  <fx@gnu.org>
16730
16731         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
16732         (gnus-agent-lib-file, gnus-agent-load-alist)
16733         (gnus-agent-save-alist, gnus-agent-article-name): Use
16734         expand-file-name.
16735
16736         * gnus-group.el (gnus-group-name-charset-method-alist): Add
16737         :version.
16738         (nnkiboze-score-file): Defvar when compiling.
16739
16740         * gnus-start.el (gnus-read-newsrc-file): Add :version.
16741
16742         * gnus-art.el (gnus-article-banner-alist)
16743         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
16744         (gnus-article-date-lapsed-new-header)
16745         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
16746         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
16747         (gnus-treat-strip-headers-in-body)
16748         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
16749         (gnus-treat-translate): Add :version.
16750         (gnus-article-mime-part-function): Fix defcustom.
16751
16752         * nnmail.el (nnmail-expiry-target)
16753         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
16754         (nnmail-split-header-length-limit): Add :version.
16755
16756         * gnus-sum.el (gnus-auto-expirable-marks)
16757         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
16758         (gnus-extra-headers, gnus-ignored-from-addresses)
16759         (gnus-newsgroup-ignored-charsets)
16760         (gnus-group-highlight-words-alist)
16761         (gnus-summary-show-article-charset-alist): Add :version.
16762
16763         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
16764         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
16765         files, converted from the XPMs.
16766
16767         * gnus-cache.el (gnus-cache-active-file): Don't use
16768         file-name-as-directory on directory.
16769         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
16770         use file-name-as-directory on directory.
16771
16772         * time-date.el (timezone-make-date-arpa-standard): Autoload.
16773         (date-to-time): Use it.
16774
16775 ;       * message.el (message-mode) <adaptive-fill-regexp>:
16776 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
16777 ;       (message-newline-and-reformat): Likewise.
16778         (message-forward-as-mime, message-forward-ignored-headers)
16779         (message-buffer-naming-style, message-default-charset)
16780         (message-dont-reply-to-names, message-send-mail-partially-limit):
16781         Add :version.
16782
16783         * mm-util.el: Doc fixes.
16784         (mm-mime-charset): Don't use the raw result of
16785         mm-preferred-coding-system.
16786         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
16787         (mm-with-unibyte): Simplify.
16788
16789         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
16790         concat.
16791
16792         * pop3.el (pop3-version): Deleted.
16793         (pop3-make-date): New function, avoiding message-make-date.
16794         (pop3-munge-message-separator): Use it.
16795
16796 2000-11-09  Dave Love  <fx@gnu.org>
16797
16798         * gnus-group.el (gnus-group-make-directory-group)
16799         (gnus-group-fetch-faq): Use expand-file-name.
16800         (gnus-group-fetch-faq): Simplify completing-read form.
16801
16802         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
16803         test for Mule.
16804
16805         * message.el (tool-bar-map): Defvar when compiling.
16806
16807         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
16808         (gnus-tm-lisp-directory): Deleted.
16809         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
16810         (featurep 'xemacs).
16811         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
16812         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
16813         version numbers from file names.
16814
16815 2000-11-08  Dave Love  <fx@gnu.org>
16816
16817         * mm-view.el: Use featurep for XEmacs test.
16818         (mm-inline-message): Test for `remove-specifier'; don't use
16819         condition-case.
16820
16821         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
16822
16823         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
16824         (gnus-score-find-bnews): Don't concat "".
16825
16826         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
16827         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
16828         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
16829         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
16830
16831         * gnus-sum.el: Put some defvars in eval-when-compile.
16832         (gnus-summary-mode-hook): Add :options.
16833         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
16834         (gnus-summary-tool-bar-map): New variable.
16835         (gnus-summary-make-tool-bar): New function.
16836         (gnus-summary-mode): Put kill-all-local-variables first.
16837
16838         * gnus-group.el (gnus-group-toolbar-map): New variable.
16839         (gnus-group-make-tool-bar): Rewritten.
16840         (gnus-group-mode): Put kill-all-local-variables first.
16841
16842         * rfc2047.el: Require gnus-util.
16843
16844         * nnml.el (gnus-sorted-intersection): Autoload.
16845
16846         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
16847         Put some defvars in eval-when-compile.
16848         (gnus-intersection, gnus-sorted-complement):  Autoload.
16849
16850         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
16851
16852         * mm-encode.el (mm-body-7-or-8): Autoload.
16853
16854         * mm-decode.el (mm-insert-inline): Autoload.
16855
16856         * mml.el:
16857         * message.el: Put some defvars in eval-when-compile.
16858
16859         * gnus-msg.el: Put some defvars in eval-when-compile.
16860         (gnus-msg-mail): Move after gnus-setup-message.
16861
16862         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
16863
16864 2000-11-07  Dave Love  <fx@gnu.org>
16865
16866         * gnus-util.el (nnheader): Don't require message (recursive
16867         autoload).
16868
16869         * uudecode.el: Avoid compiler warnings.
16870
16871         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
16872         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
16873
16874 2000-11-06  Dave Love  <fx@gnu.org>
16875
16876         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
16877
16878         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
16879         (uudecode-char-int): New alias, replacing char-int.
16880         (uudecode-decode-region): Don't call buffer-disable-undo.
16881
16882 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
16883 ;       (mm-uu-configure-list): Doc fix.
16884 ;
16885 ;       * earcon.el (running-xemacs): Don't define.
16886 ;
16887 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16888 ;
16889 ;       * message.el (message-font-lock-keywords): Match a final newline
16890 ;       to help font-lock's multiline support.
16891 ;
16892 2000-11-03  Dave Love  <fx@gnu.org>
16893
16894         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
16895
16896         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
16897         name.
16898
16899         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
16900         <banner>: Fix custom type, doc.
16901
16902         * mm-decode.el (mm-display-external): Space-prefix temp buffer
16903         name.  Don't disable undo explicitly.
16904
16905 ;2000-11-02  Dave Love  <fx@gnu.org>
16906 ;
16907 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
16908 ;       cite-prefix.
16909
16910 2000-11-01  Dave Love  <fx@gnu.org>
16911
16912         * rfc2047.el (base64): Require unconditionally.
16913         (message-posting-charset): Defvar when compiling.
16914         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
16915         message.
16916
16917         * gnus-sum.el (nnoo): Require.
16918         (mm-uu-dissect): Autoload.
16919
16920         * mml.el (mml-parse-1): Clarify message.
16921         (mml-minibuffer-read-type): Use mailcap-mime-types.
16922
16923 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
16924
16925         * mml.el: Fix a typo in the requiring of CL.
16926
16927 2000-11-01  Dave Love  <fx@gnu.org>
16928
16929         * utf7.el: Require cl when compiling.
16930
16931         * binhex.el: Use (featurep 'xemacs).
16932         (binhex-char-int): New alias, replacing char-int.  Change callers.
16933         (binhex-decode-region): Simplify work buffer code.
16934         (binhex-decode-region-external): Use expand-file-name, not concat.
16935
16936 2000-10-30  Dave Love  <fx@gnu.org>
16937
16938         * gnus-art.el: Fix 2000-10-27 change properly.
16939
16940 2000-10-28  Miles Bader  <miles@gnu.org>
16941
16942         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
16943
16944 2000-10-27  Dave Love  <fx@gnu.org>
16945
16946         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
16947         strings.
16948         (gnus-group-make-tool-bar): New function.
16949         (gnus-group-mode): Use it.
16950
16951         * message.el (message-mode-menu): Add some :help strings.
16952         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
16953         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
16954
16955         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
16956         * describe-group.xpm, get-news.xpm, kill-group.xpm:
16957         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
16958
16959         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
16960         display-graphic-p here.
16961
16962 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
16963
16964         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
16965         of the `gnus-xemacs' variable, as the latter has been removed.
16966         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
16967         * gnus-art.el (gnus-treat-display-xface)
16968         (gnus-treat-display-smileys, gnus-treat-display-picons)
16969         (gnus-article-read-summary-keys): Likewise.
16970
16971 2000-10-26  Dave Love  <fx@gnu.org>
16972
16973         (defvar): Use rmail-spool-directory unconditionally.
16974
16975 2000-10-18  Dave Love  <fx@gnu.org>
16976
16977         * mm-bodies.el (mm-uu-decode-function)
16978         (mm-uu-binhex-decode-function): Defvar when compiling.
16979
16980         * gnus-nocem.el (gnus-nocem-issuers): Update.
16981         (gnus-nocem-check-from): New option.
16982         (gnus-nocem-scan-groups): Use it.
16983         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
16984         (gnus-nocem-check-article-limit): Add :version.
16985
16986 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
16987
16988         * ietf-drums.el (mm-util): Require CL when compiling.
16989
16990 2000-10-15  Dave Love  <fx@gnu.org>
16991
16992         * qp.el: Require mm-util.
16993
16994 2000-10-13  Dave Love  <fx@gnu.org>
16995
16996         * qp.el (quoted-printable-decode-region): Avoid invalid
16997         coding-systems.
16998
16999 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
17000
17001         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
17002         to a recursive load.
17003
17004 2000-10-12  Dave Love  <fx@gnu.org>
17005
17006         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
17007
17008         * gnus.el (gnus-group-startup-message): Check for PBM image.
17009
17010 2000-10-09  Dave Love  <fx@gnu.org>
17011
17012         * mail-source.el (mail-source-fetch-imap): Bind
17013         default-enable-multibyte-characters rather than using
17014         mm-disable-multibyte.
17015
17016 2000-10-05  Dave Love  <fx@gnu.org>
17017
17018         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
17019         Autoload.
17020         (quoted-printable-decode-region):  Rename arg which confused
17021         charset with coding-system.  Don't use nonascii-insert-offset.
17022         Coding-system encode the region initially.  Don't recognize `=='
17023         as valid QP.  Coding-system decode the region finally.
17024         (quoted-printable-decode-string): Rename arg which confused
17025         charset with coding-system.
17026
17027         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
17028         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
17029         mm-encode-coding-region.
17030         (mm-decode-body, mm-decode-string): Rename variables which
17031         confused charset with coding-system.
17032         (binhex-decode-region): Don't autoload.
17033         (mm-body-encoding): Require message.
17034         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
17035         cond branches.
17036
17037         * gnus-art.el (article-de-quoted-unreadable)
17038         (article-de-base64-unreadable): Fold search case
17039         rather than downcasing string.  Apply mm-charset-to-coding-system
17040         to arg of quoted-printable-decode-region.
17041
17042 2000-10-04  Dave Love  <fx@gnu.org>
17043
17044         * gnus-ems.el: Don't turn off compiler warnings in local vars.
17045         Require ring when compiling.
17046         (gnus-article-compface-xbm): New variable.
17047
17048 2000-10-04  Dave Love  <fx@gnu.org>
17049
17050         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
17051         pbm images.
17052
17053         * frown.pbm, smile.pbm, wry.pbm: New files.
17054
17055         * frown.xbm, smile.xbm, wry.xbm: Deleted.
17056
17057 2000-10-03  Dave Love  <fx@gnu.org>
17058
17059         * mail-source.el (mail-sources): Revert to nil.
17060
17061         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
17062
17063         * qp.el: Don't require mm-util.
17064         (quoted-printable-decode-region): Rewritten.
17065         (quoted-printable-decode-string, quoted-printable-encode-region):
17066         Doc fix.
17067         (quoted-printable-encode-region): Barf on multibyte characters.
17068         Maybe make the class multibyte.  Upcase chars, not formatted
17069         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
17070         (quoted-printable-encode-string): Don't use
17071         mm-with-unibyte-buffer.
17072
17073 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
17074
17075         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
17076
17077 2000-09-21  Dave Love  <fx@gnu.org>
17078
17079         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
17080         (for Emacs 20).  Tidy somewhat.
17081
17082 2000-09-21  Dave Love  <fx@gnu.org>
17083
17084         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
17085         image processing.  Rationalize logic somewhat.
17086
17087 2000-09-20  Dave Love  <fx@gnu.org>
17088
17089         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
17090         specifically.
17091
17092         * gnus.el (gnus-version-number): Avoid some redundant
17093         autoloads.
17094
17095 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
17096
17097         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
17098         to XBM; we always have PBM support.
17099
17100 2000-09-14  Dave Love  <fx@gnu.org>
17101
17102         * gnus.el (gnus-charset):
17103         * mm-decode.el (mime-display):
17104         * imap.el (imap) <defgroup>: Add :version.
17105
17106 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
17107
17108         * parse-time.el: Fix author's mail address.
17109
17110         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
17111         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
17112         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
17113         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
17114         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
17115         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
17116         * rfc2231.el, uudecode.el: Fix copyright notice.
17117
17118         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
17119         require `w3' at load-time only if not running in batch mode.
17120
17121 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17122
17123         * gnus.el: Before merge with Emacs21.
17124
17125 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
17126
17127         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
17128
17129 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
17130
17131         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
17132         to avoid conflict with the standard `back-to-indentation'
17133         binding.
17134
17135 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17136
17137         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
17138
17139         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
17140         (mm-disable-multibyte-mule4): Ditto.
17141         (mm-with-unibyte-current-buffer-mule4): Ditto.
17142
17143 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17144
17145         * pop3.el (pop3-movemail): Use binary.
17146         (pop3-movemail-file-coding-system): Removed.
17147
17148 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17149
17150         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
17151
17152 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17153
17154         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
17155         exists.
17156
17157 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17158
17159         * gnus-msg.el (gnus-post-method): Use backend name when the
17160         address is "".
17161
17162 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17163
17164         * gnus-art.el (article-verify-x-pgp-sig): Don't test
17165         mm-verify-option.
17166         (gnus-treat-x-pgp-sig): Default value.
17167         (gnus-ignored-headers): Redundant.
17168
17169 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17170
17171         * gnus-win.el (gnus-configure-frame): Save selected window.
17172
17173 2000-02-15  Andrew Innes  <andrewi@gnu.org>
17174
17175         * nnmbox.el: Require gnus-range.
17176         (nnmbox-group-building-active-articles): New variable.
17177         (nnmbox-group-active-articles): New variable; this is a cache of
17178         all active articles by group and number.
17179         (nnmbox-in-header-p): New function.
17180         (nnmbox-find-article): New function.
17181         (nnmbox-record-active-article): New function.
17182         (nnmbox-record-deleted-article): New function.
17183         (nnmbox-is-article-active-p): New function.
17184         (nnmbox-retrieve-headers): Use nnmbox-find-article.
17185         (nnmbox-request-article): Ditto.  Also supply extra arg to
17186         nnmbox-article-group-number.
17187         (nnmbox-request-expire-articles): Ditto.
17188         (nnmbox-request-move-article): Ditto.
17189         (nnmbox-request-replace-article): Ditto.
17190         (nnmbox-request-rename-group): Rename group entry in active
17191         article cache.
17192         (nnmbox-delete-mail): Update active article cache, unless article
17193         is being replaced.
17194         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
17195         than partially duplicating it.
17196         (nnmbox-article-group-number): Add extra `this-line' arg, to
17197         handle articles belonging to multiple groups.
17198         (nnmbox-save-mail): Update active article cache.
17199         (nnmbox-read-mbox): Build active article cache when loading mbox.
17200         Also do some repair work, if we find articles that are missing the
17201         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
17202         reconstruct these from Xref info.
17203
17204 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17205
17206         * mail-source.el (mail-source-report-new-mail): Use
17207         nnheader-run-at-time.
17208
17209 2000-02-15  Andrew Innes  <andrewi@gnu.org>
17210
17211         * mail-source.el (mail-source-fetch-pop): Clear pop password when
17212         an error is thrown, and then rethrow the error.
17213         (mail-source-check-pop): Ditto.
17214         (mail-source-start-idle-timer): Prevent multiple pop checks
17215         running if the check takes a long time.
17216
17217 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17218
17219         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
17220         succeed.
17221
17222 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17223
17224         * gnus-win.el (gnus-configure-windows): Make sure
17225         nntp-server-buffer is live.
17226         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
17227
17228 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
17229
17230         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
17231
17232 2000-12-04  Andreas Jaeger  <aj@suse.de>
17233
17234         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
17235
17236 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17237
17238         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
17239
17240 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17241         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
17242
17243         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
17244
17245 2000-12-01  Simon Josefsson  <sj@extundo.com>
17246
17247         * mml-smime.el (mml-smime-verify): Fix address parsing.
17248
17249 2000-12-01  Simon Josefsson  <sj@extundo.com>
17250
17251         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
17252         more than one certificate inside PKCS#7 blob.  Better security
17253         information (clamed / actual sender, openssl output, certificates
17254         inside message).
17255
17256         * smime.el (smime-verify-region): Output to /dev/null.
17257         (smime-buffer-as-string-region): Don't parse empty lines.
17258
17259 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17260
17261         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
17262         ?d and ?D.
17263         (gnus-mime-security-show-details-inline): New variable.
17264         (gnus-mime-security-show-details): Use them.
17265         (gnus-insert-mime-security-button): Ditto.
17266
17267         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
17268         Suggest by Michael Duggan (md5i@cs.cmu.edu).
17269         (mml2015-gpg-clear-verify): Ditto.
17270         (mml2015-gpg-decrypt-1): Ditto.
17271         (mml2015-use): Prefer 'gpg.
17272
17273 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17274
17275         * gnus-util.el (gnus-add-text-properties-when): New function.
17276         (gnus-remove-text-properties-when): Ditto.
17277
17278         * gnus-cite.el (gnus-article-hide-citation): Use them.
17279         (gnus-article-toggle-cited-text): Use them.
17280
17281         * gnus-art.el (gnus-signature-toggle): Use them.
17282         (gnus-article-show-hidden-text): Ditto.
17283         (gnus-article-hide-text): Ditto.
17284
17285 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17286
17287         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
17288
17289 2000-11-30  Simon Josefsson  <sj@extundo.com>
17290
17291         * smime.el (smime-point-at-eol): New alias.
17292         (smime-buffer-as-string-region): Use it.
17293
17294 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17295
17296         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
17297
17298 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17299
17300         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
17301
17302         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
17303
17304         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
17305
17306 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
17307
17308         * nnmh.el (nnmh-request-expire-articles): Implemented
17309         expiry-target for nnmh backend.
17310
17311 2000-11-30  Simon Josefsson  <sj@extundo.com>
17312
17313         * mm-decode.el (mm-security-from): New variable.
17314         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
17315
17316         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
17317         than `from'.
17318
17319 2000-11-30  Simon Josefsson  <sj@extundo.com>
17320
17321         * mml-smime.el (mml-smime-verify): Verify that certificate mail
17322         address match sender address.
17323
17324         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
17325
17326         * smime.el (smime-verify-region): Don't copy buffer.
17327         (smime-decrypt-buffer): Use expand-file-name on keyfile.
17328         (smime-pkcs7-region): New function.
17329         (smime-pkcs7-certificates-region): Ditto.
17330         (smime-pkcs7-email-region): Ditto.
17331         (smime-buffer-as-string-region): Ditto.
17332
17333         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
17334         buffer.
17335
17336 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
17337
17338         * smime.el (smime-decrypt-region): Fix keyfile argument.
17339
17340 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17341
17342         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
17343
17344 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17345
17346         * message.el (message-shoot-gnksa-feet): New variable.
17347         (message-gnksa-enable-p): New function.
17348         (message-send): Use it.
17349         (message-check-news-body-syntax): Ditto.
17350
17351 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17352
17353         * message.el (message-make-message-id): Remove the redundancy.
17354
17355 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17356
17357         * message.el (message-setup): Discourage using mc-install-*-mode.
17358
17359         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
17360
17361 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17362
17363         * gnus-cite.el (gnus-cite-parse): Guess citation length.
17364
17365 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17366
17367         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
17368
17369 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17370
17371         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
17372
17373 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17374
17375         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
17376         insert-buffer-substring.
17377
17378         * message.el (message-send-mail): Use buffer-substring-no-properties.
17379         (message-send-news): Ditto.
17380
17381 2000-11-22  David Edmondson  <dme@dme.org>
17382
17383         * imap.el (imap-wait-for-tag): Message read info.
17384
17385 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17386
17387         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
17388         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
17389         (mml2015-gpg-encrypt): Ditto.
17390
17391 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17392
17393         * mm-decode.el (mm-verify-option): Default value.
17394
17395         * mml-sec.el (mml-secure-part): Error message.
17396
17397 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17398
17399         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
17400
17401 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17402
17403         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
17404
17405 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17406
17407         * gnus-art.el (gnus-article-describe-key): Use prompt.
17408         (gnus-article-describe-key-briefly): Ditto.
17409
17410 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17411
17412         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
17413
17414 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17415
17416         * gnus-art.el (gnus-article-describe-key): New function.
17417         (gnus-article-describe-key-briefly): New function.
17418
17419 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17420
17421         * mm-decode.el (mm-decrypt-option): Doc typo.
17422
17423         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
17424         return a number.
17425
17426 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17427
17428         * message.el (message-newline-and-reformat): Typo.
17429
17430 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17431
17432         * gnus-art.el (article-verify-x-pgp-sig): Check whether
17433         original-article-buffer exists.
17434
17435         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
17436         (rfc2047-header-encoding-alist): Addresses are different from text.
17437         (rfc2047-encode-message-header): Ditto.
17438         (rfc2047-dissect-region): Extra parameter.
17439         (rfc2047-encode-region): Ditto.
17440         (rfc2047-encode-string): Ditto.
17441
17442 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17443
17444         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
17445         (mm-uu-pgp-encrypted-extract): Use it.
17446         (mm-uu-pgp-signed-extract-1): New function.
17447         (mm-uu-pgp-signed-extract): Use it.
17448
17449         * gnus-art.el (gnus-mime-display-security): New function.
17450         (gnus-mime-display-part): Use it.
17451         (gnus-mime-security-verify-or-decrypt): New function.
17452         (gnus-mime-security-press-button): New function.
17453         (gnus-insert-mime-security-button): Use it.
17454
17455         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
17456         (mm-find-raw-part-by-type): Ditto.
17457         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
17458         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
17459         (mm-destroy-parts): Kill nested multibyte buffer.
17460
17461         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
17462         (mml2015-gpg-verify): Ditto.
17463
17464 2000-11-18  Simon Josefsson  <sj@extundo.com>
17465
17466         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
17467         (mml2015-function-alist): Use it.
17468
17469         * mml-sec.el (mml-sign-alist): Update names.
17470         (mml-encrypt-alist): Ditto.
17471         (mml-secure-part-smime-sign): Moved to mml-smime.el
17472         as `mml-smime-sign-query'.
17473         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
17474         `mml-smime-get-file-cert'.
17475         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
17476         `mml-smime-get-dns-cert'.
17477         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
17478         `mml-smime-encrypt-query'.
17479         (mml-smime-sign-buffer): Use mml-smime-sign.
17480         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
17481
17482         * mml-smime.el (mml-smime-sign): New function.
17483         (mml-smime-encrypt):
17484         (mml-smime-sign-query):
17485         (mml-smime-get-file-cert):
17486         (mml-smime-get-dns-cert):
17487         (mml-smime-encrypt-query): Moved from mml-sec.el.
17488
17489 2000-11-16  Simon Josefsson  <sj@extundo.com>
17490
17491         * mml2015.el (mml2015-gpg-clear-verify): New function.
17492         (mml2015-function-alist): Add it.
17493
17494 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17495
17496         * message.el (message-setup-fill-variables): Use
17497         message-cite-prefix-regexp.
17498         (message-newline-and-reformat): Check the end of citation, leading
17499         WSP, break in the cite prefix.
17500         (message-fill-paragraph): New function.
17501
17502 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17503
17504         * lpath.el: Shut up.
17505
17506 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
17507
17508         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
17509         raw 8-bit in headers in dk.* newsgroups.
17510
17511 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17512
17513         * message.el (message-newline-and-reformat): Match extra WSPs.
17514
17515 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
17516
17517         * mml.el (mml-generate-mime-1): Ignore ascii.
17518
17519 2000-11-16 Justin Sheehy  <justin@iago.org>
17520
17521         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
17522
17523 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17524
17525         * message.el (message-cite-prefix-regexp): Prefix should not end
17526         at space.
17527
17528 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17529
17530         * message.el (message-mode-syntax-table): Add - as a word
17531         constituent as in articles.
17532         (message-setup-fill-variables): Add -_. as supercite-style prefix.
17533         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
17534         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
17535
17536 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17537
17538         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
17539
17540 2000-11-12  David Edmondson  <dme@dme.org>
17541
17542         * message.el (message-font-lock-keywords): use
17543         message-cite-prefix-regexp.
17544
17545 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17546
17547         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
17548         Stein Arild Str\e,Ax\e(Bmme.
17549         (gnus-group-jump-to-group): Use it.
17550         (gnus-group-jump-to-group-prompt): Customize.
17551
17552 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
17553
17554         * mailcap.el (mailcap-possible-viewers): Match the entire string.
17555
17556 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17557
17558         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
17559         incompatible.
17560         (mml2015-mailcrypt-sign): Ditto.
17561
17562 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17563
17564         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
17565         group is open.
17566
17567 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
17568
17569         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
17570         nnvirtual articles.
17571         (gnus-backlog-request-article): Don't request nnvirtual articles.
17572
17573 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17574
17575         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
17576         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
17577
17578 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17579
17580         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
17581         * mml.el (mml-generate-mime-1): Use charset attribute.
17582         * mm-bodies.el (mm-encode-body): Add parameter charset.
17583         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
17584
17585 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17586
17587         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
17588         (mml2015-mailcrypt-clear-decrypt): Ditto.
17589         (mml2015-mailcrypt-verify): Ditto.
17590         (mml2015-mailcrypt-clear-verify): Ditto.
17591         (mml2015-gpg-verify): Ditto.
17592
17593 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17594
17595         * smime.el (smime-openssl-program): Test the existence of openssl.
17596         * mml-smime.el: Require mm-decode.
17597         (mml-smime-verify-test): New function.
17598         * mm-decode.el (mm-verify-function-alist): Use it.
17599
17600 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17601
17602         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
17603         anyway.
17604
17605 2000-11-13  Simon Josefsson  <sj@extundo.com>
17606
17607         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
17608         verification doesn't work.
17609
17610 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17611
17612         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
17613         (gnus-inews-do-gcc): Use it.
17614
17615 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17616
17617         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
17618         leading space.
17619         * mm-extern.el (mm-inline-external-body): Report error when no
17620         access-type.
17621
17622 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
17623
17624         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
17625
17626 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
17627
17628         * gnus-art.el (gnus-mime-button-menu): Use select-window.
17629
17630 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
17631
17632         * gnus-art.el (gnus-mime-display-part): Display multipart/related
17633         as multipart/mixed.
17634
17635 2000-11-12  David Edmondson  <dme@dme.org>
17636
17637         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
17638         and replace `.' with `\w' to allow for different syntax tables
17639         (from Vladimir Volovich).
17640         * message.el (message-newline-and-reformat): use
17641         `message-cite-prefix-regexp'.
17642         * gnus-cite.el (gnus-supercite-regexp): use
17643         `message-cite-prefix-regexp'.
17644         * gnus-cite.el (gnus-cite-parse): use
17645         `message-cite-prefix-regexp'.
17646
17647 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17648
17649         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
17650         PGP SIGNATURE.  Escape leading "-"'s.
17651         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
17652
17653 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17654
17655         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
17656
17657 2000-11-11  Simon Josefsson  <sj@extundo.com>
17658
17659         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
17660
17661         * smime.el (smime-details-buffer): New variable.
17662         (smime-sign-region):
17663         (smime-encrypt-region):
17664         (smime-verify-region):
17665         (smime-decrypt-region): Copy OpenSSL output to the buffer.
17666
17667         * mml-smime.el (mml-smime-verify): Support security info.
17668
17669 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
17670
17671         * mm-decode.el (mm-verify-option): Set default to nil.
17672         (mm-decrypt-option): Ditto.
17673         * gnus-art.el (article-verify-x-pgp-sig): New function.
17674
17675 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
17676
17677         * gnus-art.el (gnus-mime-display-alternative): Show button if no
17678         preferred part.
17679
17680 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17681
17682         * gnus-sum.el (gnus-move-split-methods): Say that
17683         `gnus-split-methods' uses file names, whereas this uses group
17684         names.  (Report from Nevin Kapur)
17685
17686 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
17687
17688         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
17689
17690 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17691
17692         * nnheader.el (nnheader-directory-files-is-safe): New variable.
17693         (nnheader-directory-articles): Use it.
17694         (nnheader-article-to-file-alist): Ditto.
17695
17696 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17697
17698         * rfc2047.el (rfc2047-pad-base64): New function.
17699         (rfc2047-decode): Use it.
17700
17701 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17702
17703         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
17704         select method.
17705
17706 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17707
17708         * mml2015.el (mml2015-gpg-decrypt-1):
17709         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
17710
17711 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17712
17713         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
17714
17715 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
17716
17717         * pop3.el (pop3-munge-message-separator): A message may have an
17718         empty body.
17719
17720 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
17721
17722         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
17723         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
17724         (mm-uu-pgp-signed-extract): Use coding-system.
17725
17726 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17727
17728         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
17729         (gnus-insert-mime-security-button): New function.
17730         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
17731         * mml2015.el:  Add security info when verify or decrypt.
17732         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
17733         (mm-uu-pgp-encrypted-extract): Ditto.
17734
17735 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
17736
17737         * mm-decode.el (mm-display-parts): New function.
17738         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
17739
17740 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17741
17742         * gnus-mlspl.el: Documentation tweaks.
17743
17744 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17745
17746         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
17747         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
17748         argument.
17749
17750 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
17751
17752         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
17753
17754 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
17755
17756         * gnus-art.el (gnus-article-encrypt): New function.
17757         (gnus-article-encrypt-protocol-alist): New variable.
17758         (gnus-article-encrypt-protocol): New variable.
17759         * mml2015.el (mml2015-self-encrypt): New function.
17760         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
17761
17762 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
17763
17764         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
17765         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
17766         let mailcap do it.
17767         * mml2015.el: Remove snarf code.
17768         * mm-decode.el: Remove snarf code.
17769
17770 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
17771
17772         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
17773         (mml-insert-mime): Understand gnus-decoded.
17774         (mime-to-mml): New parameter handles.
17775         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17776         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
17777
17778 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17779
17780         * mm-decode.el (mime-security): New group.
17781         (mm-verify-function-alist): Add test function.
17782         (mm-decrypt-function-alist): Ditto.
17783         (mm-snarf-option): Set default value as nil.
17784         (mm-find-part-by-type): Recursive parameter.
17785         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
17786         * mml2015.el: Support draft-ietf-openpgp-multsig.
17787
17788 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
17789
17790         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
17791         (gnus-article-view-part-as-charset): New function.
17792
17793 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17794
17795         * mm-decode.el (mm-verify-option): Default value.
17796         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
17797
17798 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17799
17800         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
17801
17802 2000-11-05  Simon Josefsson  <sj@extundo.com>
17803
17804         * mml-smime.el (mml-smime-verify): Work in original multipart
17805         buffert.
17806
17807         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
17808         (mm-handle-multipart-ctl-parameter): Ditto.
17809         (mm-alist-to-plist): New function.
17810         (mm-dissect-buffer): Store CTL parameters and copy original buffer
17811         for multiparts.
17812         (mm-destroy-parts): Destroy multipart buffert.
17813         (mm-remove-part): Ditto.
17814
17815         * mml-smime.el (mml-smime-sign): Not used.
17816         (mml-smime-encrypt): Ditto.
17817
17818         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
17819
17820         Verify S/MIME signature support.
17821
17822         * mm-decode.el (mm-inline-media-tests): Add
17823         application/{x-,}pkcs7-signature.
17824         (mm-inlined-types): Ditto.
17825         (mm-automatic-display): Ditto.
17826         (mm-verify-function-alist): Ditto.  Add name of method.
17827         (mm-decrypt-function-alist): Add name of method.
17828         (mm-find-part-by-type): Add documentation.
17829         (mm-possibly-verify-or-decrypt): Use new format of
17830         mm-{verify,decrypt}-function-alist.  Use method names.
17831
17832         * mml-smime.el (mml-smime-verify): New function.
17833
17834 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17835
17836         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
17837
17838 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17839
17840         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
17841         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
17842         * mm-decode.el (mm-snarf-option): New variable.
17843
17844 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17845
17846         * mm-util.el (mm-subst-char-in-string): New function.
17847         (mm-replace-chars-in-string): Use it.
17848         * message.el (message-replace-chars-in-string): Use it.
17849         * nnheader.el (nnheader-replace-chars-in-string): Use it.
17850         * gnus-mh.el (mh-lib-progs): Shut up.
17851
17852 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
17853
17854         * base64.el, md5.el: Moved to contrib directory.
17855
17856 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17857
17858         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
17859         the last article when search.
17860
17861 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17862
17863         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
17864         * nnmail.el (nnmail-pathname-coding-system): Ditto.
17865
17866 2000-09-29  David Edmondson  <dme@thus.net>
17867
17868         * message.el (message-newline-and-reformat): Typo.
17869
17870 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17871
17872         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
17873
17874 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
17875
17876         * nntp.el (nntp-decode-text): Delete bogus status lines.
17877
17878 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
17879
17880         * message.el (message-font-lock-keywords): Match a final newline
17881         to help font-lock's multiline support.
17882
17883 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17884
17885         * nnoo.el (nnoo-set): New function.
17886
17887 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
17888
17889         * gpg.el, gpg-ring.el: Moved to contrib directory.
17890
17891 2000-11-04  Simon Josefsson  <sj@extundo.com>
17892
17893         * nnimap.el (nnimap-split-inbox): Typo.
17894
17895 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17896
17897         * gnus-msg.el (gnus-msg-mail): Move it backwards.
17898
17899 2000-11-03  Simon Josefsson  <sj@extundo.com>
17900
17901         * rfc2231.el (rfc2231-parse-qp-string): New function.
17902         (require): rfc2047.
17903
17904         * mail-parse.el (mail-header-parse-content-type):
17905         (mail-header-parse-content-disposition): Support invalid QP
17906         encoded strings, by using `rfc2231-parse-qp-string'.
17907
17908 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17909
17910         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
17911         (rfc2231-decode-encoded-string): Typo "> X 1".
17912         (rfc2231-encode-string): Insert the name of charset.
17913         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
17914
17915 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17916
17917         * mm-decode.el (mm-save-part): Return the filename.
17918         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
17919         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
17920         (gnus-mime-action-alist): Use it.
17921         (gnus-mime-button-commands): Use it.
17922         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
17923         (mm-inline-external-body): unwind-protect.
17924
17925 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17926
17927         * gnus-art.el (gnus-insert-mime-button): Show url.
17928
17929 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17930
17931         * mml.el (mml-generate-mime-1): Support external url.
17932         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
17933
17934 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
17935
17936         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
17937         * mm-decode.el (mm-display-external): Ditto.
17938         * mm-extern.el: New file.
17939         * mm-decode.el (mm-inline-media-tests): Hook it up.
17940         (mm-inlined-types): Inline message/external-body.
17941
17942 2000-11-02  Simon Josefsson  <sj@extundo.com>
17943
17944         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
17945
17946         * message.el (message-get-reply-headers): Better handling when
17947         Mail-Followup-To is very large.
17948
17949 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17950
17951         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
17952         * gnus-art.el (gnus-article-edit-done):
17953         * gnus-sum.el (gnus-summary-edit-article-done): Move line
17954         counting code here.
17955         * gnus-msg.el (gnus-setup-message): Remove a hack.
17956
17957 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17958
17959         * gnus-sum.el (gnus-newsgroup-variables): New variable.
17960         (gnus-summary-mode): Make them local variables.
17961         (gnus-set-global-variables): Globalize them.
17962         (gnus-summary-exit): Kill them.
17963
17964 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
17965
17966         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
17967         word.
17968
17969 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
17970
17971         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
17972         gnus-article-wash-types.
17973         * gnus-art.el (gnus-article-wash-status): Use them.
17974
17975 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
17976
17977         * mml.el (mml-read-tag): Remove spaces and LF.
17978
17979 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17980
17981         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
17982         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
17983
17984 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
17985
17986         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
17987
17988 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
17989
17990         * gnus-sum.el (gnus-article-charset): New variable.
17991         (gnus-summary-display-article): Set it.
17992         * gnus-msg.el (gnus-copy-article-buffer): Use it.
17993         * gnus-art.el (gnus-article-mode): Make it local variable.
17994
17995 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17996
17997         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
17998
17999 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18000
18001         * nnwfm.el: New file.
18002
18003         * nnweb.el (nnweb-replace-in-string): New function.
18004
18005 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
18006
18007         * mml2015.el: Wrap gpg.el.
18008         * gpg.el (gpg-verify): The last argument of apply is a list.
18009         (gpg-encrypt): Add passphrase as a parameter.
18010
18011 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
18012
18013         * gpg.el: New file.
18014         * gpg-ring.el: New file.
18015
18016 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
18017
18018         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
18019
18020 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
18023         double-quote characters.
18024         (gnus-summary-prepare-threads): Ditto.
18025
18026 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18027
18028         * gnus-art.el (gnus-mime-display-single): Forward line -1.
18029         * mml.el (mml-read-tag): Don't skip the leading space.
18030         * lpath.el (font-lock-set-defaults): Shut up.
18031
18032 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
18033
18034         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
18035
18036 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
18037
18038         * qp.el (quoted-printable-encode-region): Replace leading - when
18039         ultra safe.
18040         * mml.el (mml-generate-mime-postprocess-function): Removed.
18041         (mml-postprocess-alist): Removed.
18042         (mml-generate-mime-1): Use ultra-safe when sign.
18043         * mml2015.el (mml2015-fix-micalg): Uppercase.
18044         (mml2015-verify): Insert LF.
18045         (mml2015-mailcrypt-sign): Downcase; search backward.
18046
18047 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18048
18049         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
18050         restrictive.
18051         (nnultimate-table-regexp): New variable.
18052         (nnultimate-forum-table-p): Use it.
18053
18054 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
18055         Trivial patch.
18056
18057         * gnus-sum.el (gnus-summary-expire-articles): Save point.
18058
18059 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
18060
18061         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
18062         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
18063
18064 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
18065
18066         * mml2015.el: Shut up.
18067
18068 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
18069
18070         * gnus.el (gnus-server-browse-hashtb): Removed.
18071         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
18072         (gnus-group-insert-group-line-info): Use simplified method.
18073         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
18074
18075 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
18076
18077         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
18078         moved here.
18079         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
18080         * gnus-group.el (gnus-group-prepare-flat): Use it.
18081         * gnus-topic.el (gnus-group-prepare-topics): Use it.
18082
18083 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
18084
18085         * mml.el (mml-mode): Show menu in XEmacs.
18086
18087 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
18088
18089         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
18090         (gnus-server-read-server-in-server-buffer): New function.
18091         (gnus-browse-foreign-server): Browse in group buffer.
18092         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
18093         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
18094         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
18095         * gnus.el (gnus-server-browse-hashtb): New variable.
18096
18097 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
18098
18099         * nnfolder.el (nnfolder-open-nov): Use group.
18100
18101 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
18102
18103         * nnfolder.el: Add NOV. Set version to 2.0.
18104         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
18105
18106 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
18107
18108         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
18109
18110 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
18111
18112         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
18113         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
18114
18115 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18116
18117         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
18118
18119 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
18120
18121         * mm-decode.el (mm-verify-function-alist): New variable.
18122         (mm-verify-option): New variable.
18123         (mm-decrypt-function-alist): Ditto.
18124         (mm-decrypt-option): Ditto.
18125         (mm-find-raw-part-by-type): New function.
18126         (mm-possibly-verify-or-decrypt): New function.
18127         (mm-dissect-multipart): Use it.
18128         * mml2015.el (mml2015-fix-micalg): New function.
18129         (mml2015-decrypt): Use new interface.
18130         (mml2015-verify):  Use new interface.
18131         (mml2015-setup): Make it bogus.
18132
18133 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
18134
18135         * mml.el (mml-generate-mime-postprocess-function): Set to
18136         mml-postprocess.
18137         (autoload): Autoload mml2015 and mml-smime.
18138         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
18139         * mml2015.el (mml2015-encrypt): New function.
18140         (mml2015-sign): New function.
18141         (mml2015-encrypt-function): New variable.
18142         (mml2015-sign-function): New variable.
18143         (mml2015-mailcrypt-encrypt): Use message-recipients.
18144         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
18145         * mml-smime.el (mml-smime-setup): Ditto.
18146
18147 2000-10-28  Simon Josefsson  <sj@extundo.com>
18148
18149         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
18150         Communigate Pro 3.3.1 server.
18151
18152         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
18153         in buffers.
18154         (mml-secure-dns-server): Removed.
18155         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
18156         write certificates to files.
18157
18158         * smime.el (smime-dns-server): New variable.
18159         (smime-mail-to-domain):
18160         (smime-cert-by-dns): New functions.
18161
18162         * dig.el: New file.
18163
18164 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
18165
18166         * message.el (message-options): New variable.
18167         (message-options-set-recipient): New function.
18168         (message-send): Use them.
18169         * gnus-int.el (gnus-request-replace-article): Use them.
18170         (gnus-request-accept-article): Ditto.
18171         * mml.el (mml-preview): Use them.
18172         * gnus-sum.el (gnus-summary-edit-article): Use them.
18173
18174         * message.el (message-options-get): New function.
18175         (message-options-get): New function.
18176         * rfc2047.el (rfc2047-encode-message-header): Use them.
18177         * mm-bodies.el (mm-encode-body): Use them.
18178
18179 2000-10-28  Simon Josefsson  <sj@extundo.com>
18180
18181         * nnimap.el (nnimap-retrieve-which-headers):
18182         (nnimap-request-article-part): Quote message-id.
18183
18184         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
18185         (smime-CA-file): New variable.
18186         (smime-call-openssl-region): Don't error.
18187         (smime-sign-region): Return result value.
18188         (smime-encrypt-region): Ditto.
18189         (smime-verify-region): New function.
18190         (smime-decrypt-region): Ditto.
18191         (smime-verify-buffer): Ditto.
18192         (smime-decrypt-buffer): Ditto.
18193
18194         * mml.el: Require mml-sec.
18195         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
18196         (mml-mode-map): Add "sign" and "encrypt" maps.
18197         (mml-menu): Add security menu.
18198         (mml-preview): Use generate-new-buffer.
18199
18200         * mml-sec.el: New file.
18201
18202 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
18203
18204         * mm-decode.el (mm-find-part-by-type): Move it here.
18205         * mml.el (mml-postprocess): Move it here.
18206         (mml-postprocess-alist): Move it here. Merge them.
18207
18208 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
18209
18210         * rfc2047.el (rfc2047-encode-message-header): Make sure no
18211         unencoded stuff in the header.
18212
18213 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
18214
18215         * gnus-group.el (gnus-group-listed-groups): New variable.
18216         (gnus-group-list-option): New variable.
18217         (gnus-group-list-limit-map): New keymap.
18218         (gnus-group-list-flush-map): New keymap.
18219         (gnus-group-list-plus-map): New keymap.
18220         (gnus-group-prepare-logic): New function.
18221         (gnus-group-prepare-flat): Merge with
18222         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
18223         (gnus-group-prepare-flat-list-dead): Ditto.
18224         (gnus-group-list-matching): Use gnus-group-prepare-function.
18225         (gnus-group-list-dormant): Ditto.
18226         (gnus-group-list-cached): Ditto.
18227         (gnus-group-listed-groups): New function.
18228         (gnus-group-list-limit): New function.
18229         (gnus-group-list-flush): New function.
18230         (gnus-group-list-plus): New function.
18231         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
18232         (gnus-topic-prepare-topic): Ditto.
18233
18234 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
18235
18236         * message.el (message-insert-to, message-get-reply-headers):
18237         (message-reply, message-followup): Mail-{Followup,Reply}-To.
18238
18239 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
18240
18241         * mml2015.el: New file.
18242         * smime.el: New file.
18243         * mml-smime.el: New file.
18244
18245 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
18246
18247         * ChangeLog: Moved to ChangeLog.1.
18248
18249     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
18250   Copying and distribution of this file, with or without modification,
18251   are permitted provided the copyright notice and this notice are preserved.
18252
18253 ;; Local Variables:
18254 ;; coding: iso-2022-7bit
18255 ;; End: